[ Dec 24 05:42:49 Enabled. ] [ Dec 24 05:42:49 Rereading configuration. ] [ Dec 24 05:42:49 Rereading configuration. ] [ Dec 24 05:42:51 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 24 05:42:51 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.24 05:42:52.833767 [ 1 ] {} Application: Will watch for the process with pid 24986 2025.12.24 05:42:52.834166 [ 1 ] {} Application: Forked a child process to watch 2025.12.24 05:42:53.056071 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24986 2025.12.24 05:42:53.058331 [ 1 ] {} Application: starting up 2025.12.24 05:42:53.058487 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.24 05:42:53.183645 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.24 05:42:53.228861 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.24 05:42:53.228915 [ 1 ] {} Application: Initializing DateLUT. 2025.12.24 05:42:53.228934 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.24 05:42:53.228990 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.24 05:42:53.229370 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.24 05:42:53.231562 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.24 05:42:53.232342 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 05:42:53.233171 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.24 05:42:53.233194 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.24 05:42:53.233209 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.24 05:42:53.233406 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 05:42:53.234324 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.24 05:42:53.239814 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 05:42:53.240536 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 05:42:53.241369 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 05:42:53.241444 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 05:42:53.242435 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.24 05:42:53.242834 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 05:42:53.246667 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 05:42:53.247346 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.24 05:42:53.251703 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.24 05:42:53.252139 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.24 05:42:53.252532 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.24 05:42:53.252862 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.24 05:42:53.254356 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.24 05:42:53.254393 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.24 05:42:53.254488 [ 113 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:42:53.254570 [ 113 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:42:53.262402 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.24 05:42:53.262428 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000158985 sec 2025.12.24 05:42:53.262445 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 05:42:53.262458 [ 1 ] {} LoadingDeps: No tables 2025.12.24 05:42:53.263119 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.24 05:42:53.263685 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.24 05:42:53.277360 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.24 05:42:53.277405 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.24 05:42:53.277426 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.24 05:42:53.277438 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.24 05:42:53.277469 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.24 05:42:53.277488 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.24 05:42:53.279526 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.24 05:42:53.279570 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.24 05:42:53.279589 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.24 05:42:53.279722 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.24 05:42:53.279765 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.24 05:42:53.279778 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.24 05:42:53.279796 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.24 05:42:53.279807 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.24 05:42:53.279836 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.24 05:42:53.279852 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.24 05:42:53.302628 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.24 05:42:53.310530 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.24 05:42:53.310557 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4931e-05 sec 2025.12.24 05:42:53.310569 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 05:42:53.310579 [ 1 ] {} LoadingDeps: No tables 2025.12.24 05:42:53.310601 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.24 05:42:53.310792 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.24 05:42:53.310843 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.24 05:42:53.310858 [ 1 ] {} Application: Loaded metadata. 2025.12.24 05:42:53.310872 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.24 05:42:53.310885 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.24 05:42:53.330773 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 05:42:53.330986 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2025.12.24 05:42:53.332339 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.5081e-05 sec. 2025.12.24 05:42:53.332667 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.24 05:42:53.332716 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.24 05:42:53.332731 [ 1 ] {} Application: Ready for connections. 2025.12.24 05:42:55.599060 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44983 2025.12.24 05:42:55.601317 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.601992 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Authenticating user 'default' from [fd00:1122:3344:101::d]:44983 2025.12.24 05:42:55.602027 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.602055 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.602153 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 05:42:55.602179 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:55.602204 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:55.603405 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38417 2025.12.24 05:42:55.603419 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55166 2025.12.24 05:42:55.603490 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56157 2025.12.24 05:42:55.603506 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54911 2025.12.24 05:42:55.603662 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38480 2025.12.24 05:42:55.603982 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38354 2025.12.24 05:42:55.604067 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53606 2025.12.24 05:42:55.604074 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64024 2025.12.24 05:42:55.604341 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.604346 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.604357 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.604395 [ 254 ] {} TCP-Session: ba776e27-5a29-4d85-a69a-d305c7b283ab Authenticating user 'default' from [fd00:1122:3344:101::d]:56157 2025.12.24 05:42:55.604444 [ 254 ] {} TCP-Session: ba776e27-5a29-4d85-a69a-d305c7b283ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.604456 [ 254 ] {} TCP-Session: ba776e27-5a29-4d85-a69a-d305c7b283ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.604647 [ 253 ] {} TCP-Session: 0762a06a-a3f1-4eba-abe4-401da74ae107 Authenticating user 'default' from [fd00:1122:3344:101::d]:38417 2025.12.24 05:42:55.604677 [ 5 ] {} TCP-Session: 73941eff-860d-4e09-b4b4-a3dee356cc18 Authenticating user 'default' from [fd00:1122:3344:101::d]:55166 2025.12.24 05:42:55.604683 [ 253 ] {} TCP-Session: 0762a06a-a3f1-4eba-abe4-401da74ae107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.604714 [ 253 ] {} TCP-Session: 0762a06a-a3f1-4eba-abe4-401da74ae107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.604714 [ 5 ] {} TCP-Session: 73941eff-860d-4e09-b4b4-a3dee356cc18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.604755 [ 5 ] {} TCP-Session: 73941eff-860d-4e09-b4b4-a3dee356cc18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.604901 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.604899 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.604866 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.605056 [ 257 ] {} TCP-Session: 80b6e49a-0a80-407c-84a8-cb4e7520d82d Authenticating user 'default' from [fd00:1122:3344:101::d]:64024 2025.12.24 05:42:55.605071 [ 259 ] {} TCP-Session: 671c6b5b-c7a0-4740-bf4c-949d39567355 Authenticating user 'default' from [fd00:1122:3344:101::d]:53606 2025.12.24 05:42:55.605097 [ 255 ] {} TCP-Session: ee9c6815-0bec-476c-a7fc-9b607c7d01bf Authenticating user 'default' from [fd00:1122:3344:101::d]:38480 2025.12.24 05:42:55.605099 [ 257 ] {} TCP-Session: 80b6e49a-0a80-407c-84a8-cb4e7520d82d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605139 [ 255 ] {} TCP-Session: ee9c6815-0bec-476c-a7fc-9b607c7d01bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605153 [ 257 ] {} TCP-Session: 80b6e49a-0a80-407c-84a8-cb4e7520d82d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605179 [ 259 ] {} TCP-Session: 671c6b5b-c7a0-4740-bf4c-949d39567355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605195 [ 255 ] {} TCP-Session: ee9c6815-0bec-476c-a7fc-9b607c7d01bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605224 [ 259 ] {} TCP-Session: 671c6b5b-c7a0-4740-bf4c-949d39567355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605838 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.605861 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:55.605914 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54911 2025.12.24 05:42:55.605940 [ 258 ] {} TCP-Session: 0d1bf8aa-fc20-44fe-9297-2589d0f7d8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38354 2025.12.24 05:42:55.605951 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605963 [ 258 ] {} TCP-Session: 0d1bf8aa-fc20-44fe-9297-2589d0f7d8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605988 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.605994 [ 258 ] {} TCP-Session: 0d1bf8aa-fc20-44fe-9297-2589d0f7d8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:55.607332 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.610151 [ 3 ] {471488ec-5859-4403-bdb5-5e53dec96c09} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:42:55.723569 [ 3 ] {471488ec-5859-4403-bdb5-5e53dec96c09} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44983) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 05:42:55.724422 [ 3 ] {471488ec-5859-4403-bdb5-5e53dec96c09} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 05:42:55.724546 [ 3 ] {471488ec-5859-4403-bdb5-5e53dec96c09} TCPHandler: Processed in 0.119579928 sec. 2025.12.24 05:42:55.725049 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.725338 [ 4 ] {2a0562b4-b5fe-4c12-9604-f36c61731c73} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:42:55.725755 [ 4 ] {2a0562b4-b5fe-4c12-9604-f36c61731c73} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54911) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 05:42:55.725917 [ 4 ] {2a0562b4-b5fe-4c12-9604-f36c61731c73} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 05:42:55.726016 [ 4 ] {2a0562b4-b5fe-4c12-9604-f36c61731c73} TCPHandler: Processed in 0.001152332 sec. 2025.12.24 05:42:55.726358 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.727366 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.24 05:42:55.728018 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.24 05:42:55.729723 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.24 05:42:55.729744 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4291e-05 sec 2025.12.24 05:42:55.729758 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} ReferentialDeps: No tables 2025.12.24 05:42:55.729776 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} LoadingDeps: No tables 2025.12.24 05:42:55.729803 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} DatabaseAtomic (oximeter): Starting up tables. 2025.12.24 05:42:55.730420 [ 3 ] {c2ca553e-59b4-4bc1-97c0-b1e83c1b5f54} TCPHandler: Processed in 0.004222576 sec. 2025.12.24 05:42:55.730580 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.730740 [ 3 ] {9fe5b755-7335-4d4c-8c4f-c42e59e2c8db} executeQuery: (from [fd00:1122:3344:101::d]:44983) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.24 05:42:55.730788 [ 3 ] {9fe5b755-7335-4d4c-8c4f-c42e59e2c8db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.24 05:42:55.736023 [ 3 ] {9fe5b755-7335-4d4c-8c4f-c42e59e2c8db} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.24 05:42:55.737287 [ 3 ] {9fe5b755-7335-4d4c-8c4f-c42e59e2c8db} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2): Loading data parts 2025.12.24 05:42:55.738324 [ 3 ] {9fe5b755-7335-4d4c-8c4f-c42e59e2c8db} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2): There are no data parts 2025.12.24 05:42:55.740909 [ 3 ] {9fe5b755-7335-4d4c-8c4f-c42e59e2c8db} TCPHandler: Processed in 0.010377617 sec. 2025.12.24 05:42:55.741075 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.741248 [ 3 ] {213564c1-1892-4ea8-8fce-951b25030895} executeQuery: (from [fd00:1122:3344:101::d]:44983) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.741315 [ 3 ] {213564c1-1892-4ea8-8fce-951b25030895} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.24 05:42:55.756472 [ 3 ] {213564c1-1892-4ea8-8fce-951b25030895} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Loading data parts 2025.12.24 05:42:55.756725 [ 3 ] {213564c1-1892-4ea8-8fce-951b25030895} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): There are no data parts 2025.12.24 05:42:55.758431 [ 3 ] {213564c1-1892-4ea8-8fce-951b25030895} TCPHandler: Processed in 0.01740634 sec. 2025.12.24 05:42:55.758582 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.758753 [ 3 ] {0049f82d-4d48-49ec-9af0-03854fed0d3a} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.758807 [ 3 ] {0049f82d-4d48-49ec-9af0-03854fed0d3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.24 05:42:55.760555 [ 3 ] {0049f82d-4d48-49ec-9af0-03854fed0d3a} oximeter.measurements_i8 (e774fe75-867d-4bf5-a425-bc80f2e35225): Loading data parts 2025.12.24 05:42:55.760745 [ 3 ] {0049f82d-4d48-49ec-9af0-03854fed0d3a} oximeter.measurements_i8 (e774fe75-867d-4bf5-a425-bc80f2e35225): There are no data parts 2025.12.24 05:42:55.762058 [ 3 ] {0049f82d-4d48-49ec-9af0-03854fed0d3a} TCPHandler: Processed in 0.003525238 sec. 2025.12.24 05:42:55.762207 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.762358 [ 3 ] {1835d866-69e1-44ea-9b57-7b96c5698be1} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.762416 [ 3 ] {1835d866-69e1-44ea-9b57-7b96c5698be1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.24 05:42:55.764144 [ 3 ] {1835d866-69e1-44ea-9b57-7b96c5698be1} oximeter.measurements_u8 (6af00b96-0fb6-4587-9852-caba4c103711): Loading data parts 2025.12.24 05:42:55.764309 [ 3 ] {1835d866-69e1-44ea-9b57-7b96c5698be1} oximeter.measurements_u8 (6af00b96-0fb6-4587-9852-caba4c103711): There are no data parts 2025.12.24 05:42:55.765501 [ 3 ] {1835d866-69e1-44ea-9b57-7b96c5698be1} TCPHandler: Processed in 0.003342112 sec. 2025.12.24 05:42:55.765639 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.765803 [ 3 ] {0aeb7deb-831d-4ca7-b48e-12cdcfcabff9} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.765844 [ 3 ] {0aeb7deb-831d-4ca7-b48e-12cdcfcabff9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.24 05:42:55.767801 [ 3 ] {0aeb7deb-831d-4ca7-b48e-12cdcfcabff9} oximeter.measurements_i16 (c1a7f2b7-67dc-40de-a507-3bc96bb73cb3): Loading data parts 2025.12.24 05:42:55.767949 [ 3 ] {0aeb7deb-831d-4ca7-b48e-12cdcfcabff9} oximeter.measurements_i16 (c1a7f2b7-67dc-40de-a507-3bc96bb73cb3): There are no data parts 2025.12.24 05:42:55.769166 [ 3 ] {0aeb7deb-831d-4ca7-b48e-12cdcfcabff9} TCPHandler: Processed in 0.003575369 sec. 2025.12.24 05:42:55.769325 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.769475 [ 3 ] {f3bf4c9a-164a-4eec-9217-e84955263d63} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.769529 [ 3 ] {f3bf4c9a-164a-4eec-9217-e84955263d63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.24 05:42:55.771289 [ 3 ] {f3bf4c9a-164a-4eec-9217-e84955263d63} oximeter.measurements_u16 (3469670e-2798-4a1a-b153-2bafe83ff68b): Loading data parts 2025.12.24 05:42:55.771438 [ 3 ] {f3bf4c9a-164a-4eec-9217-e84955263d63} oximeter.measurements_u16 (3469670e-2798-4a1a-b153-2bafe83ff68b): There are no data parts 2025.12.24 05:42:55.772678 [ 3 ] {f3bf4c9a-164a-4eec-9217-e84955263d63} TCPHandler: Processed in 0.003406084 sec. 2025.12.24 05:42:55.772817 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.772984 [ 3 ] {c69d9c00-dbbf-4726-b4f1-3ec38bba42f1} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.773024 [ 3 ] {c69d9c00-dbbf-4726-b4f1-3ec38bba42f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.24 05:42:55.774794 [ 3 ] {c69d9c00-dbbf-4726-b4f1-3ec38bba42f1} oximeter.measurements_i32 (e3e57773-9b0a-42d1-94d5-e8d025855d9d): Loading data parts 2025.12.24 05:42:55.774949 [ 3 ] {c69d9c00-dbbf-4726-b4f1-3ec38bba42f1} oximeter.measurements_i32 (e3e57773-9b0a-42d1-94d5-e8d025855d9d): There are no data parts 2025.12.24 05:42:55.778042 [ 3 ] {c69d9c00-dbbf-4726-b4f1-3ec38bba42f1} TCPHandler: Processed in 0.005273975 sec. 2025.12.24 05:42:55.778200 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.778350 [ 3 ] {9db5db76-e2d7-41ae-a849-d59aad74f951} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.778399 [ 3 ] {9db5db76-e2d7-41ae-a849-d59aad74f951} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.24 05:42:55.780468 [ 3 ] {9db5db76-e2d7-41ae-a849-d59aad74f951} oximeter.measurements_u32 (7704de28-36d7-477a-915e-a8b1b31567c6): Loading data parts 2025.12.24 05:42:55.780620 [ 3 ] {9db5db76-e2d7-41ae-a849-d59aad74f951} oximeter.measurements_u32 (7704de28-36d7-477a-915e-a8b1b31567c6): There are no data parts 2025.12.24 05:42:55.781949 [ 3 ] {9db5db76-e2d7-41ae-a849-d59aad74f951} TCPHandler: Processed in 0.003797224 sec. 2025.12.24 05:42:55.782092 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.782251 [ 3 ] {098862e6-5e6b-4ba2-af10-ce799ebf0f83} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.782296 [ 3 ] {098862e6-5e6b-4ba2-af10-ce799ebf0f83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.24 05:42:55.783981 [ 3 ] {098862e6-5e6b-4ba2-af10-ce799ebf0f83} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Loading data parts 2025.12.24 05:42:55.784124 [ 3 ] {098862e6-5e6b-4ba2-af10-ce799ebf0f83} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): There are no data parts 2025.12.24 05:42:55.785505 [ 3 ] {098862e6-5e6b-4ba2-af10-ce799ebf0f83} TCPHandler: Processed in 0.003461085 sec. 2025.12.24 05:42:55.785679 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.785833 [ 3 ] {2a05cbee-722b-40cd-97d9-cc88d4dc62d5} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.785883 [ 3 ] {2a05cbee-722b-40cd-97d9-cc88d4dc62d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.24 05:42:55.787522 [ 3 ] {2a05cbee-722b-40cd-97d9-cc88d4dc62d5} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Loading data parts 2025.12.24 05:42:55.787660 [ 3 ] {2a05cbee-722b-40cd-97d9-cc88d4dc62d5} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): There are no data parts 2025.12.24 05:42:55.788965 [ 3 ] {2a05cbee-722b-40cd-97d9-cc88d4dc62d5} TCPHandler: Processed in 0.003332462 sec. 2025.12.24 05:42:55.789095 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.789245 [ 3 ] {55ca266e-3989-4cee-b256-bf5e6a37f4c9} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.789301 [ 3 ] {55ca266e-3989-4cee-b256-bf5e6a37f4c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.24 05:42:55.791189 [ 3 ] {55ca266e-3989-4cee-b256-bf5e6a37f4c9} oximeter.measurements_f32 (74ee056b-c475-488f-b9b0-19f1efe8af7f): Loading data parts 2025.12.24 05:42:55.791327 [ 3 ] {55ca266e-3989-4cee-b256-bf5e6a37f4c9} oximeter.measurements_f32 (74ee056b-c475-488f-b9b0-19f1efe8af7f): There are no data parts 2025.12.24 05:42:55.792910 [ 3 ] {55ca266e-3989-4cee-b256-bf5e6a37f4c9} TCPHandler: Processed in 0.003861217 sec. 2025.12.24 05:42:55.793042 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.793203 [ 3 ] {72b4898c-ecc6-4b42-b6f0-8abc70269fd9} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.793257 [ 3 ] {72b4898c-ecc6-4b42-b6f0-8abc70269fd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.24 05:42:55.794880 [ 3 ] {72b4898c-ecc6-4b42-b6f0-8abc70269fd9} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Loading data parts 2025.12.24 05:42:55.795017 [ 3 ] {72b4898c-ecc6-4b42-b6f0-8abc70269fd9} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): There are no data parts 2025.12.24 05:42:55.796331 [ 3 ] {72b4898c-ecc6-4b42-b6f0-8abc70269fd9} TCPHandler: Processed in 0.003335762 sec. 2025.12.24 05:42:55.796462 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.796609 [ 3 ] {a4985db2-7a5e-448d-8c6c-7b34e0177bb4} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.796665 [ 3 ] {a4985db2-7a5e-448d-8c6c-7b34e0177bb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.24 05:42:55.798298 [ 3 ] {a4985db2-7a5e-448d-8c6c-7b34e0177bb4} oximeter.measurements_string (64276f2e-2e12-43ed-a94f-c47b0647b188): Loading data parts 2025.12.24 05:42:55.798446 [ 3 ] {a4985db2-7a5e-448d-8c6c-7b34e0177bb4} oximeter.measurements_string (64276f2e-2e12-43ed-a94f-c47b0647b188): There are no data parts 2025.12.24 05:42:55.799905 [ 3 ] {a4985db2-7a5e-448d-8c6c-7b34e0177bb4} TCPHandler: Processed in 0.003489727 sec. 2025.12.24 05:42:55.800039 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.800210 [ 3 ] {60f2d6f2-ab43-41b0-b546-d202e69a0880} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.800278 [ 3 ] {60f2d6f2-ab43-41b0-b546-d202e69a0880} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.24 05:42:55.801952 [ 3 ] {60f2d6f2-ab43-41b0-b546-d202e69a0880} oximeter.measurements_bytes (7ae0dd51-7ac0-44bb-b441-a636ae754f41): Loading data parts 2025.12.24 05:42:55.802088 [ 3 ] {60f2d6f2-ab43-41b0-b546-d202e69a0880} oximeter.measurements_bytes (7ae0dd51-7ac0-44bb-b441-a636ae754f41): There are no data parts 2025.12.24 05:42:55.803374 [ 3 ] {60f2d6f2-ab43-41b0-b546-d202e69a0880} TCPHandler: Processed in 0.003381173 sec. 2025.12.24 05:42:55.803513 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.803674 [ 3 ] {0fa511ea-9aca-4b0f-a113-6be2191882aa} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.803734 [ 3 ] {0fa511ea-9aca-4b0f-a113-6be2191882aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.24 05:42:55.805550 [ 3 ] {0fa511ea-9aca-4b0f-a113-6be2191882aa} oximeter.measurements_cumulativei64 (746d4ea3-3156-45ca-95f2-46ac88dbe651): Loading data parts 2025.12.24 05:42:55.805743 [ 3 ] {0fa511ea-9aca-4b0f-a113-6be2191882aa} oximeter.measurements_cumulativei64 (746d4ea3-3156-45ca-95f2-46ac88dbe651): There are no data parts 2025.12.24 05:42:55.807054 [ 3 ] {0fa511ea-9aca-4b0f-a113-6be2191882aa} TCPHandler: Processed in 0.003586779 sec. 2025.12.24 05:42:55.807190 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.807374 [ 3 ] {7ba52a9f-817a-4747-b598-ee3781b76e47} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.807426 [ 3 ] {7ba52a9f-817a-4747-b598-ee3781b76e47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.24 05:42:55.809053 [ 3 ] {7ba52a9f-817a-4747-b598-ee3781b76e47} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Loading data parts 2025.12.24 05:42:55.809193 [ 3 ] {7ba52a9f-817a-4747-b598-ee3781b76e47} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): There are no data parts 2025.12.24 05:42:55.810502 [ 3 ] {7ba52a9f-817a-4747-b598-ee3781b76e47} TCPHandler: Processed in 0.003360063 sec. 2025.12.24 05:42:55.810641 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.810799 [ 3 ] {ab7b5fef-20ea-4286-9125-362c2f4b3b2b} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.810873 [ 3 ] {ab7b5fef-20ea-4286-9125-362c2f4b3b2b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.24 05:42:55.812508 [ 3 ] {ab7b5fef-20ea-4286-9125-362c2f4b3b2b} oximeter.measurements_cumulativef32 (ae2620dc-5a6a-4f46-83ff-31b20424865f): Loading data parts 2025.12.24 05:42:55.812662 [ 3 ] {ab7b5fef-20ea-4286-9125-362c2f4b3b2b} oximeter.measurements_cumulativef32 (ae2620dc-5a6a-4f46-83ff-31b20424865f): There are no data parts 2025.12.24 05:42:55.813971 [ 3 ] {ab7b5fef-20ea-4286-9125-362c2f4b3b2b} TCPHandler: Processed in 0.003375693 sec. 2025.12.24 05:42:55.814104 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.814281 [ 3 ] {7c860d96-22b7-4382-a9b5-fe5ef9a2d86b} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.814348 [ 3 ] {7c860d96-22b7-4382-a9b5-fe5ef9a2d86b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.24 05:42:55.816222 [ 3 ] {7c860d96-22b7-4382-a9b5-fe5ef9a2d86b} oximeter.measurements_cumulativef64 (1033d9c0-1fee-42d3-aba9-b8b2b318fd48): Loading data parts 2025.12.24 05:42:55.816357 [ 3 ] {7c860d96-22b7-4382-a9b5-fe5ef9a2d86b} oximeter.measurements_cumulativef64 (1033d9c0-1fee-42d3-aba9-b8b2b318fd48): There are no data parts 2025.12.24 05:42:55.817685 [ 3 ] {7c860d96-22b7-4382-a9b5-fe5ef9a2d86b} TCPHandler: Processed in 0.00362821 sec. 2025.12.24 05:42:55.817824 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.818043 [ 3 ] {38e40803-b823-4bb7-a60e-fa5bed5cd3d6} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.818128 [ 3 ] {38e40803-b823-4bb7-a60e-fa5bed5cd3d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.24 05:42:55.819975 [ 3 ] {38e40803-b823-4bb7-a60e-fa5bed5cd3d6} oximeter.measurements_histogrami8 (001dd81b-612a-44a5-9f57-1e4693920b06): Loading data parts 2025.12.24 05:42:55.820145 [ 3 ] {38e40803-b823-4bb7-a60e-fa5bed5cd3d6} oximeter.measurements_histogrami8 (001dd81b-612a-44a5-9f57-1e4693920b06): There are no data parts 2025.12.24 05:42:55.821480 [ 3 ] {38e40803-b823-4bb7-a60e-fa5bed5cd3d6} TCPHandler: Processed in 0.003704452 sec. 2025.12.24 05:42:55.821615 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.821843 [ 3 ] {6017ed0d-3098-4401-93ae-38998a8bfe23} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.821910 [ 3 ] {6017ed0d-3098-4401-93ae-38998a8bfe23} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.24 05:42:55.823675 [ 3 ] {6017ed0d-3098-4401-93ae-38998a8bfe23} oximeter.measurements_histogramu8 (58b187eb-1cce-46e9-95b4-0d01e71188d3): Loading data parts 2025.12.24 05:42:55.823807 [ 3 ] {6017ed0d-3098-4401-93ae-38998a8bfe23} oximeter.measurements_histogramu8 (58b187eb-1cce-46e9-95b4-0d01e71188d3): There are no data parts 2025.12.24 05:42:55.825171 [ 3 ] {6017ed0d-3098-4401-93ae-38998a8bfe23} TCPHandler: Processed in 0.003602819 sec. 2025.12.24 05:42:55.825304 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.825516 [ 3 ] {8d5a84eb-9f25-4a16-8ee3-208688b36259} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.825622 [ 3 ] {8d5a84eb-9f25-4a16-8ee3-208688b36259} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.24 05:42:55.827426 [ 3 ] {8d5a84eb-9f25-4a16-8ee3-208688b36259} oximeter.measurements_histogrami16 (d9d5cb51-fbb2-4c74-8dfe-b55c07eb0c8b): Loading data parts 2025.12.24 05:42:55.827684 [ 3 ] {8d5a84eb-9f25-4a16-8ee3-208688b36259} oximeter.measurements_histogrami16 (d9d5cb51-fbb2-4c74-8dfe-b55c07eb0c8b): There are no data parts 2025.12.24 05:42:55.829006 [ 3 ] {8d5a84eb-9f25-4a16-8ee3-208688b36259} TCPHandler: Processed in 0.003750553 sec. 2025.12.24 05:42:55.829139 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.829370 [ 3 ] {bf7b2e14-8b5e-47b8-9948-ed907b64b981} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.829438 [ 3 ] {bf7b2e14-8b5e-47b8-9948-ed907b64b981} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.24 05:42:55.831288 [ 3 ] {bf7b2e14-8b5e-47b8-9948-ed907b64b981} oximeter.measurements_histogramu16 (1264a4ed-70b3-4edd-8042-7067d286cbb6): Loading data parts 2025.12.24 05:42:55.831422 [ 3 ] {bf7b2e14-8b5e-47b8-9948-ed907b64b981} oximeter.measurements_histogramu16 (1264a4ed-70b3-4edd-8042-7067d286cbb6): There are no data parts 2025.12.24 05:42:55.832756 [ 3 ] {bf7b2e14-8b5e-47b8-9948-ed907b64b981} TCPHandler: Processed in 0.003664741 sec. 2025.12.24 05:42:55.832900 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.833109 [ 3 ] {b47e82a1-d3ed-4dea-a29b-a850a4a9ce82} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.833180 [ 3 ] {b47e82a1-d3ed-4dea-a29b-a850a4a9ce82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.24 05:42:55.834958 [ 3 ] {b47e82a1-d3ed-4dea-a29b-a850a4a9ce82} oximeter.measurements_histogrami32 (0fe0d387-41d5-458e-8c5b-2457bc972f70): Loading data parts 2025.12.24 05:42:55.835124 [ 3 ] {b47e82a1-d3ed-4dea-a29b-a850a4a9ce82} oximeter.measurements_histogrami32 (0fe0d387-41d5-458e-8c5b-2457bc972f70): There are no data parts 2025.12.24 05:42:55.836474 [ 3 ] {b47e82a1-d3ed-4dea-a29b-a850a4a9ce82} TCPHandler: Processed in 0.00362148 sec. 2025.12.24 05:42:55.836613 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.836847 [ 3 ] {243c0bd5-f9b3-414a-b289-ae4b6ee1ea2f} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.836920 [ 3 ] {243c0bd5-f9b3-414a-b289-ae4b6ee1ea2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.24 05:42:55.838770 [ 3 ] {243c0bd5-f9b3-414a-b289-ae4b6ee1ea2f} oximeter.measurements_histogramu32 (d8ad5f73-82be-4018-9e41-b85de64f7855): Loading data parts 2025.12.24 05:42:55.838897 [ 3 ] {243c0bd5-f9b3-414a-b289-ae4b6ee1ea2f} oximeter.measurements_histogramu32 (d8ad5f73-82be-4018-9e41-b85de64f7855): There are no data parts 2025.12.24 05:42:55.840218 [ 3 ] {243c0bd5-f9b3-414a-b289-ae4b6ee1ea2f} TCPHandler: Processed in 0.003653051 sec. 2025.12.24 05:42:55.840368 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.840574 [ 3 ] {ccad5999-f5e6-4aca-8ba2-89bbff909c2a} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.840652 [ 3 ] {ccad5999-f5e6-4aca-8ba2-89bbff909c2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.24 05:42:55.842752 [ 3 ] {ccad5999-f5e6-4aca-8ba2-89bbff909c2a} oximeter.measurements_histogrami64 (8a5999ad-9a71-4188-8bf0-18de27fbb62e): Loading data parts 2025.12.24 05:42:55.842915 [ 3 ] {ccad5999-f5e6-4aca-8ba2-89bbff909c2a} oximeter.measurements_histogrami64 (8a5999ad-9a71-4188-8bf0-18de27fbb62e): There are no data parts 2025.12.24 05:42:55.844414 [ 3 ] {ccad5999-f5e6-4aca-8ba2-89bbff909c2a} TCPHandler: Processed in 0.004095103 sec. 2025.12.24 05:42:55.844559 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.844821 [ 3 ] {c1d0ac26-b1d2-491f-b1a7-b02149902a03} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.844901 [ 3 ] {c1d0ac26-b1d2-491f-b1a7-b02149902a03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.24 05:42:55.846763 [ 3 ] {c1d0ac26-b1d2-491f-b1a7-b02149902a03} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Loading data parts 2025.12.24 05:42:55.846901 [ 3 ] {c1d0ac26-b1d2-491f-b1a7-b02149902a03} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): There are no data parts 2025.12.24 05:42:55.848256 [ 3 ] {c1d0ac26-b1d2-491f-b1a7-b02149902a03} TCPHandler: Processed in 0.003744584 sec. 2025.12.24 05:42:55.848418 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.848624 [ 3 ] {b31f86d1-85ba-474b-ab03-eed1b5aae3d0} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.848694 [ 3 ] {b31f86d1-85ba-474b-ab03-eed1b5aae3d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.24 05:42:55.850547 [ 3 ] {b31f86d1-85ba-474b-ab03-eed1b5aae3d0} oximeter.measurements_histogramf32 (3c43d069-5ae5-406d-9e3f-316d08b713da): Loading data parts 2025.12.24 05:42:55.850711 [ 3 ] {b31f86d1-85ba-474b-ab03-eed1b5aae3d0} oximeter.measurements_histogramf32 (3c43d069-5ae5-406d-9e3f-316d08b713da): There are no data parts 2025.12.24 05:42:55.852034 [ 3 ] {b31f86d1-85ba-474b-ab03-eed1b5aae3d0} TCPHandler: Processed in 0.003663731 sec. 2025.12.24 05:42:55.852164 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.852392 [ 3 ] {bfdb8c58-bd7d-4034-b445-885ea6b96b97} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.852461 [ 3 ] {bfdb8c58-bd7d-4034-b445-885ea6b96b97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.24 05:42:55.854252 [ 3 ] {bfdb8c58-bd7d-4034-b445-885ea6b96b97} oximeter.measurements_histogramf64 (eb3a5a47-4320-49fe-a704-8d29bfa2a2b3): Loading data parts 2025.12.24 05:42:55.854386 [ 3 ] {bfdb8c58-bd7d-4034-b445-885ea6b96b97} oximeter.measurements_histogramf64 (eb3a5a47-4320-49fe-a704-8d29bfa2a2b3): There are no data parts 2025.12.24 05:42:55.855686 [ 3 ] {bfdb8c58-bd7d-4034-b445-885ea6b96b97} TCPHandler: Processed in 0.003568579 sec. 2025.12.24 05:42:55.855844 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.856017 [ 3 ] {b600fa94-04c1-4e1c-bce8-4b12f234e301} executeQuery: (from [fd00:1122:3344:101::d]:44983) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.856088 [ 3 ] {b600fa94-04c1-4e1c-bce8-4b12f234e301} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.24 05:42:55.857825 [ 3 ] {b600fa94-04c1-4e1c-bce8-4b12f234e301} oximeter.fields_bool (d43d8f06-02e4-4062-8387-1173f746a288): Loading data parts 2025.12.24 05:42:55.857992 [ 3 ] {b600fa94-04c1-4e1c-bce8-4b12f234e301} oximeter.fields_bool (d43d8f06-02e4-4062-8387-1173f746a288): There are no data parts 2025.12.24 05:42:55.859298 [ 3 ] {b600fa94-04c1-4e1c-bce8-4b12f234e301} TCPHandler: Processed in 0.003502836 sec. 2025.12.24 05:42:55.859430 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.859581 [ 3 ] {8ec34fcb-d4c1-4ffe-a4dc-c31f684f5f13} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.859644 [ 3 ] {8ec34fcb-d4c1-4ffe-a4dc-c31f684f5f13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.24 05:42:55.861343 [ 3 ] {8ec34fcb-d4c1-4ffe-a4dc-c31f684f5f13} oximeter.fields_i8 (7528d713-c506-4e30-85cf-4921452da5e0): Loading data parts 2025.12.24 05:42:55.861482 [ 3 ] {8ec34fcb-d4c1-4ffe-a4dc-c31f684f5f13} oximeter.fields_i8 (7528d713-c506-4e30-85cf-4921452da5e0): There are no data parts 2025.12.24 05:42:55.862757 [ 3 ] {8ec34fcb-d4c1-4ffe-a4dc-c31f684f5f13} TCPHandler: Processed in 0.003374933 sec. 2025.12.24 05:42:55.862889 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.863065 [ 3 ] {3716ceb6-7287-40c4-a0e0-2be79c86d678} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.863127 [ 3 ] {3716ceb6-7287-40c4-a0e0-2be79c86d678} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.24 05:42:55.864778 [ 3 ] {3716ceb6-7287-40c4-a0e0-2be79c86d678} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Loading data parts 2025.12.24 05:42:55.864898 [ 3 ] {3716ceb6-7287-40c4-a0e0-2be79c86d678} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): There are no data parts 2025.12.24 05:42:55.866182 [ 3 ] {3716ceb6-7287-40c4-a0e0-2be79c86d678} TCPHandler: Processed in 0.003339742 sec. 2025.12.24 05:42:55.866323 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.866474 [ 3 ] {6732fb4c-8366-444e-9900-01b831e12208} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.866538 [ 3 ] {6732fb4c-8366-444e-9900-01b831e12208} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.24 05:42:55.868273 [ 3 ] {6732fb4c-8366-444e-9900-01b831e12208} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Loading data parts 2025.12.24 05:42:55.868412 [ 3 ] {6732fb4c-8366-444e-9900-01b831e12208} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): There are no data parts 2025.12.24 05:42:55.869693 [ 3 ] {6732fb4c-8366-444e-9900-01b831e12208} TCPHandler: Processed in 0.003418094 sec. 2025.12.24 05:42:55.869827 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.870006 [ 3 ] {ad3fe9e3-f35a-49a9-b697-2f7c9b22e571} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.870068 [ 3 ] {ad3fe9e3-f35a-49a9-b697-2f7c9b22e571} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.24 05:42:55.871707 [ 3 ] {ad3fe9e3-f35a-49a9-b697-2f7c9b22e571} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Loading data parts 2025.12.24 05:42:55.871845 [ 3 ] {ad3fe9e3-f35a-49a9-b697-2f7c9b22e571} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): There are no data parts 2025.12.24 05:42:55.873152 [ 3 ] {ad3fe9e3-f35a-49a9-b697-2f7c9b22e571} TCPHandler: Processed in 0.003373703 sec. 2025.12.24 05:42:55.873291 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.873441 [ 3 ] {e791485c-95b6-413f-9698-44bd48985d0b} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.873507 [ 3 ] {e791485c-95b6-413f-9698-44bd48985d0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.24 05:42:55.875237 [ 3 ] {e791485c-95b6-413f-9698-44bd48985d0b} oximeter.fields_i32 (fdc22d2a-036d-42b5-afdb-c1adc5cd937e): Loading data parts 2025.12.24 05:42:55.875391 [ 3 ] {e791485c-95b6-413f-9698-44bd48985d0b} oximeter.fields_i32 (fdc22d2a-036d-42b5-afdb-c1adc5cd937e): There are no data parts 2025.12.24 05:42:55.876686 [ 3 ] {e791485c-95b6-413f-9698-44bd48985d0b} TCPHandler: Processed in 0.003442895 sec. 2025.12.24 05:42:55.876819 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.876998 [ 3 ] {b91dd378-52e7-45cc-8c30-796a7949a2a0} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.877062 [ 3 ] {b91dd378-52e7-45cc-8c30-796a7949a2a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.24 05:42:55.878729 [ 3 ] {b91dd378-52e7-45cc-8c30-796a7949a2a0} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Loading data parts 2025.12.24 05:42:55.878866 [ 3 ] {b91dd378-52e7-45cc-8c30-796a7949a2a0} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): There are no data parts 2025.12.24 05:42:55.880290 [ 3 ] {b91dd378-52e7-45cc-8c30-796a7949a2a0} TCPHandler: Processed in 0.003518537 sec. 2025.12.24 05:42:55.880421 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.880581 [ 3 ] {128e96e8-35e3-478a-8ea2-30385b2029de} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.880646 [ 3 ] {128e96e8-35e3-478a-8ea2-30385b2029de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.24 05:42:55.882296 [ 3 ] {128e96e8-35e3-478a-8ea2-30385b2029de} oximeter.fields_i64 (40d8499d-e259-468c-b4c1-98b2cc4e23b4): Loading data parts 2025.12.24 05:42:55.882437 [ 3 ] {128e96e8-35e3-478a-8ea2-30385b2029de} oximeter.fields_i64 (40d8499d-e259-468c-b4c1-98b2cc4e23b4): There are no data parts 2025.12.24 05:42:55.883912 [ 3 ] {128e96e8-35e3-478a-8ea2-30385b2029de} TCPHandler: Processed in 0.003538867 sec. 2025.12.24 05:42:55.884045 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.884221 [ 3 ] {f421ecc5-8315-41f5-814f-a31940d3b518} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.884283 [ 3 ] {f421ecc5-8315-41f5-814f-a31940d3b518} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.24 05:42:55.885961 [ 3 ] {f421ecc5-8315-41f5-814f-a31940d3b518} oximeter.fields_u64 (c865b09d-b720-41c5-aaf8-9b3098f42474): Loading data parts 2025.12.24 05:42:55.886099 [ 3 ] {f421ecc5-8315-41f5-814f-a31940d3b518} oximeter.fields_u64 (c865b09d-b720-41c5-aaf8-9b3098f42474): There are no data parts 2025.12.24 05:42:55.887441 [ 3 ] {f421ecc5-8315-41f5-814f-a31940d3b518} TCPHandler: Processed in 0.003443955 sec. 2025.12.24 05:42:55.887569 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.887720 [ 3 ] {4507302a-0af6-49b1-87d2-99d5db57fd38} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.887783 [ 3 ] {4507302a-0af6-49b1-87d2-99d5db57fd38} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.24 05:42:55.889522 [ 3 ] {4507302a-0af6-49b1-87d2-99d5db57fd38} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Loading data parts 2025.12.24 05:42:55.889655 [ 3 ] {4507302a-0af6-49b1-87d2-99d5db57fd38} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): There are no data parts 2025.12.24 05:42:55.890981 [ 3 ] {4507302a-0af6-49b1-87d2-99d5db57fd38} TCPHandler: Processed in 0.003459785 sec. 2025.12.24 05:42:55.891122 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.891287 [ 3 ] {22d70426-4d37-4c70-a619-5ec83baa1a6b} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.891349 [ 3 ] {22d70426-4d37-4c70-a619-5ec83baa1a6b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.24 05:42:55.892987 [ 3 ] {22d70426-4d37-4c70-a619-5ec83baa1a6b} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Loading data parts 2025.12.24 05:42:55.893121 [ 3 ] {22d70426-4d37-4c70-a619-5ec83baa1a6b} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): There are no data parts 2025.12.24 05:42:55.894427 [ 3 ] {22d70426-4d37-4c70-a619-5ec83baa1a6b} TCPHandler: Processed in 0.003352972 sec. 2025.12.24 05:42:55.894553 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.894703 [ 3 ] {4108880c-0d28-4c25-8088-f354f06aaf43} executeQuery: (from [fd00:1122:3344:101::d]:44983) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.24 05:42:55.894770 [ 3 ] {4108880c-0d28-4c25-8088-f354f06aaf43} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.24 05:42:55.896510 [ 3 ] {4108880c-0d28-4c25-8088-f354f06aaf43} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Loading data parts 2025.12.24 05:42:55.896643 [ 3 ] {4108880c-0d28-4c25-8088-f354f06aaf43} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): There are no data parts 2025.12.24 05:42:55.897917 [ 3 ] {4108880c-0d28-4c25-8088-f354f06aaf43} TCPHandler: Processed in 0.003411554 sec. 2025.12.24 05:42:55.898090 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.898338 [ 3 ] {e3aad78f-682e-4f62-8da0-93297d9efb19} executeQuery: (from [fd00:1122:3344:101::d]:44983) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.24 05:42:55.898420 [ 3 ] {e3aad78f-682e-4f62-8da0-93297d9efb19} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.24 05:42:55.900145 [ 3 ] {e3aad78f-682e-4f62-8da0-93297d9efb19} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Loading data parts 2025.12.24 05:42:55.900306 [ 3 ] {e3aad78f-682e-4f62-8da0-93297d9efb19} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): There are no data parts 2025.12.24 05:42:55.901722 [ 3 ] {e3aad78f-682e-4f62-8da0-93297d9efb19} TCPHandler: Processed in 0.003681241 sec. 2025.12.24 05:42:55.901887 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:42:55.902180 [ 4 ] {51927878-cce8-4b1e-b263-7012600379b5} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.24 05:42:55.903458 [ 4 ] {51927878-cce8-4b1e-b263-7012600379b5} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.24 05:42:55.920667 [ 260 ] {51927878-cce8-4b1e-b263-7012600379b5} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:42:55.920795 [ 260 ] {51927878-cce8-4b1e-b263-7012600379b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.24 05:42:55.925355 [ 260 ] {51927878-cce8-4b1e-b263-7012600379b5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:42:55.925796 [ 260 ] {51927878-cce8-4b1e-b263-7012600379b5} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:42:55.926058 [ 4 ] {51927878-cce8-4b1e-b263-7012600379b5} executeQuery: Read 1 rows, 16.00 B in 0.024009 sec., 41.65104752384523 rows/sec., 666.42 B/sec. 2025.12.24 05:42:55.926304 [ 4 ] {51927878-cce8-4b1e-b263-7012600379b5} TCPHandler: Processed in 0.024476425 sec. 2025.12.24 05:42:56.000148 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.56 MiB, peak 124.56 MiB, free memory in arenas 0.00 B, will set to 138.04 MiB (RSS), difference: 13.48 MiB 2025.12.24 05:42:57.201421 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41610 2025.12.24 05:42:57.203114 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.203180 [ 262 ] {} TCP-Session: 7baf0281-661b-49c2-aa0a-dd4ff566c7d5 Authenticating user 'default' from [fd00:1122:3344:101::c]:41610 2025.12.24 05:42:57.203301 [ 262 ] {} TCP-Session: 7baf0281-661b-49c2-aa0a-dd4ff566c7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.203319 [ 262 ] {} TCP-Session: 7baf0281-661b-49c2-aa0a-dd4ff566c7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.203392 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 05:42:57.203510 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:57.203532 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:57.204063 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52531 2025.12.24 05:42:57.204248 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.204313 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62717 2025.12.24 05:42:57.204316 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43140 2025.12.24 05:42:57.204418 [ 263 ] {} TCP-Session: b4785589-e1a2-4f53-bdfe-79e79641e992 Authenticating user 'default' from [fd00:1122:3344:101::c]:52531 2025.12.24 05:42:57.204489 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57807 2025.12.24 05:42:57.204511 [ 263 ] {} TCP-Session: b4785589-e1a2-4f53-bdfe-79e79641e992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.204425 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60449 2025.12.24 05:42:57.204668 [ 263 ] {} TCP-Session: b4785589-e1a2-4f53-bdfe-79e79641e992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.204728 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41457 2025.12.24 05:42:57.204742 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.204765 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.204809 [ 264 ] {} TCP-Session: 7bdfeec5-3996-400d-966e-77f06fd2bcbd Authenticating user 'default' from [fd00:1122:3344:101::c]:62717 2025.12.24 05:42:57.204862 [ 265 ] {} TCP-Session: 48c5a7f3-71b8-4453-b510-3c3d549a61a2 Authenticating user 'default' from [fd00:1122:3344:101::c]:43140 2025.12.24 05:42:57.204957 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.204993 [ 264 ] {} TCP-Session: 7bdfeec5-3996-400d-966e-77f06fd2bcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205044 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.205014 [ 265 ] {} TCP-Session: 48c5a7f3-71b8-4453-b510-3c3d549a61a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205008 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.205175 [ 268 ] {} TCP-Session: 5c9540fd-7395-48c0-b4ad-6deeffcbebca Authenticating user 'default' from [fd00:1122:3344:101::c]:41457 2025.12.24 05:42:57.205156 [ 265 ] {} TCP-Session: 48c5a7f3-71b8-4453-b510-3c3d549a61a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205141 [ 264 ] {} TCP-Session: 7bdfeec5-3996-400d-966e-77f06fd2bcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205304 [ 268 ] {} TCP-Session: 5c9540fd-7395-48c0-b4ad-6deeffcbebca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205282 [ 267 ] {} TCP-Session: 76223204-4432-4228-86c3-230156f4b40d Authenticating user 'default' from [fd00:1122:3344:101::c]:57807 2025.12.24 05:42:57.204969 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55222 2025.12.24 05:42:57.204995 [ 266 ] {} TCP-Session: c2999cc2-a7ff-42f3-8e10-156f16ac6034 Authenticating user 'default' from [fd00:1122:3344:101::c]:60449 2025.12.24 05:42:57.205457 [ 268 ] {} TCP-Session: 5c9540fd-7395-48c0-b4ad-6deeffcbebca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205439 [ 267 ] {} TCP-Session: 76223204-4432-4228-86c3-230156f4b40d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205538 [ 266 ] {} TCP-Session: c2999cc2-a7ff-42f3-8e10-156f16ac6034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205554 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.205549 [ 267 ] {} TCP-Session: 76223204-4432-4228-86c3-230156f4b40d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205649 [ 266 ] {} TCP-Session: c2999cc2-a7ff-42f3-8e10-156f16ac6034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205683 [ 269 ] {} TCP-Session: 0a7be099-fa60-48de-9eea-f6423fd082bf Authenticating user 'default' from [fd00:1122:3344:101::c]:55222 2025.12.24 05:42:57.205779 [ 269 ] {} TCP-Session: 0a7be099-fa60-48de-9eea-f6423fd082bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.205798 [ 269 ] {} TCP-Session: 0a7be099-fa60-48de-9eea-f6423fd082bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.497296 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33125 2025.12.24 05:42:57.497962 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.498009 [ 270 ] {} TCP-Session: b0cf0a87-44cd-4098-963f-f76c4ec23d6e Authenticating user 'default' from [fd00:1122:3344:101::a]:33125 2025.12.24 05:42:57.498132 [ 270 ] {} TCP-Session: b0cf0a87-44cd-4098-963f-f76c4ec23d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.498146 [ 270 ] {} TCP-Session: b0cf0a87-44cd-4098-963f-f76c4ec23d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.498226 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 05:42:57.498346 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:57.498368 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:57.498968 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54350 2025.12.24 05:42:57.499051 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57671 2025.12.24 05:42:57.499194 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.499302 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.499329 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51209 2025.12.24 05:42:57.499348 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42561 2025.12.24 05:42:57.499435 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45605 2025.12.24 05:42:57.499455 [ 272 ] {} TCP-Session: 39be755d-4fb8-4ad5-b291-fb65f3ad331b Authenticating user 'default' from [fd00:1122:3344:101::a]:57671 2025.12.24 05:42:57.499425 [ 271 ] {} TCP-Session: 26c54152-7edf-4805-b316-c648f1cd7d93 Authenticating user 'default' from [fd00:1122:3344:101::a]:54350 2025.12.24 05:42:57.499516 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49354 2025.12.24 05:42:57.499576 [ 272 ] {} TCP-Session: 39be755d-4fb8-4ad5-b291-fb65f3ad331b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.499562 [ 271 ] {} TCP-Session: 26c54152-7edf-4805-b316-c648f1cd7d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.499672 [ 271 ] {} TCP-Session: 26c54152-7edf-4805-b316-c648f1cd7d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.499685 [ 272 ] {} TCP-Session: 39be755d-4fb8-4ad5-b291-fb65f3ad331b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.499754 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.499775 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39141 2025.12.24 05:42:57.499822 [ 274 ] {} TCP-Session: 8577e6fe-3f44-4306-b023-1c4e655a90c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:51209 2025.12.24 05:42:57.499898 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.499935 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.499944 [ 274 ] {} TCP-Session: 8577e6fe-3f44-4306-b023-1c4e655a90c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.499977 [ 273 ] {} TCP-Session: 4b656f8c-c6a4-46d3-b8eb-b8935da72c44 Authenticating user 'default' from [fd00:1122:3344:101::a]:42561 2025.12.24 05:42:57.500043 [ 275 ] {} TCP-Session: 80b73703-7f3a-43ff-8276-d77c2f3c4175 Authenticating user 'default' from [fd00:1122:3344:101::a]:45605 2025.12.24 05:42:57.500071 [ 274 ] {} TCP-Session: 8577e6fe-3f44-4306-b023-1c4e655a90c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500112 [ 273 ] {} TCP-Session: 4b656f8c-c6a4-46d3-b8eb-b8935da72c44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500093 [ 275 ] {} TCP-Session: 80b73703-7f3a-43ff-8276-d77c2f3c4175 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500091 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.500218 [ 273 ] {} TCP-Session: 4b656f8c-c6a4-46d3-b8eb-b8935da72c44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500205 [ 275 ] {} TCP-Session: 80b73703-7f3a-43ff-8276-d77c2f3c4175 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500194 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.500344 [ 276 ] {} TCP-Session: cea13c83-2c16-4774-840b-923c0779c33e Authenticating user 'default' from [fd00:1122:3344:101::a]:49354 2025.12.24 05:42:57.500474 [ 277 ] {} TCP-Session: c78dac00-4a84-4e3f-8181-ca64af8d444f Authenticating user 'default' from [fd00:1122:3344:101::a]:39141 2025.12.24 05:42:57.500479 [ 276 ] {} TCP-Session: cea13c83-2c16-4774-840b-923c0779c33e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500506 [ 277 ] {} TCP-Session: c78dac00-4a84-4e3f-8181-ca64af8d444f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500573 [ 276 ] {} TCP-Session: cea13c83-2c16-4774-840b-923c0779c33e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.500648 [ 277 ] {} TCP-Session: c78dac00-4a84-4e3f-8181-ca64af8d444f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.694755 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39848 2025.12.24 05:42:57.696892 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.696942 [ 278 ] {} TCP-Session: e184e85e-c82d-4e61-8f58-9212cfa160d4 Authenticating user 'default' from [fd00:1122:3344:101::b]:39848 2025.12.24 05:42:57.696966 [ 278 ] {} TCP-Session: e184e85e-c82d-4e61-8f58-9212cfa160d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.697078 [ 278 ] {} TCP-Session: e184e85e-c82d-4e61-8f58-9212cfa160d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.697161 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 05:42:57.697190 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:57.697302 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:42:57.698086 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33962 2025.12.24 05:42:57.698091 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34211 2025.12.24 05:42:57.698268 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53683 2025.12.24 05:42:57.698285 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34232 2025.12.24 05:42:57.698454 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.698503 [ 280 ] {} TCP-Session: 3d917716-67ba-435f-a3e9-b341dbb4fed2 Authenticating user 'default' from [fd00:1122:3344:101::b]:33962 2025.12.24 05:42:57.698520 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37922 2025.12.24 05:42:57.698531 [ 280 ] {} TCP-Session: 3d917716-67ba-435f-a3e9-b341dbb4fed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.698645 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.698668 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33516 2025.12.24 05:42:57.698702 [ 280 ] {} TCP-Session: 3d917716-67ba-435f-a3e9-b341dbb4fed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.698762 [ 282 ] {} TCP-Session: b6ef19f7-2af4-4b1a-b5af-2811b473bd70 Authenticating user 'default' from [fd00:1122:3344:101::b]:53683 2025.12.24 05:42:57.698772 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.698535 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.698933 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55075 2025.12.24 05:42:57.698888 [ 282 ] {} TCP-Session: b6ef19f7-2af4-4b1a-b5af-2811b473bd70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.698869 [ 281 ] {} TCP-Session: c554163e-999f-431d-b035-8ce35aa3bedf Authenticating user 'default' from [fd00:1122:3344:101::b]:34232 2025.12.24 05:42:57.699097 [ 282 ] {} TCP-Session: b6ef19f7-2af4-4b1a-b5af-2811b473bd70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699128 [ 281 ] {} TCP-Session: c554163e-999f-431d-b035-8ce35aa3bedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699097 [ 279 ] {} TCP-Session: b713400d-5e78-4d0c-a505-72a2ab9df651 Authenticating user 'default' from [fd00:1122:3344:101::b]:34211 2025.12.24 05:42:57.698848 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.699266 [ 281 ] {} TCP-Session: c554163e-999f-431d-b035-8ce35aa3bedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699265 [ 279 ] {} TCP-Session: b713400d-5e78-4d0c-a505-72a2ab9df651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699302 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.699359 [ 279 ] {} TCP-Session: b713400d-5e78-4d0c-a505-72a2ab9df651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699355 [ 283 ] {} TCP-Session: 2411edc5-c82c-4b20-99b1-da2cdcd82854 Authenticating user 'default' from [fd00:1122:3344:101::b]:37922 2025.12.24 05:42:57.698928 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:42:57.699627 [ 283 ] {} TCP-Session: 2411edc5-c82c-4b20-99b1-da2cdcd82854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699621 [ 285 ] {} TCP-Session: 0a4dea1b-ad98-43a7-bbee-29188d190b5a Authenticating user 'default' from [fd00:1122:3344:101::b]:55075 2025.12.24 05:42:57.699826 [ 285 ] {} TCP-Session: 0a4dea1b-ad98-43a7-bbee-29188d190b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699827 [ 284 ] {} TCP-Session: 9a946aa6-d7c2-4b72-9e6e-668ae03f9313 Authenticating user 'default' from [fd00:1122:3344:101::b]:33516 2025.12.24 05:42:57.699832 [ 283 ] {} TCP-Session: 2411edc5-c82c-4b20-99b1-da2cdcd82854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.699984 [ 285 ] {} TCP-Session: 0a4dea1b-ad98-43a7-bbee-29188d190b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.700024 [ 284 ] {} TCP-Session: 9a946aa6-d7c2-4b72-9e6e-668ae03f9313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:57.700143 [ 284 ] {} TCP-Session: 9a946aa6-d7c2-4b72-9e6e-668ae03f9313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:42:58.001234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.27 MiB, peak 138.27 MiB, free memory in arenas 0.00 B, will set to 139.77 MiB (RSS), difference: 1.51 MiB 2025.12.24 05:43:00.781185 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.24 05:43:00.781190 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.12.24 05:43:00.781284 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.24 05:43:00.781318 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.24 05:43:00.785349 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Loading data parts 2025.12.24 05:43:00.785550 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): There are no data parts 2025.12.24 05:43:00.791727 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:00.791891 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.24 05:43:00.800040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:00.800658 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:00.800914 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.12.24 05:43:00.803547 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Loading data parts 2025.12.24 05:43:00.803726 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): There are no data parts 2025.12.24 05:43:00.829441 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:00.829602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.24 05:43:00.836853 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:00.838136 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:00.841613 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.24 05:43:01.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.75 MiB, peak 148.75 MiB, free memory in arenas 0.00 B, will set to 153.82 MiB (RSS), difference: 9.07 MiB 2025.12.24 05:43:03.280986 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.24 05:43:03.281152 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.24 05:43:03.291008 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Loading data parts 2025.12.24 05:43:03.291158 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): There are no data parts 2025.12.24 05:43:03.297621 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:03.297762 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.24 05:43:03.299453 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:03.299967 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:03.300216 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.24 05:43:04.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.04 MiB, peak 158.04 MiB, free memory in arenas 0.00 B, will set to 154.91 MiB (RSS), difference: -3.13 MiB 2025.12.24 05:43:08.254613 [ 73 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:43:08.254675 [ 73 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:43:08.301007 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.12.24 05:43:08.304146 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:08.304203 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.24 05:43:08.305017 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:08.305588 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:08.305811 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.24 05:43:08.341686 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.24 05:43:08.359831 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:08.359987 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.24 05:43:08.366587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:08.367745 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:08.371056 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.24 05:43:09.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.75 MiB, peak 159.75 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 1.91 MiB 2025.12.24 05:43:11.332589 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51397 2025.12.24 05:43:11.333752 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.333792 [ 286 ] {} TCP-Session: 8b1328d6-6cc5-4110-974e-c63f47acc4ee Authenticating user 'default' from [fd00:1122:3344:101::e]:51397 2025.12.24 05:43:11.333814 [ 286 ] {} TCP-Session: 8b1328d6-6cc5-4110-974e-c63f47acc4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.333828 [ 286 ] {} TCP-Session: 8b1328d6-6cc5-4110-974e-c63f47acc4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.333930 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 05:43:11.333959 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:43:11.334734 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 05:43:11.335353 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34536 2025.12.24 05:43:11.335410 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39331 2025.12.24 05:43:11.335487 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56712 2025.12.24 05:43:11.335522 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.335562 [ 287 ] {} TCP-Session: 9083e819-7143-47f6-9c71-7f277c8d8a9c Authenticating user 'default' from [fd00:1122:3344:101::e]:34536 2025.12.24 05:43:11.335586 [ 287 ] {} TCP-Session: 9083e819-7143-47f6-9c71-7f277c8d8a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.335591 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.335600 [ 287 ] {} TCP-Session: 9083e819-7143-47f6-9c71-7f277c8d8a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.335634 [ 288 ] {} TCP-Session: b695c970-b099-4165-af1b-42881c5e4d23 Authenticating user 'default' from [fd00:1122:3344:101::e]:39331 2025.12.24 05:43:11.335664 [ 288 ] {} TCP-Session: b695c970-b099-4165-af1b-42881c5e4d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.335677 [ 288 ] {} TCP-Session: b695c970-b099-4165-af1b-42881c5e4d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.335767 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36867 2025.12.24 05:43:11.335781 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64926 2025.12.24 05:43:11.335776 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.335976 [ 289 ] {} TCP-Session: c873d1ea-c307-439c-a541-5eb9e32b8080 Authenticating user 'default' from [fd00:1122:3344:101::e]:56712 2025.12.24 05:43:11.335992 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37314 2025.12.24 05:43:11.336002 [ 289 ] {} TCP-Session: c873d1ea-c307-439c-a541-5eb9e32b8080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.335993 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48525 2025.12.24 05:43:11.336051 [ 289 ] {} TCP-Session: c873d1ea-c307-439c-a541-5eb9e32b8080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336049 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.336107 [ 291 ] {} TCP-Session: fc8c576e-633d-4d30-a051-d923f737fbe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:36867 2025.12.24 05:43:11.336126 [ 291 ] {} TCP-Session: fc8c576e-633d-4d30-a051-d923f737fbe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336140 [ 291 ] {} TCP-Session: fc8c576e-633d-4d30-a051-d923f737fbe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336161 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51609 2025.12.24 05:43:11.336220 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.336259 [ 290 ] {} TCP-Session: 6c2ac4f4-e0ad-4b46-a021-9879fc871583 Authenticating user 'default' from [fd00:1122:3344:101::e]:64926 2025.12.24 05:43:11.336282 [ 290 ] {} TCP-Session: 6c2ac4f4-e0ad-4b46-a021-9879fc871583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336295 [ 290 ] {} TCP-Session: 6c2ac4f4-e0ad-4b46-a021-9879fc871583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336477 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.336513 [ 293 ] {} TCP-Session: dbee804c-311e-4038-adc1-be9f6134ef91 Authenticating user 'default' from [fd00:1122:3344:101::e]:48525 2025.12.24 05:43:11.336513 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.336530 [ 293 ] {} TCP-Session: dbee804c-311e-4038-adc1-be9f6134ef91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336558 [ 294 ] {} TCP-Session: 53b34cd4-8a51-4e9f-b02e-42434c878ec6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51609 2025.12.24 05:43:11.336559 [ 293 ] {} TCP-Session: dbee804c-311e-4038-adc1-be9f6134ef91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336553 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:11.336584 [ 294 ] {} TCP-Session: 53b34cd4-8a51-4e9f-b02e-42434c878ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336620 [ 294 ] {} TCP-Session: 53b34cd4-8a51-4e9f-b02e-42434c878ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336628 [ 292 ] {} TCP-Session: 737cd9ff-77ec-493f-942e-52b1a45a7738 Authenticating user 'default' from [fd00:1122:3344:101::e]:37314 2025.12.24 05:43:11.336653 [ 292 ] {} TCP-Session: 737cd9ff-77ec-493f-942e-52b1a45a7738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.336666 [ 292 ] {} TCP-Session: 737cd9ff-77ec-493f-942e-52b1a45a7738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.337839 [ 286 ] {} TCP-Session: 8b1328d6-6cc5-4110-974e-c63f47acc4ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:11.338022 [ 286 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} executeQuery: (from [fd00:1122:3344:101::e]:51397) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:43:11.346618 [ 286 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 05:43:11.358682 [ 286 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:11.379411 [ 286 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2) (SelectExecutor): Key condition: unknown 2025.12.24 05:43:11.395347 [ 295 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} AggregatingTransform: Aggregating 2025.12.24 05:43:11.397669 [ 295 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} Aggregator: Aggregation method: without_key 2025.12.24 05:43:11.398507 [ 295 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006550141 sec. (152.668 rows/sec., 5.96 KiB/sec.) 2025.12.24 05:43:11.398532 [ 295 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} Aggregator: Merging aggregated data 2025.12.24 05:43:11.398564 [ 295 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.24 05:43:11.399824 [ 286 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} executeQuery: Read 1 rows, 40.00 B in 0.061865 sec., 16.16422856219187 rows/sec., 646.57 B/sec. 2025.12.24 05:43:11.399980 [ 286 ] {93672453-a298-42d4-ac4f-ee0e0fe44b63} TCPHandler: Processed in 0.062296428 sec. 2025.12.24 05:43:11.401171 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401207 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401228 [ 286 ] {} TCP-Session: 8b1328d6-6cc5-4110-974e-c63f47acc4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401230 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401250 [ 293 ] {} TCP-Session: dbee804c-311e-4038-adc1-be9f6134ef91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401267 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401283 [ 294 ] {} TCP-Session: 53b34cd4-8a51-4e9f-b02e-42434c878ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401290 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401311 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401348 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401349 [ 289 ] {} TCP-Session: c873d1ea-c307-439c-a541-5eb9e32b8080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401379 [ 288 ] {} TCP-Session: b695c970-b099-4165-af1b-42881c5e4d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401394 [ 292 ] {} TCP-Session: 737cd9ff-77ec-493f-942e-52b1a45a7738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401323 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401318 [ 290 ] {} TCP-Session: 6c2ac4f4-e0ad-4b46-a021-9879fc871583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401249 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:11.401465 [ 291 ] {} TCP-Session: fc8c576e-633d-4d30-a051-d923f737fbe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:11.401517 [ 287 ] {} TCP-Session: 9083e819-7143-47f6-9c71-7f277c8d8a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:12.000313 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.94 MiB, peak 168.04 MiB, free memory in arenas 0.00 B, will set to 161.75 MiB (RSS), difference: 3.81 MiB 2025.12.24 05:43:13.302512 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 2 entries to flush up to offset 90 2025.12.24 05:43:13.304583 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:13.304637 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.24 05:43:13.305863 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:13.306416 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:13.306723 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2025.12.24 05:43:14.000230 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.76 MiB, peak 168.04 MiB, free memory in arenas 0.00 B, will set to 161.80 MiB (RSS), difference: 4.04 MiB 2025.12.24 05:43:15.805890 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 439 entries to flush up to offset 1415 2025.12.24 05:43:15.806395 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.806444 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.24 05:43:15.807077 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:15.807524 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.807670 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1415 2025.12.24 05:43:15.871127 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.24 05:43:15.890567 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.890629 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.896956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:15.898174 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.901765 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.24 05:43:15.938272 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.938549 [ 3 ] {d542696f-f650-4f8c-bd07-39915b7ff175} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.938827 [ 3 ] {d542696f-f650-4f8c-bd07-39915b7ff175} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.938890 [ 3 ] {d542696f-f650-4f8c-bd07-39915b7ff175} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.939317 [ 3 ] {d542696f-f650-4f8c-bd07-39915b7ff175} TCPHandler: Processed in 0.001228814 sec. 2025.12.24 05:43:15.951814 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.951950 [ 3 ] {18b3acc1-bfb6-4b23-b0e4-ece0b996e0fc} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.960503 [ 3 ] {18b3acc1-bfb6-4b23-b0e4-ece0b996e0fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.960562 [ 3 ] {18b3acc1-bfb6-4b23-b0e4-ece0b996e0fc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.962927 [ 3 ] {18b3acc1-bfb6-4b23-b0e4-ece0b996e0fc} TCPHandler: Processed in 0.011165098 sec. 2025.12.24 05:43:15.963214 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.963363 [ 3 ] {f2baacf0-8699-4ee4-811f-79ee2010203f} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.968117 [ 3 ] {f2baacf0-8699-4ee4-811f-79ee2010203f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.968165 [ 3 ] {f2baacf0-8699-4ee4-811f-79ee2010203f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.968507 [ 3 ] {f2baacf0-8699-4ee4-811f-79ee2010203f} TCPHandler: Processed in 0.005353128 sec. 2025.12.24 05:43:15.968763 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.968884 [ 3 ] {12afefc5-ede5-49fd-bb95-09c77639bb91} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.969126 [ 3 ] {12afefc5-ede5-49fd-bb95-09c77639bb91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.969169 [ 3 ] {12afefc5-ede5-49fd-bb95-09c77639bb91} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.969487 [ 3 ] {12afefc5-ede5-49fd-bb95-09c77639bb91} TCPHandler: Processed in 0.000772942 sec. 2025.12.24 05:43:15.969739 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.969855 [ 3 ] {7335334d-8eff-461a-8025-0f3c5be214ed} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.970101 [ 3 ] {7335334d-8eff-461a-8025-0f3c5be214ed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.970143 [ 3 ] {7335334d-8eff-461a-8025-0f3c5be214ed} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.970489 [ 3 ] {7335334d-8eff-461a-8025-0f3c5be214ed} TCPHandler: Processed in 0.000799292 sec. 2025.12.24 05:43:15.970715 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.970831 [ 3 ] {0ca39278-641a-42c9-92df-46e18b8721b7} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.971116 [ 3 ] {0ca39278-641a-42c9-92df-46e18b8721b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.971160 [ 3 ] {0ca39278-641a-42c9-92df-46e18b8721b7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.971493 [ 3 ] {0ca39278-641a-42c9-92df-46e18b8721b7} TCPHandler: Processed in 0.000831203 sec. 2025.12.24 05:43:15.971851 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.971967 [ 3 ] {47fc4ce8-599f-436f-9a91-0beb9bd5fe12} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.972208 [ 3 ] {47fc4ce8-599f-436f-9a91-0beb9bd5fe12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.972250 [ 3 ] {47fc4ce8-599f-436f-9a91-0beb9bd5fe12} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.972578 [ 3 ] {47fc4ce8-599f-436f-9a91-0beb9bd5fe12} TCPHandler: Processed in 0.000779572 sec. 2025.12.24 05:43:15.972795 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.972909 [ 3 ] {8667c4aa-5832-4c6f-860e-aa1aa5d8635d} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.973154 [ 3 ] {8667c4aa-5832-4c6f-860e-aa1aa5d8635d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.973196 [ 3 ] {8667c4aa-5832-4c6f-860e-aa1aa5d8635d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.973506 [ 3 ] {8667c4aa-5832-4c6f-860e-aa1aa5d8635d} TCPHandler: Processed in 0.000758832 sec. 2025.12.24 05:43:15.973699 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.973811 [ 3 ] {e5146dab-82eb-4b1d-884a-4098aeab36ee} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.974077 [ 3 ] {e5146dab-82eb-4b1d-884a-4098aeab36ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.974118 [ 3 ] {e5146dab-82eb-4b1d-884a-4098aeab36ee} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.974433 [ 3 ] {e5146dab-82eb-4b1d-884a-4098aeab36ee} TCPHandler: Processed in 0.000780881 sec. 2025.12.24 05:43:15.974864 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.974980 [ 3 ] {570e0c25-df60-43ca-9563-918d8310bb36} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:15.975255 [ 3 ] {570e0c25-df60-43ca-9563-918d8310bb36} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.975296 [ 3 ] {570e0c25-df60-43ca-9563-918d8310bb36} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:15.975688 [ 3 ] {570e0c25-df60-43ca-9563-918d8310bb36} TCPHandler: Processed in 0.000870953 sec. 2025.12.24 05:43:15.978559 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.978668 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 05:43:15.978708 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:15.981811 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.981862 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.984472 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:15.984835 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.984989 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} executeQuery: Read 10 rows, 1.26 KiB in 0.006352 sec., 1574.3073047858943 rows/sec., 198.63 KiB/sec. 2025.12.24 05:43:15.985029 [ 3 ] {cd858524-1e58-410c-8ac8-100f05458a45} TCPHandler: Processed in 0.00651886 sec. 2025.12.24 05:43:15.985134 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.985234 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 05:43:15.985276 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 05:43:15.987664 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.987706 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.990619 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:15.991047 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.991188 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} executeQuery: Read 4 rows, 334.00 B in 0.005976 sec., 669.3440428380187 rows/sec., 54.58 KiB/sec. 2025.12.24 05:43:15.991225 [ 3 ] {3068ff53-54be-431a-9f76-007dc88c698d} TCPHandler: Processed in 0.006141249 sec. 2025.12.24 05:43:15.991336 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.991433 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:15.991473 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:15.991854 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.991892 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.992321 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:15.992753 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.992889 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} executeQuery: Read 11 rows, 984.00 B in 0.001475 sec., 7457.627118644068 rows/sec., 651.48 KiB/sec. 2025.12.24 05:43:15.992926 [ 3 ] {2374c162-4358-48fc-8818-9d772dbe6abc} TCPHandler: Processed in 0.001640125 sec. 2025.12.24 05:43:15.993036 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.993132 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:15.993172 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:15.993549 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.993586 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.994044 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:15.994493 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.994624 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} executeQuery: Read 6 rows, 440.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 284.37 KiB/sec. 2025.12.24 05:43:15.994661 [ 3 ] {78934b60-4299-446c-9c3c-c33f2b9c2a3e} TCPHandler: Processed in 0.001675226 sec. 2025.12.24 05:43:15.994767 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.994862 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:43:15.994901 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:43:15.995276 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.995312 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.995745 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:15.996173 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.996302 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} executeQuery: Read 1 rows, 68.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 45.55 KiB/sec. 2025.12.24 05:43:15.996339 [ 3 ] {b1000838-d17f-4b91-995d-ff2873c843b6} TCPHandler: Processed in 0.001622865 sec. 2025.12.24 05:43:15.996447 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.996540 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:15.996580 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:15.996962 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:15.996999 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:15.997387 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:15.997807 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:15.997935 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} executeQuery: Read 23 rows, 1.85 KiB in 0.001412 sec., 16288.951841359773 rows/sec., 1.28 MiB/sec. 2025.12.24 05:43:15.997972 [ 3 ] {b92f5e67-b9bf-499d-b2e8-a4f20fa104df} TCPHandler: Processed in 0.001574123 sec. 2025.12.24 05:43:15.998077 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:15.998171 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:15.998215 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:16.000484 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:16.000517 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:16.005450 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:16.005934 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:16.006071 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} executeQuery: Read 8 rows, 612.00 B in 0.007918 sec., 1010.3561505430665 rows/sec., 75.48 KiB/sec. 2025.12.24 05:43:16.006108 [ 3 ] {5a5005dd-e8ee-45f1-ba44-fcc3754fc778} TCPHandler: Processed in 0.008080462 sec. 2025.12.24 05:43:16.006219 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:16.006313 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 05:43:16.006356 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 05:43:16.006667 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:16.006706 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:16.007178 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:16.007595 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:16.007728 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} executeQuery: Read 1 rows, 65.00 B in 0.001434 sec., 697.350069735007 rows/sec., 44.27 KiB/sec. 2025.12.24 05:43:16.007764 [ 3 ] {d3640e83-a08d-45c2-b1fa-9864d3db84e4} TCPHandler: Processed in 0.001594964 sec. 2025.12.24 05:43:16.007864 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:16.007959 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:16.008013 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:16.008732 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:16.008770 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:16.013512 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:16.013994 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:16.014161 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} executeQuery: Read 2 rows, 3.67 KiB in 0.006218 sec., 321.646831778707 rows/sec., 590.21 KiB/sec. 2025.12.24 05:43:16.014229 [ 3 ] {2294d854-e26b-45a8-9ace-a4802efa413c} TCPHandler: Processed in 0.006414728 sec. 2025.12.24 05:43:16.014360 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:16.014474 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 05:43:16.014524 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 05:43:16.014846 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:16.014883 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:16.015305 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:16.015781 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:16.015912 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} executeQuery: Read 9 rows, 651.00 B in 0.001462 sec., 6155.950752393981 rows/sec., 434.84 KiB/sec. 2025.12.24 05:43:16.015950 [ 3 ] {00c94549-737d-4708-a798-74f616d003c1} TCPHandler: Processed in 0.001649235 sec. 2025.12.24 05:43:16.016061 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:16.016156 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:16.016199 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:16.016511 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:16.016549 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:16.016960 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:16.017378 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:16.017508 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} executeQuery: Read 6 rows, 387.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 276.06 KiB/sec. 2025.12.24 05:43:16.017544 [ 3 ] {bf39c544-2d57-44f5-9d4f-ca82e7ed1570} TCPHandler: Processed in 0.001533523 sec. 2025.12.24 05:43:20.554054 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43037 2025.12.24 05:43:20.554167 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554196 [ 286 ] {} TCP-Session: 0064c9d0-3a21-472b-9a99-06e4a6c801ba Authenticating user 'default' from [fd00:1122:3344:101::e]:43037 2025.12.24 05:43:20.554219 [ 286 ] {} TCP-Session: 0064c9d0-3a21-472b-9a99-06e4a6c801ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554232 [ 286 ] {} TCP-Session: 0064c9d0-3a21-472b-9a99-06e4a6c801ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554482 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33642 2025.12.24 05:43:20.554517 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37378 2025.12.24 05:43:20.554521 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34933 2025.12.24 05:43:20.554562 [ 286 ] {} TCP-Session: 0064c9d0-3a21-472b-9a99-06e4a6c801ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:20.554561 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42858 2025.12.24 05:43:20.554549 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62313 2025.12.24 05:43:20.554620 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554620 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554659 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554678 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554696 [ 287 ] {} TCP-Session: 1aa1892d-84ea-42b2-980d-c76c886b4f89 Authenticating user 'default' from [fd00:1122:3344:101::e]:33642 2025.12.24 05:43:20.554709 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554725 [ 294 ] {} TCP-Session: f8b175a2-3734-4416-8403-0458010adc02 Authenticating user 'default' from [fd00:1122:3344:101::e]:42858 2025.12.24 05:43:20.554747 [ 286 ] {3c588742-954d-4c88-b3b9-607b3e081e42} executeQuery: (from [fd00:1122:3344:101::e]:43037) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:43:20.554762 [ 293 ] {} TCP-Session: 1995b5f3-c49f-46b2-a50f-5ee58e9beb72 Authenticating user 'default' from [fd00:1122:3344:101::e]:62313 2025.12.24 05:43:20.554774 [ 294 ] {} TCP-Session: f8b175a2-3734-4416-8403-0458010adc02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554795 [ 293 ] {} TCP-Session: 1995b5f3-c49f-46b2-a50f-5ee58e9beb72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554810 [ 294 ] {} TCP-Session: f8b175a2-3734-4416-8403-0458010adc02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554739 [ 287 ] {} TCP-Session: 1aa1892d-84ea-42b2-980d-c76c886b4f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554837 [ 293 ] {} TCP-Session: 1995b5f3-c49f-46b2-a50f-5ee58e9beb72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554861 [ 287 ] {} TCP-Session: 1aa1892d-84ea-42b2-980d-c76c886b4f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554713 [ 290 ] {} TCP-Session: 5c9693dd-e442-4c7b-832f-b796b72d44b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:34933 2025.12.24 05:43:20.554676 [ 291 ] {} TCP-Session: 49b5039f-a269-47b6-a301-97013557ef04 Authenticating user 'default' from [fd00:1122:3344:101::e]:37378 2025.12.24 05:43:20.554926 [ 290 ] {} TCP-Session: 5c9693dd-e442-4c7b-832f-b796b72d44b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554496 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41556 2025.12.24 05:43:20.554954 [ 290 ] {} TCP-Session: 5c9693dd-e442-4c7b-832f-b796b72d44b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554483 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57840 2025.12.24 05:43:20.555017 [ 286 ] {3c588742-954d-4c88-b3b9-607b3e081e42} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 05:43:20.555051 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.554537 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50068 2025.12.24 05:43:20.555101 [ 289 ] {} TCP-Session: e462c9a2-b572-4852-aecc-c3fb51fde0e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:41556 2025.12.24 05:43:20.555125 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.555129 [ 286 ] {3c588742-954d-4c88-b3b9-607b3e081e42} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:20.555146 [ 289 ] {} TCP-Session: e462c9a2-b572-4852-aecc-c3fb51fde0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555177 [ 288 ] {} TCP-Session: 44939aa9-9fcb-4f1b-b73e-0c9d0aeab279 Authenticating user 'default' from [fd00:1122:3344:101::e]:57840 2025.12.24 05:43:20.555198 [ 289 ] {} TCP-Session: e462c9a2-b572-4852-aecc-c3fb51fde0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555219 [ 288 ] {} TCP-Session: 44939aa9-9fcb-4f1b-b73e-0c9d0aeab279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.554949 [ 291 ] {} TCP-Session: 49b5039f-a269-47b6-a301-97013557ef04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555242 [ 288 ] {} TCP-Session: 44939aa9-9fcb-4f1b-b73e-0c9d0aeab279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555267 [ 291 ] {} TCP-Session: 49b5039f-a269-47b6-a301-97013557ef04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555285 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.555321 [ 292 ] {} TCP-Session: 040ef6e5-544f-4d1e-b150-ff1157b5d68a Authenticating user 'default' from [fd00:1122:3344:101::e]:50068 2025.12.24 05:43:20.555338 [ 292 ] {} TCP-Session: 040ef6e5-544f-4d1e-b150-ff1157b5d68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555351 [ 292 ] {} TCP-Session: 040ef6e5-544f-4d1e-b150-ff1157b5d68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.555491 [ 286 ] {3c588742-954d-4c88-b3b9-607b3e081e42} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2) (SelectExecutor): Key condition: unknown 2025.12.24 05:43:20.556388 [ 339 ] {3c588742-954d-4c88-b3b9-607b3e081e42} AggregatingTransform: Aggregating 2025.12.24 05:43:20.556442 [ 339 ] {3c588742-954d-4c88-b3b9-607b3e081e42} Aggregator: Aggregation method: without_key 2025.12.24 05:43:20.556483 [ 339 ] {3c588742-954d-4c88-b3b9-607b3e081e42} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000889005 sec. (1124.853 rows/sec., 43.94 KiB/sec.) 2025.12.24 05:43:20.556509 [ 339 ] {3c588742-954d-4c88-b3b9-607b3e081e42} Aggregator: Merging aggregated data 2025.12.24 05:43:20.557835 [ 286 ] {3c588742-954d-4c88-b3b9-607b3e081e42} executeQuery: Read 1 rows, 40.00 B in 0.003148 sec., 317.66200762388814 rows/sec., 12.41 KiB/sec. 2025.12.24 05:43:20.557964 [ 286 ] {3c588742-954d-4c88-b3b9-607b3e081e42} TCPHandler: Processed in 0.003510797 sec. 2025.12.24 05:43:20.558065 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558102 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558105 [ 286 ] {} TCP-Session: 0064c9d0-3a21-472b-9a99-06e4a6c801ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558126 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558144 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558164 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558181 [ 288 ] {} TCP-Session: 44939aa9-9fcb-4f1b-b73e-0c9d0aeab279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558206 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558201 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558222 [ 289 ] {} TCP-Session: e462c9a2-b572-4852-aecc-c3fb51fde0e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558242 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558244 [ 292 ] {} TCP-Session: 040ef6e5-544f-4d1e-b150-ff1157b5d68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558254 [ 290 ] {} TCP-Session: 5c9693dd-e442-4c7b-832f-b796b72d44b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558287 [ 293 ] {} TCP-Session: 1995b5f3-c49f-46b2-a50f-5ee58e9beb72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558203 [ 287 ] {} TCP-Session: 1aa1892d-84ea-42b2-980d-c76c886b4f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558147 [ 294 ] {} TCP-Session: f8b175a2-3734-4416-8403-0458010adc02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.558236 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.558421 [ 291 ] {} TCP-Session: 49b5039f-a269-47b6-a301-97013557ef04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637139 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34749 2025.12.24 05:43:20.637277 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.637305 [ 286 ] {} TCP-Session: 456d058a-9eab-4abe-8540-d83174030606 Authenticating user 'default' from [fd00:1122:3344:101::e]:34749 2025.12.24 05:43:20.637326 [ 286 ] {} TCP-Session: 456d058a-9eab-4abe-8540-d83174030606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637339 [ 286 ] {} TCP-Session: 456d058a-9eab-4abe-8540-d83174030606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637553 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35765 2025.12.24 05:43:20.637607 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39003 2025.12.24 05:43:20.637614 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49016 2025.12.24 05:43:20.637646 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55793 2025.12.24 05:43:20.637658 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43773 2025.12.24 05:43:20.637695 [ 286 ] {} TCP-Session: 456d058a-9eab-4abe-8540-d83174030606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:20.637717 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.637712 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.637731 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.637743 [ 289 ] {} TCP-Session: 51e00d5d-a4b3-4763-8497-287c6643debd Authenticating user 'default' from [fd00:1122:3344:101::e]:49016 2025.12.24 05:43:20.637751 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.637760 [ 288 ] {} TCP-Session: b7ecf468-719c-4b7d-93ec-7060136a8f78 Authenticating user 'default' from [fd00:1122:3344:101::e]:39003 2025.12.24 05:43:20.637777 [ 289 ] {} TCP-Session: 51e00d5d-a4b3-4763-8497-287c6643debd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637790 [ 293 ] {} TCP-Session: 86db1352-16b4-4ac9-9397-e413de194b57 Authenticating user 'default' from [fd00:1122:3344:101::e]:43773 2025.12.24 05:43:20.637805 [ 288 ] {} TCP-Session: b7ecf468-719c-4b7d-93ec-7060136a8f78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637818 [ 293 ] {} TCP-Session: 86db1352-16b4-4ac9-9397-e413de194b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637830 [ 288 ] {} TCP-Session: b7ecf468-719c-4b7d-93ec-7060136a8f78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637842 [ 293 ] {} TCP-Session: 86db1352-16b4-4ac9-9397-e413de194b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637806 [ 289 ] {} TCP-Session: 51e00d5d-a4b3-4763-8497-287c6643debd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637865 [ 286 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} executeQuery: (from [fd00:1122:3344:101::e]:34749) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:43:20.637667 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64575 2025.12.24 05:43:20.637649 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.637633 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40991 2025.12.24 05:43:20.637982 [ 287 ] {} TCP-Session: 2be186b2-1fb2-4b55-9233-b6e36aff5fd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:35765 2025.12.24 05:43:20.637990 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.638017 [ 287 ] {} TCP-Session: 2be186b2-1fb2-4b55-9233-b6e36aff5fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638035 [ 294 ] {} TCP-Session: 67ab2d48-e016-4a99-b2d1-df3dc7f75ca2 Authenticating user 'default' from [fd00:1122:3344:101::e]:64575 2025.12.24 05:43:20.638037 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.638042 [ 287 ] {} TCP-Session: 2be186b2-1fb2-4b55-9233-b6e36aff5fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638062 [ 294 ] {} TCP-Session: 67ab2d48-e016-4a99-b2d1-df3dc7f75ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638073 [ 290 ] {} TCP-Session: e5dcf798-b90a-43e1-88c6-ce5120b38a5c Authenticating user 'default' from [fd00:1122:3344:101::e]:40991 2025.12.24 05:43:20.638093 [ 294 ] {} TCP-Session: 67ab2d48-e016-4a99-b2d1-df3dc7f75ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637766 [ 292 ] {} TCP-Session: 08fdfa17-2396-4044-a35b-f725c682eccb Authenticating user 'default' from [fd00:1122:3344:101::e]:55793 2025.12.24 05:43:20.638109 [ 290 ] {} TCP-Session: e5dcf798-b90a-43e1-88c6-ce5120b38a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638141 [ 292 ] {} TCP-Session: 08fdfa17-2396-4044-a35b-f725c682eccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638145 [ 286 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 05:43:20.638163 [ 290 ] {} TCP-Session: e5dcf798-b90a-43e1-88c6-ce5120b38a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638181 [ 292 ] {} TCP-Session: 08fdfa17-2396-4044-a35b-f725c682eccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.637637 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32828 2025.12.24 05:43:20.638222 [ 286 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:20.638282 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:43:20.638309 [ 291 ] {} TCP-Session: 10aff183-8a2a-4372-a57c-6055e2061b34 Authenticating user 'default' from [fd00:1122:3344:101::e]:32828 2025.12.24 05:43:20.638327 [ 291 ] {} TCP-Session: 10aff183-8a2a-4372-a57c-6055e2061b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638340 [ 291 ] {} TCP-Session: 10aff183-8a2a-4372-a57c-6055e2061b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.638546 [ 286 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2) (SelectExecutor): Key condition: unknown 2025.12.24 05:43:20.639516 [ 309 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} AggregatingTransform: Aggregating 2025.12.24 05:43:20.639614 [ 309 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} Aggregator: Aggregation method: without_key 2025.12.24 05:43:20.639655 [ 309 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001004777 sec. (995.246 rows/sec., 38.88 KiB/sec.) 2025.12.24 05:43:20.639677 [ 309 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} Aggregator: Merging aggregated data 2025.12.24 05:43:20.640913 [ 286 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} executeQuery: Read 1 rows, 40.00 B in 0.003103 sec., 322.2687721559781 rows/sec., 12.59 KiB/sec. 2025.12.24 05:43:20.641065 [ 286 ] {6f7c183f-8f7e-4add-8e33-9e6300be88a8} TCPHandler: Processed in 0.003512837 sec. 2025.12.24 05:43:20.641199 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641231 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641236 [ 286 ] {} TCP-Session: 456d058a-9eab-4abe-8540-d83174030606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641243 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641280 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641294 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641309 [ 287 ] {} TCP-Session: 2be186b2-1fb2-4b55-9233-b6e36aff5fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641328 [ 289 ] {} TCP-Session: 51e00d5d-a4b3-4763-8497-287c6643debd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641333 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641356 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641316 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641397 [ 290 ] {} TCP-Session: e5dcf798-b90a-43e1-88c6-ce5120b38a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641413 [ 293 ] {} TCP-Session: 86db1352-16b4-4ac9-9397-e413de194b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641441 [ 292 ] {} TCP-Session: 08fdfa17-2396-4044-a35b-f725c682eccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641277 [ 294 ] {} TCP-Session: 67ab2d48-e016-4a99-b2d1-df3dc7f75ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641265 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:20.641349 [ 291 ] {} TCP-Session: 10aff183-8a2a-4372-a57c-6055e2061b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.641525 [ 288 ] {} TCP-Session: b7ecf468-719c-4b7d-93ec-7060136a8f78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:20.935540 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:20.935764 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:20.935840 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:20.936487 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:20.936541 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:20.937052 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:20.937500 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:20.937666 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} executeQuery: Read 4 rows, 345.00 B in 0.001955 sec., 2046.0358056265984 rows/sec., 172.33 KiB/sec. 2025.12.24 05:43:20.937716 [ 3 ] {fb06f179-dc10-4046-a6a7-69e4302cd795} TCPHandler: Processed in 0.002327634 sec. 2025.12.24 05:43:20.937851 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:20.937958 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:20.938003 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:20.938436 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:20.938475 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:20.938894 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:20.939427 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:20.939573 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} executeQuery: Read 8 rows, 658.00 B in 0.00164 sec., 4878.048780487805 rows/sec., 391.82 KiB/sec. 2025.12.24 05:43:20.939614 [ 3 ] {2e164ab1-aa27-4a24-b715-d0d7f744b713} TCPHandler: Processed in 0.00181821 sec. 2025.12.24 05:43:20.939738 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:20.939840 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:20.939887 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:20.940265 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:20.940304 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:20.940799 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:20.941407 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:20.941587 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} executeQuery: Read 10 rows, 780.00 B in 0.001769 sec., 5652.911249293386 rows/sec., 430.59 KiB/sec. 2025.12.24 05:43:20.941635 [ 3 ] {61160a62-10e9-4d5e-a173-230c667b3fbe} TCPHandler: Processed in 0.001947974 sec. 2025.12.24 05:43:20.941773 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:20.941872 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:20.941917 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:20.942253 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:20.942291 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:20.942822 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:20.943487 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:20.943673 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} executeQuery: Read 10 rows, 645.00 B in 0.001821 sec., 5491.488193300384 rows/sec., 345.90 KiB/sec. 2025.12.24 05:43:20.943724 [ 3 ] {d1d91445-1400-4075-8d22-8844403f5a9e} TCPHandler: Processed in 0.002005025 sec. 2025.12.24 05:43:23.254714 [ 102 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:43:23.254767 [ 102 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:43:23.306789 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 2025.12.24 05:43:23.307735 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1927 2025.12.24 05:43:23.308271 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:23.308324 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:23.309016 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:23.309515 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:23.309583 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:23.309643 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:23.309662 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1927 2025.12.24 05:43:23.311031 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:23.311543 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:23.311860 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 144 2025.12.24 05:43:23.401821 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.24 05:43:23.419432 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:23.419493 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:23.426357 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:23.427638 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:23.431103 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.24 05:43:24.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.46 MiB, peak 172.44 MiB, free memory in arenas 0.00 B, will set to 166.22 MiB (RSS), difference: 1.76 MiB 2025.12.24 05:43:25.936857 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.937075 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:25.937152 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:25.939807 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.939852 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.940397 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:25.940910 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.941073 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} executeQuery: Read 38 rows, 3.52 KiB in 0.004053 sec., 9375.77103380212 rows/sec., 869.58 KiB/sec. 2025.12.24 05:43:25.941121 [ 3 ] {622ffb6b-6a3f-4082-a29f-1a3fe2954302} TCPHandler: Processed in 0.004393761 sec. 2025.12.24 05:43:25.941256 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.941362 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:25.941406 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:25.941836 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.941873 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.942302 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:25.942755 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.942887 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} executeQuery: Read 17 rows, 1.28 KiB in 0.001551 sec., 10960.670535138619 rows/sec., 824.19 KiB/sec. 2025.12.24 05:43:25.942925 [ 3 ] {a8588dd7-e2b9-46f6-9c74-c089e5ba1591} TCPHandler: Processed in 0.001722788 sec. 2025.12.24 05:43:25.943046 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.943143 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:25.943183 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:25.943591 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.943627 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.944030 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:25.944480 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.944612 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} executeQuery: Read 30 rows, 2.42 KiB in 0.00149 sec., 20134.228187919463 rows/sec., 1.59 MiB/sec. 2025.12.24 05:43:25.944648 [ 3 ] {dc90f34c-18b4-4602-9d31-17d86eeaafef} TCPHandler: Processed in 0.001653335 sec. 2025.12.24 05:43:25.944750 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.944846 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:25.944890 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:25.945245 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.945279 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.945768 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:25.946211 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.946343 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} executeQuery: Read 10 rows, 780.00 B in 0.001517 sec., 6591.957811470007 rows/sec., 502.12 KiB/sec. 2025.12.24 05:43:25.946378 [ 3 ] {5de2037b-f870-49c0-973b-ae017ce29282} TCPHandler: Processed in 0.001678396 sec. 2025.12.24 05:43:25.946485 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.946580 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:25.946634 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:25.947525 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.947560 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.948248 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:25.948759 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.948902 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} executeQuery: Read 17 rows, 31.19 KiB in 0.002341 sec., 7261.853908586074 rows/sec., 13.01 MiB/sec. 2025.12.24 05:43:25.948957 [ 3 ] {8e5b1efe-c7d3-4e04-b91d-de3b70bc15f4} TCPHandler: Processed in 0.00251959 sec. 2025.12.24 05:43:25.949073 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.949167 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 05:43:25.949210 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 05:43:25.949531 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.949567 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.949989 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:25.950446 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.950575 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} executeQuery: Read 9 rows, 709.00 B in 0.001426 sec., 6311.3604488078545 rows/sec., 485.54 KiB/sec. 2025.12.24 05:43:25.950609 [ 3 ] {05aff215-f039-45ac-a2f7-ab7a3c60ee6e} TCPHandler: Processed in 0.001585663 sec. 2025.12.24 05:43:25.950711 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:25.950806 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:25.950845 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:25.951157 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:25.951191 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:25.951639 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:25.952090 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:25.952218 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} executeQuery: Read 10 rows, 645.00 B in 0.001431 sec., 6988.120195667366 rows/sec., 440.17 KiB/sec. 2025.12.24 05:43:25.952253 [ 3 ] {216e6b75-7b97-40da-94e0-27811a2d51b7} TCPHandler: Processed in 0.001590194 sec. 2025.12.24 05:43:30.809801 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2375 2025.12.24 05:43:30.810620 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:30.810664 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:30.811277 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:30.811721 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:30.811872 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2375 2025.12.24 05:43:30.931214 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.24 05:43:30.936404 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.936593 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.936877 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.941521 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.941741 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.941811 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.942001 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2025.12.24 05:43:30.944232 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.946367 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.946405 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.947492 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:30.947551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:30.950953 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.950991 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.957006 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:30.958491 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:30.963433 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.24 05:43:30.980450 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} executeQuery: Read 10 rows, 437.00 B in 0.043924 sec., 227.66596849103 rows/sec., 9.72 KiB/sec. 2025.12.24 05:43:30.980564 [ 3 ] {1a2ddac3-19c2-4209-b184-922104bbca8e} TCPHandler: Processed in 0.044279911 sec. 2025.12.24 05:43:30.980952 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.981278 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.981609 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.981645 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.981849 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.981919 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.982062 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2025.12.24 05:43:30.982097 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.982117 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.982132 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.982171 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.982192 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.982882 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} executeQuery: Read 10 rows, 437.00 B in 0.001696 sec., 5896.226415094339 rows/sec., 251.63 KiB/sec. 2025.12.24 05:43:30.983002 [ 3 ] {43b308aa-3ab4-485f-b501-a9b1ed90506e} TCPHandler: Processed in 0.002153869 sec. 2025.12.24 05:43:30.983250 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.983411 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.983672 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.983705 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.983890 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.983951 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.984085 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2025.12.24 05:43:30.984118 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.984141 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.984156 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.984192 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.984212 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.984678 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} executeQuery: Read 10 rows, 437.00 B in 0.001336 sec., 7485.029940119761 rows/sec., 319.43 KiB/sec. 2025.12.24 05:43:30.984759 [ 3 ] {91540f49-0d47-4432-a22d-ac87dabc2de0} TCPHandler: Processed in 0.001565234 sec. 2025.12.24 05:43:30.984973 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.985104 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.985302 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.985332 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.985491 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.985546 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.985647 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2025.12.24 05:43:30.985676 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.985695 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.985709 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.985741 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.985758 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.986160 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} executeQuery: Read 10 rows, 437.00 B in 0.001108 sec., 9025.270758122744 rows/sec., 385.16 KiB/sec. 2025.12.24 05:43:30.986253 [ 3 ] {f5db8559-be05-4ee9-927f-d027e13b8a52} TCPHandler: Processed in 0.001329657 sec. 2025.12.24 05:43:30.986472 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.986594 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.986787 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.986817 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.986974 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.987025 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.987151 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.12.24 05:43:30.987187 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.987206 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.987220 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.987253 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.987271 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.987673 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} executeQuery: Read 10 rows, 437.00 B in 0.001123 sec., 8904.719501335707 rows/sec., 380.02 KiB/sec. 2025.12.24 05:43:30.987760 [ 3 ] {5515486a-1758-4df9-a638-67b79eeaeb08} TCPHandler: Processed in 0.001336996 sec. 2025.12.24 05:43:30.987977 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.988105 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.988294 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.988324 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.988485 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.988536 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.988636 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.12.24 05:43:30.988664 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.988683 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.988704 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.988739 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.988757 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.989171 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} executeQuery: Read 10 rows, 437.00 B in 0.001116 sec., 8960.57347670251 rows/sec., 382.40 KiB/sec. 2025.12.24 05:43:30.989247 [ 3 ] {6f35169c-93e6-41b1-8f27-58d9829a06c3} TCPHandler: Processed in 0.001325246 sec. 2025.12.24 05:43:30.989448 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.989569 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.989765 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.989796 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.989962 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.990017 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.990115 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.12.24 05:43:30.990143 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.990160 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.990174 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.990210 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.990227 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.990712 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} executeQuery: Read 10 rows, 437.00 B in 0.001187 sec., 8424.599831508003 rows/sec., 359.53 KiB/sec. 2025.12.24 05:43:30.990768 [ 3 ] {6582d96a-75c1-46be-898b-93769e6d2b79} TCPHandler: Processed in 0.001369048 sec. 2025.12.24 05:43:30.990962 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.991082 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.991268 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.991297 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.991452 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.991506 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.991605 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.12.24 05:43:30.991633 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.991651 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.991665 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.991697 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.991714 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.992159 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} executeQuery: Read 10 rows, 437.00 B in 0.001121 sec., 8920.606601248885 rows/sec., 380.69 KiB/sec. 2025.12.24 05:43:30.992219 [ 3 ] {e5d1c0b1-c8ae-4f45-a7ac-3dfa4130b2c1} TCPHandler: Processed in 0.001306507 sec. 2025.12.24 05:43:30.992450 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.992569 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.992754 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.992784 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.992941 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.992992 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.993087 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.12.24 05:43:30.993114 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.993132 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.993146 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.993177 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.993194 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.993596 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} executeQuery: Read 10 rows, 437.00 B in 0.001068 sec., 9363.295880149813 rows/sec., 399.59 KiB/sec. 2025.12.24 05:43:30.993663 [ 3 ] {4d278a2b-6d73-4eec-956b-163b948fba73} TCPHandler: Processed in 0.001263324 sec. 2025.12.24 05:43:30.993934 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.994082 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.994462 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.994495 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.994836 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.994896 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.995013 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.12.24 05:43:30.995050 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.995077 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.995097 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.995142 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.995169 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.995802 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} executeQuery: Read 10 rows, 437.00 B in 0.001764 sec., 5668.934240362812 rows/sec., 241.93 KiB/sec. 2025.12.24 05:43:30.995881 [ 3 ] {dd9a0ef6-a39a-4102-bf87-980694fb8748} TCPHandler: Processed in 0.002011185 sec. 2025.12.24 05:43:30.996100 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.996240 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.996448 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.996481 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.996662 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.996717 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.996820 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.12.24 05:43:30.996850 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.996869 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.996883 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.996916 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.996935 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.997565 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} executeQuery: Read 10 rows, 437.00 B in 0.001375 sec., 7272.727272727273 rows/sec., 310.37 KiB/sec. 2025.12.24 05:43:30.997652 [ 3 ] {cc70b786-6bb5-4e6b-9245-f4dfbf3b0831} TCPHandler: Processed in 0.001606064 sec. 2025.12.24 05:43:30.997853 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.997983 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.998191 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.998225 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.998401 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.998456 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:30.998558 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.12.24 05:43:30.998585 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:30.998604 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:30.998618 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:30.998651 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:30.998669 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:30.999101 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} executeQuery: Read 10 rows, 437.00 B in 0.001169 sec., 8554.319931565442 rows/sec., 365.06 KiB/sec. 2025.12.24 05:43:30.999186 [ 3 ] {53fe19c4-1481-4cf4-8e29-2c78b0ea0b26} TCPHandler: Processed in 0.001382918 sec. 2025.12.24 05:43:30.999393 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:30.999522 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:30.999722 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:30.999755 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:30.999925 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:30.999977 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.000075 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.12.24 05:43:31.000102 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.000120 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.000133 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.000166 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:31.000184 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.000746 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} executeQuery: Read 10 rows, 437.00 B in 0.001273 sec., 7855.459544383346 rows/sec., 335.24 KiB/sec. 2025.12.24 05:43:31.000830 [ 3 ] {81eb8ed9-3581-46f2-9717-a530ba0b1798} TCPHandler: Processed in 0.001486291 sec. 2025.12.24 05:43:31.001029 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.001157 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.001359 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.001392 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:31.001569 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.001621 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.001720 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.12.24 05:43:31.001747 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.001766 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.001780 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.001813 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:31.001832 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.002297 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} executeQuery: Read 10 rows, 437.00 B in 0.001189 sec., 8410.428931875525 rows/sec., 358.92 KiB/sec. 2025.12.24 05:43:31.002378 [ 3 ] {315d4f5b-704f-4053-9968-8893c84c19da} TCPHandler: Processed in 0.001399049 sec. 2025.12.24 05:43:31.003277 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.003406 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.003610 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.003642 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:31.003817 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.003868 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.003973 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.12.24 05:43:31.003999 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.004017 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.004032 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.004063 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.24 05:43:31.004082 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.004642 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} executeQuery: Read 10 rows, 437.00 B in 0.001285 sec., 7782.101167315176 rows/sec., 332.11 KiB/sec. 2025.12.24 05:43:31.004723 [ 3 ] {fd502d0c-f3fb-4875-ac4f-a6343a0f61ee} TCPHandler: Processed in 0.001496231 sec. 2025.12.24 05:43:31.005070 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.005205 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.005410 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.005442 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:31.005617 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.005669 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.005767 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.12.24 05:43:31.005793 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.005811 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.005826 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.005858 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.12.24 05:43:31.005875 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.006327 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} executeQuery: Read 10 rows, 437.00 B in 0.001174 sec., 8517.887563884158 rows/sec., 363.51 KiB/sec. 2025.12.24 05:43:31.006412 [ 3 ] {ee8d72e5-7d28-493b-aed8-f3f9f76353ce} TCPHandler: Processed in 0.001392339 sec. 2025.12.24 05:43:31.007026 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.007157 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.007373 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.007406 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 05:43:31.007583 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.007635 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.007735 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.24 05:43:31.007761 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.007780 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.007794 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.007827 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.12.24 05:43:31.007844 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.008327 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} executeQuery: Read 10 rows, 437.00 B in 0.00122 sec., 8196.72131147541 rows/sec., 349.80 KiB/sec. 2025.12.24 05:43:31.008410 [ 3 ] {ee3a2ff6-cff4-4ab3-b193-8008f8e8603c} TCPHandler: Processed in 0.00143484 sec. 2025.12.24 05:43:31.008644 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.008772 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.008991 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.009025 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.12.24 05:43:31.009204 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.009257 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.009355 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.24 05:43:31.009382 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.009399 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.009414 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.009447 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.12.24 05:43:31.009465 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.009892 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} executeQuery: Read 10 rows, 437.00 B in 0.001169 sec., 8554.319931565442 rows/sec., 365.06 KiB/sec. 2025.12.24 05:43:31.009974 [ 3 ] {fd7c4f9d-b6de-47f0-8311-fe01aa720187} TCPHandler: Processed in 0.001379048 sec. 2025.12.24 05:43:31.010222 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.010350 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.010552 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.010586 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.12.24 05:43:31.010766 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.010817 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.010912 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.24 05:43:31.010939 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.010957 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.010976 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.011008 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.12.24 05:43:31.011044 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.011480 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} executeQuery: Read 10 rows, 437.00 B in 0.00118 sec., 8474.57627118644 rows/sec., 361.66 KiB/sec. 2025.12.24 05:43:31.011564 [ 3 ] {dbe8fb93-a1f6-411b-a38c-308c74ae440f} TCPHandler: Processed in 0.001391878 sec. 2025.12.24 05:43:31.011839 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.011966 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.012192 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.012227 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.12.24 05:43:31.012410 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.012461 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.012558 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.24 05:43:31.012586 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.012605 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.012620 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.012653 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.24 05:43:31.012671 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.013103 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} executeQuery: Read 10 rows, 437.00 B in 0.001186 sec., 8431.703204047217 rows/sec., 359.83 KiB/sec. 2025.12.24 05:43:31.013183 [ 3 ] {192323f3-2b60-487b-b5f5-20999c86df03} TCPHandler: Processed in 0.001394669 sec. 2025.12.24 05:43:31.013448 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.013576 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.013795 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.013829 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.12.24 05:43:31.014015 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.014067 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.014174 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.24 05:43:31.014203 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.014221 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.014236 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.014269 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.24 05:43:31.014290 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.014755 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} executeQuery: Read 10 rows, 437.00 B in 0.001229 sec., 8136.696501220504 rows/sec., 347.24 KiB/sec. 2025.12.24 05:43:31.014836 [ 3 ] {563c9330-2c9a-49fd-b07f-bec83aa00807} TCPHandler: Processed in 0.001438679 sec. 2025.12.24 05:43:31.015073 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.015202 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.015421 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.015455 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:43:31.015641 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.015701 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.015806 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.24 05:43:31.015843 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.015868 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.015883 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.015917 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.24 05:43:31.015935 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.016418 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} executeQuery: Read 10 rows, 437.00 B in 0.001266 sec., 7898.894154818326 rows/sec., 337.09 KiB/sec. 2025.12.24 05:43:31.016502 [ 3 ] {09486c36-d779-4087-8ed0-27fc333288f7} TCPHandler: Processed in 0.001478931 sec. 2025.12.24 05:43:31.016738 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.016873 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.017113 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.017148 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:43:31.017367 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.017420 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.017518 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.24 05:43:31.017545 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.017563 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.017578 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.017612 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.24 05:43:31.017630 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.018083 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} executeQuery: Read 10 rows, 437.00 B in 0.001262 sec., 7923.930269413629 rows/sec., 338.16 KiB/sec. 2025.12.24 05:43:31.018162 [ 3 ] {b6c24356-30f1-4db4-b6da-b024262f3454} TCPHandler: Processed in 0.001480271 sec. 2025.12.24 05:43:31.018384 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.018517 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.018734 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.018770 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:43:31.018956 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.019009 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.019104 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.24 05:43:31.019132 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.019151 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.019164 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.019196 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:43:31.019213 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.019722 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} executeQuery: Read 10 rows, 437.00 B in 0.001259 sec., 7942.811755361398 rows/sec., 338.97 KiB/sec. 2025.12.24 05:43:31.019777 [ 3 ] {51ed0632-88a4-4f02-8faf-ed2463259e50} TCPHandler: Processed in 0.001442319 sec. 2025.12.24 05:43:31.020002 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.020133 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.020348 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.020382 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:43:31.020568 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.020619 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.020714 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.24 05:43:31.020741 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.020759 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.020773 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.020805 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:43:31.020822 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.021231 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} executeQuery: Read 10 rows, 437.00 B in 0.001152 sec., 8680.555555555555 rows/sec., 370.45 KiB/sec. 2025.12.24 05:43:31.021285 [ 3 ] {776f80c8-72dc-49eb-8986-901d0ef575b3} TCPHandler: Processed in 0.001333067 sec. 2025.12.24 05:43:31.032172 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.032331 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} executeQuery: (from [fd00:1122:3344:101::d]:44983) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:43:31.032595 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:43:31.032638 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:43:31.032868 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.032930 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:43:31.033047 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.24 05:43:31.033079 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:43:31.033101 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.24 05:43:31.033119 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:43:31.033158 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:43:31.033176 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 10 rows starting from 0 2025.12.24 05:43:31.033854 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} executeQuery: Read 10 rows, 437.00 B in 0.00159 sec., 6289.308176100629 rows/sec., 268.40 KiB/sec. 2025.12.24 05:43:31.033915 [ 3 ] {44c90d95-074e-40df-a818-4e8e9668ea17} TCPHandler: Processed in 0.001801789 sec. 2025.12.24 05:43:31.036602 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.036713 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 05:43:31.036755 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:43:31.037326 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.037365 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.037910 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:31.038346 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.038499 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} executeQuery: Read 26 rows, 6.38 KiB in 0.001818 sec., 14301.430143014302 rows/sec., 3.43 MiB/sec. 2025.12.24 05:43:31.038542 [ 3 ] {aa06878a-6da4-480b-a99a-746d7a87fda1} TCPHandler: Processed in 0.001990445 sec. 2025.12.24 05:43:31.038684 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.038778 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.038818 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 05:43:31.041580 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.041621 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.042205 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:31.042675 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.042810 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} executeQuery: Read 410 rows, 26.63 KiB in 0.004049 sec., 101259.57026426279 rows/sec., 6.42 MiB/sec. 2025.12.24 05:43:31.042885 [ 3 ] {744e0161-c38f-4026-a0f2-8b28e85c35eb} TCPHandler: Processed in 0.004249558 sec. 2025.12.24 05:43:31.043011 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.043107 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 05:43:31.043148 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 05:43:31.043559 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.043596 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.044016 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:31.044524 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.044658 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} executeQuery: Read 6 rows, 501.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 311.83 KiB/sec. 2025.12.24 05:43:31.044701 [ 3 ] {55cd1377-fa27-4439-b85a-bb064334860e} TCPHandler: Processed in 0.001740388 sec. 2025.12.24 05:43:31.044834 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.044928 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:31.044968 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:31.045995 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.046031 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.046575 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:31.047011 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.047148 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} executeQuery: Read 1109 rows, 90.01 KiB in 0.002238 sec., 495531.72475424485 rows/sec., 39.28 MiB/sec. 2025.12.24 05:43:31.047189 [ 3 ] {a8fd84c3-867b-4333-aa12-fed0d94fb28c} TCPHandler: Processed in 0.002403856 sec. 2025.12.24 05:43:31.047300 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.047395 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.047435 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:31.047916 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.047953 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.048400 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:31.048825 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.048965 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} executeQuery: Read 221 rows, 13.49 KiB in 0.001589 sec., 139081.1831340466 rows/sec., 8.29 MiB/sec. 2025.12.24 05:43:31.049006 [ 3 ] {4b499fdf-8c5f-481d-8727-9f2bc62930d4} TCPHandler: Processed in 0.001757078 sec. 2025.12.24 05:43:31.049112 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.049206 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.049245 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:43:31.049781 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.049816 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.050322 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:31.050760 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.050898 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} executeQuery: Read 212 rows, 14.00 KiB in 0.00171 sec., 123976.60818713451 rows/sec., 8.00 MiB/sec. 2025.12.24 05:43:31.050935 [ 3 ] {280d913e-2cad-4e5b-aa68-ff18e6f6bb41} TCPHandler: Processed in 0.001872142 sec. 2025.12.24 05:43:31.051050 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.051144 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.051183 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 05:43:31.051656 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.051693 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.054460 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:31.054901 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.055037 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} executeQuery: Read 211 rows, 12.27 KiB in 0.003912 sec., 53936.60531697342 rows/sec., 3.06 MiB/sec. 2025.12.24 05:43:31.055075 [ 3 ] {7b91c15d-661c-454e-91a9-a7b0bdad8d8c} TCPHandler: Processed in 0.004074482 sec. 2025.12.24 05:43:31.055193 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.055302 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:31.055345 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:31.056008 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.056045 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.056509 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:31.057007 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.057137 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} executeQuery: Read 667 rows, 47.52 KiB in 0.001852 sec., 360151.18790496764 rows/sec., 25.06 MiB/sec. 2025.12.24 05:43:31.057174 [ 3 ] {8667c403-841f-49ce-95e8-5cb952d41b08} TCPHandler: Processed in 0.002032306 sec. 2025.12.24 05:43:31.057289 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.057382 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.24 05:43:31.057422 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.24 05:43:31.057750 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.057787 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.058197 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 05:43:31.058601 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.058738 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. 2025.12.24 05:43:31.058773 [ 3 ] {82bc2b59-3d2b-42f1-aff8-0de30f90eee3} TCPHandler: Processed in 0.001534142 sec. 2025.12.24 05:43:31.058884 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.058980 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.059021 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:31.059426 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.059463 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.059904 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:31.060424 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.060583 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} executeQuery: Read 227 rows, 14.94 KiB in 0.001622 sec., 139950.67817509247 rows/sec., 9.00 MiB/sec. 2025.12.24 05:43:31.060626 [ 3 ] {3330552f-1d39-4f62-99a8-fff52eaa0c44} TCPHandler: Processed in 0.001791939 sec. 2025.12.24 05:43:31.060746 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.060843 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.060884 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 05:43:31.061246 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.061282 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.061711 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:31.062146 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.062292 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. 2025.12.24 05:43:31.062329 [ 3 ] {568b11f4-04bf-4af0-a6d0-886cc8eaf219} TCPHandler: Processed in 0.001634595 sec. 2025.12.24 05:43:31.062438 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.062534 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.062589 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:31.063328 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.063365 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.064029 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:31.064478 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.064630 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} executeQuery: Read 10 rows, 18.35 KiB in 0.002116 sec., 4725.897920604915 rows/sec., 8.47 MiB/sec. 2025.12.24 05:43:31.064686 [ 3 ] {b2849815-0216-4b9f-aeaf-6fa0aa542509} TCPHandler: Processed in 0.002297323 sec. 2025.12.24 05:43:31.064795 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:31.064890 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:31.064934 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:31.065286 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:31.065322 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:31.065768 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:31.066286 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:31.066416 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} executeQuery: Read 72 rows, 4.28 KiB in 0.001546 sec., 46571.79818887451 rows/sec., 2.70 MiB/sec. 2025.12.24 05:43:31.066459 [ 3 ] {8e0cd911-ac3b-4e28-ab18-cccf9c0f59e2} TCPHandler: Processed in 0.001716908 sec. 2025.12.24 05:43:33.312064 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 92 entries to flush up to offset 236 2025.12.24 05:43:33.315675 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:33.315730 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:33.317225 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:33.317752 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:33.318078 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 236 2025.12.24 05:43:35.942054 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.942259 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:35.942328 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:35.943008 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.943060 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.943605 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:35.944134 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.944334 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} executeQuery: Read 74 rows, 6.47 KiB in 0.002126 sec., 34807.149576669806 rows/sec., 2.97 MiB/sec. 2025.12.24 05:43:35.944385 [ 3 ] {7959dcb1-0b1b-4308-8f3a-f23b4e24fe84} TCPHandler: Processed in 0.002465958 sec. 2025.12.24 05:43:35.944520 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.944624 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:35.944668 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:35.945098 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.945137 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.945581 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:35.946158 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.946301 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} executeQuery: Read 22 rows, 1.65 KiB in 0.001702 sec., 12925.969447708578 rows/sec., 971.97 KiB/sec. 2025.12.24 05:43:35.946345 [ 3 ] {8aac9fc3-d1d2-4a0c-be81-d9fdf9a49b20} TCPHandler: Processed in 0.001878342 sec. 2025.12.24 05:43:35.946463 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.946559 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:35.946601 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:35.947021 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.947058 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.947486 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:35.947934 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.948089 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} executeQuery: Read 63 rows, 5.06 KiB in 0.001551 sec., 40618.95551257253 rows/sec., 3.19 MiB/sec. 2025.12.24 05:43:35.948130 [ 3 ] {6f10422e-6565-454a-aae5-ae12f293518c} TCPHandler: Processed in 0.001718747 sec. 2025.12.24 05:43:35.948245 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.948340 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:35.948383 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:35.948767 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.948803 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.949249 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:35.949695 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.949853 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} executeQuery: Read 110 rows, 7.86 KiB in 0.001532 sec., 71801.56657963447 rows/sec., 5.01 MiB/sec. 2025.12.24 05:43:35.949891 [ 3 ] {ed81d4d9-d124-47f7-a294-3335988028b1} TCPHandler: Processed in 0.001696807 sec. 2025.12.24 05:43:35.950003 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.950096 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:35.950150 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:35.950937 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.950974 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.951629 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:35.952116 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.952257 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} executeQuery: Read 22 rows, 40.37 KiB in 0.002178 sec., 10101.010101010103 rows/sec., 18.10 MiB/sec. 2025.12.24 05:43:35.952318 [ 3 ] {bbf2ead1-5fd0-4d0d-8668-dc45d8612190} TCPHandler: Processed in 0.002364895 sec. 2025.12.24 05:43:35.952438 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.952532 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 05:43:35.952573 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 05:43:35.952893 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.952929 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.953361 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:35.953805 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.953933 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} executeQuery: Read 6 rows, 463.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 318.41 KiB/sec. 2025.12.24 05:43:35.953969 [ 3 ] {7d426eae-b789-434f-8054-1012ef7e7206} TCPHandler: Processed in 0.001580593 sec. 2025.12.24 05:43:35.954165 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:35.954257 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:35.954297 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:35.954614 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:35.954650 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:35.955065 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:35.955511 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:35.955666 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} executeQuery: Read 40 rows, 2.73 KiB in 0.001426 sec., 28050.490883590464 rows/sec., 1.87 MiB/sec. 2025.12.24 05:43:35.955787 [ 3 ] {3db795e7-90c2-4b49-be61-7500de740190} TCPHandler: Processed in 0.001671316 sec. 2025.12.24 05:43:38.254811 [ 71 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:43:38.254886 [ 71 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:43:38.311943 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2887 2025.12.24 05:43:38.312463 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:38.312508 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:38.313148 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:38.313658 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:38.313810 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2887 2025.12.24 05:43:38.313812 [ 71 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:38.313913 [ 71 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:38.313950 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:38.316498 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:38.318679 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:38.318858 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.12.24 05:43:38.319011 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.12.24 05:43:38.319148 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 439 rows starting from the beginning of the part 2025.12.24 05:43:38.319252 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2025.12.24 05:43:38.319306 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2025.12.24 05:43:38.319354 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2025.12.24 05:43:38.351315 [ 191 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2887 rows, containing 4 columns (4 merged, 0 gathered) in 0.037186424 sec., 77635.85979657521 rows/sec., 1.11 MiB/sec. 2025.12.24 05:43:38.352286 [ 186 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:38.352976 [ 186 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:38.353057 [ 186 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_6_1} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:38.353175 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2025.12.24 05:43:38.463500 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.24 05:43:38.479904 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:38.479960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:38.486360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:38.487505 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:38.487791 [ 71 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:38.487838 [ 71 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:38.487858 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.24 05:43:38.487963 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:38.491071 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.24 05:43:38.492166 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:38.493611 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.24 05:43:38.498129 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.24 05:43:38.502417 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.24 05:43:38.506707 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.24 05:43:38.513724 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.24 05:43:38.518100 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.24 05:43:38.576703 [ 191 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.088779268 sec., 518.138987133798 rows/sec., 2.68 MiB/sec. 2025.12.24 05:43:38.579319 [ 187 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:38.581923 [ 187 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:38.582027 [ 187 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_6_1} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:38.584102 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.24 05:43:39.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 170.63 MiB, peak 180.17 MiB, free memory in arenas 0.00 B, will set to 181.61 MiB (RSS), difference: 10.97 MiB 2025.12.24 05:43:40.952544 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.952852 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.952960 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 05:43:40.954063 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.954111 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.954684 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:40.955217 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.955376 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} executeQuery: Read 410 rows, 26.63 KiB in 0.002601 sec., 157631.6801230296 rows/sec., 10.00 MiB/sec. 2025.12.24 05:43:40.955424 [ 3 ] {0a231e46-952a-4411-9f80-4f4ca9dd1ad9} TCPHandler: Processed in 0.003026523 sec. 2025.12.24 05:43:40.955551 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.955652 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:40.955696 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:40.956736 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.956782 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.957394 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:40.957840 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.957964 [ 67 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:40.957977 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} executeQuery: Read 1106 rows, 89.79 KiB in 0.002349 sec., 470838.6547467007 rows/sec., 37.33 MiB/sec. 2025.12.24 05:43:40.958060 [ 67 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.958068 [ 3 ] {5d8ef6db-9720-4b8e-88d0-6e1fe7987333} TCPHandler: Processed in 0.002569711 sec. 2025.12.24 05:43:40.958103 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.958191 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.958294 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.958291 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:40.958336 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:40.958494 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:40.958552 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2025.12.24 05:43:40.958650 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.12.24 05:43:40.958703 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 38 rows starting from the beginning of the part 2025.12.24 05:43:40.958753 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1109 rows starting from the beginning of the part 2025.12.24 05:43:40.958792 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2025.12.24 05:43:40.958833 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.958835 [ 193 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1106 rows starting from the beginning of the part 2025.12.24 05:43:40.958878 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.959424 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:40.959938 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.960118 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} executeQuery: Read 215 rows, 13.07 KiB in 0.001845 sec., 116531.16531165311 rows/sec., 6.92 MiB/sec. 2025.12.24 05:43:40.960161 [ 3 ] {e1a89851-e80c-4bf8-b0bf-1ec7a30cc299} TCPHandler: Processed in 0.002020906 sec. 2025.12.24 05:43:40.960265 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.960361 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.960401 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:43:40.960604 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 5 columns (5 merged, 0 gathered) in 0.002406406 sec., 973235.6052968618 rows/sec., 81.26 MiB/sec. 2025.12.24 05:43:40.960872 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.960914 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.961103 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:40.961609 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:40.961722 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.961816 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_6_1} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:40.961925 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.12.24 05:43:40.962126 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.962281 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} executeQuery: Read 212 rows, 14.00 KiB in 0.00194 sec., 109278.35051546391 rows/sec., 7.05 MiB/sec. 2025.12.24 05:43:40.962320 [ 3 ] {06832207-d236-4622-ae19-a5427060eff1} TCPHandler: Processed in 0.002106067 sec. 2025.12.24 05:43:40.962423 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.962519 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.962561 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 05:43:40.963051 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.963089 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.963527 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:40.963947 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.964092 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} executeQuery: Read 211 rows, 12.27 KiB in 0.001592 sec., 132537.68844221105 rows/sec., 7.53 MiB/sec. 2025.12.24 05:43:40.964129 [ 3 ] {d7f9fd5f-e722-4e78-8e50-ffedd754d520} TCPHandler: Processed in 0.001754488 sec. 2025.12.24 05:43:40.964231 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.964326 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:40.964366 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:40.965005 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.965042 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.965492 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:40.965910 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.966014 [ 68 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:40.966042 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} executeQuery: Read 661 rows, 47.03 KiB in 0.001735 sec., 380979.82708933717 rows/sec., 26.47 MiB/sec. 2025.12.24 05:43:40.966056 [ 68 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.966080 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.966081 [ 3 ] {7b118d28-6c6a-4ed6-907e-30526a365f78} TCPHandler: Processed in 0.001898682 sec. 2025.12.24 05:43:40.966191 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.966192 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:40.966286 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.24 05:43:40.966333 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.24 05:43:40.966359 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:40.966409 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2025.12.24 05:43:40.966488 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.24 05:43:40.966553 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.12.24 05:43:40.966592 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 667 rows starting from the beginning of the part 2025.12.24 05:43:40.966626 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 63 rows starting from the beginning of the part 2025.12.24 05:43:40.966672 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.966673 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 661 rows starting from the beginning of the part 2025.12.24 05:43:40.966715 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.967222 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 05:43:40.967703 [ 194 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1452 rows, containing 5 columns (5 merged, 0 gathered) in 0.001559073 sec., 931322.6513447413 rows/sec., 69.03 MiB/sec. 2025.12.24 05:43:40.967722 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.967866 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. 2025.12.24 05:43:40.967904 [ 3 ] {36bf0989-0d74-42b5-b2a4-f95450ad262a} TCPHandler: Processed in 0.001762918 sec. 2025.12.24 05:43:40.967958 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:40.968007 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.968105 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.968148 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:40.968422 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.968498 [ 193 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_6_1} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:40.968556 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.968567 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.12.24 05:43:40.968603 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.969075 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:40.969617 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.969713 [ 68 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:40.969742 [ 68 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.969757 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} executeQuery: Read 264 rows, 17.57 KiB in 0.001669 sec., 158178.55002995807 rows/sec., 10.28 MiB/sec. 2025.12.24 05:43:40.969761 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.969794 [ 3 ] {e3661cbf-efd5-4437-9d13-1907eee5b2fd} TCPHandler: Processed in 0.001836641 sec. 2025.12.24 05:43:40.969881 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:40.969905 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.970004 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.970017 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:40.970046 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 05:43:40.970071 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.24 05:43:40.970162 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 05:43:40.970210 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 05:43:40.970272 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 227 rows starting from the beginning of the part 2025.12.24 05:43:40.970320 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2025.12.24 05:43:40.970369 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 264 rows starting from the beginning of the part 2025.12.24 05:43:40.970390 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.970430 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.970904 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:40.971459 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.971491 [ 193 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 629 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665236 sec., 377724.23848631664 rows/sec., 24.92 MiB/sec. 2025.12.24 05:43:40.971605 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} executeQuery: Read 1 rows, 69.00 B in 0.00162 sec., 617.283950617284 rows/sec., 41.59 KiB/sec. 2025.12.24 05:43:40.971646 [ 3 ] {8b403ad5-d60f-4a77-b0cb-bc29d8e5400e} TCPHandler: Processed in 0.00179105 sec. 2025.12.24 05:43:40.971731 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:40.971750 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.971847 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.971903 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:40.972191 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.972259 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_6_1} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:40.972321 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.24 05:43:40.972670 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.972710 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.973366 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:40.973882 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.974050 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} executeQuery: Read 10 rows, 18.35 KiB in 0.002219 sec., 4506.534474988734 rows/sec., 8.08 MiB/sec. 2025.12.24 05:43:40.974106 [ 3 ] {95bd85fe-57c9-418d-aab1-3a564b4129d2} TCPHandler: Processed in 0.002405106 sec. 2025.12.24 05:43:40.974234 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:40.974355 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:40.974405 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:40.974754 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.974787 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.975263 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:40.975674 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.975775 [ 68 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:40.975804 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} executeQuery: Read 84 rows, 5.12 KiB in 0.001474 sec., 56987.78833107191 rows/sec., 3.39 MiB/sec. 2025.12.24 05:43:40.975806 [ 68 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:40.975837 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:40.975840 [ 3 ] {6361719a-7d19-46e9-830a-89f3f8b08ff5} TCPHandler: Processed in 0.001668046 sec. 2025.12.24 05:43:40.975953 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:40.976078 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:40.976111 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.12.24 05:43:40.976188 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 05:43:40.976232 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 05:43:40.976269 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part 2025.12.24 05:43:40.976316 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.12.24 05:43:40.976366 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 84 rows starting from the beginning of the part 2025.12.24 05:43:40.977132 [ 191 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.001232934 sec., 180058.29995766198 rows/sec., 10.91 MiB/sec. 2025.12.24 05:43:40.977374 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:40.977811 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:40.977874 [ 200 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_6_1} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:40.977939 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 05:43:43.318381 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 272 2025.12.24 05:43:43.320709 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:43.320767 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:43.322237 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:43:43.322825 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:43.323201 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 272 2025.12.24 05:43:45.813914 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3335 2025.12.24 05:43:45.814743 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.814812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.815434 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:45.815916 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.816046 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3335 2025.12.24 05:43:45.941776 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:45.941952 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:45.942012 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:45.942606 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.942646 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.943134 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:45.943669 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.943811 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} executeQuery: Read 74 rows, 6.47 KiB in 0.001902 sec., 38906.41430073607 rows/sec., 3.32 MiB/sec. 2025.12.24 05:43:45.943853 [ 3 ] {1e64c9bc-785e-4149-b92c-e1f0ccf54bcd} TCPHandler: Processed in 0.002204051 sec. 2025.12.24 05:43:45.943982 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:45.944083 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:45.944127 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:45.944602 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.944647 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.945153 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:45.945755 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.945868 [ 59 ] {} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:45.945892 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} executeQuery: Read 22 rows, 1.65 KiB in 0.001832 sec., 12008.733624454148 rows/sec., 903.00 KiB/sec. 2025.12.24 05:43:45.945945 [ 59 ] {} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.945949 [ 3 ] {7c40ad00-699f-4c7c-8a49-e72b75e74874} TCPHandler: Processed in 0.002018595 sec. 2025.12.24 05:43:45.945976 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.946083 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:45.946090 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:45.946187 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:45.946218 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:45.946231 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:45.946258 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.12.24 05:43:45.946328 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part 2025.12.24 05:43:45.946372 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 221 rows starting from the beginning of the part 2025.12.24 05:43:45.946413 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2025.12.24 05:43:45.946456 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 215 rows starting from the beginning of the part 2025.12.24 05:43:45.946493 [ 193 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2025.12.24 05:43:45.946670 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.946712 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.947274 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:45.947502 [ 191 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145631 sec., 345393.4945169641 rows/sec., 22.49 MiB/sec. 2025.12.24 05:43:45.947734 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.947809 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:45.947885 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} executeQuery: Read 58 rows, 4.64 KiB in 0.001718 sec., 33760.18626309663 rows/sec., 2.64 MiB/sec. 2025.12.24 05:43:45.947929 [ 3 ] {4d74cf3f-8b7a-4fe4-9a7a-1991c1a70f77} TCPHandler: Processed in 0.001896542 sec. 2025.12.24 05:43:45.948037 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:45.948133 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:45.948177 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:45.948395 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.948470 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_6_1} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:45.948540 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 05:43:45.948557 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.948598 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.949035 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:45.949476 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.949607 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} executeQuery: Read 110 rows, 7.86 KiB in 0.001494 sec., 73627.84471218205 rows/sec., 5.14 MiB/sec. 2025.12.24 05:43:45.949643 [ 3 ] {740ecb19-febc-47c2-8099-2a5a9cdc356c} TCPHandler: Processed in 0.001654975 sec. 2025.12.24 05:43:45.949752 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:45.949846 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:45.949901 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:45.950678 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.950714 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.951478 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:45.951920 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.952026 [ 59 ] {} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:45.952060 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} executeQuery: Read 22 rows, 40.37 KiB in 0.002231 sec., 9861.048857014792 rows/sec., 17.67 MiB/sec. 2025.12.24 05:43:45.952067 [ 59 ] {} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.952101 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.952126 [ 3 ] {9194cd0a-e862-4f08-a4c2-bad0197cd455} TCPHandler: Processed in 0.002422647 sec. 2025.12.24 05:43:45.952174 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:45.952242 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:45.952340 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:45.952375 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:45.952381 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:45.952437 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2025.12.24 05:43:45.952555 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part 2025.12.24 05:43:45.952667 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 05:43:45.952764 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:45.952770 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2025.12.24 05:43:45.952807 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:45.952885 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.24 05:43:45.952986 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2025.12.24 05:43:45.953255 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:45.953751 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.953892 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} executeQuery: Read 40 rows, 2.73 KiB in 0.00157 sec., 25477.707006369426 rows/sec., 1.70 MiB/sec. 2025.12.24 05:43:45.953930 [ 3 ] {9f14e849-f97e-40d1-b5bc-faf4eed4d8ce} TCPHandler: Processed in 0.001736298 sec. 2025.12.24 05:43:45.954862 [ 198 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 19 columns (19 merged, 0 gathered) in 0.002714005 sec., 30582.110202449887 rows/sec., 54.80 MiB/sec. 2025.12.24 05:43:45.955236 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:45.955833 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:45.955898 [ 193 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_6_1} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:45.955973 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.12.24 05:43:45.992111 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.24 05:43:46.009908 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:46.009963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:46.015743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:46.016832 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:46.019922 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.24 05:43:50.952332 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.952549 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.952624 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 05:43:50.953526 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.953567 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.953983 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:50.954214 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.954371 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} executeQuery: Read 410 rows, 26.63 KiB in 0.001879 sec., 218201.17083555082 rows/sec., 13.84 MiB/sec. 2025.12.24 05:43:50.954419 [ 3 ] {09efd1aa-a7fb-42ee-bd96-b5110a29277e} TCPHandler: Processed in 0.002226072 sec. 2025.12.24 05:43:50.954548 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.954652 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:50.954697 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:50.955665 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.955701 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.956112 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:50.956335 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.956464 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} executeQuery: Read 1106 rows, 89.79 KiB in 0.001838 sec., 601741.0228509249 rows/sec., 47.71 MiB/sec. 2025.12.24 05:43:50.956502 [ 3 ] {01d8c16e-6b51-49a9-ab2e-a4f2db68b24f} TCPHandler: Processed in 0.002008455 sec. 2025.12.24 05:43:50.956622 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.956720 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.956762 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:50.957249 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.957285 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.957597 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:50.957812 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.957942 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} executeQuery: Read 215 rows, 13.07 KiB in 0.001243 sec., 172968.62429605794 rows/sec., 10.27 MiB/sec. 2025.12.24 05:43:50.957980 [ 3 ] {4c41bb99-19a5-4f99-890c-41679981a5c2} TCPHandler: Processed in 0.001407719 sec. 2025.12.24 05:43:50.958084 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.958177 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.958216 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:43:50.958693 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.958727 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.959022 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:50.959235 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.959361 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} executeQuery: Read 212 rows, 14.00 KiB in 0.001203 sec., 176226.10141313382 rows/sec., 11.36 MiB/sec. 2025.12.24 05:43:50.959398 [ 3 ] {91ea18b1-c873-453c-a550-ba914699e24e} TCPHandler: Processed in 0.001365518 sec. 2025.12.24 05:43:50.959509 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.959602 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.959641 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 05:43:50.960103 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.960138 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.960455 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:50.960671 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.960798 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} executeQuery: Read 211 rows, 12.27 KiB in 0.001215 sec., 173662.55144032923 rows/sec., 9.86 MiB/sec. 2025.12.24 05:43:50.960836 [ 3 ] {38071206-1fe9-4412-9b4e-0a7b76e2147f} TCPHandler: Processed in 0.001377528 sec. 2025.12.24 05:43:50.960950 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.961062 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:50.961104 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:50.961740 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.961775 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.962103 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:50.962315 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.962440 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} executeQuery: Read 661 rows, 47.03 KiB in 0.001397 sec., 473156.76449534716 rows/sec., 32.88 MiB/sec. 2025.12.24 05:43:50.962477 [ 3 ] {897f9a10-93aa-4044-9af9-2490eeca0b27} TCPHandler: Processed in 0.001577164 sec. 2025.12.24 05:43:50.962588 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.962682 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.24 05:43:50.962723 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.24 05:43:50.963071 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.963106 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.963422 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:43:50.963639 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} oximeter.measurements_bool (98d73549-09d9-45a3-b50d-9e3d866b0ef1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.963773 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. 2025.12.24 05:43:50.963812 [ 3 ] {30fad2be-3b53-49f6-95ce-2956285b68ea} TCPHandler: Processed in 0.001273355 sec. 2025.12.24 05:43:50.963925 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.964022 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.964066 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:50.964481 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.964518 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.964842 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:50.965065 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.965192 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} executeQuery: Read 264 rows, 17.57 KiB in 0.001191 sec., 221662.4685138539 rows/sec., 14.41 MiB/sec. 2025.12.24 05:43:50.965229 [ 3 ] {36a0c658-07d5-4072-9dcf-acad422267ff} TCPHandler: Processed in 0.001353217 sec. 2025.12.24 05:43:50.965348 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.965443 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.965485 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 05:43:50.965796 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.965830 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.966131 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:43:50.966340 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.966466 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2025.12.24 05:43:50.966502 [ 3 ] {e33f7ca4-0dc4-4c35-938f-13c17d6d1de2} TCPHandler: Processed in 0.001201573 sec. 2025.12.24 05:43:50.966615 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.966709 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.966762 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:50.967485 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.967520 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.968005 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:43:50.968220 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.968355 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} executeQuery: Read 10 rows, 18.35 KiB in 0.001664 sec., 6009.615384615385 rows/sec., 10.77 MiB/sec. 2025.12.24 05:43:50.968408 [ 3 ] {6acb2d51-94ed-4ad3-aed6-36c7181c44cf} TCPHandler: Processed in 0.00184184 sec. 2025.12.24 05:43:50.968521 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:50.968616 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} executeQuery: (from [fd00:1122:3344:101::d]:44983) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:50.968657 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:50.968983 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:50.969017 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:50.969312 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:50.969523 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:50.969645 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} executeQuery: Read 84 rows, 5.12 KiB in 0.001048 sec., 80152.67175572518 rows/sec., 4.77 MiB/sec. 2025.12.24 05:43:50.969679 [ 3 ] {1447eeb2-81b3-4775-83c1-d130198d871e} TCPHandler: Processed in 0.001206694 sec. 2025.12.24 05:43:53.255133 [ 51 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:43:53.255184 [ 51 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:43:53.316113 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3847 2025.12.24 05:43:53.316622 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:53.316666 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:53.317145 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:53.317380 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:53.317524 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3847 2025.12.24 05:43:53.323324 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 306 2025.12.24 05:43:53.325596 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:53.325644 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:53.326832 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:43:53.327133 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:53.327257 [ 51 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 05:43:53.327294 [ 51 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:53.327314 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:53.327443 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 05:43:53.327468 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 306 2025.12.24 05:43:53.328012 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:43:53.328182 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.12.24 05:43:53.328541 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.12.24 05:43:53.328886 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part 2025.12.24 05:43:53.329222 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 92 rows starting from the beginning of the part 2025.12.24 05:43:53.329531 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.12.24 05:43:53.329847 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part 2025.12.24 05:43:53.336487 [ 198 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.009105921 sec., 33604.508539004455 rows/sec., 33.81 MiB/sec. 2025.12.24 05:43:53.337427 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 05:43:53.338034 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:53.338128 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_6_1} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 05:43:53.338385 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2025.12.24 05:43:53.519977 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.24 05:43:53.536995 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:53.537058 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:53.543378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:53.544067 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:53.547019 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.24 05:43:54.000276 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 183.94 MiB, peak 187.94 MiB, free memory in arenas 0.00 B, will set to 186.46 MiB (RSS), difference: 2.53 MiB 2025.12.24 05:43:55.605331 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 05:43:55.605411 [ 3 ] {} TCP-Session: ed01be97-ba5f-4419-8ed7-2a8d836aee88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:43:55.942067 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:55.942291 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:43:55.942367 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:43:55.943139 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:55.943186 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:55.943595 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:43:55.943823 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:55.943973 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} executeQuery: Read 74 rows, 6.47 KiB in 0.001736 sec., 42626.72811059908 rows/sec., 3.64 MiB/sec. 2025.12.24 05:43:55.944016 [ 4 ] {aef1d1c6-d905-4bd3-aeda-045242cfee86} TCPHandler: Processed in 0.002091708 sec. 2025.12.24 05:43:55.944139 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:55.944236 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:43:55.944277 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:43:55.944676 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:55.944714 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:55.945011 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:55.945219 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:55.945351 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} executeQuery: Read 22 rows, 1.65 KiB in 0.001135 sec., 19383.259911894274 rows/sec., 1.42 MiB/sec. 2025.12.24 05:43:55.945389 [ 4 ] {4ae10287-5f01-4b7d-aa65-d627fe7da69c} TCPHandler: Processed in 0.001299435 sec. 2025.12.24 05:43:55.945494 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:55.945595 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:43:55.945637 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:43:55.946065 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:55.946103 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:55.946423 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:43:55.946642 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:55.946773 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} executeQuery: Read 58 rows, 4.64 KiB in 0.001196 sec., 48494.98327759197 rows/sec., 3.79 MiB/sec. 2025.12.24 05:43:55.946812 [ 4 ] {6034d2b3-38ac-4579-84ad-2f3d5109ef8e} TCPHandler: Processed in 0.001368128 sec. 2025.12.24 05:43:55.946915 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:55.947010 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:55.947055 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:43:55.947438 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:55.947475 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:55.947810 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:43:55.948027 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:55.948154 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} executeQuery: Read 110 rows, 7.86 KiB in 0.001162 sec., 94664.3717728055 rows/sec., 6.61 MiB/sec. 2025.12.24 05:43:55.948190 [ 4 ] {a17c7c94-7762-4bf0-9264-d72698a2ee73} TCPHandler: Processed in 0.001325697 sec. 2025.12.24 05:43:55.948304 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:55.948398 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:43:55.948453 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:43:55.949260 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:55.949297 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:55.949822 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:43:55.950054 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:55.950193 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} executeQuery: Read 22 rows, 40.37 KiB in 0.001813 sec., 12134.583563154993 rows/sec., 21.74 MiB/sec. 2025.12.24 05:43:55.950241 [ 4 ] {14b971b7-79ab-4946-8de7-5ddf9b2436d2} TCPHandler: Processed in 0.001985874 sec. 2025.12.24 05:43:55.950356 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:43:55.950450 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:43:55.950492 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:43:55.950815 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:43:55.950853 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:43:55.951163 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:43:55.951378 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:43:55.951501 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} executeQuery: Read 40 rows, 2.73 KiB in 0.00107 sec., 37383.17757009346 rows/sec., 2.50 MiB/sec. 2025.12.24 05:43:55.951536 [ 4 ] {ce8c6e25-29a5-4414-ab44-3f9b05e3ec9b} TCPHandler: Processed in 0.001229674 sec. 2025.12.24 05:43:56.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.87 MiB, peak 187.94 MiB, free memory in arenas 0.00 B, will set to 186.54 MiB (RSS), difference: 1.67 MiB 2025.12.24 05:44:00.641042 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38665 2025.12.24 05:44:00.641159 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.641189 [ 3 ] {} TCP-Session: a9115305-b59b-45de-82f5-92b387e39198 Authenticating user 'default' from [fd00:1122:3344:101::e]:38665 2025.12.24 05:44:00.641212 [ 3 ] {} TCP-Session: a9115305-b59b-45de-82f5-92b387e39198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.641228 [ 3 ] {} TCP-Session: a9115305-b59b-45de-82f5-92b387e39198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.641431 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48257 2025.12.24 05:44:00.641464 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50518 2025.12.24 05:44:00.641494 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34256 2025.12.24 05:44:00.641509 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40057 2025.12.24 05:44:00.641557 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.641569 [ 3 ] {} TCP-Session: a9115305-b59b-45de-82f5-92b387e39198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.641598 [ 286 ] {} TCP-Session: e87b0b17-d48c-49f9-9017-2935ac41481f Authenticating user 'default' from [fd00:1122:3344:101::e]:48257 2025.12.24 05:44:00.641518 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52852 2025.12.24 05:44:00.641633 [ 286 ] {} TCP-Session: e87b0b17-d48c-49f9-9017-2935ac41481f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.641649 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.641655 [ 286 ] {} TCP-Session: e87b0b17-d48c-49f9-9017-2935ac41481f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.641499 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50634 2025.12.24 05:44:00.641685 [ 288 ] {} TCP-Session: 41ff7f0d-d88c-44aa-b41e-8a0b6439d6d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50518 2025.12.24 05:44:00.641473 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54991 2025.12.24 05:44:00.641736 [ 288 ] {} TCP-Session: 41ff7f0d-d88c-44aa-b41e-8a0b6439d6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.641434 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54736 2025.12.24 05:44:00.641778 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} executeQuery: (from [fd00:1122:3344:101::e]:38665) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:44:00.641773 [ 288 ] {} TCP-Session: 41ff7f0d-d88c-44aa-b41e-8a0b6439d6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642062 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.642069 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.642102 [ 289 ] {} TCP-Session: fd0f093f-44ed-41e4-b8b0-af7c1ba8e7ae Authenticating user 'default' from [fd00:1122:3344:101::e]:54991 2025.12.24 05:44:00.642102 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 05:44:00.642123 [ 287 ] {} TCP-Session: bc62ada4-0c1b-4202-93f9-8f3516c3f780 Authenticating user 'default' from [fd00:1122:3344:101::e]:54736 2025.12.24 05:44:00.642135 [ 289 ] {} TCP-Session: fd0f093f-44ed-41e4-b8b0-af7c1ba8e7ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642150 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.642177 [ 289 ] {} TCP-Session: fd0f093f-44ed-41e4-b8b0-af7c1ba8e7ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642189 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.642197 [ 293 ] {} TCP-Session: 8a13f02a-eda7-404d-b8a0-bc8f26240d11 Authenticating user 'default' from [fd00:1122:3344:101::e]:52852 2025.12.24 05:44:00.642168 [ 287 ] {} TCP-Session: bc62ada4-0c1b-4202-93f9-8f3516c3f780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642236 [ 293 ] {} TCP-Session: 8a13f02a-eda7-404d-b8a0-bc8f26240d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642257 [ 287 ] {} TCP-Session: bc62ada4-0c1b-4202-93f9-8f3516c3f780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642270 [ 293 ] {} TCP-Session: 8a13f02a-eda7-404d-b8a0-bc8f26240d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642119 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.642304 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.642340 [ 290 ] {} TCP-Session: 7ab91d0f-e051-44b4-9fbc-a6f961b82ac8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34256 2025.12.24 05:44:00.642355 [ 292 ] {} TCP-Session: 1f9d8a10-f5dd-43a6-a476-c29c61df5d13 Authenticating user 'default' from [fd00:1122:3344:101::e]:40057 2025.12.24 05:44:00.642305 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:00.642377 [ 290 ] {} TCP-Session: 7ab91d0f-e051-44b4-9fbc-a6f961b82ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642417 [ 291 ] {} TCP-Session: 81fe3a28-634f-449a-9c9a-32f27cf7f66f Authenticating user 'default' from [fd00:1122:3344:101::e]:50634 2025.12.24 05:44:00.642422 [ 290 ] {} TCP-Session: 7ab91d0f-e051-44b4-9fbc-a6f961b82ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642443 [ 291 ] {} TCP-Session: 81fe3a28-634f-449a-9c9a-32f27cf7f66f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642386 [ 292 ] {} TCP-Session: 1f9d8a10-f5dd-43a6-a476-c29c61df5d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642467 [ 291 ] {} TCP-Session: 81fe3a28-634f-449a-9c9a-32f27cf7f66f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642489 [ 292 ] {} TCP-Session: 1f9d8a10-f5dd-43a6-a476-c29c61df5d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:00.642513 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2) (SelectExecutor): Key condition: unknown 2025.12.24 05:44:00.642607 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} Aggregator: Compile expression max()(UInt64) 0 2025.12.24 05:44:00.817607 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4295 2025.12.24 05:44:00.818115 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.818165 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.823299 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:44:00.823630 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.823816 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4295 2025.12.24 05:44:00.939128 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.939395 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:00.939789 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:00.939842 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:00.940134 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.940212 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.940371 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.12.24 05:44:00.940492 [ 322 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:00.940512 [ 327 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:00.940640 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 05:44:00.940670 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:00.942716 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:00.942751 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 05:44:00.942816 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.942877 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.943880 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} executeQuery: Read 36 rows, 1.39 KiB in 0.004595 sec., 7834.602829162132 rows/sec., 301.58 KiB/sec. 2025.12.24 05:44:00.944004 [ 4 ] {5cd32b54-5ab0-4163-ba62-99bfc8a91af3} TCPHandler: Processed in 0.005015519 sec. 2025.12.24 05:44:00.944486 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.944675 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:00.945017 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:00.945060 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:00.945287 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.945346 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.945465 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.12.24 05:44:00.945563 [ 327 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:00.945586 [ 333 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:00.945712 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 05:44:00.945741 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:00.945798 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:00.945818 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 05:44:00.945849 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.945884 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.946566 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} executeQuery: Read 36 rows, 1.39 KiB in 0.001991 sec., 18081.36614766449 rows/sec., 696.00 KiB/sec. 2025.12.24 05:44:00.946662 [ 4 ] {b2996886-fdc6-458b-a76c-a839d06ce96a} TCPHandler: Processed in 0.002237181 sec. 2025.12.24 05:44:00.946957 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.947100 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:00.947353 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:00.947393 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:00.947647 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.947710 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.947824 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.12.24 05:44:00.947890 [ 322 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:00.947904 [ 333 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:00.947998 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 05:44:00.948024 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:00.948082 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:00.948101 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 05:44:00.948132 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.948169 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.948835 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} executeQuery: Read 36 rows, 1.39 KiB in 0.001796 sec., 20044.543429844096 rows/sec., 771.57 KiB/sec. 2025.12.24 05:44:00.948944 [ 4 ] {8f5a5b62-dc55-43cc-99f1-f4e2405300fa} TCPHandler: Processed in 0.002038726 sec. 2025.12.24 05:44:00.949208 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.949379 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:00.949615 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:00.949671 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:00.949918 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.949978 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.950087 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.12.24 05:44:00.950155 [ 322 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:00.950176 [ 327 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:00.950276 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 05:44:00.950304 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:00.950361 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:00.950380 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 05:44:00.950412 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.950451 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.951213 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} executeQuery: Read 36 rows, 1.39 KiB in 0.001896 sec., 18987.3417721519 rows/sec., 730.88 KiB/sec. 2025.12.24 05:44:00.951322 [ 4 ] {42f22c00-86b0-4557-b1d0-35c9c687b03c} TCPHandler: Processed in 0.00216419 sec. 2025.12.24 05:44:00.951585 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.951726 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:00.951957 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:00.951996 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:00.952216 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.952271 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.952380 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.12.24 05:44:00.952453 [ 322 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:00.952459 [ 333 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:00.952553 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 05:44:00.952581 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:00.952637 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:00.952655 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 05:44:00.952687 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.952727 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.953367 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} executeQuery: Read 36 rows, 1.39 KiB in 0.001698 sec., 21201.413427561838 rows/sec., 816.10 KiB/sec. 2025.12.24 05:44:00.953500 [ 4 ] {33991941-c894-4644-b2b7-c10c7dd7bc40} TCPHandler: Processed in 0.001964255 sec. 2025.12.24 05:44:00.953756 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.953927 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:00.954164 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:00.954204 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:00.954420 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.954475 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:00.954589 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.12.24 05:44:00.954654 [ 331 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:00.954663 [ 333 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:00.954762 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.24 05:44:00.954788 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:00.954844 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:00.954862 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 36 rows with 2 streams 2025.12.24 05:44:00.954894 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.954926 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:00.955523 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} executeQuery: Read 36 rows, 1.39 KiB in 0.001668 sec., 21582.733812949642 rows/sec., 830.78 KiB/sec. 2025.12.24 05:44:00.955621 [ 4 ] {377b47b0-e42c-479c-b5a9-723c61071ec2} TCPHandler: Processed in 0.001913663 sec. 2025.12.24 05:44:00.970660 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.971225 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 05:44:00.971279 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:00.971912 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.971960 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.972491 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:44:00.972708 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.972857 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} executeQuery: Read 6 rows, 2.84 KiB in 0.00167 sec., 3592.814371257485 rows/sec., 1.66 MiB/sec. 2025.12.24 05:44:00.972897 [ 4 ] {1c07fb25-7241-453c-8916-caf91beeb558} TCPHandler: Processed in 0.002308954 sec. 2025.12.24 05:44:00.973034 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.973131 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.973175 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 05:44:00.973619 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.973658 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.973977 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:44:00.974227 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.974361 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} executeQuery: Read 24 rows, 2.04 KiB in 0.001249 sec., 19215.372297838272 rows/sec., 1.59 MiB/sec. 2025.12.24 05:44:00.974412 [ 4 ] {58cb55f5-55f7-49ba-95c5-e8fe97017acd} TCPHandler: Processed in 0.00142906 sec. 2025.12.24 05:44:00.974558 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.974659 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:00.974701 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:00.975221 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.975259 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.975600 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:00.975823 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.975963 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} executeQuery: Read 170 rows, 15.81 KiB in 0.001324 sec., 128398.79154078549 rows/sec., 11.66 MiB/sec. 2025.12.24 05:44:00.976003 [ 4 ] {f9b47a03-93d3-4718-88ff-690d8119ad0e} TCPHandler: Processed in 0.001500571 sec. 2025.12.24 05:44:00.976127 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.976224 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.976268 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:00.976688 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.976727 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.977037 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:44:00.977254 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.977384 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} executeQuery: Read 22 rows, 1.71 KiB in 0.001179 sec., 18659.881255301105 rows/sec., 1.42 MiB/sec. 2025.12.24 05:44:00.977423 [ 4 ] {98b5e526-9b3e-4325-a6ba-bd675e0a84c4} TCPHandler: Processed in 0.001345348 sec. 2025.12.24 05:44:00.977548 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.977642 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.977683 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:44:00.978101 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.978137 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.978439 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:44:00.978658 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.978794 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} executeQuery: Read 24 rows, 2.04 KiB in 0.00117 sec., 20512.82051282051 rows/sec., 1.70 MiB/sec. 2025.12.24 05:44:00.978834 [ 4 ] {93eaaf24-29aa-44df-b9b6-083c8b8e86ac} TCPHandler: Processed in 0.001334397 sec. 2025.12.24 05:44:00.978962 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.979057 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.979097 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 05:44:00.979513 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.979550 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.979855 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:44:00.980074 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.980212 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} executeQuery: Read 12 rows, 960.00 B in 0.001174 sec., 10221.465076660988 rows/sec., 798.55 KiB/sec. 2025.12.24 05:44:00.980251 [ 4 ] {d72706e7-dc6c-4ef5-96f0-d15339d4344c} TCPHandler: Processed in 0.001337406 sec. 2025.12.24 05:44:00.980367 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.980462 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:00.980502 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:00.980940 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.980975 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.981282 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:00.981504 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.981640 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} executeQuery: Read 82 rows, 6.94 KiB in 0.001198 sec., 68447.4123539232 rows/sec., 5.66 MiB/sec. 2025.12.24 05:44:00.981680 [ 4 ] {c74cbd6a-74c6-4ddf-89e5-f7556ceba31f} TCPHandler: Processed in 0.001361448 sec. 2025.12.24 05:44:00.981806 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.981900 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.981943 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:00.982418 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.982453 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.982804 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:00.983023 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.983151 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} executeQuery: Read 398 rows, 31.77 KiB in 0.00127 sec., 313385.82677165355 rows/sec., 24.43 MiB/sec. 2025.12.24 05:44:00.983189 [ 4 ] {8c7871fe-299e-4ac2-a615-d8dc3b3466e8} TCPHandler: Processed in 0.001431439 sec. 2025.12.24 05:44:00.983314 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.983408 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.983461 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:00.984226 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.984261 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.984789 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:44:00.985040 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.985178 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} executeQuery: Read 10 rows, 18.35 KiB in 0.001787 sec., 5595.970900951315 rows/sec., 10.03 MiB/sec. 2025.12.24 05:44:00.985238 [ 4 ] {d65b0083-95b8-4ef1-aad7-2278d02603e7} TCPHandler: Processed in 0.001971954 sec. 2025.12.24 05:44:00.985356 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:00.985451 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:00.985493 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:00.985884 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:00.985921 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:00.986274 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:00.986500 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:00.986629 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} executeQuery: Read 40 rows, 2.73 KiB in 0.001198 sec., 33388.981636060096 rows/sec., 2.23 MiB/sec. 2025.12.24 05:44:00.986668 [ 4 ] {032638ae-d861-40ef-a53a-e10750b2c9a1} TCPHandler: Processed in 0.001360878 sec. 2025.12.24 05:44:01.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 187.68 MiB, peak 190.76 MiB, free memory in arenas 0.00 B, will set to 206.11 MiB (RSS), difference: 18.43 MiB 2025.12.24 05:44:01.020587 [ 322 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} AggregatingTransform: Aggregating 2025.12.24 05:44:01.020627 [ 322 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} Aggregator: Aggregation method: without_key 2025.12.24 05:44:01.020660 [ 322 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001218754 sec. (820.510 rows/sec., 32.05 KiB/sec.) 2025.12.24 05:44:01.020680 [ 322 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} Aggregator: Merging aggregated data 2025.12.24 05:44:01.021858 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} executeQuery: Read 1 rows, 40.00 B in 0.380163 sec., 2.63045062249614 rows/sec., 105.22 B/sec. 2025.12.24 05:44:01.022073 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.24 05:44:01.022090 [ 3 ] {0ffe5d85-c490-4452-b59e-c19a78a6ab2a} TCPHandler: Processed in 0.380607386 sec. 2025.12.24 05:44:01.022221 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022252 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022273 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022276 [ 286 ] {} TCP-Session: e87b0b17-d48c-49f9-9017-2935ac41481f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022291 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022318 [ 293 ] {} TCP-Session: 8a13f02a-eda7-404d-b8a0-bc8f26240d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022329 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022350 [ 291 ] {} TCP-Session: 81fe3a28-634f-449a-9c9a-32f27cf7f66f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022362 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022377 [ 289 ] {} TCP-Session: fd0f093f-44ed-41e4-b8b0-af7c1ba8e7ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022362 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022428 [ 288 ] {} TCP-Session: 41ff7f0d-d88c-44aa-b41e-8a0b6439d6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022288 [ 287 ] {} TCP-Session: bc62ada4-0c1b-4202-93f9-8f3516c3f780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022453 [ 292 ] {} TCP-Session: 1f9d8a10-f5dd-43a6-a476-c29c61df5d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022310 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022373 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:01.022520 [ 290 ] {} TCP-Session: 7ab91d0f-e051-44b4-9fbc-a6f961b82ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.022529 [ 3 ] {} TCP-Session: a9115305-b59b-45de-82f5-92b387e39198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:01.047178 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.24 05:44:01.065393 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:01.065458 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:01.072504 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:44:01.073380 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:01.079494 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.24 05:44:02.054029 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57900 2025.12.24 05:44:02.054125 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054215 [ 288 ] {} TCP-Session: 4ccd052f-9101-4244-b3d6-fef8e842126a Authenticating user 'default' from [fd00:1122:3344:101::e]:57900 2025.12.24 05:44:02.054236 [ 288 ] {} TCP-Session: 4ccd052f-9101-4244-b3d6-fef8e842126a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054248 [ 288 ] {} TCP-Session: 4ccd052f-9101-4244-b3d6-fef8e842126a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054439 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55205 2025.12.24 05:44:02.054458 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51196 2025.12.24 05:44:02.054480 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65356 2025.12.24 05:44:02.054498 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59028 2025.12.24 05:44:02.054535 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46237 2025.12.24 05:44:02.054553 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054558 [ 288 ] {} TCP-Session: 4ccd052f-9101-4244-b3d6-fef8e842126a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:02.054593 [ 289 ] {} TCP-Session: 1564ac8a-94f7-40dc-9286-7cb49e53067f Authenticating user 'default' from [fd00:1122:3344:101::e]:55205 2025.12.24 05:44:02.054595 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054621 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054623 [ 289 ] {} TCP-Session: 1564ac8a-94f7-40dc-9286-7cb49e53067f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054638 [ 293 ] {} TCP-Session: 5b019f38-8767-45ef-9b1c-f14d81a48349 Authenticating user 'default' from [fd00:1122:3344:101::e]:65356 2025.12.24 05:44:02.054646 [ 286 ] {} TCP-Session: 045dfc3b-50ae-40cb-8d8a-e2aeb9d9f03e Authenticating user 'default' from [fd00:1122:3344:101::e]:46237 2025.12.24 05:44:02.054649 [ 289 ] {} TCP-Session: 1564ac8a-94f7-40dc-9286-7cb49e53067f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054662 [ 293 ] {} TCP-Session: 5b019f38-8767-45ef-9b1c-f14d81a48349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054667 [ 286 ] {} TCP-Session: 045dfc3b-50ae-40cb-8d8a-e2aeb9d9f03e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054680 [ 293 ] {} TCP-Session: 5b019f38-8767-45ef-9b1c-f14d81a48349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054689 [ 286 ] {} TCP-Session: 045dfc3b-50ae-40cb-8d8a-e2aeb9d9f03e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054622 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054556 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054740 [ 294 ] {} TCP-Session: 431d277b-9170-4887-98fd-86f75afb5b66 Authenticating user 'default' from [fd00:1122:3344:101::e]:59028 2025.12.24 05:44:02.054456 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41627 2025.12.24 05:44:02.054771 [ 294 ] {} TCP-Session: 431d277b-9170-4887-98fd-86f75afb5b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054762 [ 288 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} executeQuery: (from [fd00:1122:3344:101::e]:57900) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 05:44:02.054809 [ 294 ] {} TCP-Session: 431d277b-9170-4887-98fd-86f75afb5b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054758 [ 292 ] {} TCP-Session: d9828db2-fee2-4bb3-838d-0d579a824a5b Authenticating user 'default' from [fd00:1122:3344:101::e]:51196 2025.12.24 05:44:02.054449 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56408 2025.12.24 05:44:02.054863 [ 292 ] {} TCP-Session: d9828db2-fee2-4bb3-838d-0d579a824a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054867 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054897 [ 292 ] {} TCP-Session: d9828db2-fee2-4bb3-838d-0d579a824a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054529 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44187 2025.12.24 05:44:02.054927 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.054921 [ 291 ] {} TCP-Session: f646561a-3790-42c0-b49d-599b8df38a9a Authenticating user 'default' from [fd00:1122:3344:101::e]:41627 2025.12.24 05:44:02.054971 [ 290 ] {} TCP-Session: 186b1411-7537-453c-9246-c21489e05be1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56408 2025.12.24 05:44:02.054995 [ 291 ] {} TCP-Session: f646561a-3790-42c0-b49d-599b8df38a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.055002 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 05:44:02.055014 [ 291 ] {} TCP-Session: f646561a-3790-42c0-b49d-599b8df38a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.054999 [ 290 ] {} TCP-Session: 186b1411-7537-453c-9246-c21489e05be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.055033 [ 3 ] {} TCP-Session: a9043824-f5bf-4619-9fb6-ac84794355ba Authenticating user 'default' from [fd00:1122:3344:101::e]:44187 2025.12.24 05:44:02.055056 [ 290 ] {} TCP-Session: 186b1411-7537-453c-9246-c21489e05be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.055073 [ 3 ] {} TCP-Session: a9043824-f5bf-4619-9fb6-ac84794355ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.055090 [ 288 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 05:44:02.055093 [ 3 ] {} TCP-Session: a9043824-f5bf-4619-9fb6-ac84794355ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.055224 [ 288 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:02.055516 [ 288 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} oximeter.version (86cb54b7-8369-4c34-97de-8fc35c3213e2) (SelectExecutor): Key condition: unknown 2025.12.24 05:44:02.056616 [ 342 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} AggregatingTransform: Aggregating 2025.12.24 05:44:02.056680 [ 342 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} Aggregator: Aggregation method: without_key 2025.12.24 05:44:02.056728 [ 342 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001124201 sec. (889.521 rows/sec., 34.75 KiB/sec.) 2025.12.24 05:44:02.056755 [ 342 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} Aggregator: Merging aggregated data 2025.12.24 05:44:02.058039 [ 288 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} executeQuery: Read 1 rows, 40.00 B in 0.003357 sec., 297.88501638367586 rows/sec., 11.64 KiB/sec. 2025.12.24 05:44:02.058236 [ 288 ] {c129a8a5-4a68-41db-9c55-1bbfb0bf73e2} TCPHandler: Processed in 0.003785634 sec. 2025.12.24 05:44:02.058358 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058380 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058388 [ 288 ] {} TCP-Session: 4ccd052f-9101-4244-b3d6-fef8e842126a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058398 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058412 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058419 [ 286 ] {} TCP-Session: 045dfc3b-50ae-40cb-8d8a-e2aeb9d9f03e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058442 [ 293 ] {} TCP-Session: 5b019f38-8767-45ef-9b1c-f14d81a48349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058449 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058457 [ 289 ] {} TCP-Session: 1564ac8a-94f7-40dc-9286-7cb49e53067f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058478 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058495 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058494 [ 291 ] {} TCP-Session: f646561a-3790-42c0-b49d-599b8df38a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058523 [ 292 ] {} TCP-Session: d9828db2-fee2-4bb3-838d-0d579a824a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058540 [ 3 ] {} TCP-Session: a9043824-f5bf-4619-9fb6-ac84794355ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058430 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058467 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 05:44:02.058607 [ 290 ] {} TCP-Session: 186b1411-7537-453c-9246-c21489e05be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:02.058614 [ 294 ] {} TCP-Session: 431d277b-9170-4887-98fd-86f75afb5b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 05:44:03.331059 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 354 2025.12.24 05:44:03.333696 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:03.333754 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.24 05:44:03.334985 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:44:03.335262 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:03.335606 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 354 2025.12.24 05:44:05.943289 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:05.943486 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:05.943551 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:05.944196 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.944234 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.944618 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:05.944842 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.944990 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} executeQuery: Read 76 rows, 6.66 KiB in 0.001556 sec., 48843.18766066838 rows/sec., 4.18 MiB/sec. 2025.12.24 05:44:05.945003 [ 30 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:05.945030 [ 4 ] {4fecf7c9-f621-4942-8dd4-9d33c879b7a2} TCPHandler: Processed in 0.001872602 sec. 2025.12.24 05:44:05.945075 [ 30 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.945105 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.945180 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:05.945215 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:05.945280 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:05.945325 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:05.945343 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:05.945381 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1156 rows starting from the beginning of the part 2025.12.24 05:44:05.945441 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 74 rows starting from the beginning of the part 2025.12.24 05:44:05.945483 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1106 rows starting from the beginning of the part 2025.12.24 05:44:05.945521 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2025.12.24 05:44:05.945554 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 170 rows starting from the beginning of the part 2025.12.24 05:44:05.945593 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2025.12.24 05:44:05.945739 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.945781 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.946099 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:05.946340 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.946475 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} executeQuery: Read 23 rows, 1.73 KiB in 0.001216 sec., 18914.473684210527 rows/sec., 1.39 MiB/sec. 2025.12.24 05:44:05.946512 [ 4 ] {921d459c-7daf-4cbc-88b1-05baeeaed4a0} TCPHandler: Processed in 0.001384928 sec. 2025.12.24 05:44:05.946624 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:05.946717 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:05.946757 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:05.946843 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2656 rows, containing 5 columns (5 merged, 0 gathered) in 0.001674216 sec., 1586414.178337801 rows/sec., 134.13 MiB/sec. 2025.12.24 05:44:05.947061 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:05.947173 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.947218 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.947343 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.947425 [ 191 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_11_2} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:05.947500 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.12.24 05:44:05.947559 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:05.947771 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.947878 [ 30 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:05.947902 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} executeQuery: Read 59 rows, 4.72 KiB in 0.001204 sec., 49003.322259136214 rows/sec., 3.83 MiB/sec. 2025.12.24 05:44:05.947926 [ 30 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.947947 [ 4 ] {1ad98041-17be-4495-b1ba-20c1b728f8cc} TCPHandler: Processed in 0.001373308 sec. 2025.12.24 05:44:05.947953 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.948073 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:05.948081 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:05.948176 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:05.948214 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:05.948225 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:05.948263 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 708 rows starting from the beginning of the part 2025.12.24 05:44:05.948354 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part 2025.12.24 05:44:05.948402 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 661 rows starting from the beginning of the part 2025.12.24 05:44:05.948449 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 58 rows starting from the beginning of the part 2025.12.24 05:44:05.948490 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part 2025.12.24 05:44:05.948531 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 59 rows starting from the beginning of the part 2025.12.24 05:44:05.948629 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.948670 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.949028 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:05.949274 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.949378 [ 30 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:05.949409 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} executeQuery: Read 110 rows, 7.86 KiB in 0.001254 sec., 87719.29824561405 rows/sec., 6.12 MiB/sec. 2025.12.24 05:44:05.949415 [ 30 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.949449 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.949452 [ 4 ] {fdd6587e-0c14-42bc-bca0-d7beb1713c96} TCPHandler: Processed in 0.00143125 sec. 2025.12.24 05:44:05.949526 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:05.949581 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:05.949613 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:05.949643 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 629 rows starting from the beginning of the part 2025.12.24 05:44:05.949681 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:05.949689 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part 2025.12.24 05:44:05.949698 [ 195 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1626 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667286 sec., 975237.6017072056 rows/sec., 73.30 MiB/sec. 2025.12.24 05:44:05.949741 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 264 rows starting from the beginning of the part 2025.12.24 05:44:05.949744 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:05.949780 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part 2025.12.24 05:44:05.949818 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 398 rows starting from the beginning of the part 2025.12.24 05:44:05.949854 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part 2025.12.24 05:44:05.949889 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:05.950180 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.950255 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_11_2} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:05.950328 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 05:44:05.950551 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.950592 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.950815 [ 196 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1621 rows, containing 5 columns (5 merged, 0 gathered) in 0.001318846 sec., 1229104.8386240697 rows/sec., 85.47 MiB/sec. 2025.12.24 05:44:05.951027 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:05.951123 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:05.951324 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.951399 [ 191 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_11_2} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:05.951431 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.951459 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 05:44:05.951581 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} executeQuery: Read 23 rows, 42.20 KiB in 0.00192 sec., 11979.166666666666 rows/sec., 21.47 MiB/sec. 2025.12.24 05:44:05.951637 [ 4 ] {f29d52d0-d1c2-4cfd-b321-fd2afc553f0c} TCPHandler: Processed in 0.002107248 sec. 2025.12.24 05:44:05.951753 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:05.951848 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:05.951890 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:05.952239 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.952276 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.952583 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:05.952793 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.952891 [ 30 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:05.952919 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} executeQuery: Read 40 rows, 2.73 KiB in 0.001091 sec., 36663.611365719524 rows/sec., 2.45 MiB/sec. 2025.12.24 05:44:05.952926 [ 30 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:05.952959 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:05.952961 [ 4 ] {ca4f808d-b71b-46b9-a6d2-b88decd51383} TCPHandler: Processed in 0.001258265 sec. 2025.12.24 05:44:05.953041 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:05.953148 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:05.953185 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 222 rows starting from the beginning of the part 2025.12.24 05:44:05.953263 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2025.12.24 05:44:05.953310 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 84 rows starting from the beginning of the part 2025.12.24 05:44:05.953353 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.12.24 05:44:05.953393 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2025.12.24 05:44:05.953433 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.12.24 05:44:05.954213 [ 192 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 4 columns (4 merged, 0 gathered) in 0.001207783 sec., 385830.8984312579 rows/sec., 24.12 MiB/sec. 2025.12.24 05:44:05.954344 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:05.954598 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:05.954665 [ 195 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_11_2} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:05.954721 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 05:44:08.255455 [ 50 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:44:08.255511 [ 50 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:44:08.325466 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4807 2025.12.24 05:44:08.326041 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:08.326083 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:08.326569 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:08.326794 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:08.326920 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4807 2025.12.24 05:44:08.580999 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.12.24 05:44:08.598737 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:08.598797 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:08.604519 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:08.605198 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:08.608208 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.12.24 05:44:10.943161 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:10.943370 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:10.943442 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:10.944098 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.944144 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.944613 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:10.944833 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.945001 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} executeQuery: Read 50 rows, 4.35 KiB in 0.001729 sec., 28918.449971081547 rows/sec., 2.46 MiB/sec. 2025.12.24 05:44:10.945047 [ 4 ] {e2eaeab5-3608-4e8e-a7c9-cdd4bc4eddbd} TCPHandler: Processed in 0.002082948 sec. 2025.12.24 05:44:10.945164 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:10.945329 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:10.945375 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:10.945784 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.945823 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.946125 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:10.946340 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.946439 [ 92 ] {} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:10.946463 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} executeQuery: Read 10 rows, 770.00 B in 0.001173 sec., 8525.149190110827 rows/sec., 641.05 KiB/sec. 2025.12.24 05:44:10.946504 [ 92 ] {} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.946512 [ 4 ] {189b1bca-a44a-475a-b02a-1e2c7c83948a} TCPHandler: Processed in 0.001356147 sec. 2025.12.24 05:44:10.946532 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.946628 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:10.946653 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:10.946729 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:10.946774 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:10.946777 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:10.946821 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 247 rows starting from the beginning of the part 2025.12.24 05:44:10.946882 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 215 rows starting from the beginning of the part 2025.12.24 05:44:10.946920 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2025.12.24 05:44:10.946958 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part 2025.12.24 05:44:10.946992 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part 2025.12.24 05:44:10.947026 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:10.947251 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.947292 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.947642 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:10.947893 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.947928 [ 195 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 539 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342597 sec., 401460.7510667758 rows/sec., 26.51 MiB/sec. 2025.12.24 05:44:10.948031 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} executeQuery: Read 46 rows, 3.68 KiB in 0.001341 sec., 34302.7591349739 rows/sec., 2.68 MiB/sec. 2025.12.24 05:44:10.948079 [ 4 ] {7bcce2ad-9d1d-4e39-b83b-868748d0f920} TCPHandler: Processed in 0.001535942 sec. 2025.12.24 05:44:10.948095 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:10.948275 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:10.948378 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:10.948427 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:10.948432 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.948520 [ 196 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_11_2} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:10.948596 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 05:44:10.948823 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.948866 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.949219 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:10.949433 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.949560 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} executeQuery: Read 110 rows, 7.86 KiB in 0.001223 sec., 89942.76369582993 rows/sec., 6.28 MiB/sec. 2025.12.24 05:44:10.949596 [ 4 ] {3421ff47-9efd-4f50-a7a3-df766c020fa6} TCPHandler: Processed in 0.001394058 sec. 2025.12.24 05:44:10.949704 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:10.949793 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:10.949846 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:10.950621 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.950656 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.951151 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:10.951454 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.951574 [ 92 ] {} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:10.951598 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} executeQuery: Read 10 rows, 18.35 KiB in 0.001786 sec., 5599.104143337066 rows/sec., 10.03 MiB/sec. 2025.12.24 05:44:10.951634 [ 92 ] {} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.951673 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.951674 [ 4 ] {947276bc-9f6a-4dc2-8752-097ab28bad98} TCPHandler: Processed in 0.001987925 sec. 2025.12.24 05:44:10.951806 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:10.951813 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:10.951904 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:10.951954 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:10.952084 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:10.952160 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 83 rows starting from the beginning of the part 2025.12.24 05:44:10.952286 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:10.952321 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:10.952327 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:10.952464 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2025.12.24 05:44:10.952591 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:10.952661 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:10.952707 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part 2025.12.24 05:44:10.952820 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:10.952894 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.953025 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} executeQuery: Read 40 rows, 2.73 KiB in 0.001193 sec., 33528.91869237217 rows/sec., 2.24 MiB/sec. 2025.12.24 05:44:10.953059 [ 4 ] {4b437d56-4661-4ea6-b73f-29cdd0cfe5d0} TCPHandler: Processed in 0.001357068 sec. 2025.12.24 05:44:10.959908 [ 189 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 19 columns (19 merged, 0 gathered) in 0.008142365 sec., 19404.68156364889 rows/sec., 34.77 MiB/sec. 2025.12.24 05:44:10.960248 [ 196 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:10.960594 [ 196 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:10.960670 [ 196 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_11_2} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:10.960757 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2025.12.24 05:44:11.112365 [ 109 ] {} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 05:44:11.112431 [ 109 ] {} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:11.112456 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:11.112556 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 05:44:11.112683 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:11.112713 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.12.24 05:44:11.112772 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.12.24 05:44:11.112817 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.12.24 05:44:11.112858 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.12.24 05:44:11.112899 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.12.24 05:44:11.113632 [ 196 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 5 columns (5 merged, 0 gathered) in 0.001115321 sec., 592654.4913975438 rows/sec., 40.88 MiB/sec. 2025.12.24 05:44:11.113755 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 05:44:11.113983 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:11.114044 [ 189 ] {c7b75614-a3f1-43e5-a6dd-4b4c750ef93e::all_1_5_1} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 05:44:11.114099 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 05:44:13.336101 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 378 2025.12.24 05:44:13.338256 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:13.338309 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:13.339527 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:44:13.339807 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:13.340145 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 378 2025.12.24 05:44:15.827622 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5255 2025.12.24 05:44:15.828314 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.828437 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.829062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:15.829339 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.829501 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5255 2025.12.24 05:44:15.829498 [ 146 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:15.829579 [ 146 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.829607 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.829743 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:15.829860 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:15.829893 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2887 rows starting from the beginning of the part 2025.12.24 05:44:15.829984 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2025.12.24 05:44:15.830039 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2025.12.24 05:44:15.830101 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2025.12.24 05:44:15.830155 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2025.12.24 05:44:15.830204 [ 190 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2025.12.24 05:44:15.831548 [ 196 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5255 rows, containing 4 columns (4 merged, 0 gathered) in 0.001868441 sec., 2812505.1848038016 rows/sec., 40.23 MiB/sec. 2025.12.24 05:44:15.832284 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:15.832584 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.832668 [ 201 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_11_2} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:15.832761 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 05:44:15.946711 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.946911 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 05:44:15.946984 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 05:44:15.947597 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.947641 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.948018 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 05:44:15.948239 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.948386 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} executeQuery: Read 10 rows, 835.00 B in 0.001534 sec., 6518.90482398957 rows/sec., 531.57 KiB/sec. 2025.12.24 05:44:15.948425 [ 4 ] {aa5f2d25-df7b-43c3-8ae7-5a0df89f69e4} TCPHandler: Processed in 0.001851162 sec. 2025.12.24 05:44:15.948546 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.948639 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:15.948677 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:15.949127 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.949162 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.949466 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:15.949674 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.949798 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} executeQuery: Read 124 rows, 10.71 KiB in 0.001179 sec., 105173.87616624258 rows/sec., 8.87 MiB/sec. 2025.12.24 05:44:15.949833 [ 4 ] {9f43a04a-0eb7-472b-aac3-bb41bf6c372d} TCPHandler: Processed in 0.001334016 sec. 2025.12.24 05:44:15.949944 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.950034 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.950074 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:15.950465 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.950500 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.950792 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:15.951003 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.951126 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} executeQuery: Read 41 rows, 3.03 KiB in 0.00111 sec., 36936.93693693693 rows/sec., 2.67 MiB/sec. 2025.12.24 05:44:15.951161 [ 4 ] {da24022e-590b-4047-8e3e-921a4ccc4de4} TCPHandler: Processed in 0.001265085 sec. 2025.12.24 05:44:15.951266 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.951356 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.951394 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:44:15.951756 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.951790 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.952063 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 05:44:15.952262 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.952382 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} executeQuery: Read 1 rows, 68.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 63.55 KiB/sec. 2025.12.24 05:44:15.952418 [ 4 ] {1407c0d6-f8c0-4fd9-8fb4-40854e778a4e} TCPHandler: Processed in 0.001199874 sec. 2025.12.24 05:44:15.952522 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.952612 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:15.952649 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:15.953055 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.953090 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.953380 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:15.953581 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.953701 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} executeQuery: Read 108 rows, 8.65 KiB in 0.001106 sec., 97649.18625678119 rows/sec., 7.64 MiB/sec. 2025.12.24 05:44:15.953735 [ 4 ] {b6c264b0-6de9-455f-9044-867b62af794e} TCPHandler: Processed in 0.001259485 sec. 2025.12.24 05:44:15.953842 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.953932 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.953974 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:15.954369 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.954403 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.954720 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:15.954922 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.955044 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} executeQuery: Read 145 rows, 10.34 KiB in 0.001131 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2025.12.24 05:44:15.955078 [ 4 ] {8b7877e1-0f09-45c4-9dee-8bcb5c799a73} TCPHandler: Processed in 0.001283845 sec. 2025.12.24 05:44:15.955182 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.955272 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.955312 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 05:44:15.955613 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.955647 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.955938 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:44:15.956140 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.956264 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} executeQuery: Read 1 rows, 65.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 62.79 KiB/sec. 2025.12.24 05:44:15.956298 [ 4 ] {04497943-bff9-4133-9c8c-c8083f9584cd} TCPHandler: Processed in 0.001163932 sec. 2025.12.24 05:44:15.956402 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.956491 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.956543 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:15.957341 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.957375 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.957888 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:15.958108 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.958237 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} executeQuery: Read 31 rows, 56.88 KiB in 0.001764 sec., 17573.69614512472 rows/sec., 31.49 MiB/sec. 2025.12.24 05:44:15.958285 [ 4 ] {81d7eda4-fb81-4f40-a33f-cafa3c0dd35a} TCPHandler: Processed in 0.001930133 sec. 2025.12.24 05:44:15.958397 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.958488 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.958528 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 05:44:15.958838 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.958873 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.959154 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:44:15.959352 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} oximeter.measurements_i64 (fa5f8bdf-516b-4015-bdc5-fb913eae6d94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.959471 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} executeQuery: Read 3 rows, 217.00 B in 0.001001 sec., 2997.0029970029973 rows/sec., 211.70 KiB/sec. 2025.12.24 05:44:15.959505 [ 4 ] {5a57924b-5498-43e2-901a-d14b5f8bc9cf} TCPHandler: Processed in 0.001154702 sec. 2025.12.24 05:44:15.959611 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:15.959700 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:15.959738 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:15.960057 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:15.960092 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:15.960392 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:15.960593 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:15.960713 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} executeQuery: Read 52 rows, 3.58 KiB in 0.00103 sec., 50485.43689320388 rows/sec., 3.39 MiB/sec. 2025.12.24 05:44:15.960746 [ 4 ] {c2dd2bdb-dc12-4df3-af0d-c933ca483700} TCPHandler: Processed in 0.001181843 sec. 2025.12.24 05:44:16.108736 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.12.24 05:44:16.126644 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:16.126707 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:16.132769 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:16.133478 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:16.133754 [ 153 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:16.133788 [ 153 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:16.133835 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:16.133967 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:16.136772 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.12.24 05:44:16.138074 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:16.139541 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.12.24 05:44:16.144101 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.12.24 05:44:16.148367 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.12.24 05:44:16.152757 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.12.24 05:44:16.157551 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.12.24 05:44:16.162136 [ 190 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.12.24 05:44:16.214017 [ 196 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.0801376 sec., 1035.7185640697999 rows/sec., 5.36 MiB/sec. 2025.12.24 05:44:16.215652 [ 187 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:16.217288 [ 187 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:16.217381 [ 187 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_11_2} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:16.218816 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.12.24 05:44:17.000848 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 212.21 MiB, peak 222.11 MiB, free memory in arenas 0.00 B, will set to 222.19 MiB (RSS), difference: 9.98 MiB 2025.12.24 05:44:20.945845 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:20.946066 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:20.946149 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:20.946826 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:20.946879 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:20.947328 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:20.947581 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:20.947753 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} executeQuery: Read 76 rows, 6.41 KiB in 0.001744 sec., 43577.98165137615 rows/sec., 3.59 MiB/sec. 2025.12.24 05:44:20.947803 [ 4 ] {343c883c-b066-4e5d-af8a-18cee9562695} TCPHandler: Processed in 0.002103218 sec. 2025.12.24 05:44:20.947938 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:20.948045 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:20.948090 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:20.948508 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:20.948548 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:20.948894 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:20.949125 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:20.949271 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} executeQuery: Read 10 rows, 770.00 B in 0.001251 sec., 7993.605115907275 rows/sec., 601.08 KiB/sec. 2025.12.24 05:44:20.949311 [ 4 ] {25473016-9046-4782-a42c-617f65b5f83e} TCPHandler: Processed in 0.001424329 sec. 2025.12.24 05:44:20.949424 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:20.949521 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:20.949563 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:20.949974 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:20.950011 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:20.950340 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:20.950570 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:20.950708 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} executeQuery: Read 74 rows, 5.92 KiB in 0.001207 sec., 61309.03065451533 rows/sec., 4.79 MiB/sec. 2025.12.24 05:44:20.950746 [ 4 ] {9ed2d7ab-4286-451a-b5f4-48d3df1fed80} TCPHandler: Processed in 0.001372898 sec. 2025.12.24 05:44:20.950858 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:20.950954 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:20.950998 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:20.951402 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:20.951441 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:20.951789 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:20.952005 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:20.952140 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2025.12.24 05:44:20.952178 [ 4 ] {1b124ea0-973c-43bc-8155-e85293e105df} TCPHandler: Processed in 0.001368868 sec. 2025.12.24 05:44:20.952286 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:20.952381 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:20.952436 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:20.953191 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:20.953228 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:20.953765 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:20.953997 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:20.954148 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} executeQuery: Read 10 rows, 18.35 KiB in 0.001785 sec., 5602.240896358544 rows/sec., 10.04 MiB/sec. 2025.12.24 05:44:20.954209 [ 4 ] {3e61d6d6-8177-4adc-9aa7-13c5f84ff37e} TCPHandler: Processed in 0.001971484 sec. 2025.12.24 05:44:20.954324 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:20.954419 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:20.954462 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:20.954795 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:20.954831 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:20.955152 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:20.955377 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:20.955501 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.12.24 05:44:20.955538 [ 4 ] {a4209637-2400-4c90-9858-88e18f26e94c} TCPHandler: Processed in 0.001264455 sec. 2025.12.24 05:44:23.255791 [ 152 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:44:23.255874 [ 152 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:44:23.330522 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5767 2025.12.24 05:44:23.331017 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:23.331051 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:23.331694 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:23.331963 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:23.332093 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5767 2025.12.24 05:44:23.340662 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 410 2025.12.24 05:44:23.343012 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:23.343078 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:23.344360 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 05:44:23.344666 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:23.345106 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2025.12.24 05:44:23.636962 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.12.24 05:44:23.652300 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:23.652363 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.24 05:44:23.657840 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:23.658537 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:23.661437 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.12.24 05:44:25.947389 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:25.947605 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:25.947685 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:25.948458 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:25.948510 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:25.948924 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:25.949171 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:25.949336 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} executeQuery: Read 118 rows, 10.26 KiB in 0.001788 sec., 65995.52572706935 rows/sec., 5.60 MiB/sec. 2025.12.24 05:44:25.949385 [ 4 ] {509dd80b-1e56-41ee-b8cc-8b459c205136} TCPHandler: Processed in 0.002141019 sec. 2025.12.24 05:44:25.949520 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:25.949626 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:25.949674 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:25.950110 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:25.950150 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:25.950472 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:25.950699 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:25.950836 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} executeQuery: Read 31 rows, 2.33 KiB in 0.001236 sec., 25080.906148867314 rows/sec., 1.84 MiB/sec. 2025.12.24 05:44:25.950875 [ 4 ] {07cee742-792f-4e5b-9abd-deaa1bddd598} TCPHandler: Processed in 0.001408589 sec. 2025.12.24 05:44:25.950995 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:25.951094 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:25.951136 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:25.951585 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:25.951624 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:25.951936 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:25.952179 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:25.952320 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} executeQuery: Read 95 rows, 7.60 KiB in 0.001248 sec., 76121.79487179487 rows/sec., 5.95 MiB/sec. 2025.12.24 05:44:25.952360 [ 4 ] {e8012b1d-5338-4b11-a91b-8547d7408f5f} TCPHandler: Processed in 0.001414819 sec. 2025.12.24 05:44:25.952476 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:25.952572 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:25.952617 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:25.953036 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:25.953072 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:25.953403 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:25.953622 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:25.953750 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.12.24 05:44:25.953787 [ 4 ] {cffbbf4d-d2c5-49e7-8668-64e4d5ae4567} TCPHandler: Processed in 0.001361508 sec. 2025.12.24 05:44:25.953909 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:25.954033 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:25.954102 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:25.955049 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:25.955088 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:25.955649 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:25.955868 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:25.956004 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} executeQuery: Read 31 rows, 56.88 KiB in 0.001997 sec., 15523.284927391085 rows/sec., 27.82 MiB/sec. 2025.12.24 05:44:25.956066 [ 4 ] {cd14aae2-4f45-498f-8526-6ab519281016} TCPHandler: Processed in 0.002219201 sec. 2025.12.24 05:44:25.956185 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:25.956279 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:25.956321 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:25.956660 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:25.956697 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:25.956995 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:25.957203 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:25.957327 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.12.24 05:44:25.957362 [ 4 ] {2249b612-10b1-4683-9596-ea3c12a821e8} TCPHandler: Processed in 0.001223604 sec. 2025.12.24 05:44:26.163152 [ 150 ] {} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 05:44:26.163223 [ 150 ] {} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:26.163246 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:26.163365 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 05:44:26.163508 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:26.163545 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.12.24 05:44:26.163634 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.12.24 05:44:26.163683 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.12.24 05:44:26.163759 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.12.24 05:44:26.163825 [ 187 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.12.24 05:44:26.164596 [ 196 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001284495 sec., 3892.580352589928 rows/sec., 256.21 KiB/sec. 2025.12.24 05:44:26.164782 [ 188 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 05:44:26.165092 [ 188 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:26.165165 [ 188 ] {e8afc091-e729-4972-a766-38c6763027c4::all_1_5_1} oximeter.measurements_f64 (e8afc091-e729-4972-a766-38c6763027c4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 05:44:26.165258 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2025.12.24 05:44:30.832288 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6215 2025.12.24 05:44:30.832801 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.832846 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.833323 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:30.833563 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.833689 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6215 2025.12.24 05:44:30.948343 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.948529 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.948597 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 05:44:30.949228 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.949275 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.949654 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:44:30.949880 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.950038 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} executeQuery: Read 24 rows, 2.04 KiB in 0.001561 sec., 15374.759769378603 rows/sec., 1.28 MiB/sec. 2025.12.24 05:44:30.950080 [ 4 ] {94576949-d07e-4fbd-b87b-8b6e325e603e} TCPHandler: Processed in 0.001876412 sec. 2025.12.24 05:44:30.950196 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.950292 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 05:44:30.950333 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 05:44:30.950726 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.950762 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.951063 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:44:30.951270 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.951396 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} executeQuery: Read 6 rows, 501.00 B in 0.001124 sec., 5338.078291814946 rows/sec., 435.28 KiB/sec. 2025.12.24 05:44:30.951433 [ 4 ] {6be5e927-b825-451e-b10a-1cda36682c93} TCPHandler: Processed in 0.001286516 sec. 2025.12.24 05:44:30.951533 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.951626 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:30.951665 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:30.952167 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.952203 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.952518 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:30.952723 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.952828 [ 145 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:30.952847 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} executeQuery: Read 199 rows, 18.09 KiB in 0.00124 sec., 160483.87096774194 rows/sec., 14.25 MiB/sec. 2025.12.24 05:44:30.952896 [ 145 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.952904 [ 4 ] {68a98f49-3e67-4262-8dd4-5bd464a76c22} TCPHandler: Processed in 0.001418749 sec. 2025.12.24 05:44:30.952929 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.953025 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.953037 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:30.953128 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.953151 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:30.953171 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:30.953187 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1278 rows starting from the beginning of the part 2025.12.24 05:44:30.953276 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part 2025.12.24 05:44:30.953330 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 124 rows starting from the beginning of the part 2025.12.24 05:44:30.953371 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part 2025.12.24 05:44:30.953409 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 118 rows starting from the beginning of the part 2025.12.24 05:44:30.953453 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 199 rows starting from the beginning of the part 2025.12.24 05:44:30.953611 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.953654 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.953991 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:30.954218 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.954353 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} executeQuery: Read 28 rows, 2.13 KiB in 0.001244 sec., 22508.038585209 rows/sec., 1.67 MiB/sec. 2025.12.24 05:44:30.954392 [ 4 ] {1fef2982-25ce-48ab-823a-761630e59757} TCPHandler: Processed in 0.001415539 sec. 2025.12.24 05:44:30.954492 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.954587 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.954625 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:44:30.954662 [ 194 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665666 sec., 1107665.0420912716 rows/sec., 95.59 MiB/sec. 2025.12.24 05:44:30.954882 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:30.955029 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.955072 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.955154 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.955233 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_16_3} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:30.955306 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.12.24 05:44:30.955392 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 05:44:30.955607 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.955744 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} executeQuery: Read 24 rows, 2.04 KiB in 0.001174 sec., 20442.930153321977 rows/sec., 1.70 MiB/sec. 2025.12.24 05:44:30.955785 [ 4 ] {2ea8264e-c8ca-4602-92e7-9c1089ae2fd3} TCPHandler: Processed in 0.001341877 sec. 2025.12.24 05:44:30.955891 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.955982 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.956021 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 05:44:30.956407 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.956440 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.956743 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:44:30.956950 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.957075 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} executeQuery: Read 12 rows, 960.00 B in 0.001111 sec., 10801.080108010801 rows/sec., 843.83 KiB/sec. 2025.12.24 05:44:30.957113 [ 4 ] {628b8007-b04e-4200-8f5d-42544b1c35d5} TCPHandler: Processed in 0.001271775 sec. 2025.12.24 05:44:30.957218 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.957311 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:30.957350 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:30.957781 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.957815 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.958123 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:30.958331 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.958418 [ 143 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:30.958453 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} executeQuery: Read 116 rows, 9.66 KiB in 0.001159 sec., 100086.2812769629 rows/sec., 8.14 MiB/sec. 2025.12.24 05:44:30.958454 [ 143 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.958484 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.958489 [ 4 ] {a375a06f-1cfa-42bd-ba17-a9de7b5c326d} TCPHandler: Processed in 0.001319816 sec. 2025.12.24 05:44:30.958584 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:30.958615 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.958716 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.958716 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:30.958762 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:30.958767 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 745 rows starting from the beginning of the part 2025.12.24 05:44:30.958846 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part 2025.12.24 05:44:30.958889 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part 2025.12.24 05:44:30.958927 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 74 rows starting from the beginning of the part 2025.12.24 05:44:30.958964 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 95 rows starting from the beginning of the part 2025.12.24 05:44:30.958999 [ 196 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 116 rows starting from the beginning of the part 2025.12.24 05:44:30.959213 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.959255 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.959622 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:30.959837 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.959927 [ 143 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:30.959954 [ 143 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.959965 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} executeQuery: Read 199 rows, 14.61 KiB in 0.001267 sec., 157063.93054459355 rows/sec., 11.26 MiB/sec. 2025.12.24 05:44:30.959970 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.960001 [ 4 ] {93df8b6a-0ba0-4f6f-8b7e-3ce689626ed1} TCPHandler: Processed in 0.00143522 sec. 2025.12.24 05:44:30.960004 [ 194 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147005 sec., 805414.7818101424 rows/sec., 62.64 MiB/sec. 2025.12.24 05:44:30.960053 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:30.960124 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.960175 [ 188 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:30.960182 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:30.960223 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.960248 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1621 rows starting from the beginning of the part 2025.12.24 05:44:30.960283 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:30.960364 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part 2025.12.24 05:44:30.960433 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 145 rows starting from the beginning of the part 2025.12.24 05:44:30.960445 [ 188 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.960496 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.12.24 05:44:30.960518 [ 188 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_16_3} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:30.960561 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.12.24 05:44:30.960594 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 05:44:30.960627 [ 194 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 199 rows starting from the beginning of the part 2025.12.24 05:44:30.961118 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.961158 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.961688 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:30.961835 [ 193 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2395 rows, containing 5 columns (5 merged, 0 gathered) in 0.00181673 sec., 1318302.6646777452 rows/sec., 91.95 MiB/sec. 2025.12.24 05:44:30.961916 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.962052 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} executeQuery: Read 10 rows, 18.35 KiB in 0.001847 sec., 5414.185165132648 rows/sec., 9.70 MiB/sec. 2025.12.24 05:44:30.962107 [ 4 ] {78ab0ac0-aff4-4c3d-86b6-462fd55f1aee} TCPHandler: Processed in 0.002031776 sec. 2025.12.24 05:44:30.962114 [ 188 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:30.962223 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:30.962322 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:30.962364 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:30.962383 [ 188 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.962454 [ 188 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_16_3} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:30.962527 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 05:44:30.962699 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.962738 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.963043 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:30.963248 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.963381 [ 143 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:30.963409 [ 143 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:30.963420 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.12.24 05:44:30.963425 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:30.963459 [ 4 ] {67e85f94-1f6b-4d80-8b04-85eedafca16e} TCPHandler: Processed in 0.001284435 sec. 2025.12.24 05:44:30.963505 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:30.963597 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:30.963622 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 466 rows starting from the beginning of the part 2025.12.24 05:44:30.963663 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.12.24 05:44:30.963701 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part 2025.12.24 05:44:30.963736 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.12.24 05:44:30.963769 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.12.24 05:44:30.963804 [ 194 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.12.24 05:44:30.964546 [ 188 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.001070179 sec., 689604.2624645035 rows/sec., 44.31 MiB/sec. 2025.12.24 05:44:30.964732 [ 197 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:30.965052 [ 197 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:30.965126 [ 197 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_16_3} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:30.965222 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.24 05:44:31.161626 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.12.24 05:44:31.182325 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:31.182418 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:31.191540 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 05:44:31.192706 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:31.197961 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.12.24 05:44:33.345323 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 442 2025.12.24 05:44:33.347630 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:33.347688 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:33.348918 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 05:44:33.349209 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:33.349562 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 442 2025.12.24 05:44:35.946988 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:35.947200 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:35.947276 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:35.947984 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.948035 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.948439 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 05:44:35.948665 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.948825 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} executeQuery: Read 118 rows, 10.26 KiB in 0.00168 sec., 70238.09523809524 rows/sec., 5.96 MiB/sec. 2025.12.24 05:44:35.948874 [ 4 ] {d149180a-f475-42f2-ae8e-7d76386d1a01} TCPHandler: Processed in 0.002025536 sec. 2025.12.24 05:44:35.948998 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:35.949101 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:35.949146 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:35.949561 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.949599 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.949901 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:35.950111 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.950221 [ 140 ] {} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:35.950242 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} executeQuery: Read 31 rows, 2.33 KiB in 0.001166 sec., 26586.62092624357 rows/sec., 1.95 MiB/sec. 2025.12.24 05:44:35.950305 [ 140 ] {} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.950312 [ 4 ] {05bb3d74-02ba-473c-971a-467384d5e2bf} TCPHandler: Processed in 0.001362988 sec. 2025.12.24 05:44:35.950338 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.950433 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:35.950448 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:35.950532 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:35.950557 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:35.950572 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:35.950591 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 260 rows starting from the beginning of the part 2025.12.24 05:44:35.950687 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2025.12.24 05:44:35.950744 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:35.950793 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2025.12.24 05:44:35.950839 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2025.12.24 05:44:35.950882 [ 197 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2025.12.24 05:44:35.950989 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.951025 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.951346 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 05:44:35.951553 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.951677 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} executeQuery: Read 95 rows, 7.60 KiB in 0.001166 sec., 81475.12864493996 rows/sec., 6.36 MiB/sec. 2025.12.24 05:44:35.951677 [ 188 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 5 columns (5 merged, 0 gathered) in 0.001269145 sec., 315960.7452261168 rows/sec., 22.00 MiB/sec. 2025.12.24 05:44:35.951714 [ 4 ] {d1485f87-adec-449a-b6ad-610688d01828} TCPHandler: Processed in 0.001327656 sec. 2025.12.24 05:44:35.951832 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:35.951905 [ 200 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:35.951923 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:35.951974 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:35.952263 [ 200 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.952361 [ 200 ] {afe65ade-88af-44ce-b725-23ede1c010b3::all_1_16_3} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:35.952384 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.952424 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.952466 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 05:44:35.952755 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 05:44:35.952966 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.953092 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.12.24 05:44:35.953127 [ 4 ] {53185040-ad9d-405d-9037-cf13b5a4bbdf} TCPHandler: Processed in 0.001341567 sec. 2025.12.24 05:44:35.953235 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:35.953325 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:35.953379 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:35.954147 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.954183 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.954692 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:35.954909 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.955022 [ 140 ] {} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:35.955039 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} executeQuery: Read 31 rows, 56.88 KiB in 0.001732 sec., 17898.38337182448 rows/sec., 32.07 MiB/sec. 2025.12.24 05:44:35.955082 [ 140 ] {} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.955109 [ 4 ] {7080def1-20ff-449a-8e7b-fe7b5da514c9} TCPHandler: Processed in 0.001920393 sec. 2025.12.24 05:44:35.955120 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.955238 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:35.955268 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:35.955370 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:35.955414 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:35.955439 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:35.955495 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part 2025.12.24 05:44:35.955615 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2025.12.24 05:44:35.955729 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:35.955775 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:35.955814 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:35.955830 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2025.12.24 05:44:35.955924 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:35.956010 [ 197 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2025.12.24 05:44:35.956152 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 05:44:35.956383 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.956514 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2025.12.24 05:44:35.956563 [ 4 ] {eeabce55-c422-4280-b48e-73758c039fa6} TCPHandler: Processed in 0.001347447 sec. 2025.12.24 05:44:35.958767 [ 188 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 19 columns (19 merged, 0 gathered) in 0.003564138 sec., 76035.21524699661 rows/sec., 136.25 MiB/sec. 2025.12.24 05:44:35.959412 [ 198 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:35.959843 [ 198 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:35.959927 [ 198 ] {435dd825-4fbc-4949-85e6-33ab12ad00e7::all_1_16_3} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:35.960066 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2025.12.24 05:44:38.256129 [ 136 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:44:38.256174 [ 136 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:44:38.333739 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6727 2025.12.24 05:44:38.334229 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:38.334264 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:38.334764 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:38.335012 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:38.335153 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6727 2025.12.24 05:44:38.698017 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.12.24 05:44:38.714463 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:38.714530 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:38.720461 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 05:44:38.721144 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:38.724049 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.12.24 05:44:40.946404 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:40.946596 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:40.946662 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:40.947305 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:40.947353 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:40.947727 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 05:44:40.947949 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:40.948103 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} executeQuery: Read 76 rows, 6.41 KiB in 0.001559 sec., 48749.19820397691 rows/sec., 4.02 MiB/sec. 2025.12.24 05:44:40.948144 [ 4 ] {d1f30e14-45c6-4594-87f8-fb3922eea285} TCPHandler: Processed in 0.001880402 sec. 2025.12.24 05:44:40.948263 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:40.948357 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:40.948397 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:40.948775 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:40.948810 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:40.949092 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 05:44:40.949300 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:40.949425 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} executeQuery: Read 10 rows, 770.00 B in 0.001087 sec., 9199.632014719411 rows/sec., 691.77 KiB/sec. 2025.12.24 05:44:40.949461 [ 4 ] {72a22008-6c24-46ac-869c-674974735099} TCPHandler: Processed in 0.001245144 sec. 2025.12.24 05:44:40.949559 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:40.949650 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:40.949688 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:40.950082 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:40.950118 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:40.950411 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 05:44:40.950627 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:40.950754 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} executeQuery: Read 74 rows, 5.92 KiB in 0.001122 sec., 65953.6541889483 rows/sec., 5.15 MiB/sec. 2025.12.24 05:44:40.950790 [ 4 ] {994a82f9-f245-4033-9bb9-ff51ffd56613} TCPHandler: Processed in 0.001277365 sec. 2025.12.24 05:44:40.950897 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:40.950988 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:40.951030 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:40.951487 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:40.951533 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:40.951936 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 05:44:40.952177 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:40.952315 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} executeQuery: Read 160 rows, 11.41 KiB in 0.001344 sec., 119047.61904761905 rows/sec., 8.29 MiB/sec. 2025.12.24 05:44:40.952352 [ 4 ] {c263cc07-62e4-4d7c-9c93-011a69f19033} TCPHandler: Processed in 0.001501581 sec. 2025.12.24 05:44:40.952458 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:40.952552 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:40.952606 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:40.953361 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:40.953397 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:40.953892 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 05:44:40.954113 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:40.954251 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} executeQuery: Read 10 rows, 18.35 KiB in 0.001718 sec., 5820.721769499418 rows/sec., 10.43 MiB/sec. 2025.12.24 05:44:40.954306 [ 4 ] {9efe87c4-e2f5-4f69-b23f-1e12e4ab7764} TCPHandler: Processed in 0.001897962 sec. 2025.12.24 05:44:40.954415 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:40.954508 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:40.954549 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:40.954881 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:40.954917 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:40.955216 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 05:44:40.955433 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:40.955562 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.12.24 05:44:40.955598 [ 4 ] {1bd00875-7e60-4cf3-b2c8-20816679d48b} TCPHandler: Processed in 0.001233263 sec. 2025.12.24 05:44:41.454459 [ 131 ] {} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 05:44:41.454530 [ 131 ] {} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:41.454552 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:41.454661 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 05:44:41.454805 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:41.454849 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2025.12.24 05:44:41.454925 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2025.12.24 05:44:41.454973 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2025.12.24 05:44:41.455012 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.12.24 05:44:41.455051 [ 197 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.12.24 05:44:41.455915 [ 198 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 5 columns (5 merged, 0 gathered) in 0.001300736 sec., 505098.65184018895 rows/sec., 30.97 MiB/sec. 2025.12.24 05:44:41.456123 [ 188 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 05:44:41.456447 [ 188 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:41.456526 [ 188 ] {a8ac5876-3de6-4ec2-9b0b-96fcaec70bed::all_1_5_1} oximeter.fields_u8 (a8ac5876-3de6-4ec2-9b0b-96fcaec70bed) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 05:44:41.456617 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.24 05:44:41.862608 [ 131 ] {} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 05:44:41.862674 [ 131 ] {} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:41.862695 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:41.862803 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 05:44:41.862955 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:41.862991 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 410 rows starting from the beginning of the part 2025.12.24 05:44:41.863065 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2025.12.24 05:44:41.863114 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2025.12.24 05:44:41.863159 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.12.24 05:44:41.863204 [ 197 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.12.24 05:44:41.864156 [ 188 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392288 sec., 917913.5351306626 rows/sec., 62.40 MiB/sec. 2025.12.24 05:44:41.864406 [ 199 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 05:44:41.864768 [ 199 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:41.864853 [ 199 ] {0b2ccab1-b08b-453b-be4f-e0b7bc8f2483::all_1_5_1} oximeter.fields_i16 (0b2ccab1-b08b-453b-be4f-e0b7bc8f2483) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 05:44:41.864944 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 05:44:43.350502 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 466 2025.12.24 05:44:43.352740 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.352796 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.354071 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 05:44:43.354383 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.354549 [ 128 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 05:44:43.354620 [ 128 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.354643 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.354754 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 05:44:43.354776 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 466 2025.12.24 05:44:43.355362 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:43.355528 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part 2025.12.24 05:44:43.356004 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part 2025.12.24 05:44:43.356373 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.12.24 05:44:43.356742 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part 2025.12.24 05:44:43.357084 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part 2025.12.24 05:44:43.357488 [ 199 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.12.24 05:44:43.363832 [ 188 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 72 columns (72 merged, 0 gathered) in 0.009123202 sec., 51078.557725675695 rows/sec., 48.05 MiB/sec. 2025.12.24 05:44:43.364894 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 05:44:43.365543 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.365630 [ 191 ] {f6a0002f-0125-4019-ba6c-2b304feda330::all_1_11_2} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 05:44:43.365959 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. 2025.12.24 05:44:43.576845 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.577078 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:43.577440 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:43.577482 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:43.577747 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.577816 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:43.577957 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.12.24 05:44:43.578083 [ 311 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:43.578117 [ 299 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 05:44:43.578083 [ 315 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:43.578287 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 05:44:43.578316 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:43.578402 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:43.578423 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.24 05:44:43.578458 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.578498 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.578532 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.579428 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} executeQuery: Read 42 rows, 1.69 KiB in 0.002455 sec., 17107.94297352342 rows/sec., 688.57 KiB/sec. 2025.12.24 05:44:43.579567 [ 4 ] {f859c4f1-edd1-426d-9b0e-3ea0e7099ae3} TCPHandler: Processed in 0.002834509 sec. 2025.12.24 05:44:43.579890 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.580039 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:43.580277 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:43.580314 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:43.580530 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.580584 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:43.580691 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.12.24 05:44:43.580755 [ 315 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:43.580765 [ 334 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 05:44:43.580755 [ 331 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:43.580885 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 05:44:43.580911 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:43.580979 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:43.580997 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.24 05:44:43.581027 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.581059 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.581090 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.581831 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} executeQuery: Read 42 rows, 1.69 KiB in 0.00186 sec., 22580.645161290322 rows/sec., 908.83 KiB/sec. 2025.12.24 05:44:43.581951 [ 4 ] {13d4ba66-fb9b-48f8-bdee-801060ddd7e0} TCPHandler: Processed in 0.002113539 sec. 2025.12.24 05:44:43.582201 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.582338 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:43.582576 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:43.582614 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:43.582846 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.582899 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:43.582996 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.12.24 05:44:43.583057 [ 299 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:43.583064 [ 331 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:43.583076 [ 334 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 05:44:43.583217 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 05:44:43.583238 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:43.583304 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:43.583321 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.24 05:44:43.583351 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.583433 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.583483 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.584229 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} executeQuery: Read 42 rows, 1.69 KiB in 0.001949 sec., 21549.512570549 rows/sec., 867.33 KiB/sec. 2025.12.24 05:44:43.584355 [ 4 ] {d09f7c79-8d91-4726-a7f8-4c13f06c96d8} TCPHandler: Processed in 0.002203611 sec. 2025.12.24 05:44:43.584569 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.584705 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:43.584945 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:43.584983 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:43.585196 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.585249 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:43.585357 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2025.12.24 05:44:43.585422 [ 307 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:43.585424 [ 315 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 05:44:43.585424 [ 324 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:43.585564 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 05:44:43.585590 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:43.585655 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:43.585672 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.24 05:44:43.585702 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.585732 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.585759 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.586354 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} executeQuery: Read 42 rows, 1.69 KiB in 0.001708 sec., 24590.16393442623 rows/sec., 989.71 KiB/sec. 2025.12.24 05:44:43.586469 [ 4 ] {a9ef9afe-85ea-4dea-9ed3-502496b039f0} TCPHandler: Processed in 0.001950624 sec. 2025.12.24 05:44:43.586791 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.586927 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:43.587164 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:43.587202 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:43.587420 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.587472 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:43.587572 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2025.12.24 05:44:43.587623 [ 314 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:43.587634 [ 324 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:43.587649 [ 307 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 05:44:43.587739 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 05:44:43.587764 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:43.587832 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:43.587849 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.24 05:44:43.587880 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.587910 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.587939 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.588540 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} executeQuery: Read 42 rows, 1.69 KiB in 0.001673 sec., 25104.602510460252 rows/sec., 1010.42 KiB/sec. 2025.12.24 05:44:43.588655 [ 4 ] {d193a554-1524-41fa-9d8a-b47e413bb366} TCPHandler: Processed in 0.001911072 sec. 2025.12.24 05:44:43.588868 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.589004 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} executeQuery: (from [fd00:1122:3344:101::d]:54911) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.24 05:44:43.589237 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 05:44:43.589274 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.24 05:44:43.589493 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.589545 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 05:44:43.589644 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2025.12.24 05:44:43.589704 [ 315 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 05:44:43.589709 [ 307 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 05:44:43.589710 [ 314 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 05:44:43.589817 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 05:44:43.589838 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 05:44:43.589905 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 05:44:43.589922 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.24 05:44:43.589952 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.589982 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.590009 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.24 05:44:43.590625 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} executeQuery: Read 42 rows, 1.69 KiB in 0.001681 sec., 24985.127900059488 rows/sec., 1005.61 KiB/sec. 2025.12.24 05:44:43.590740 [ 4 ] {91b009b2-9cee-400c-8c6c-a2d7c9e55d25} TCPHandler: Processed in 0.001918543 sec. 2025.12.24 05:44:43.725941 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.726154 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 05:44:43.726244 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 05:44:43.727148 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.727191 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.727627 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 05:44:43.727836 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} oximeter.timeseries_schema (f72a925d-edf9-44f3-9c71-1ec934d929bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.727996 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} executeQuery: Read 6 rows, 1.34 KiB in 0.001903 sec., 3152.9164477141358 rows/sec., 702.02 KiB/sec. 2025.12.24 05:44:43.728039 [ 4 ] {abee20d5-bf97-4479-af80-368aae7e18af} TCPHandler: Processed in 0.002205391 sec. 2025.12.24 05:44:43.728165 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.728286 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 05:44:43.728337 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 05:44:43.728817 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.728864 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.729187 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 05:44:43.729405 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.729544 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. 2025.12.24 05:44:43.729584 [ 4 ] {0db9479c-6a02-4c9c-aa8e-0f0830a326bc} TCPHandler: Processed in 0.001480981 sec. 2025.12.24 05:44:43.729685 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.729780 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:43.729822 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:43.730982 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.731022 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.731423 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 05:44:43.731641 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.731779 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} executeQuery: Read 1259 rows, 106.89 KiB in 0.002017 sec., 624194.348041646 rows/sec., 51.75 MiB/sec. 2025.12.24 05:44:43.731818 [ 4 ] {176b6600-531d-4609-8e97-97aab7108403} TCPHandler: Processed in 0.00218202 sec. 2025.12.24 05:44:43.731928 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.732022 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:43.732063 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:43.732469 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.732508 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.732799 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 05:44:43.733012 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.733164 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} executeQuery: Read 33 rows, 2.47 KiB in 0.001161 sec., 28423.772609819123 rows/sec., 2.08 MiB/sec. 2025.12.24 05:44:43.733202 [ 4 ] {1bba23be-a4e9-46bd-8c7d-42a529de2349} TCPHandler: Processed in 0.001324817 sec. 2025.12.24 05:44:43.733308 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.733405 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 05:44:43.733446 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 05:44:43.733929 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.733967 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.734278 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 05:44:43.734492 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} oximeter.fields_u32 (c7b75614-a3f1-43e5-a6dd-4b4c750ef93e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.734630 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} executeQuery: Read 228 rows, 15.81 KiB in 0.001243 sec., 183427.19227674982 rows/sec., 12.42 MiB/sec. 2025.12.24 05:44:43.734670 [ 4 ] {03b180c4-7bea-4327-b68e-9b3402edd560} TCPHandler: Processed in 0.001412519 sec. 2025.12.24 05:44:43.734770 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.734864 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:43.734904 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:43.735481 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.735518 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.735836 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 05:44:43.736049 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.736187 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} executeQuery: Read 553 rows, 42.05 KiB in 0.001341 sec., 412378.82177479495 rows/sec., 30.62 MiB/sec. 2025.12.24 05:44:43.736226 [ 4 ] {43e94f73-47e6-469c-904b-8f3728771641} TCPHandler: Processed in 0.001504912 sec. 2025.12.24 05:44:43.736333 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.736427 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:43.736469 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:43.737877 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.737915 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.738607 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 05:44:43.738841 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.738975 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} executeQuery: Read 3859 rows, 264.08 KiB in 0.002567 sec., 1503311.2582781457 rows/sec., 100.47 MiB/sec. 2025.12.24 05:44:43.739013 [ 4 ] {1b511716-f1e2-4336-b413-86b22546c54a} TCPHandler: Processed in 0.002729366 sec. 2025.12.24 05:44:43.739127 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.739223 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:43.739278 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:43.740055 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.740093 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.740594 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 05:44:43.740822 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.740964 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} executeQuery: Read 31 rows, 56.88 KiB in 0.001759 sec., 17623.649801023308 rows/sec., 31.58 MiB/sec. 2025.12.24 05:44:43.741021 [ 4 ] {70317700-f5c9-4287-8c9b-ac461ad525e1} TCPHandler: Processed in 0.001941973 sec. 2025.12.24 05:44:43.741139 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:43.741236 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:43.741276 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:43.741606 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:43.741643 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:43.741939 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 05:44:43.742161 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:43.742288 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} executeQuery: Read 36 rows, 2.48 KiB in 0.001072 sec., 33582.0895522388 rows/sec., 2.26 MiB/sec. 2025.12.24 05:44:43.742325 [ 4 ] {589f0820-4384-4c5a-b032-ebe6afac002a} TCPHandler: Processed in 0.001236094 sec. 2025.12.24 05:44:45.835266 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7175 2025.12.24 05:44:45.835749 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:45.835794 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:45.836422 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:45.836686 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:45.836839 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7175 2025.12.24 05:44:45.940915 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:45.941196 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:45.941307 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:45.941956 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:45.942003 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:45.942453 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 05:44:45.942705 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:45.942868 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} executeQuery: Read 56 rows, 4.41 KiB in 0.001752 sec., 31963.4703196347 rows/sec., 2.46 MiB/sec. 2025.12.24 05:44:45.942920 [ 4 ] {cb94a1da-18dc-424a-a654-e2d7064f1095} TCPHandler: Processed in 0.002195501 sec. 2025.12.24 05:44:45.943050 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:45.943153 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:45.943199 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:45.943636 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:45.943674 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:45.944000 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 05:44:45.944221 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:45.944356 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} executeQuery: Read 64 rows, 5.12 KiB in 0.001228 sec., 52117.26384364821 rows/sec., 4.07 MiB/sec. 2025.12.24 05:44:45.944397 [ 4 ] {b61ec56f-6843-4fe2-a458-1a6d5ff4602e} TCPHandler: Processed in 0.001400279 sec. 2025.12.24 05:44:45.944514 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:45.944612 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:45.944658 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:45.945030 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:45.945068 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:45.945404 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 05:44:45.945609 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:45.945735 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} executeQuery: Read 64 rows, 4.56 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 3.81 MiB/sec. 2025.12.24 05:44:45.945771 [ 4 ] {e9eca82e-d18c-4cd9-aa9e-4684f192e422} TCPHandler: Processed in 0.001335657 sec. 2025.12.24 05:44:45.945880 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:45.945970 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:45.946010 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:45.946386 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:45.946424 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:45.946744 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 05:44:45.946970 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:45.947106 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} executeQuery: Read 24 rows, 1.66 KiB in 0.001114 sec., 21543.98563734291 rows/sec., 1.45 MiB/sec. 2025.12.24 05:44:45.947144 [ 4 ] {c2afd9ef-e6e3-4aa7-83a9-8621eddebec9} TCPHandler: Processed in 0.001277036 sec. 2025.12.24 05:44:46.224188 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.12.24 05:44:46.240361 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:46.240433 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.12.24 05:44:46.245993 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 05:44:46.246668 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:46.249509 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.12.24 05:44:50.945020 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:50.945229 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:50.945305 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:50.946047 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.946089 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.946502 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 05:44:50.946741 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.946861 [ 39 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 05:44:50.946898 [ 39 ] {} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.946900 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} executeQuery: Read 76 rows, 6.41 KiB in 0.001726 sec., 44032.4449594438 rows/sec., 3.63 MiB/sec. 2025.12.24 05:44:50.946918 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.946957 [ 4 ] {5676ed37-c214-4856-acc4-7cdad6504652} TCPHandler: Processed in 0.002077917 sec. 2025.12.24 05:44:50.947052 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 05:44:50.947092 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:50.947201 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:50.947202 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:50.947250 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:50.947258 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1324 rows starting from the beginning of the part 2025.12.24 05:44:50.947347 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 118 rows starting from the beginning of the part 2025.12.24 05:44:50.947400 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2025.12.24 05:44:50.947449 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1259 rows starting from the beginning of the part 2025.12.24 05:44:50.947491 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part 2025.12.24 05:44:50.947532 [ 199 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part 2025.12.24 05:44:50.947698 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.947742 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.948068 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 05:44:50.948299 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.948432 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} executeQuery: Read 10 rows, 770.00 B in 0.001257 sec., 7955.449482895783 rows/sec., 598.21 KiB/sec. 2025.12.24 05:44:50.948471 [ 4 ] {dc0c1b42-c74e-41c4-8e84-6f343b1a1335} TCPHandler: Processed in 0.001433289 sec. 2025.12.24 05:44:50.948582 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:50.948676 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:50.948715 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:50.948993 [ 188 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2909 rows, containing 5 columns (5 merged, 0 gathered) in 0.002005255 sec., 1450688.3164485313 rows/sec., 124.50 MiB/sec. 2025.12.24 05:44:50.949144 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.949184 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.949385 [ 192 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 05:44:50.949506 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 05:44:50.949810 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.949848 [ 192 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.949906 [ 39 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 05:44:50.949937 [ 39 ] {} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.949943 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} executeQuery: Read 74 rows, 5.92 KiB in 0.001286 sec., 57542.76827371695 rows/sec., 4.49 MiB/sec. 2025.12.24 05:44:50.949957 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.949953 [ 192 ] {74371530-fd2c-4254-a193-8c86b799098e::all_1_21_4} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 05:44:50.949983 [ 4 ] {fe9ff93b-fe65-4a6b-84f7-ff592c318619} TCPHandler: Processed in 0.00144937 sec. 2025.12.24 05:44:50.950038 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 05:44:50.950084 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2025.12.24 05:44:50.950101 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:50.950134 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:50.950163 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 792 rows starting from the beginning of the part 2025.12.24 05:44:50.950200 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:50.950209 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 95 rows starting from the beginning of the part 2025.12.24 05:44:50.950255 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:50.950276 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part 2025.12.24 05:44:50.950317 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 553 rows starting from the beginning of the part 2025.12.24 05:44:50.950354 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2025.12.24 05:44:50.950390 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part 2025.12.24 05:44:50.950695 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.950735 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.951099 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 05:44:50.951326 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.951346 [ 199 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1652 rows, containing 5 columns (5 merged, 0 gathered) in 0.001339627 sec., 1233179.0864173386 rows/sec., 95.48 MiB/sec. 2025.12.24 05:44:50.951419 [ 39 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 05:44:50.951446 [ 39 ] {} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.951457 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2025.12.24 05:44:50.951466 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.951494 [ 4 ] {8320edec-1641-4f80-b675-02c9488664c7} TCPHandler: Processed in 0.00144217 sec. 2025.12.24 05:44:50.951551 [ 192 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 05:44:50.951565 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 05:44:50.951607 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:50.951687 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:50.951708 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:50.951726 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2395 rows starting from the beginning of the part 2025.12.24 05:44:50.951770 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:50.951794 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2025.12.24 05:44:50.951842 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.12.24 05:44:50.951872 [ 192 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.951886 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3859 rows starting from the beginning of the part 2025.12.24 05:44:50.951933 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part 2025.12.24 05:44:50.951961 [ 192 ] {371da956-a182-4337-8c87-fa6ea271b8d9::all_1_21_4} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 05:44:50.951974 [ 195 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.12.24 05:44:50.952052 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.12.24 05:44:50.952544 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.952585 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.953115 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 05:44:50.953352 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.953490 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} executeQuery: Read 10 rows, 18.35 KiB in 0.0018 sec., 5555.555555555556 rows/sec., 9.96 MiB/sec. 2025.12.24 05:44:50.953543 [ 4 ] {25c40d51-6d0a-41ca-ac96-8da511978aa4} TCPHandler: Processed in 0.001985325 sec. 2025.12.24 05:44:50.953654 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:50.953748 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:50.953790 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:50.954125 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.954160 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.954168 [ 192 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6798 rows, containing 5 columns (5 merged, 0 gathered) in 0.002648323 sec., 2566907.435384581 rows/sec., 174.76 MiB/sec. 2025.12.24 05:44:50.954559 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 05:44:50.954742 [ 199 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 05:44:50.954812 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.954915 [ 39 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 05:44:50.954943 [ 39 ] {} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:50.954954 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} executeQuery: Read 60 rows, 4.14 KiB in 0.001224 sec., 49019.60784313725 rows/sec., 3.30 MiB/sec. 2025.12.24 05:44:50.954963 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:50.954992 [ 4 ] {21746d71-1f8d-4995-8fea-39f21608d690} TCPHandler: Processed in 0.001386098 sec. 2025.12.24 05:44:50.955051 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 05:44:50.955055 [ 192 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.955152 [ 192 ] {d27cc9db-57f8-4c6e-aa94-43a265ee0684::all_1_21_4} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 05:44:50.955160 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:50.955190 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 738 rows starting from the beginning of the part 2025.12.24 05:44:50.955232 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2025.12.24 05:44:50.955245 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.12.24 05:44:50.955285 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.12.24 05:44:50.955320 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2025.12.24 05:44:50.955353 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.12.24 05:44:50.955388 [ 189 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.12.24 05:44:50.956175 [ 201 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 978 rows, containing 4 columns (4 merged, 0 gathered) in 0.001163653 sec., 840456.7340951298 rows/sec., 54.65 MiB/sec. 2025.12.24 05:44:50.956340 [ 192 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 05:44:50.956628 [ 192 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:50.956699 [ 192 ] {fed8021d-7448-4b1d-a9b1-796a34c4f7ce::all_1_21_4} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 05:44:50.956762 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 05:44:53.256212 [ 27 ] {} DNSResolver: Updating DNS cache 2025.12.24 05:44:53.256291 [ 27 ] {} DNSResolver: Updated DNS cache 2025.12.24 05:44:53.337494 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7687 2025.12.24 05:44:53.338022 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:53.338070 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:53.338581 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:53.338838 [ 243 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:53.339001 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7687 2025.12.24 05:44:53.338996 [ 27 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:53.339078 [ 27 ] {} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:53.339102 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:53.339224 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:53.339366 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:53.339417 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5255 rows starting from the beginning of the part 2025.12.24 05:44:53.339497 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2025.12.24 05:44:53.339556 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2025.12.24 05:44:53.339599 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2025.12.24 05:44:53.339635 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2025.12.24 05:44:53.339675 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2025.12.24 05:44:53.341089 [ 199 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7687 rows, containing 4 columns (4 merged, 0 gathered) in 0.001918673 sec., 4006414.8502636976 rows/sec., 57.31 MiB/sec. 2025.12.24 05:44:53.341796 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:53.342055 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:53.342130 [ 189 ] {00d886b8-e242-44c0-a3f5-d306f6941027::all_1_16_3} system.asynchronous_metric_log (00d886b8-e242-44c0-a3f5-d306f6941027) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:53.342209 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.24 05:44:53.355721 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 516 2025.12.24 05:44:53.358486 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:53.358537 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:53.359836 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 05:44:53.360118 [ 242 ] {} system.query_log (f6a0002f-0125-4019-ba6c-2b304feda330): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:53.360479 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 516 2025.12.24 05:44:53.750029 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.12.24 05:44:53.766063 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:53.766129 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:53.771777 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 05:44:53.772459 [ 244 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:53.772771 [ 12 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 05:44:53.772867 [ 12 ] {} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:53.772905 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:53.773076 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 05:44:53.775536 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.12.24 05:44:53.777095 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:53.778589 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.12.24 05:44:53.783263 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.12.24 05:44:53.787628 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.12.24 05:44:53.791892 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.12.24 05:44:53.796408 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.12.24 05:44:53.800720 [ 199 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.12.24 05:44:53.855922 [ 189 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082934237 sec., 1458.987317867288 rows/sec., 7.54 MiB/sec. 2025.12.24 05:44:53.858950 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 05:44:53.861055 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:53.861165 [ 186 ] {b2d61c61-8c27-4449-a4a3-4c212a419802::all_1_16_3} system.metric_log (b2d61c61-8c27-4449-a4a3-4c212a419802) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 05:44:53.863981 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.12.24 05:44:54.001091 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 228.90 MiB, peak 238.86 MiB, free memory in arenas 0.00 B, will set to 237.61 MiB (RSS), difference: 8.71 MiB 2025.12.24 05:44:54.002138 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000823652 sec. 2025.12.24 05:44:55.537020 [ 72 ] {} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 05:44:55.537093 [ 72 ] {} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.537118 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.537239 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 05:44:55.537383 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 05:44:55.537419 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2025.12.24 05:44:55.537489 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.12.24 05:44:55.537538 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 05:44:55.537582 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.12.24 05:44:55.537621 [ 189 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2025.12.24 05:44:55.538387 [ 186 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001227634 sec., 22808.100785739072 rows/sec., 1.90 MiB/sec. 2025.12.24 05:44:55.538596 [ 187 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 05:44:55.538988 [ 187 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.539076 [ 187 ] {296b3ba7-eb03-4cef-983d-cb2146e2869d::all_1_5_1} oximeter.fields_ipaddr (296b3ba7-eb03-4cef-983d-cb2146e2869d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 05:44:55.539187 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 05:44:55.945917 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:55.946109 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 05:44:55.946186 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 05:44:55.946875 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.946928 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.947341 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 05:44:55.947586 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} oximeter.fields_string (74371530-fd2c-4254-a193-8c86b799098e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.947741 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} executeQuery: Read 118 rows, 10.26 KiB in 0.001726 sec., 68366.16454229431 rows/sec., 5.80 MiB/sec. 2025.12.24 05:44:55.947790 [ 4 ] {de50d376-f1a2-40fd-b2b1-b292bda405c1} TCPHandler: Processed in 0.002055567 sec. 2025.12.24 05:44:55.947910 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:55.948010 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 05:44:55.948053 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 05:44:55.948550 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.948588 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.948908 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 05:44:55.949132 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} oximeter.fields_u16 (afe65ade-88af-44ce-b725-23ede1c010b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.949268 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} executeQuery: Read 31 rows, 2.33 KiB in 0.001223 sec., 25347.506132461163 rows/sec., 1.86 MiB/sec. 2025.12.24 05:44:55.949307 [ 4 ] {299a07fb-3b5f-42cc-9a47-00b12b2c7b75} TCPHandler: Processed in 0.001395908 sec. 2025.12.24 05:44:55.949412 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:55.949510 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 05:44:55.949552 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 05:44:55.949966 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.950003 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.950303 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 05:44:55.950508 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} oximeter.fields_uuid (371da956-a182-4337-8c87-fa6ea271b8d9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.950629 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} executeQuery: Read 95 rows, 7.60 KiB in 0.001174 sec., 80919.9318568995 rows/sec., 6.32 MiB/sec. 2025.12.24 05:44:55.950665 [ 4 ] {66c0dcc1-a579-4b9d-851f-d1bd7c3dd0b7} TCPHandler: Processed in 0.001340077 sec. 2025.12.24 05:44:55.950769 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:55.950859 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:55.950901 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 05:44:55.951366 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.951402 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.951730 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 05:44:55.951952 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} oximeter.measurements_cumulativeu64 (d27cc9db-57f8-4c6e-aa94-43a265ee0684): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.952078 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2025.12.24 05:44:55.952115 [ 4 ] {749b0613-c25e-4649-acae-05bf1a73a585} TCPHandler: Processed in 0.001351428 sec. 2025.12.24 05:44:55.952225 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:55.952318 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 05:44:55.952373 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 05:44:55.953175 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.953210 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.953734 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 05:44:55.953949 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} oximeter.measurements_histogramu64 (435dd825-4fbc-4949-85e6-33ab12ad00e7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.954146 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} executeQuery: Read 31 rows, 56.88 KiB in 0.001845 sec., 16802.168021680216 rows/sec., 30.11 MiB/sec. 2025.12.24 05:44:55.954208 [ 4 ] {c023497d-1fdb-47a6-bf59-646e02576259} TCPHandler: Processed in 0.002030656 sec. 2025.12.24 05:44:55.954319 [ 4 ] {} TCP-Session: 01fdd6ae-532f-4a0e-b4da-e09d0c32e6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 05:44:55.954413 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} executeQuery: (from [fd00:1122:3344:101::d]:54911) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 05:44:55.954456 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 05:44:55.954785 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 05:44:55.954821 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.12.24 05:44:55.955131 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 05:44:55.955347 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} oximeter.measurements_u64 (fed8021d-7448-4b1d-a9b1-796a34c4f7ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 05:44:55.955473 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.12.24 05:44:55.955509 [ 4 ] {51e873f6-c8fe-4ca4-9d56-42a46801bd5f} TCPHandler: Processed in 0.001238964 sec.