[ Jan 31 02:43:31 Enabled. ] [ Jan 31 02:43:31 Rereading configuration. ] [ Jan 31 02:43:33 Rereading configuration. ] [ Jan 31 02:43:39 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Jan 31 02:43:39 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.01.31 02:43:40.614498 [ 1 ] {} Application: Will watch for the process with pid 24175 2026.01.31 02:43:40.614846 [ 1 ] {} Application: Forked a child process to watch 2026.01.31 02:43:41.096279 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24175 2026.01.31 02:43:41.097065 [ 1 ] {} Application: starting up 2026.01.31 02:43:41.097207 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.31 02:43:41.243677 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.31 02:43:41.309970 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.31 02:43:41.310084 [ 1 ] {} Application: Initializing DateLUT. 2026.01.31 02:43:41.310108 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.31 02:43:41.310180 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.31 02:43:41.310972 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.31 02:43:41.314675 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.31 02:43:41.315525 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.31 02:43:41.316399 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.01.31 02:43:41.316450 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.01.31 02:43:41.316489 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.31 02:43:41.317236 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.31 02:43:41.318320 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.31 02:43:41.324845 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.31 02:43:41.325677 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.31 02:43:41.327046 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.31 02:43:41.327141 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.31 02:43:41.328207 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.31 02:43:41.328644 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.31 02:43:41.334095 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.31 02:43:41.334446 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.31 02:43:41.337848 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.31 02:43:41.338227 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.31 02:43:41.338641 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.31 02:43:41.339096 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.31 02:43:41.340666 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.31 02:43:41.340692 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.31 02:43:41.340783 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.31 02:43:41.340872 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.31 02:43:41.373345 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.31 02:43:41.373371 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000175302 sec 2026.01.31 02:43:41.373425 [ 1 ] {} ReferentialDeps: No tables 2026.01.31 02:43:41.373463 [ 1 ] {} LoadingDeps: No tables 2026.01.31 02:43:41.373622 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.31 02:43:41.374237 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.31 02:43:41.385754 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.31 02:43:41.385798 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.31 02:43:41.385877 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.31 02:43:41.385892 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.31 02:43:41.385934 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.31 02:43:41.386003 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.31 02:43:41.388090 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.31 02:43:41.388136 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.31 02:43:41.388182 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.31 02:43:41.388346 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.31 02:43:41.388390 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.31 02:43:41.388403 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.31 02:43:41.388471 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.31 02:43:41.388485 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.31 02:43:41.388518 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.31 02:43:41.388584 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.31 02:43:41.412774 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.31 02:43:41.419768 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.31 02:43:41.419922 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172302 sec 2026.01.31 02:43:41.419935 [ 1 ] {} ReferentialDeps: No tables 2026.01.31 02:43:41.419946 [ 1 ] {} LoadingDeps: No tables 2026.01.31 02:43:41.419970 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.31 02:43:41.420168 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.31 02:43:41.420260 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.31 02:43:41.420275 [ 1 ] {} Application: Loaded metadata. 2026.01.31 02:43:41.420286 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.01.31 02:43:41.420296 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.31 02:43:41.448305 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.31 02:43:41.448526 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.99 MiB 2026.01.31 02:43:41.450008 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.314e-05 sec. 2026.01.31 02:43:41.450428 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.31 02:43:41.451724 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.31 02:43:41.451742 [ 1 ] {} Application: Ready for connections. 2026.01.31 02:43:42.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.78 MiB, peak 116.78 MiB, free memory in arenas 0.00 B, will set to 118.30 MiB (RSS), difference: 1.52 MiB 2026.01.31 02:43:42.793326 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55412 2026.01.31 02:43:42.794405 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.794471 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Authenticating user 'default' from [fd00:1122:3344:101::d]:55412 2026.01.31 02:43:42.794597 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.794611 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.794708 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 02:43:42.794817 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:42.794833 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:42.795316 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36076 2026.01.31 02:43:42.795317 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56476 2026.01.31 02:43:42.795440 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61754 2026.01.31 02:43:42.795555 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.795595 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Authenticating user 'default' from [fd00:1122:3344:101::d]:36076 2026.01.31 02:43:42.795617 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.795649 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46669 2026.01.31 02:43:42.795617 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.795731 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.795731 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.795792 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36366 2026.01.31 02:43:42.795767 [ 5 ] {} TCP-Session: 676831c0-d536-4ffa-a175-17e072d405e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56476 2026.01.31 02:43:42.795859 [ 254 ] {} TCP-Session: d2f8cf91-1735-4cf2-8f00-936f9b077b10 Authenticating user 'default' from [fd00:1122:3344:101::d]:61754 2026.01.31 02:43:42.795864 [ 5 ] {} TCP-Session: 676831c0-d536-4ffa-a175-17e072d405e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.795865 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.795931 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47484 2026.01.31 02:43:42.795966 [ 254 ] {} TCP-Session: d2f8cf91-1735-4cf2-8f00-936f9b077b10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.795981 [ 5 ] {} TCP-Session: 676831c0-d536-4ffa-a175-17e072d405e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796018 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.795975 [ 255 ] {} TCP-Session: 858c9403-35ff-49ff-bb33-69778c0b2611 Authenticating user 'default' from [fd00:1122:3344:101::d]:46669 2026.01.31 02:43:42.796099 [ 256 ] {} TCP-Session: 9cfc443c-ebda-4c56-a6a8-bbb666aa5514 Authenticating user 'default' from [fd00:1122:3344:101::d]:36366 2026.01.31 02:43:42.796103 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.796070 [ 254 ] {} TCP-Session: d2f8cf91-1735-4cf2-8f00-936f9b077b10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796184 [ 257 ] {} TCP-Session: 80a6fc66-0606-4579-8f41-8b17e2eea277 Authenticating user 'default' from [fd00:1122:3344:101::d]:47484 2026.01.31 02:43:42.796166 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41586 2026.01.31 02:43:42.796195 [ 256 ] {} TCP-Session: 9cfc443c-ebda-4c56-a6a8-bbb666aa5514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796276 [ 257 ] {} TCP-Session: 80a6fc66-0606-4579-8f41-8b17e2eea277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796161 [ 255 ] {} TCP-Session: 858c9403-35ff-49ff-bb33-69778c0b2611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796054 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53459 2026.01.31 02:43:42.796353 [ 257 ] {} TCP-Session: 80a6fc66-0606-4579-8f41-8b17e2eea277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796354 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.796335 [ 255 ] {} TCP-Session: 858c9403-35ff-49ff-bb33-69778c0b2611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796326 [ 256 ] {} TCP-Session: 9cfc443c-ebda-4c56-a6a8-bbb666aa5514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796499 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:42.796559 [ 259 ] {} TCP-Session: 54a04a17-359f-4460-a22f-8b2971b8ef00 Authenticating user 'default' from [fd00:1122:3344:101::d]:41586 2026.01.31 02:43:42.796602 [ 259 ] {} TCP-Session: 54a04a17-359f-4460-a22f-8b2971b8ef00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796646 [ 258 ] {} TCP-Session: 08edcc21-0eec-4405-875a-c3e6d2e05089 Authenticating user 'default' from [fd00:1122:3344:101::d]:53459 2026.01.31 02:43:42.796703 [ 259 ] {} TCP-Session: 54a04a17-359f-4460-a22f-8b2971b8ef00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796728 [ 258 ] {} TCP-Session: 08edcc21-0eec-4405-875a-c3e6d2e05089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.796832 [ 258 ] {} TCP-Session: 08edcc21-0eec-4405-875a-c3e6d2e05089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:42.800008 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.802964 [ 3 ] {841f96c1-3117-4689-ba83-1b5fc7d6f92c} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 02:43:42.902252 [ 3 ] {841f96c1-3117-4689-ba83-1b5fc7d6f92c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55412) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.01.31 02:43:42.903302 [ 3 ] {841f96c1-3117-4689-ba83-1b5fc7d6f92c} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.01.31 02:43:42.903518 [ 3 ] {841f96c1-3117-4689-ba83-1b5fc7d6f92c} TCPHandler: Processed in 0.105832463 sec. 2026.01.31 02:43:42.903957 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.904301 [ 4 ] {8474c13e-1183-4c83-a66e-3e10aa5b3e04} executeQuery: (from [fd00:1122:3344:101::d]:36076) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 02:43:42.904662 [ 4 ] {8474c13e-1183-4c83-a66e-3e10aa5b3e04} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36076) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.01.31 02:43:42.904917 [ 4 ] {8474c13e-1183-4c83-a66e-3e10aa5b3e04} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.01.31 02:43:42.905112 [ 4 ] {8474c13e-1183-4c83-a66e-3e10aa5b3e04} TCPHandler: Processed in 0.001324485 sec. 2026.01.31 02:43:42.905428 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.906186 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.31 02:43:42.906895 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.31 02:43:42.912174 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.31 02:43:42.912201 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.198e-05 sec 2026.01.31 02:43:42.912302 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} ReferentialDeps: No tables 2026.01.31 02:43:42.912317 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} LoadingDeps: No tables 2026.01.31 02:43:42.912344 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} DatabaseAtomic (oximeter): Starting up tables. 2026.01.31 02:43:42.913194 [ 3 ] {7a6b7d3a-0d28-4a43-b212-c19d4096387e} TCPHandler: Processed in 0.007877516 sec. 2026.01.31 02:43:42.913403 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.913559 [ 3 ] {86c5e656-a41d-4f96-8b15-5dfcb1b0d721} executeQuery: (from [fd00:1122:3344:101::d]:55412) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.01.31 02:43:42.913675 [ 3 ] {86c5e656-a41d-4f96-8b15-5dfcb1b0d721} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.31 02:43:42.920381 [ 3 ] {86c5e656-a41d-4f96-8b15-5dfcb1b0d721} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.31 02:43:42.923382 [ 3 ] {86c5e656-a41d-4f96-8b15-5dfcb1b0d721} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d): Loading data parts 2026.01.31 02:43:42.924644 [ 3 ] {86c5e656-a41d-4f96-8b15-5dfcb1b0d721} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d): There are no data parts 2026.01.31 02:43:42.940568 [ 3 ] {86c5e656-a41d-4f96-8b15-5dfcb1b0d721} TCPHandler: Processed in 0.027212466 sec. 2026.01.31 02:43:42.940815 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.941111 [ 3 ] {709ec2ce-fab1-4c38-995c-d919e8a5a842} executeQuery: (from [fd00:1122:3344:101::d]:55412) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:42.941240 [ 3 ] {709ec2ce-fab1-4c38-995c-d919e8a5a842} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.31 02:43:42.958311 [ 3 ] {709ec2ce-fab1-4c38-995c-d919e8a5a842} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Loading data parts 2026.01.31 02:43:42.958548 [ 3 ] {709ec2ce-fab1-4c38-995c-d919e8a5a842} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): There are no data parts 2026.01.31 02:43:42.963000 [ 3 ] {709ec2ce-fab1-4c38-995c-d919e8a5a842} TCPHandler: Processed in 0.022283152 sec. 2026.01.31 02:43:42.963287 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.963468 [ 3 ] {7ce0c51e-ebff-41cb-b666-57696d86881f} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:42.963588 [ 3 ] {7ce0c51e-ebff-41cb-b666-57696d86881f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.31 02:43:42.974218 [ 3 ] {7ce0c51e-ebff-41cb-b666-57696d86881f} oximeter.measurements_i8 (ea71579d-7b36-4932-b687-a4613c7beae9): Loading data parts 2026.01.31 02:43:42.974564 [ 3 ] {7ce0c51e-ebff-41cb-b666-57696d86881f} oximeter.measurements_i8 (ea71579d-7b36-4932-b687-a4613c7beae9): There are no data parts 2026.01.31 02:43:42.980824 [ 3 ] {7ce0c51e-ebff-41cb-b666-57696d86881f} TCPHandler: Processed in 0.017612692 sec. 2026.01.31 02:43:42.980993 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.981259 [ 3 ] {5661f9b8-923e-41a3-ad73-239b0c0d18fe} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:42.981306 [ 3 ] {5661f9b8-923e-41a3-ad73-239b0c0d18fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.31 02:43:42.985127 [ 3 ] {5661f9b8-923e-41a3-ad73-239b0c0d18fe} oximeter.measurements_u8 (b274046e-1e0f-457a-ab4d-ad0151b412da): Loading data parts 2026.01.31 02:43:42.985316 [ 3 ] {5661f9b8-923e-41a3-ad73-239b0c0d18fe} oximeter.measurements_u8 (b274046e-1e0f-457a-ab4d-ad0151b412da): There are no data parts 2026.01.31 02:43:42.996515 [ 3 ] {5661f9b8-923e-41a3-ad73-239b0c0d18fe} TCPHandler: Processed in 0.01557503 sec. 2026.01.31 02:43:42.996792 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:42.996963 [ 3 ] {a1653e1f-f7d2-4936-ae9c-9e1753839978} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:42.997086 [ 3 ] {a1653e1f-f7d2-4936-ae9c-9e1753839978} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.31 02:43:43.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 122.74 MiB, peak 122.74 MiB, free memory in arenas 0.00 B, will set to 130.99 MiB (RSS), difference: 8.25 MiB 2026.01.31 02:43:43.001375 [ 3 ] {a1653e1f-f7d2-4936-ae9c-9e1753839978} oximeter.measurements_i16 (3ea476e8-caad-4e02-a62d-c2aa18c0850a): Loading data parts 2026.01.31 02:43:43.001553 [ 3 ] {a1653e1f-f7d2-4936-ae9c-9e1753839978} oximeter.measurements_i16 (3ea476e8-caad-4e02-a62d-c2aa18c0850a): There are no data parts 2026.01.31 02:43:43.013746 [ 3 ] {a1653e1f-f7d2-4936-ae9c-9e1753839978} TCPHandler: Processed in 0.017012605 sec. 2026.01.31 02:43:43.013923 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.014172 [ 3 ] {b067b0ca-1afd-4c48-932f-75d50e832f8c} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.014297 [ 3 ] {b067b0ca-1afd-4c48-932f-75d50e832f8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.31 02:43:43.018243 [ 3 ] {b067b0ca-1afd-4c48-932f-75d50e832f8c} oximeter.measurements_u16 (f441d822-7f29-47ba-9739-2250c5945b06): Loading data parts 2026.01.31 02:43:43.018511 [ 3 ] {b067b0ca-1afd-4c48-932f-75d50e832f8c} oximeter.measurements_u16 (f441d822-7f29-47ba-9739-2250c5945b06): There are no data parts 2026.01.31 02:43:43.030364 [ 3 ] {b067b0ca-1afd-4c48-932f-75d50e832f8c} TCPHandler: Processed in 0.016494269 sec. 2026.01.31 02:43:43.030540 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.030724 [ 3 ] {1b324782-8122-4ce4-846d-8ecce8dac4ea} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.030867 [ 3 ] {1b324782-8122-4ce4-846d-8ecce8dac4ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.31 02:43:43.046682 [ 3 ] {1b324782-8122-4ce4-846d-8ecce8dac4ea} oximeter.measurements_i32 (cd70f3eb-ffee-44bc-81a4-c9b7645752c8): Loading data parts 2026.01.31 02:43:43.046946 [ 3 ] {1b324782-8122-4ce4-846d-8ecce8dac4ea} oximeter.measurements_i32 (cd70f3eb-ffee-44bc-81a4-c9b7645752c8): There are no data parts 2026.01.31 02:43:43.055855 [ 3 ] {1b324782-8122-4ce4-846d-8ecce8dac4ea} TCPHandler: Processed in 0.025377117 sec. 2026.01.31 02:43:43.056127 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.056426 [ 3 ] {74dbf239-51e4-4201-8325-ae01f9929578} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.056554 [ 3 ] {74dbf239-51e4-4201-8325-ae01f9929578} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.31 02:43:43.067802 [ 3 ] {74dbf239-51e4-4201-8325-ae01f9929578} oximeter.measurements_u32 (381bb667-87df-4a88-bb0a-12aaca6630b9): Loading data parts 2026.01.31 02:43:43.067963 [ 3 ] {74dbf239-51e4-4201-8325-ae01f9929578} oximeter.measurements_u32 (381bb667-87df-4a88-bb0a-12aaca6630b9): There are no data parts 2026.01.31 02:43:43.072470 [ 3 ] {74dbf239-51e4-4201-8325-ae01f9929578} TCPHandler: Processed in 0.016470259 sec. 2026.01.31 02:43:43.072670 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.072874 [ 3 ] {a4906f3d-b03e-4b61-ab38-a86862aae658} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.073019 [ 3 ] {a4906f3d-b03e-4b61-ab38-a86862aae658} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.31 02:43:43.084637 [ 3 ] {a4906f3d-b03e-4b61-ab38-a86862aae658} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Loading data parts 2026.01.31 02:43:43.084910 [ 3 ] {a4906f3d-b03e-4b61-ab38-a86862aae658} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): There are no data parts 2026.01.31 02:43:43.090259 [ 3 ] {a4906f3d-b03e-4b61-ab38-a86862aae658} TCPHandler: Processed in 0.017659752 sec. 2026.01.31 02:43:43.090430 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.090688 [ 3 ] {c36c6841-6afa-42cc-b0eb-904d584be4ec} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.090812 [ 3 ] {c36c6841-6afa-42cc-b0eb-904d584be4ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.31 02:43:43.107348 [ 3 ] {c36c6841-6afa-42cc-b0eb-904d584be4ec} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Loading data parts 2026.01.31 02:43:43.107503 [ 3 ] {c36c6841-6afa-42cc-b0eb-904d584be4ec} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): There are no data parts 2026.01.31 02:43:43.113342 [ 3 ] {c36c6841-6afa-42cc-b0eb-904d584be4ec} TCPHandler: Processed in 0.02296484 sec. 2026.01.31 02:43:43.113606 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.113789 [ 3 ] {4a0fbdb3-c256-4adf-9f22-06c6afd86ca1} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.113917 [ 3 ] {4a0fbdb3-c256-4adf-9f22-06c6afd86ca1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.31 02:43:43.128336 [ 3 ] {4a0fbdb3-c256-4adf-9f22-06c6afd86ca1} oximeter.measurements_f32 (448b416c-6883-4491-84cc-eb1dd43a5edd): Loading data parts 2026.01.31 02:43:43.128647 [ 3 ] {4a0fbdb3-c256-4adf-9f22-06c6afd86ca1} oximeter.measurements_f32 (448b416c-6883-4491-84cc-eb1dd43a5edd): There are no data parts 2026.01.31 02:43:43.134431 [ 3 ] {4a0fbdb3-c256-4adf-9f22-06c6afd86ca1} TCPHandler: Processed in 0.020903628 sec. 2026.01.31 02:43:43.134622 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.134935 [ 3 ] {dd9132c1-f6b8-4659-8fca-823aa72b8efa} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.135044 [ 3 ] {dd9132c1-f6b8-4659-8fca-823aa72b8efa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.31 02:43:43.150570 [ 3 ] {dd9132c1-f6b8-4659-8fca-823aa72b8efa} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Loading data parts 2026.01.31 02:43:43.150761 [ 3 ] {dd9132c1-f6b8-4659-8fca-823aa72b8efa} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): There are no data parts 2026.01.31 02:43:43.156063 [ 3 ] {dd9132c1-f6b8-4659-8fca-823aa72b8efa} TCPHandler: Processed in 0.021506995 sec. 2026.01.31 02:43:43.156317 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.156491 [ 3 ] {3a89055e-a27d-4835-9c23-976131dff6a2} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.156624 [ 3 ] {3a89055e-a27d-4835-9c23-976131dff6a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.31 02:43:43.171569 [ 3 ] {3a89055e-a27d-4835-9c23-976131dff6a2} oximeter.measurements_string (83b68603-d852-4b30-84af-62c842a4ef1d): Loading data parts 2026.01.31 02:43:43.171826 [ 3 ] {3a89055e-a27d-4835-9c23-976131dff6a2} oximeter.measurements_string (83b68603-d852-4b30-84af-62c842a4ef1d): There are no data parts 2026.01.31 02:43:43.177281 [ 3 ] {3a89055e-a27d-4835-9c23-976131dff6a2} TCPHandler: Processed in 0.021022439 sec. 2026.01.31 02:43:43.177465 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.177783 [ 3 ] {a1d6d25c-1dc4-4096-ae17-a6ad111ee085} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.177920 [ 3 ] {a1d6d25c-1dc4-4096-ae17-a6ad111ee085} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.31 02:43:43.192336 [ 3 ] {a1d6d25c-1dc4-4096-ae17-a6ad111ee085} oximeter.measurements_bytes (5e365135-6797-48d4-916a-ee77ae16b641): Loading data parts 2026.01.31 02:43:43.192580 [ 3 ] {a1d6d25c-1dc4-4096-ae17-a6ad111ee085} oximeter.measurements_bytes (5e365135-6797-48d4-916a-ee77ae16b641): There are no data parts 2026.01.31 02:43:43.208961 [ 3 ] {a1d6d25c-1dc4-4096-ae17-a6ad111ee085} TCPHandler: Processed in 0.031550824 sec. 2026.01.31 02:43:43.209186 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.209616 [ 3 ] {ae30fce8-1db6-46c3-8fa7-97e1815302c7} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.209798 [ 3 ] {ae30fce8-1db6-46c3-8fa7-97e1815302c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.31 02:43:43.215399 [ 3 ] {ae30fce8-1db6-46c3-8fa7-97e1815302c7} oximeter.measurements_cumulativei64 (fcd65263-2e96-4a89-a1c1-24870db9f61d): Loading data parts 2026.01.31 02:43:43.215559 [ 3 ] {ae30fce8-1db6-46c3-8fa7-97e1815302c7} oximeter.measurements_cumulativei64 (fcd65263-2e96-4a89-a1c1-24870db9f61d): There are no data parts 2026.01.31 02:43:43.257976 [ 3 ] {ae30fce8-1db6-46c3-8fa7-97e1815302c7} TCPHandler: Processed in 0.048871361 sec. 2026.01.31 02:43:43.258181 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.258363 [ 3 ] {f9559ac8-922f-4e71-a792-5a843e728833} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.258515 [ 3 ] {f9559ac8-922f-4e71-a792-5a843e728833} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.31 02:43:43.264941 [ 3 ] {f9559ac8-922f-4e71-a792-5a843e728833} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Loading data parts 2026.01.31 02:43:43.265093 [ 3 ] {f9559ac8-922f-4e71-a792-5a843e728833} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): There are no data parts 2026.01.31 02:43:43.278095 [ 3 ] {f9559ac8-922f-4e71-a792-5a843e728833} TCPHandler: Processed in 0.019985757 sec. 2026.01.31 02:43:43.278353 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.278526 [ 3 ] {c985dcd8-1b3c-4cb1-9375-c614dc146456} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.278745 [ 3 ] {c985dcd8-1b3c-4cb1-9375-c614dc146456} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.31 02:43:43.283117 [ 3 ] {c985dcd8-1b3c-4cb1-9375-c614dc146456} oximeter.measurements_cumulativef32 (c3e31b88-73b9-4d6e-9788-1166243f18ce): Loading data parts 2026.01.31 02:43:43.283388 [ 3 ] {c985dcd8-1b3c-4cb1-9375-c614dc146456} oximeter.measurements_cumulativef32 (c3e31b88-73b9-4d6e-9788-1166243f18ce): There are no data parts 2026.01.31 02:43:43.297066 [ 3 ] {c985dcd8-1b3c-4cb1-9375-c614dc146456} TCPHandler: Processed in 0.018774965 sec. 2026.01.31 02:43:43.297231 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.297464 [ 3 ] {9f9f2271-726f-4d8f-9512-301da5db50e1} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.297582 [ 3 ] {9f9f2271-726f-4d8f-9512-301da5db50e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.31 02:43:43.303269 [ 3 ] {9f9f2271-726f-4d8f-9512-301da5db50e1} oximeter.measurements_cumulativef64 (09948858-2aae-4ded-a1cc-615211829594): Loading data parts 2026.01.31 02:43:43.303433 [ 3 ] {9f9f2271-726f-4d8f-9512-301da5db50e1} oximeter.measurements_cumulativef64 (09948858-2aae-4ded-a1cc-615211829594): There are no data parts 2026.01.31 02:43:43.317963 [ 3 ] {9f9f2271-726f-4d8f-9512-301da5db50e1} TCPHandler: Processed in 0.020762627 sec. 2026.01.31 02:43:43.318134 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.318395 [ 3 ] {f6012adb-01de-448a-ab36-ee06087a5551} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.318576 [ 3 ] {f6012adb-01de-448a-ab36-ee06087a5551} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.31 02:43:43.323356 [ 3 ] {f6012adb-01de-448a-ab36-ee06087a5551} oximeter.measurements_histogrami8 (318d504e-4ab8-4c4b-a967-8cdfb8875adf): Loading data parts 2026.01.31 02:43:43.323660 [ 3 ] {f6012adb-01de-448a-ab36-ee06087a5551} oximeter.measurements_histogrami8 (318d504e-4ab8-4c4b-a967-8cdfb8875adf): There are no data parts 2026.01.31 02:43:43.336469 [ 3 ] {f6012adb-01de-448a-ab36-ee06087a5551} TCPHandler: Processed in 0.01838776 sec. 2026.01.31 02:43:43.336641 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.336948 [ 3 ] {5ad1defd-9d99-412c-80d8-93a2f9bb17fd} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.337123 [ 3 ] {5ad1defd-9d99-412c-80d8-93a2f9bb17fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.31 02:43:43.354314 [ 3 ] {5ad1defd-9d99-412c-80d8-93a2f9bb17fd} oximeter.measurements_histogramu8 (d9da46b2-8e3f-4fbc-8cdf-37eac4776539): Loading data parts 2026.01.31 02:43:43.354601 [ 3 ] {5ad1defd-9d99-412c-80d8-93a2f9bb17fd} oximeter.measurements_histogramu8 (d9da46b2-8e3f-4fbc-8cdf-37eac4776539): There are no data parts 2026.01.31 02:43:43.357352 [ 3 ] {5ad1defd-9d99-412c-80d8-93a2f9bb17fd} TCPHandler: Processed in 0.020767266 sec. 2026.01.31 02:43:43.357664 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.357934 [ 3 ] {834c731f-90c5-4288-9d25-3a3bbd5b2d4a} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.358098 [ 3 ] {834c731f-90c5-4288-9d25-3a3bbd5b2d4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.31 02:43:43.361723 [ 3 ] {834c731f-90c5-4288-9d25-3a3bbd5b2d4a} oximeter.measurements_histogrami16 (ec316e47-1817-46bf-8dbe-59ee815257c4): Loading data parts 2026.01.31 02:43:43.361910 [ 3 ] {834c731f-90c5-4288-9d25-3a3bbd5b2d4a} oximeter.measurements_histogrami16 (ec316e47-1817-46bf-8dbe-59ee815257c4): There are no data parts 2026.01.31 02:43:43.376254 [ 3 ] {834c731f-90c5-4288-9d25-3a3bbd5b2d4a} TCPHandler: Processed in 0.018658873 sec. 2026.01.31 02:43:43.376420 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.376731 [ 3 ] {62da9db1-f74c-4731-b2c8-5969b279637b} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.376859 [ 3 ] {62da9db1-f74c-4731-b2c8-5969b279637b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.31 02:43:43.394977 [ 3 ] {62da9db1-f74c-4731-b2c8-5969b279637b} oximeter.measurements_histogramu16 (e7c4870c-22bc-4875-86d7-d0a504d0c493): Loading data parts 2026.01.31 02:43:43.395130 [ 3 ] {62da9db1-f74c-4731-b2c8-5969b279637b} oximeter.measurements_histogramu16 (e7c4870c-22bc-4875-86d7-d0a504d0c493): There are no data parts 2026.01.31 02:43:43.400529 [ 3 ] {62da9db1-f74c-4731-b2c8-5969b279637b} TCPHandler: Processed in 0.024162923 sec. 2026.01.31 02:43:43.400828 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.401061 [ 3 ] {7886678e-f526-4ce7-adf5-b56cde6eed4e} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.401224 [ 3 ] {7886678e-f526-4ce7-adf5-b56cde6eed4e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.31 02:43:43.415442 [ 3 ] {7886678e-f526-4ce7-adf5-b56cde6eed4e} oximeter.measurements_histogrami32 (fd3adc0e-970c-46ad-9ab9-1071300fe582): Loading data parts 2026.01.31 02:43:43.415603 [ 3 ] {7886678e-f526-4ce7-adf5-b56cde6eed4e} oximeter.measurements_histogrami32 (fd3adc0e-970c-46ad-9ab9-1071300fe582): There are no data parts 2026.01.31 02:43:43.432091 [ 3 ] {7886678e-f526-4ce7-adf5-b56cde6eed4e} TCPHandler: Processed in 0.031321421 sec. 2026.01.31 02:43:43.432260 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.432472 [ 3 ] {5d14958f-f4da-403e-bb08-ee6c623a3eb0} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.432649 [ 3 ] {5d14958f-f4da-403e-bb08-ee6c623a3eb0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.31 02:43:43.450521 [ 3 ] {5d14958f-f4da-403e-bb08-ee6c623a3eb0} oximeter.measurements_histogramu32 (2a6d7e5d-e614-4c00-b191-8730044fcdb6): Loading data parts 2026.01.31 02:43:43.450718 [ 3 ] {5d14958f-f4da-403e-bb08-ee6c623a3eb0} oximeter.measurements_histogramu32 (2a6d7e5d-e614-4c00-b191-8730044fcdb6): There are no data parts 2026.01.31 02:43:43.456532 [ 3 ] {5d14958f-f4da-403e-bb08-ee6c623a3eb0} TCPHandler: Processed in 0.024322845 sec. 2026.01.31 02:43:43.456772 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.457034 [ 3 ] {6b2e9563-63ab-41de-aa98-0ef36cd75871} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.457183 [ 3 ] {6b2e9563-63ab-41de-aa98-0ef36cd75871} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.31 02:43:43.469554 [ 3 ] {6b2e9563-63ab-41de-aa98-0ef36cd75871} oximeter.measurements_histogrami64 (ea7e273f-0149-444f-a2bf-a8eb22790123): Loading data parts 2026.01.31 02:43:43.469701 [ 3 ] {6b2e9563-63ab-41de-aa98-0ef36cd75871} oximeter.measurements_histogrami64 (ea7e273f-0149-444f-a2bf-a8eb22790123): There are no data parts 2026.01.31 02:43:43.474112 [ 3 ] {6b2e9563-63ab-41de-aa98-0ef36cd75871} TCPHandler: Processed in 0.01739028 sec. 2026.01.31 02:43:43.474264 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.474497 [ 3 ] {80d97231-bbca-4851-b42b-6933a6963970} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.474646 [ 3 ] {80d97231-bbca-4851-b42b-6933a6963970} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.31 02:43:43.479902 [ 3 ] {80d97231-bbca-4851-b42b-6933a6963970} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Loading data parts 2026.01.31 02:43:43.480148 [ 3 ] {80d97231-bbca-4851-b42b-6933a6963970} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): There are no data parts 2026.01.31 02:43:43.481787 [ 3 ] {80d97231-bbca-4851-b42b-6933a6963970} TCPHandler: Processed in 0.007571722 sec. 2026.01.31 02:43:43.481944 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.482238 [ 3 ] {788c65f6-caf3-4fa1-a126-ac5eb093b6b9} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.482370 [ 3 ] {788c65f6-caf3-4fa1-a126-ac5eb093b6b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.31 02:43:43.493740 [ 3 ] {788c65f6-caf3-4fa1-a126-ac5eb093b6b9} oximeter.measurements_histogramf32 (3c9826fe-1def-4751-ad01-63767a771c8e): Loading data parts 2026.01.31 02:43:43.493894 [ 3 ] {788c65f6-caf3-4fa1-a126-ac5eb093b6b9} oximeter.measurements_histogramf32 (3c9826fe-1def-4751-ad01-63767a771c8e): There are no data parts 2026.01.31 02:43:43.496359 [ 3 ] {788c65f6-caf3-4fa1-a126-ac5eb093b6b9} TCPHandler: Processed in 0.014464168 sec. 2026.01.31 02:43:43.496513 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.496776 [ 3 ] {3efb5f95-ffbf-4561-ac9b-e053f5ce966d} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.496994 [ 3 ] {3efb5f95-ffbf-4561-ac9b-e053f5ce966d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.31 02:43:43.501369 [ 3 ] {3efb5f95-ffbf-4561-ac9b-e053f5ce966d} oximeter.measurements_histogramf64 (2db35b00-6d13-45c9-868e-160e8df4f4de): Loading data parts 2026.01.31 02:43:43.501621 [ 3 ] {3efb5f95-ffbf-4561-ac9b-e053f5ce966d} oximeter.measurements_histogramf64 (2db35b00-6d13-45c9-868e-160e8df4f4de): There are no data parts 2026.01.31 02:43:43.503286 [ 3 ] {3efb5f95-ffbf-4561-ac9b-e053f5ce966d} TCPHandler: Processed in 0.006821634 sec. 2026.01.31 02:43:43.503456 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.503811 [ 3 ] {500faaec-9a63-4b01-9d34-9ae34f3129fb} executeQuery: (from [fd00:1122:3344:101::d]:55412) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.503958 [ 3 ] {500faaec-9a63-4b01-9d34-9ae34f3129fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.31 02:43:43.514061 [ 3 ] {500faaec-9a63-4b01-9d34-9ae34f3129fb} oximeter.fields_bool (16df8d1a-069d-4504-a685-97104022a25a): Loading data parts 2026.01.31 02:43:43.514202 [ 3 ] {500faaec-9a63-4b01-9d34-9ae34f3129fb} oximeter.fields_bool (16df8d1a-069d-4504-a685-97104022a25a): There are no data parts 2026.01.31 02:43:43.518635 [ 3 ] {500faaec-9a63-4b01-9d34-9ae34f3129fb} TCPHandler: Processed in 0.015237176 sec. 2026.01.31 02:43:43.518935 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.519093 [ 3 ] {28bbcde5-11a8-4982-8210-b94753412a9e} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.519242 [ 3 ] {28bbcde5-11a8-4982-8210-b94753412a9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.31 02:43:43.521433 [ 3 ] {28bbcde5-11a8-4982-8210-b94753412a9e} oximeter.fields_i8 (b2af1b55-0bd3-4698-8b8d-983776fd916e): Loading data parts 2026.01.31 02:43:43.521651 [ 3 ] {28bbcde5-11a8-4982-8210-b94753412a9e} oximeter.fields_i8 (b2af1b55-0bd3-4698-8b8d-983776fd916e): There are no data parts 2026.01.31 02:43:43.531304 [ 3 ] {28bbcde5-11a8-4982-8210-b94753412a9e} TCPHandler: Processed in 0.012419796 sec. 2026.01.31 02:43:43.531456 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.531751 [ 3 ] {d7936de4-8cc7-410e-aaa8-d3ff188b6924} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.531834 [ 3 ] {d7936de4-8cc7-410e-aaa8-d3ff188b6924} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.31 02:43:43.538085 [ 3 ] {d7936de4-8cc7-410e-aaa8-d3ff188b6924} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Loading data parts 2026.01.31 02:43:43.538219 [ 3 ] {d7936de4-8cc7-410e-aaa8-d3ff188b6924} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): There are no data parts 2026.01.31 02:43:43.542228 [ 3 ] {d7936de4-8cc7-410e-aaa8-d3ff188b6924} TCPHandler: Processed in 0.010826028 sec. 2026.01.31 02:43:43.542461 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.542616 [ 3 ] {96411922-a531-42e4-9d0c-4c80b71e626c} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.542737 [ 3 ] {96411922-a531-42e4-9d0c-4c80b71e626c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.31 02:43:43.545119 [ 3 ] {96411922-a531-42e4-9d0c-4c80b71e626c} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Loading data parts 2026.01.31 02:43:43.545334 [ 3 ] {96411922-a531-42e4-9d0c-4c80b71e626c} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): There are no data parts 2026.01.31 02:43:43.553561 [ 3 ] {96411922-a531-42e4-9d0c-4c80b71e626c} TCPHandler: Processed in 0.011148581 sec. 2026.01.31 02:43:43.553700 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.553983 [ 3 ] {5a990f15-4182-49cd-8f12-efd3e599cfdd} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.554157 [ 3 ] {5a990f15-4182-49cd-8f12-efd3e599cfdd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.31 02:43:43.556746 [ 3 ] {5a990f15-4182-49cd-8f12-efd3e599cfdd} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Loading data parts 2026.01.31 02:43:43.556877 [ 3 ] {5a990f15-4182-49cd-8f12-efd3e599cfdd} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): There are no data parts 2026.01.31 02:43:43.560681 [ 3 ] {5a990f15-4182-49cd-8f12-efd3e599cfdd} TCPHandler: Processed in 0.007029097 sec. 2026.01.31 02:43:43.560997 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.561165 [ 3 ] {28ba5cc8-fa66-41f9-bbd4-d3463dcee4d6} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.561307 [ 3 ] {28ba5cc8-fa66-41f9-bbd4-d3463dcee4d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.31 02:43:43.563531 [ 3 ] {28ba5cc8-fa66-41f9-bbd4-d3463dcee4d6} oximeter.fields_i32 (5baff73b-cd6e-4d64-8e8b-263a1dec5e6d): Loading data parts 2026.01.31 02:43:43.563806 [ 3 ] {28ba5cc8-fa66-41f9-bbd4-d3463dcee4d6} oximeter.fields_i32 (5baff73b-cd6e-4d64-8e8b-263a1dec5e6d): There are no data parts 2026.01.31 02:43:43.573705 [ 3 ] {28ba5cc8-fa66-41f9-bbd4-d3463dcee4d6} TCPHandler: Processed in 0.012757648 sec. 2026.01.31 02:43:43.573856 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.574214 [ 3 ] {185947fd-69a7-4b81-a502-4fab7b6a0c03} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.574347 [ 3 ] {185947fd-69a7-4b81-a502-4fab7b6a0c03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.31 02:43:43.579004 [ 3 ] {185947fd-69a7-4b81-a502-4fab7b6a0c03} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Loading data parts 2026.01.31 02:43:43.579141 [ 3 ] {185947fd-69a7-4b81-a502-4fab7b6a0c03} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): There are no data parts 2026.01.31 02:43:43.580685 [ 3 ] {185947fd-69a7-4b81-a502-4fab7b6a0c03} TCPHandler: Processed in 0.006878654 sec. 2026.01.31 02:43:43.580908 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.581064 [ 3 ] {45246ce2-4200-40d0-a070-a1a95ffe21e5} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.581184 [ 3 ] {45246ce2-4200-40d0-a070-a1a95ffe21e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.31 02:43:43.591110 [ 3 ] {45246ce2-4200-40d0-a070-a1a95ffe21e5} oximeter.fields_i64 (9a0660ce-8a06-4863-b1f0-2eb68a6a1e3e): Loading data parts 2026.01.31 02:43:43.591339 [ 3 ] {45246ce2-4200-40d0-a070-a1a95ffe21e5} oximeter.fields_i64 (9a0660ce-8a06-4863-b1f0-2eb68a6a1e3e): There are no data parts 2026.01.31 02:43:43.612094 [ 3 ] {45246ce2-4200-40d0-a070-a1a95ffe21e5} TCPHandler: Processed in 0.031234851 sec. 2026.01.31 02:43:43.612240 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.612473 [ 3 ] {5afd48a1-9e56-4573-bd00-8f4f8c3185fa} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.612593 [ 3 ] {5afd48a1-9e56-4573-bd00-8f4f8c3185fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.31 02:43:43.616180 [ 3 ] {5afd48a1-9e56-4573-bd00-8f4f8c3185fa} oximeter.fields_u64 (d8655583-18e5-4179-9754-cb73cad72d8e): Loading data parts 2026.01.31 02:43:43.616346 [ 3 ] {5afd48a1-9e56-4573-bd00-8f4f8c3185fa} oximeter.fields_u64 (d8655583-18e5-4179-9754-cb73cad72d8e): There are no data parts 2026.01.31 02:43:43.620154 [ 3 ] {5afd48a1-9e56-4573-bd00-8f4f8c3185fa} TCPHandler: Processed in 0.007961686 sec. 2026.01.31 02:43:43.620351 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.620504 [ 3 ] {1b7a0860-016f-4cdc-ac99-d40c020b93bb} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.620629 [ 3 ] {1b7a0860-016f-4cdc-ac99-d40c020b93bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.31 02:43:43.622695 [ 3 ] {1b7a0860-016f-4cdc-ac99-d40c020b93bb} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Loading data parts 2026.01.31 02:43:43.622911 [ 3 ] {1b7a0860-016f-4cdc-ac99-d40c020b93bb} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): There are no data parts 2026.01.31 02:43:43.631941 [ 3 ] {1b7a0860-016f-4cdc-ac99-d40c020b93bb} TCPHandler: Processed in 0.011639267 sec. 2026.01.31 02:43:43.632083 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.632314 [ 3 ] {ca7def2c-aefb-41ee-a57c-66617645f38a} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.632429 [ 3 ] {ca7def2c-aefb-41ee-a57c-66617645f38a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.31 02:43:43.635267 [ 3 ] {ca7def2c-aefb-41ee-a57c-66617645f38a} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Loading data parts 2026.01.31 02:43:43.635423 [ 3 ] {ca7def2c-aefb-41ee-a57c-66617645f38a} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): There are no data parts 2026.01.31 02:43:43.639240 [ 3 ] {ca7def2c-aefb-41ee-a57c-66617645f38a} TCPHandler: Processed in 0.007204618 sec. 2026.01.31 02:43:43.639403 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.639592 [ 3 ] {38d13def-8939-43f6-a9f9-4dacc5a0835b} executeQuery: (from [fd00:1122:3344:101::d]:55412) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.31 02:43:43.639745 [ 3 ] {38d13def-8939-43f6-a9f9-4dacc5a0835b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.31 02:43:43.650475 [ 3 ] {38d13def-8939-43f6-a9f9-4dacc5a0835b} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Loading data parts 2026.01.31 02:43:43.650705 [ 3 ] {38d13def-8939-43f6-a9f9-4dacc5a0835b} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): There are no data parts 2026.01.31 02:43:43.653124 [ 3 ] {38d13def-8939-43f6-a9f9-4dacc5a0835b} TCPHandler: Processed in 0.013783891 sec. 2026.01.31 02:43:43.653292 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.653635 [ 3 ] {97273e01-2ad4-4e6e-ab39-dabeda2bd238} executeQuery: (from [fd00:1122:3344:101::d]:55412) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.01.31 02:43:43.653786 [ 3 ] {97273e01-2ad4-4e6e-ab39-dabeda2bd238} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.31 02:43:43.658020 [ 3 ] {97273e01-2ad4-4e6e-ab39-dabeda2bd238} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Loading data parts 2026.01.31 02:43:43.658243 [ 3 ] {97273e01-2ad4-4e6e-ab39-dabeda2bd238} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): There are no data parts 2026.01.31 02:43:43.659934 [ 3 ] {97273e01-2ad4-4e6e-ab39-dabeda2bd238} TCPHandler: Processed in 0.006692933 sec. 2026.01.31 02:43:43.660212 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:43.660613 [ 4 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.31 02:43:43.661963 [ 4 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.31 02:43:43.676372 [ 260 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:43.676539 [ 260 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:43.681435 [ 260 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:43.682079 [ 260 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:43.682499 [ 4 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} executeQuery: Read 1 rows, 16.00 B in 0.022022 sec., 45.409136318227226 rows/sec., 726.55 B/sec. 2026.01.31 02:43:43.682760 [ 4 ] {b905815c-83af-46dc-9eaf-d1db9f4c26fc} TCPHandler: Processed in 0.022693667 sec. 2026.01.31 02:43:44.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 133.90 MiB, peak 133.90 MiB, free memory in arenas 0.00 B, will set to 138.02 MiB (RSS), difference: 4.12 MiB 2026.01.31 02:43:44.289294 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40031 2026.01.31 02:43:44.289438 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.289470 [ 262 ] {} TCP-Session: 98fb3eb9-13a1-41af-8ade-9f6aeaac59a3 Authenticating user 'default' from [fd00:1122:3344:101::b]:40031 2026.01.31 02:43:44.289633 [ 262 ] {} TCP-Session: 98fb3eb9-13a1-41af-8ade-9f6aeaac59a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.289647 [ 262 ] {} TCP-Session: 98fb3eb9-13a1-41af-8ade-9f6aeaac59a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.289712 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 02:43:44.289785 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:44.289840 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:44.290892 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60778 2026.01.31 02:43:44.290965 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60033 2026.01.31 02:43:44.291074 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291182 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291289 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53131 2026.01.31 02:43:44.291296 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57741 2026.01.31 02:43:44.291349 [ 263 ] {} TCP-Session: fc6723ec-a24a-4eef-bcbb-0ef1a03514bf Authenticating user 'default' from [fd00:1122:3344:101::b]:60778 2026.01.31 02:43:44.291372 [ 264 ] {} TCP-Session: abe0953d-6d09-462d-a3ab-03c668dc9bf4 Authenticating user 'default' from [fd00:1122:3344:101::b]:60033 2026.01.31 02:43:44.291334 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52985 2026.01.31 02:43:44.291449 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53031 2026.01.31 02:43:44.291561 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61362 2026.01.31 02:43:44.291610 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291544 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291504 [ 264 ] {} TCP-Session: abe0953d-6d09-462d-a3ab-03c668dc9bf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291694 [ 267 ] {} TCP-Session: 0e462653-a66a-4474-af87-8440634a6555 Authenticating user 'default' from [fd00:1122:3344:101::b]:52985 2026.01.31 02:43:44.291470 [ 263 ] {} TCP-Session: fc6723ec-a24a-4eef-bcbb-0ef1a03514bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291452 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291820 [ 267 ] {} TCP-Session: 0e462653-a66a-4474-af87-8440634a6555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291802 [ 263 ] {} TCP-Session: fc6723ec-a24a-4eef-bcbb-0ef1a03514bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291929 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291979 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.291979 [ 267 ] {} TCP-Session: 0e462653-a66a-4474-af87-8440634a6555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291970 [ 266 ] {} TCP-Session: 77d09444-66e5-4395-8d19-32dd6bab9401 Authenticating user 'default' from [fd00:1122:3344:101::b]:53131 2026.01.31 02:43:44.292125 [ 269 ] {} TCP-Session: 1ab7a1f4-e785-4886-bce0-c9ef8d94bbc6 Authenticating user 'default' from [fd00:1122:3344:101::b]:61362 2026.01.31 02:43:44.292142 [ 266 ] {} TCP-Session: 77d09444-66e5-4395-8d19-32dd6bab9401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.292093 [ 268 ] {} TCP-Session: 37a551a8-40f5-4438-b9b6-4940bdccd0a5 Authenticating user 'default' from [fd00:1122:3344:101::b]:53031 2026.01.31 02:43:44.292221 [ 269 ] {} TCP-Session: 1ab7a1f4-e785-4886-bce0-c9ef8d94bbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.292225 [ 266 ] {} TCP-Session: 77d09444-66e5-4395-8d19-32dd6bab9401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.292249 [ 268 ] {} TCP-Session: 37a551a8-40f5-4438-b9b6-4940bdccd0a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.292294 [ 269 ] {} TCP-Session: 1ab7a1f4-e785-4886-bce0-c9ef8d94bbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.292325 [ 268 ] {} TCP-Session: 37a551a8-40f5-4438-b9b6-4940bdccd0a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291791 [ 264 ] {} TCP-Session: abe0953d-6d09-462d-a3ab-03c668dc9bf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.291713 [ 265 ] {} TCP-Session: de85b309-17d4-41fa-bc3f-b86a3385472e Authenticating user 'default' from [fd00:1122:3344:101::b]:57741 2026.01.31 02:43:44.292466 [ 265 ] {} TCP-Session: de85b309-17d4-41fa-bc3f-b86a3385472e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.292480 [ 265 ] {} TCP-Session: de85b309-17d4-41fa-bc3f-b86a3385472e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.380451 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39797 2026.01.31 02:43:44.380698 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.380736 [ 270 ] {} TCP-Session: eed4facb-c417-4354-b4a5-78258204d96a Authenticating user 'default' from [fd00:1122:3344:101::a]:39797 2026.01.31 02:43:44.380760 [ 270 ] {} TCP-Session: eed4facb-c417-4354-b4a5-78258204d96a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.380852 [ 270 ] {} TCP-Session: eed4facb-c417-4354-b4a5-78258204d96a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.380919 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 02:43:44.380970 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:44.381058 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:44.382144 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56949 2026.01.31 02:43:44.382231 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42306 2026.01.31 02:43:44.382363 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.382392 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56327 2026.01.31 02:43:44.382463 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.382467 [ 271 ] {} TCP-Session: 9ddf21b5-eb28-46e7-879a-8e02e0b5aa94 Authenticating user 'default' from [fd00:1122:3344:101::a]:56949 2026.01.31 02:43:44.382514 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48454 2026.01.31 02:43:44.382592 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49338 2026.01.31 02:43:44.382655 [ 271 ] {} TCP-Session: 9ddf21b5-eb28-46e7-879a-8e02e0b5aa94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.382732 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41403 2026.01.31 02:43:44.382809 [ 272 ] {} TCP-Session: 2c1b5bd8-c0a5-4a6b-a2a0-dcd4836eaec3 Authenticating user 'default' from [fd00:1122:3344:101::a]:42306 2026.01.31 02:43:44.382850 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.382827 [ 271 ] {} TCP-Session: 9ddf21b5-eb28-46e7-879a-8e02e0b5aa94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.382911 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34853 2026.01.31 02:43:44.382954 [ 274 ] {} TCP-Session: 7e9e73bd-0cf8-48b9-87a0-b5523af91047 Authenticating user 'default' from [fd00:1122:3344:101::a]:48454 2026.01.31 02:43:44.382931 [ 272 ] {} TCP-Session: 2c1b5bd8-c0a5-4a6b-a2a0-dcd4836eaec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383013 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.382813 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.383079 [ 272 ] {} TCP-Session: 2c1b5bd8-c0a5-4a6b-a2a0-dcd4836eaec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383172 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.383168 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.383258 [ 273 ] {} TCP-Session: f60daced-1a64-4ff4-9fdc-fc27fa4f972e Authenticating user 'default' from [fd00:1122:3344:101::a]:56327 2026.01.31 02:43:44.383074 [ 276 ] {} TCP-Session: cdf64801-dc5b-4148-9119-e9b5d6926cb2 Authenticating user 'default' from [fd00:1122:3344:101::a]:41403 2026.01.31 02:43:44.383059 [ 274 ] {} TCP-Session: 7e9e73bd-0cf8-48b9-87a0-b5523af91047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383444 [ 275 ] {} TCP-Session: 3a23f296-5313-4c20-abc3-e722d188954b Authenticating user 'default' from [fd00:1122:3344:101::a]:49338 2026.01.31 02:43:44.383470 [ 273 ] {} TCP-Session: f60daced-1a64-4ff4-9fdc-fc27fa4f972e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383452 [ 276 ] {} TCP-Session: cdf64801-dc5b-4148-9119-e9b5d6926cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383567 [ 275 ] {} TCP-Session: 3a23f296-5313-4c20-abc3-e722d188954b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383544 [ 273 ] {} TCP-Session: f60daced-1a64-4ff4-9fdc-fc27fa4f972e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383527 [ 274 ] {} TCP-Session: 7e9e73bd-0cf8-48b9-87a0-b5523af91047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383729 [ 275 ] {} TCP-Session: 3a23f296-5313-4c20-abc3-e722d188954b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383705 [ 276 ] {} TCP-Session: cdf64801-dc5b-4148-9119-e9b5d6926cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383258 [ 277 ] {} TCP-Session: 8b5c815d-8fd2-4d8c-a30f-67ca13d2a4be Authenticating user 'default' from [fd00:1122:3344:101::a]:34853 2026.01.31 02:43:44.383924 [ 277 ] {} TCP-Session: 8b5c815d-8fd2-4d8c-a30f-67ca13d2a4be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.383939 [ 277 ] {} TCP-Session: 8b5c815d-8fd2-4d8c-a30f-67ca13d2a4be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.666387 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36282 2026.01.31 02:43:44.666618 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.666699 [ 278 ] {} TCP-Session: 8257998f-6f65-4197-915f-761375518a14 Authenticating user 'default' from [fd00:1122:3344:101::c]:36282 2026.01.31 02:43:44.666724 [ 278 ] {} TCP-Session: 8257998f-6f65-4197-915f-761375518a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.666736 [ 278 ] {} TCP-Session: 8257998f-6f65-4197-915f-761375518a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.666891 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 02:43:44.666929 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:44.667022 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:43:44.668052 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40591 2026.01.31 02:43:44.668245 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.668262 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33107 2026.01.31 02:43:44.668278 [ 279 ] {} TCP-Session: ebcc35f7-0328-4ab0-a1db-c8e03f23b8f8 Authenticating user 'default' from [fd00:1122:3344:101::c]:40591 2026.01.31 02:43:44.668364 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63947 2026.01.31 02:43:44.668272 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57428 2026.01.31 02:43:44.668457 [ 279 ] {} TCP-Session: ebcc35f7-0328-4ab0-a1db-c8e03f23b8f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.668470 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45390 2026.01.31 02:43:44.668558 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36498 2026.01.31 02:43:44.668496 [ 279 ] {} TCP-Session: ebcc35f7-0328-4ab0-a1db-c8e03f23b8f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.668468 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.668711 [ 281 ] {} TCP-Session: c1aa56e9-a085-461c-a16c-80e8e63bf8a4 Authenticating user 'default' from [fd00:1122:3344:101::c]:33107 2026.01.31 02:43:44.668772 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.668745 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.668734 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65356 2026.01.31 02:43:44.668894 [ 280 ] {} TCP-Session: 7f00647e-0f7d-4ea9-a0b2-993d806fcbf5 Authenticating user 'default' from [fd00:1122:3344:101::c]:57428 2026.01.31 02:43:44.668912 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.668938 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.668874 [ 282 ] {} TCP-Session: 5a14a55f-94de-4359-a60e-dde5acca02d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:63947 2026.01.31 02:43:44.669006 [ 284 ] {} TCP-Session: 9a13aae7-2cfb-481a-bd1e-c21a2aa38d81 Authenticating user 'default' from [fd00:1122:3344:101::c]:36498 2026.01.31 02:43:44.669008 [ 280 ] {} TCP-Session: 7f00647e-0f7d-4ea9-a0b2-993d806fcbf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.668996 [ 283 ] {} TCP-Session: 6aa8eb49-7ae6-49cb-a2ff-04d89329c648 Authenticating user 'default' from [fd00:1122:3344:101::c]:45390 2026.01.31 02:43:44.669098 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:43:44.669095 [ 284 ] {} TCP-Session: 9a13aae7-2cfb-481a-bd1e-c21a2aa38d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669081 [ 280 ] {} TCP-Session: 7f00647e-0f7d-4ea9-a0b2-993d806fcbf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669235 [ 285 ] {} TCP-Session: 4265fe90-f585-4869-84e6-89ad4656b32e Authenticating user 'default' from [fd00:1122:3344:101::c]:65356 2026.01.31 02:43:44.669189 [ 283 ] {} TCP-Session: 6aa8eb49-7ae6-49cb-a2ff-04d89329c648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669185 [ 284 ] {} TCP-Session: 9a13aae7-2cfb-481a-bd1e-c21a2aa38d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669340 [ 285 ] {} TCP-Session: 4265fe90-f585-4869-84e6-89ad4656b32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669313 [ 283 ] {} TCP-Session: 6aa8eb49-7ae6-49cb-a2ff-04d89329c648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.668856 [ 281 ] {} TCP-Session: c1aa56e9-a085-461c-a16c-80e8e63bf8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669459 [ 285 ] {} TCP-Session: 4265fe90-f585-4869-84e6-89ad4656b32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669076 [ 282 ] {} TCP-Session: 5a14a55f-94de-4359-a60e-dde5acca02d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669580 [ 281 ] {} TCP-Session: c1aa56e9-a085-461c-a16c-80e8e63bf8a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:44.669595 [ 282 ] {} TCP-Session: 5a14a55f-94de-4359-a60e-dde5acca02d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:43:45.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.16 MiB, peak 138.16 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 1.54 MiB 2026.01.31 02:43:48.694874 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.695199 [ 3 ] {4842364c-99e5-4751-810a-c4fbcf81f93d} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.695608 [ 3 ] {4842364c-99e5-4751-810a-c4fbcf81f93d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.695932 [ 3 ] {4842364c-99e5-4751-810a-c4fbcf81f93d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.697247 [ 3 ] {4842364c-99e5-4751-810a-c4fbcf81f93d} TCPHandler: Processed in 0.002509898 sec. 2026.01.31 02:43:48.700580 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.700808 [ 3 ] {11ef05b8-746d-4469-a34e-58255d6e5033} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.703157 [ 3 ] {11ef05b8-746d-4469-a34e-58255d6e5033} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.703265 [ 3 ] {11ef05b8-746d-4469-a34e-58255d6e5033} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.703709 [ 3 ] {11ef05b8-746d-4469-a34e-58255d6e5033} TCPHandler: Processed in 0.003230976 sec. 2026.01.31 02:43:48.704034 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.704224 [ 3 ] {957c836e-2376-4280-a414-32358d3fccd3} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.704547 [ 3 ] {957c836e-2376-4280-a414-32358d3fccd3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.704669 [ 3 ] {957c836e-2376-4280-a414-32358d3fccd3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.705035 [ 3 ] {957c836e-2376-4280-a414-32358d3fccd3} TCPHandler: Processed in 0.001050452 sec. 2026.01.31 02:43:48.705274 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.705488 [ 3 ] {5405078c-2091-424a-a677-d735633ea36c} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.705808 [ 3 ] {5405078c-2091-424a-a677-d735633ea36c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.705943 [ 3 ] {5405078c-2091-424a-a677-d735633ea36c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.706348 [ 3 ] {5405078c-2091-424a-a677-d735633ea36c} TCPHandler: Processed in 0.001130992 sec. 2026.01.31 02:43:48.706562 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.706774 [ 3 ] {57054edb-ed05-4ab5-8129-a1cc206e978f} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.707062 [ 3 ] {57054edb-ed05-4ab5-8129-a1cc206e978f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.707186 [ 3 ] {57054edb-ed05-4ab5-8129-a1cc206e978f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.707521 [ 3 ] {57054edb-ed05-4ab5-8129-a1cc206e978f} TCPHandler: Processed in 0.001016401 sec. 2026.01.31 02:43:48.707737 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.707930 [ 3 ] {f57d3fc6-aebf-45a9-b558-435804282f07} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.708283 [ 3 ] {f57d3fc6-aebf-45a9-b558-435804282f07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.708327 [ 3 ] {f57d3fc6-aebf-45a9-b558-435804282f07} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.708664 [ 3 ] {f57d3fc6-aebf-45a9-b558-435804282f07} TCPHandler: Processed in 0.00097662 sec. 2026.01.31 02:43:48.708959 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.709076 [ 3 ] {da2a876c-2f14-4103-be49-e1793daba13a} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.709370 [ 3 ] {da2a876c-2f14-4103-be49-e1793daba13a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.709421 [ 3 ] {da2a876c-2f14-4103-be49-e1793daba13a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.709812 [ 3 ] {da2a876c-2f14-4103-be49-e1793daba13a} TCPHandler: Processed in 0.00090185 sec. 2026.01.31 02:43:48.710025 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.710139 [ 3 ] {d9cf9c3e-ca96-4a7b-9e5c-1fe804aebaa5} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.710512 [ 3 ] {d9cf9c3e-ca96-4a7b-9e5c-1fe804aebaa5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.710557 [ 3 ] {d9cf9c3e-ca96-4a7b-9e5c-1fe804aebaa5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.710949 [ 3 ] {d9cf9c3e-ca96-4a7b-9e5c-1fe804aebaa5} TCPHandler: Processed in 0.000973291 sec. 2026.01.31 02:43:48.711145 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.711259 [ 3 ] {4efa34d8-dc8b-4489-bae4-4c8159c59497} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.711515 [ 3 ] {4efa34d8-dc8b-4489-bae4-4c8159c59497} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.711556 [ 3 ] {4efa34d8-dc8b-4489-bae4-4c8159c59497} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.711905 [ 3 ] {4efa34d8-dc8b-4489-bae4-4c8159c59497} TCPHandler: Processed in 0.000809309 sec. 2026.01.31 02:43:48.712110 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.712224 [ 3 ] {48f3ccdb-4f88-441d-8d53-5e921857c2f6} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.712478 [ 3 ] {48f3ccdb-4f88-441d-8d53-5e921857c2f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.712520 [ 3 ] {48f3ccdb-4f88-441d-8d53-5e921857c2f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.712843 [ 3 ] {48f3ccdb-4f88-441d-8d53-5e921857c2f6} TCPHandler: Processed in 0.000781009 sec. 2026.01.31 02:43:48.713122 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.713236 [ 3 ] {38f8aaed-8bff-413c-858d-6d7f35036d04} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.713491 [ 3 ] {38f8aaed-8bff-413c-858d-6d7f35036d04} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.713532 [ 3 ] {38f8aaed-8bff-413c-858d-6d7f35036d04} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.713875 [ 3 ] {38f8aaed-8bff-413c-858d-6d7f35036d04} TCPHandler: Processed in 0.000801549 sec. 2026.01.31 02:43:48.714091 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.714208 [ 3 ] {d87a1b05-43a4-45a6-9513-d549a2d28336} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.714474 [ 3 ] {d87a1b05-43a4-45a6-9513-d549a2d28336} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.714516 [ 3 ] {d87a1b05-43a4-45a6-9513-d549a2d28336} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.714854 [ 3 ] {d87a1b05-43a4-45a6-9513-d549a2d28336} TCPHandler: Processed in 0.000811078 sec. 2026.01.31 02:43:48.715090 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.715205 [ 3 ] {a7e1d0b9-c070-4ae9-8400-68626c5d186d} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.715478 [ 3 ] {a7e1d0b9-c070-4ae9-8400-68626c5d186d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.715520 [ 3 ] {a7e1d0b9-c070-4ae9-8400-68626c5d186d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.715856 [ 3 ] {a7e1d0b9-c070-4ae9-8400-68626c5d186d} TCPHandler: Processed in 0.000815228 sec. 2026.01.31 02:43:48.716063 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.716209 [ 3 ] {73454f1b-0735-478e-aa50-e5c39306c060} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.716512 [ 3 ] {73454f1b-0735-478e-aa50-e5c39306c060} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.716557 [ 3 ] {73454f1b-0735-478e-aa50-e5c39306c060} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.716971 [ 3 ] {73454f1b-0735-478e-aa50-e5c39306c060} TCPHandler: Processed in 0.000955841 sec. 2026.01.31 02:43:48.717306 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.717443 [ 3 ] {902ff65c-a45e-4e5f-9887-eae08f2ba878} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:43:48.717745 [ 3 ] {902ff65c-a45e-4e5f-9887-eae08f2ba878} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.717792 [ 3 ] {902ff65c-a45e-4e5f-9887-eae08f2ba878} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:43:48.718237 [ 3 ] {902ff65c-a45e-4e5f-9887-eae08f2ba878} TCPHandler: Processed in 0.00099363 sec. 2026.01.31 02:43:48.720417 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.720555 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 02:43:48.720606 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:43:48.721452 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.721507 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.722930 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.723353 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.723517 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} executeQuery: Read 15 rows, 2.24 KiB in 0.003007 sec., 4988.360492184902 rows/sec., 743.38 KiB/sec. 2026.01.31 02:43:48.723562 [ 3 ] {0a0e2ff6-d744-4016-97a5-cd68c59e458e} TCPHandler: Processed in 0.003204946 sec. 2026.01.31 02:43:48.723681 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.723781 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 02:43:48.723822 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 02:43:48.724372 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.724407 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.725446 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.725974 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.726117 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} executeQuery: Read 2 rows, 167.00 B in 0.002359 sec., 847.816871555744 rows/sec., 69.13 KiB/sec. 2026.01.31 02:43:48.726160 [ 3 ] {1f87667e-6322-44dc-b1ac-6def33220392} TCPHandler: Processed in 0.002529318 sec. 2026.01.31 02:43:48.726276 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.726371 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:43:48.726410 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:43:48.726869 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.726902 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.727309 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.727800 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.727933 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} executeQuery: Read 27 rows, 2.13 KiB in 0.001582 sec., 17067.00379266751 rows/sec., 1.32 MiB/sec. 2026.01.31 02:43:48.727974 [ 3 ] {068cf6a1-bdc3-4938-9746-f2214d980e11} TCPHandler: Processed in 0.001748679 sec. 2026.01.31 02:43:48.728086 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.728179 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:43:48.728217 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:43:48.728648 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.728685 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.729134 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.729602 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.729742 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} executeQuery: Read 2 rows, 143.00 B in 0.001581 sec., 1265.022137887413 rows/sec., 88.33 KiB/sec. 2026.01.31 02:43:48.729785 [ 3 ] {f8857b32-9aed-418e-87d0-bd49fd5fcfc8} TCPHandler: Processed in 0.001747379 sec. 2026.01.31 02:43:48.729896 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.729991 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:43:48.730056 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:43:48.730517 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.730554 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.731006 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.731491 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.731631 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} executeQuery: Read 30 rows, 2.40 KiB in 0.001658 sec., 18094.089264173705 rows/sec., 1.41 MiB/sec. 2026.01.31 02:43:48.731675 [ 3 ] {bc2e571a-1cee-49d5-88d1-7dadef79626d} TCPHandler: Processed in 0.00182776 sec. 2026.01.31 02:43:48.731796 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.731897 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:43:48.731973 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:43:48.732945 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.732979 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.733518 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.734129 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.734283 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} executeQuery: Read 41 rows, 2.91 KiB in 0.002404 sec., 17054.908485856908 rows/sec., 1.18 MiB/sec. 2026.01.31 02:43:48.734325 [ 3 ] {841acdcf-9f50-433c-b017-e7a908212674} TCPHandler: Processed in 0.002578198 sec. 2026.01.31 02:43:48.734452 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:48.734553 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:43:48.734600 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:43:48.734988 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.735029 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.735542 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.736072 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.736210 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} executeQuery: Read 16 rows, 1.13 KiB in 0.001676 sec., 9546.53937947494 rows/sec., 671.24 KiB/sec. 2026.01.31 02:43:48.736248 [ 3 ] {ee716415-122e-4666-a95f-ae05e0e29110} TCPHandler: Processed in 0.001853151 sec. 2026.01.31 02:43:48.888909 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.31 02:43:48.888943 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.01.31 02:43:48.889022 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.31 02:43:48.889060 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.31 02:43:48.892563 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Loading data parts 2026.01.31 02:43:48.892776 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): There are no data parts 2026.01.31 02:43:48.910201 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.910238 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.910328 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Loading data parts 2026.01.31 02:43:48.910519 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): There are no data parts 2026.01.31 02:43:48.912591 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.913176 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.913322 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.01.31 02:43:48.945285 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:48.945355 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2026.01.31 02:43:48.951986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:48.953247 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:48.956763 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.31 02:43:49.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 145.76 MiB, peak 149.76 MiB, free memory in arenas 0.00 B, will set to 156.09 MiB (RSS), difference: 10.34 MiB 2026.01.31 02:43:51.389090 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 132 entries to flush up to offset 132 2026.01.31 02:43:51.389195 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.31 02:43:51.413294 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Loading data parts 2026.01.31 02:43:51.413485 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): There are no data parts 2026.01.31 02:43:51.422836 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:51.422876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:51.424779 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:43:51.425438 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:51.425709 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 132 2026.01.31 02:43:52.000366 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.34 MiB, peak 160.34 MiB, free memory in arenas 0.00 B, will set to 157.04 MiB (RSS), difference: -3.31 MiB 2026.01.31 02:43:53.698422 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:53.698598 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:43:53.698663 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:43:53.699376 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:53.699426 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:53.699958 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:43:53.700467 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:53.700657 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} executeQuery: Read 26 rows, 2.06 KiB in 0.002107 sec., 12339.81964878975 rows/sec., 978.42 KiB/sec. 2026.01.31 02:43:53.700709 [ 3 ] {7f191702-3804-4ead-a9ea-e5c6df6da4d2} TCPHandler: Processed in 0.002420826 sec. 2026.01.31 02:43:53.700843 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:53.700941 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:43:53.700985 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:43:53.701432 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:53.701470 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:53.701903 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:43:53.702398 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:53.702537 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} executeQuery: Read 28 rows, 2.24 KiB in 0.001616 sec., 17326.73267326733 rows/sec., 1.35 MiB/sec. 2026.01.31 02:43:53.702575 [ 3 ] {522f157c-278b-4af0-8661-c8a0b99eabbc} TCPHandler: Processed in 0.001784549 sec. 2026.01.31 02:43:53.702696 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:53.702792 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:43:53.702837 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:43:53.703265 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:53.703301 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:53.703734 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:43:53.704174 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:53.704305 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} executeQuery: Read 50 rows, 3.55 KiB in 0.001532 sec., 32637.07571801567 rows/sec., 2.26 MiB/sec. 2026.01.31 02:43:53.704340 [ 3 ] {5782a5da-9cc3-404f-94ae-0102b9d9c9af} TCPHandler: Processed in 0.001694909 sec. 2026.01.31 02:43:53.704451 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:53.704546 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:43:53.704588 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:43:53.704927 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:53.704963 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:53.705369 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:43:53.705828 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:53.705959 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} executeQuery: Read 20 rows, 1.41 KiB in 0.001432 sec., 13966.480446927375 rows/sec., 982.02 KiB/sec. 2026.01.31 02:43:53.705993 [ 3 ] {9e5fabc2-3b15-481b-afaf-0aef84c5975c} TCPHandler: Processed in 0.001593118 sec. 2026.01.31 02:43:56.341125 [ 106 ] {} DNSResolver: Updating DNS cache 2026.01.31 02:43:56.341214 [ 106 ] {} DNSResolver: Updated DNS cache 2026.01.31 02:43:56.413419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.01.31 02:43:56.416646 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:56.416700 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:56.417376 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:43:56.417830 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:56.417969 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.31 02:43:56.456859 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.31 02:43:56.475240 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:56.475310 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:56.482102 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:43:56.483171 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:56.486272 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.31 02:43:57.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.86 MiB, peak 161.86 MiB, free memory in arenas 0.00 B, will set to 159.81 MiB (RSS), difference: 1.95 MiB 2026.01.31 02:43:58.698006 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:58.698268 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:43:58.698366 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:43:58.699182 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:58.699224 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:58.699719 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:43:58.700183 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:58.700345 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} executeQuery: Read 26 rows, 2.06 KiB in 0.002147 sec., 12109.920819748486 rows/sec., 960.19 KiB/sec. 2026.01.31 02:43:58.700391 [ 3 ] {bcc47231-7b11-44bd-a4f3-4fe9f1a989c7} TCPHandler: Processed in 0.002557307 sec. 2026.01.31 02:43:58.700528 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:58.700631 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:43:58.700675 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:43:58.701117 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:58.701153 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:58.701619 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:43:58.702045 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:58.702180 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} executeQuery: Read 28 rows, 2.24 KiB in 0.001573 sec., 17800.381436745072 rows/sec., 1.39 MiB/sec. 2026.01.31 02:43:58.702218 [ 3 ] {76b3e79d-eea4-4b01-8954-bafac963604d} TCPHandler: Processed in 0.00174319 sec. 2026.01.31 02:43:58.702336 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:58.702432 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:43:58.702477 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:43:58.702861 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:58.702895 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:58.703343 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:43:58.703773 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:58.703902 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} executeQuery: Read 50 rows, 3.55 KiB in 0.00149 sec., 33557.04697986577 rows/sec., 2.33 MiB/sec. 2026.01.31 02:43:58.703937 [ 3 ] {6080f417-7678-4687-97ab-28bc620d2d98} TCPHandler: Processed in 0.001651758 sec. 2026.01.31 02:43:58.704050 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:43:58.704145 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:43:58.704187 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:43:58.704518 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:43:58.704552 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:43:58.704996 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:43:58.705420 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:43:58.705546 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} executeQuery: Read 20 rows, 1.41 KiB in 0.00142 sec., 14084.507042253521 rows/sec., 990.32 KiB/sec. 2026.01.31 02:43:58.705581 [ 3 ] {4b6bea52-a7f2-415d-bc99-ef2dc58f6258} TCPHandler: Processed in 0.001581757 sec. 2026.01.31 02:44:00.239000 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.239248 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.239690 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.241686 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections')" moved to PREWHERE 2026.01.31 02:44:00.241969 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.244376 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.246928 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2026.01.31 02:44:00.248978 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.249030 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.249052 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.249157 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections'))" 2026.01.31 02:44:00.249181 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.258924 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} executeQuery: Read 15 rows, 624.00 B in 0.019773 sec., 758.6102260658474 rows/sec., 30.82 KiB/sec. 2026.01.31 02:44:00.259024 [ 3 ] {8e9d4fa6-e374-40b4-bafb-78515917d821} TCPHandler: Processed in 0.020171729 sec. 2026.01.31 02:44:00.261557 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.261694 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.262037 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.262082 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.01.31 02:44:00.262365 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.262443 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.262616 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2026.01.31 02:44:00.262656 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.262685 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.262706 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.262755 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.01.31 02:44:00.262782 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.263308 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} executeQuery: Read 15 rows, 624.00 B in 0.001666 sec., 9003.60144057623 rows/sec., 365.77 KiB/sec. 2026.01.31 02:44:00.263401 [ 3 ] {e21383d9-29e5-4df8-85f1-4b15a2e86c02} TCPHandler: Processed in 0.001897081 sec. 2026.01.31 02:44:00.263629 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.263781 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.264014 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.264047 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2026.01.31 02:44:00.264229 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.264286 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.264392 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.01.31 02:44:00.264423 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.264443 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.264458 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.264502 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2026.01.31 02:44:00.264522 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.264983 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} executeQuery: Read 15 rows, 624.00 B in 0.001269 sec., 11820.33096926714 rows/sec., 480.20 KiB/sec. 2026.01.31 02:44:00.265083 [ 3 ] {aa161908-3060-40eb-bce9-6ffa7869cc2e} TCPHandler: Processed in 0.001506006 sec. 2026.01.31 02:44:00.265294 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.265516 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.265783 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.265830 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2026.01.31 02:44:00.266020 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.266076 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.266181 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.01.31 02:44:00.266210 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.266229 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.266244 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.266277 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2026.01.31 02:44:00.266296 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.266728 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} executeQuery: Read 15 rows, 624.00 B in 0.001277 sec., 11746.280344557557 rows/sec., 477.19 KiB/sec. 2026.01.31 02:44:00.266820 [ 3 ] {49bdd5f9-f4bc-4c4f-a2ef-e5636bfe7d66} TCPHandler: Processed in 0.001576117 sec. 2026.01.31 02:44:00.267026 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.267157 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.267375 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.267408 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 02:44:00.267578 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.267631 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.267732 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.01.31 02:44:00.267760 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.267780 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.267796 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.267829 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.01.31 02:44:00.267848 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.268288 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} executeQuery: Read 15 rows, 624.00 B in 0.001181 sec., 12701.100762066046 rows/sec., 515.98 KiB/sec. 2026.01.31 02:44:00.268371 [ 3 ] {619b43dd-e6ae-4a77-9e04-568f697825ca} TCPHandler: Processed in 0.001397525 sec. 2026.01.31 02:44:00.268665 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.268822 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.269051 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.269105 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 02:44:00.269310 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.269369 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.269472 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.01.31 02:44:00.269501 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.269521 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.269536 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.269569 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.01.31 02:44:00.269587 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.270028 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} executeQuery: Read 15 rows, 624.00 B in 0.001262 sec., 11885.895404120443 rows/sec., 482.86 KiB/sec. 2026.01.31 02:44:00.270120 [ 3 ] {97e446b0-5147-4547-a479-972226d55819} TCPHandler: Processed in 0.001520466 sec. 2026.01.31 02:44:00.270439 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.270570 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.270788 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.270821 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 02:44:00.270993 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.271049 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.271149 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.01.31 02:44:00.271180 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.271198 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.271213 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.271248 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2026.01.31 02:44:00.271265 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.271684 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} executeQuery: Read 15 rows, 624.00 B in 0.001165 sec., 12875.536480686695 rows/sec., 523.07 KiB/sec. 2026.01.31 02:44:00.271770 [ 3 ] {78331a6a-23b3-40a8-8d6d-9b71f63af47b} TCPHandler: Processed in 0.001381525 sec. 2026.01.31 02:44:00.272309 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.272437 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.272650 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.272682 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.31 02:44:00.272854 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.272907 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.273005 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.01.31 02:44:00.273033 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.273053 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.273066 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.273098 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2026.01.31 02:44:00.273115 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.273513 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} executeQuery: Read 15 rows, 624.00 B in 0.001126 sec., 13321.492007104795 rows/sec., 541.19 KiB/sec. 2026.01.31 02:44:00.273595 [ 3 ] {76ce1370-cccc-45aa-b63d-1ad69b9462c8} TCPHandler: Processed in 0.001336894 sec. 2026.01.31 02:44:00.273809 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.273935 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.274150 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.274181 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.01.31 02:44:00.274350 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.274402 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.274497 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.01.31 02:44:00.274524 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.274541 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.274555 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.274586 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.01.31 02:44:00.274604 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.275157 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} executeQuery: Read 15 rows, 624.00 B in 0.001269 sec., 11820.33096926714 rows/sec., 480.20 KiB/sec. 2026.01.31 02:44:00.275238 [ 3 ] {d008049e-18c3-4334-a322-a187b420890d} TCPHandler: Processed in 0.001479236 sec. 2026.01.31 02:44:00.275453 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.275580 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.275797 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.275829 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.01.31 02:44:00.276000 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.276052 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.276151 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.01.31 02:44:00.276179 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.276196 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.276210 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.276242 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.01.31 02:44:00.276259 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.276688 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} executeQuery: Read 15 rows, 624.00 B in 0.001156 sec., 12975.778546712803 rows/sec., 527.14 KiB/sec. 2026.01.31 02:44:00.276770 [ 3 ] {2aa4f3af-b4b7-46a8-b023-928f6bf9f4d0} TCPHandler: Processed in 0.001366585 sec. 2026.01.31 02:44:00.276989 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.277116 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.277327 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.277359 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.31 02:44:00.277542 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.277594 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.277692 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.01.31 02:44:00.277721 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.277739 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.277752 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.277784 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.31 02:44:00.277803 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.278254 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} executeQuery: Read 15 rows, 624.00 B in 0.001187 sec., 12636.899747262007 rows/sec., 513.37 KiB/sec. 2026.01.31 02:44:00.278335 [ 3 ] {f0508a6d-109d-4e24-8244-47f9589aaa73} TCPHandler: Processed in 0.001397246 sec. 2026.01.31 02:44:00.278559 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.278685 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.278882 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.278913 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.31 02:44:00.279092 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.279143 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.279238 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.31 02:44:00.279265 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.279283 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.279297 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.279327 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.31 02:44:00.279344 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.279745 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} executeQuery: Read 15 rows, 624.00 B in 0.001109 sec., 13525.698827772769 rows/sec., 549.48 KiB/sec. 2026.01.31 02:44:00.279833 [ 3 ] {598d3daf-3dcd-4578-9a2d-aeaec7f107cf} TCPHandler: Processed in 0.001323914 sec. 2026.01.31 02:44:00.280047 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.280174 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.280371 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.280403 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.31 02:44:00.280578 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.280628 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.280724 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.31 02:44:00.280751 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.280768 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.280782 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.280815 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.31 02:44:00.280840 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.281247 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} executeQuery: Read 15 rows, 624.00 B in 0.001121 sec., 13380.909901873327 rows/sec., 543.60 KiB/sec. 2026.01.31 02:44:00.281334 [ 3 ] {49adc0af-f4e1-472b-ab14-f2c012246bd9} TCPHandler: Processed in 0.001337744 sec. 2026.01.31 02:44:00.281557 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.281683 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.281881 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.281913 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.31 02:44:00.282088 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.282139 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.282236 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.31 02:44:00.282265 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.282282 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.282296 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.282327 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.31 02:44:00.282345 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.282758 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} executeQuery: Read 15 rows, 624.00 B in 0.001124 sec., 13345.195729537367 rows/sec., 542.15 KiB/sec. 2026.01.31 02:44:00.282848 [ 3 ] {34c0871c-63c8-4158-b8d6-dc97d4673abe} TCPHandler: Processed in 0.001339945 sec. 2026.01.31 02:44:00.283074 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.283202 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.283402 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.283434 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.31 02:44:00.283613 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.283664 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.283760 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.31 02:44:00.283787 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.283805 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.283818 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.283849 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.31 02:44:00.283868 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.284270 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} executeQuery: Read 15 rows, 624.00 B in 0.001118 sec., 13416.815742397137 rows/sec., 545.06 KiB/sec. 2026.01.31 02:44:00.284357 [ 3 ] {5220ccc5-4843-45cc-8fb0-b2ddc052751d} TCPHandler: Processed in 0.001332334 sec. 2026.01.31 02:44:00.284580 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.284708 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.284907 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.284939 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 2026.01.31 02:44:00.285119 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.285170 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.285266 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.31 02:44:00.285294 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.285311 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.285325 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.285356 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" 2026.01.31 02:44:00.285373 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.285759 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} executeQuery: Read 15 rows, 624.00 B in 0.001102 sec., 13611.615245009076 rows/sec., 552.97 KiB/sec. 2026.01.31 02:44:00.285846 [ 3 ] {f78a59b1-5e69-40ee-8f43-f4e5a5d2dd1f} TCPHandler: Processed in 0.001315725 sec. 2026.01.31 02:44:00.292909 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.293149 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.293515 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.293575 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.293866 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.293917 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.294014 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.31 02:44:00.294042 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.294143 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.294159 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.294193 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.294284 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.294726 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} executeQuery: Read 15 rows, 624.00 B in 0.001683 sec., 8912.6559714795 rows/sec., 362.08 KiB/sec. 2026.01.31 02:44:00.294813 [ 3 ] {aaed1f7b-24ce-48ca-a210-220bde4afd9b} TCPHandler: Processed in 0.001994441 sec. 2026.01.31 02:44:00.295042 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.295171 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.295380 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.295413 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.295597 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.295648 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.295745 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.31 02:44:00.295772 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.295790 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.295803 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.295834 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.295852 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.296268 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} executeQuery: Read 15 rows, 624.00 B in 0.001148 sec., 13066.202090592335 rows/sec., 530.81 KiB/sec. 2026.01.31 02:44:00.296348 [ 3 ] {734d4513-d8aa-4d91-a542-46d84eba091f} TCPHandler: Processed in 0.001357655 sec. 2026.01.31 02:44:00.296548 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.296680 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.296879 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.296913 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.297097 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.297149 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.297245 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.31 02:44:00.297272 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.297289 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.297303 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.297334 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.297351 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.297770 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} executeQuery: Read 15 rows, 624.00 B in 0.001144 sec., 13111.88811188811 rows/sec., 532.67 KiB/sec. 2026.01.31 02:44:00.297849 [ 3 ] {50b4a34c-0ddb-4b46-a32e-4be8b1d2af1e} TCPHandler: Processed in 0.001350515 sec. 2026.01.31 02:44:00.298166 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.298311 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.298541 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.298578 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.298788 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.298845 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.298950 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.31 02:44:00.298978 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.298997 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.299011 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.299045 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.299065 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.299492 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} executeQuery: Read 15 rows, 624.00 B in 0.001242 sec., 12077.294685990337 rows/sec., 490.64 KiB/sec. 2026.01.31 02:44:00.299574 [ 3 ] {a4f73615-7e62-48f1-beb2-9de56c431235} TCPHandler: Processed in 0.001460916 sec. 2026.01.31 02:44:00.299793 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.299933 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.300168 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.300203 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.300399 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.300452 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.300552 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.31 02:44:00.300580 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.300599 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.300614 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.300647 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.300666 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.301101 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} executeQuery: Read 15 rows, 624.00 B in 0.001229 sec., 12205.044751830756 rows/sec., 495.83 KiB/sec. 2026.01.31 02:44:00.301183 [ 3 ] {9e92049a-d62a-4c9f-a848-5c959a659781} TCPHandler: Processed in 0.001442616 sec. 2026.01.31 02:44:00.301400 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.301533 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.301757 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.301793 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.301989 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.302041 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.302141 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.31 02:44:00.302169 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.302188 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.302202 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.302236 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.302254 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.302658 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} executeQuery: Read 15 rows, 624.00 B in 0.00118 sec., 12711.86440677966 rows/sec., 516.42 KiB/sec. 2026.01.31 02:44:00.302742 [ 3 ] {825d2e37-93e4-4aa1-97ce-ba2d67de10c0} TCPHandler: Processed in 0.001393416 sec. 2026.01.31 02:44:00.302943 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.303077 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:00.303299 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:00.303333 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:00.303530 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.303582 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:00.303680 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.31 02:44:00.303708 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:00.303725 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.31 02:44:00.303739 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:00.303771 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:00.303788 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.01.31 02:44:00.304196 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} executeQuery: Read 15 rows, 624.00 B in 0.001175 sec., 12765.95744680851 rows/sec., 518.62 KiB/sec. 2026.01.31 02:44:00.304278 [ 3 ] {2c8929e5-8240-4c47-8bb7-9c1ccb608091} TCPHandler: Processed in 0.001384835 sec. 2026.01.31 02:44:00.350609 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.350774 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 02:44:00.350834 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:00.351473 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.351519 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.352085 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:00.352455 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.352619 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} executeQuery: Read 23 rows, 6.37 KiB in 0.001891 sec., 12162.876784769962 rows/sec., 3.29 MiB/sec. 2026.01.31 02:44:00.352661 [ 3 ] {c7f2dd58-5ff0-4774-ad74-47cc7b0a4993} TCPHandler: Processed in 0.002133413 sec. 2026.01.31 02:44:00.352811 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.352907 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.352948 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:44:00.354388 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.354424 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.354853 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:00.355295 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.355436 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} executeQuery: Read 266 rows, 17.30 KiB in 0.002548 sec., 104395.6043956044 rows/sec., 6.63 MiB/sec. 2026.01.31 02:44:00.355479 [ 3 ] {5629c296-ae78-4cf6-ac29-80953456d3cc} TCPHandler: Processed in 0.00271907 sec. 2026.01.31 02:44:00.355608 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.355704 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 02:44:00.355746 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 02:44:00.356177 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.356215 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.356651 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:00.357062 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.357200 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} executeQuery: Read 10 rows, 835.00 B in 0.001515 sec., 6600.660066006601 rows/sec., 538.24 KiB/sec. 2026.01.31 02:44:00.357242 [ 3 ] {35388c1a-1886-494f-b79e-2b32ce0f9ecc} TCPHandler: Processed in 0.001684208 sec. 2026.01.31 02:44:00.357356 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.357449 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:00.357487 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:00.359006 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.359043 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.359677 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:00.360090 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.360223 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} executeQuery: Read 1917 rows, 159.50 KiB in 0.002804 sec., 683666.1911554921 rows/sec., 55.55 MiB/sec. 2026.01.31 02:44:00.360262 [ 3 ] {91ff57cd-53ee-4e98-8e8b-a1b9f48b7381} TCPHandler: Processed in 0.002970402 sec. 2026.01.31 02:44:00.360379 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.360466 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.360502 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:00.360929 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.360962 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.361435 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:00.361838 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.361972 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} executeQuery: Read 153 rows, 9.45 KiB in 0.001495 sec., 102341.13712374582 rows/sec., 6.17 MiB/sec. 2026.01.31 02:44:00.362015 [ 3 ] {171d16cb-9f74-491a-8584-009b76c1cdd6} TCPHandler: Processed in 0.001662998 sec. 2026.01.31 02:44:00.362130 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.362224 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.362262 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:44:00.362796 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.362830 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.363354 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:00.363804 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.363940 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} executeQuery: Read 368 rows, 25.07 KiB in 0.001734 sec., 212226.06689734716 rows/sec., 14.12 MiB/sec. 2026.01.31 02:44:00.363984 [ 3 ] {7ac433fe-d3f2-4084-a5c6-ce4f49ce8ebf} TCPHandler: Processed in 0.001905041 sec. 2026.01.31 02:44:00.364100 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.364195 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.364235 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:44:00.364661 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.364698 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.365133 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:00.365574 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.365701 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} executeQuery: Read 139 rows, 8.10 KiB in 0.001524 sec., 91207.34908136484 rows/sec., 5.19 MiB/sec. 2026.01.31 02:44:00.365745 [ 3 ] {91a634e7-64f8-4213-a24c-c1c50541a5a8} TCPHandler: Processed in 0.001696228 sec. 2026.01.31 02:44:00.365881 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.365973 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:00.366012 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:00.366765 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.366801 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.367277 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:00.367698 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.367827 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} executeQuery: Read 939 rows, 69.19 KiB in 0.001871 sec., 501870.65740245854 rows/sec., 36.11 MiB/sec. 2026.01.31 02:44:00.367863 [ 3 ] {107454a8-40e6-4441-98e3-59065046dc2c} TCPHandler: Processed in 0.002037562 sec. 2026.01.31 02:44:00.367973 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.368068 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:44:00.368109 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:44:00.368432 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.368467 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.368879 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:00.369310 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.369447 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. 2026.01.31 02:44:00.369484 [ 3 ] {ab45df7b-609e-4b00-abc7-ed74d0c0202e} TCPHandler: Processed in 0.001560447 sec. 2026.01.31 02:44:00.369593 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.369688 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.369729 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:00.370414 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.370450 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.371059 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:00.371472 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.371610 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} executeQuery: Read 1297 rows, 88.27 KiB in 0.001941 sec., 668212.2617207625 rows/sec., 44.41 MiB/sec. 2026.01.31 02:44:00.371649 [ 3 ] {c5c5760f-190d-4c93-ae69-a9ac92819634} TCPHandler: Processed in 0.002105363 sec. 2026.01.31 02:44:00.371758 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.371853 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.371895 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:44:00.372200 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.372236 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.372653 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:00.373067 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.373211 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. 2026.01.31 02:44:00.373247 [ 3 ] {a625c547-895a-4a75-82c6-d9aa34d2e290} TCPHandler: Processed in 0.001538027 sec. 2026.01.31 02:44:00.373347 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.373440 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.373492 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:44:00.374161 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.374195 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.375370 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:00.375785 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.375927 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} executeQuery: Read 10 rows, 18.35 KiB in 0.002505 sec., 3992.0159680638726 rows/sec., 7.15 MiB/sec. 2026.01.31 02:44:00.375980 [ 3 ] {2d29e4d9-c25c-4fc7-b44e-97cc4f9d6232} TCPHandler: Processed in 0.002682449 sec. 2026.01.31 02:44:00.376089 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:00.376183 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:00.376224 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:00.376537 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:00.376572 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:00.376972 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:00.377419 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:00.377544 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} executeQuery: Read 44 rows, 2.63 KiB in 0.00138 sec., 31884.057971014496 rows/sec., 1.86 MiB/sec. 2026.01.31 02:44:00.377579 [ 3 ] {390ca223-ccc0-4fa1-86a8-46ee0e415eb6} TCPHandler: Processed in 0.001541117 sec. 2026.01.31 02:44:01.426111 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 220 2026.01.31 02:44:01.430077 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:01.430135 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:01.431538 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:01.432006 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:01.432321 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2026.01.31 02:44:02.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.64 MiB, peak 162.64 MiB, free memory in arenas 0.00 B, will set to 162.77 MiB (RSS), difference: 4.13 MiB 2026.01.31 02:44:03.700278 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:03.700458 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:03.700524 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:03.701222 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:03.701272 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:03.701810 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:03.702255 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:03.702431 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} executeQuery: Read 56 rows, 4.41 KiB in 0.002043 sec., 27410.67058247675 rows/sec., 2.11 MiB/sec. 2026.01.31 02:44:03.702477 [ 3 ] {cc390c57-6fd7-4dfa-8d35-40d6b447f9e7} TCPHandler: Processed in 0.002358855 sec. 2026.01.31 02:44:03.702587 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:03.702677 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:03.702715 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:03.703157 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:03.703194 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:03.703600 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:03.704007 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:03.704155 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} executeQuery: Read 64 rows, 5.12 KiB in 0.001459 sec., 43865.661411925976 rows/sec., 3.42 MiB/sec. 2026.01.31 02:44:03.704194 [ 3 ] {a8c62bad-30b9-4ba3-ada8-24fd443faae1} TCPHandler: Processed in 0.001626168 sec. 2026.01.31 02:44:03.704305 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:03.704399 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:03.704441 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:03.704795 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:03.704830 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:03.705250 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:03.705688 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:03.705840 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} executeQuery: Read 96 rows, 6.85 KiB in 0.001459 sec., 65798.49211788896 rows/sec., 4.58 MiB/sec. 2026.01.31 02:44:03.705879 [ 3 ] {4d7ea9de-f180-4a7f-a109-9ce9fe83b84d} TCPHandler: Processed in 0.001624928 sec. 2026.01.31 02:44:03.705987 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:03.706081 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:03.706122 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:03.706427 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:03.706463 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:03.706855 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:03.707292 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:03.707443 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} executeQuery: Read 36 rows, 2.48 KiB in 0.001381 sec., 26068.06661839247 rows/sec., 1.76 MiB/sec. 2026.01.31 02:44:03.707484 [ 3 ] {94b2be54-9835-437a-a4ea-1c5d88c13d8b} TCPHandler: Processed in 0.001546717 sec. 2026.01.31 02:44:03.918126 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.01.31 02:44:03.918597 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:03.918634 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:03.919318 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:03.919781 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:03.919920 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.01.31 02:44:03.986629 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.31 02:44:04.004208 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:04.004272 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:04.011224 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:04.012465 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:04.016576 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.31 02:44:05.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.72 MiB, peak 167.72 MiB, free memory in arenas 0.00 B, will set to 164.96 MiB (RSS), difference: 1.24 MiB 2026.01.31 02:44:08.703267 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:08.703483 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:08.703562 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:08.704297 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.704349 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.704852 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:08.705317 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.705453 [ 81 ] {} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:08.705475 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} executeQuery: Read 56 rows, 4.41 KiB in 0.002048 sec., 27343.75 rows/sec., 2.10 MiB/sec. 2026.01.31 02:44:08.705529 [ 81 ] {} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.705533 [ 3 ] {d2c6839a-7227-4132-997b-fe2e9b966645} TCPHandler: Processed in 0.002440306 sec. 2026.01.31 02:44:08.705558 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.705677 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:08.705777 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:08.705807 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:08.705823 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:08.705959 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:08.706071 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2026.01.31 02:44:08.706232 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.01.31 02:44:08.706265 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.706302 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.706337 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.01.31 02:44:08.706386 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1917 rows starting from the beginning of the part 2026.01.31 02:44:08.706466 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.01.31 02:44:08.706521 [ 191 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.01.31 02:44:08.706804 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:08.707315 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.707427 [ 81 ] {} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:08.707448 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} executeQuery: Read 64 rows, 5.12 KiB in 0.00169 sec., 37869.8224852071 rows/sec., 2.96 MiB/sec. 2026.01.31 02:44:08.707467 [ 81 ] {} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.707491 [ 3 ] {32eeba34-a673-4ac9-a383-acd3fc18befa} TCPHandler: Processed in 0.001865131 sec. 2026.01.31 02:44:08.707492 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.707613 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:08.707623 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:08.707717 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:08.707730 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:08.707751 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.01.31 02:44:08.707775 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:08.707829 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.01.31 02:44:08.707883 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2026.01.31 02:44:08.707965 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 939 rows starting from the beginning of the part 2026.01.31 02:44:08.708021 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.01.31 02:44:08.708065 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.01.31 02:44:08.708123 [ 200 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2108 rows, containing 5 columns (5 merged, 0 gathered) in 0.002447016 sec., 861457.3831965135 rows/sec., 72.95 MiB/sec. 2026.01.31 02:44:08.708248 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.708289 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.708610 [ 196 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:08.708965 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:08.709165 [ 191 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1153 rows, containing 5 columns (5 merged, 0 gathered) in 0.001607988 sec., 717045.1520782493 rows/sec., 55.14 MiB/sec. 2026.01.31 02:44:08.709264 [ 196 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.709377 [ 196 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_6_1} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:08.709410 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:08.709498 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.31 02:44:08.709519 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.709668 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} executeQuery: Read 160 rows, 11.41 KiB in 0.001955 sec., 81841.43222506394 rows/sec., 5.70 MiB/sec. 2026.01.31 02:44:08.709677 [ 78 ] {} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:08.709706 [ 3 ] {9115927f-999b-4ceb-aa62-2bec35e4aa64} TCPHandler: Processed in 0.002134053 sec. 2026.01.31 02:44:08.709746 [ 78 ] {} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.709774 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.709837 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:08.709868 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:08.709880 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.709940 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:08.709973 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_6_1} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:08.709990 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:08.710019 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:08.710037 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.31 02:44:08.710068 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 41 rows starting from the beginning of the part 2026.01.31 02:44:08.710175 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2026.01.31 02:44:08.710230 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.01.31 02:44:08.710278 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1297 rows starting from the beginning of the part 2026.01.31 02:44:08.710338 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.710340 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part 2026.01.31 02:44:08.710384 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.710419 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.01.31 02:44:08.710806 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:08.711283 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.711393 [ 78 ] {} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:08.711424 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. 2026.01.31 02:44:08.711436 [ 78 ] {} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:08.711468 [ 3 ] {13b66628-885a-4b5c-a969-793ccab003c9} TCPHandler: Processed in 0.001682048 sec. 2026.01.31 02:44:08.711469 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:08.711576 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:08.711709 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:08.711743 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2026.01.31 02:44:08.711833 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2026.01.31 02:44:08.711902 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2026.01.31 02:44:08.711964 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part 2026.01.31 02:44:08.712027 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.01.31 02:44:08.712100 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.01.31 02:44:08.713245 [ 186 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 4 columns (4 merged, 0 gathered) in 0.001707918 sec., 114759.60789686625 rows/sec., 7.54 MiB/sec. 2026.01.31 02:44:08.713461 [ 190 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1694 rows, containing 5 columns (5 merged, 0 gathered) in 0.00363369 sec., 466192.7682328432 rows/sec., 31.32 MiB/sec. 2026.01.31 02:44:08.713489 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:08.713875 [ 186 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:08.714042 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.714121 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_6_1} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:08.714194 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.31 02:44:08.714463 [ 186 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:08.714546 [ 186 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_6_1} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:08.714627 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.01.31 02:44:11.341274 [ 29 ] {} DNSResolver: Updating DNS cache 2026.01.31 02:44:11.341339 [ 29 ] {} DNSResolver: Updated DNS cache 2026.01.31 02:44:11.420302 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.01.31 02:44:11.420766 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:11.420805 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:11.421478 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:11.421926 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:11.422065 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.01.31 02:44:11.433068 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 236 2026.01.31 02:44:11.434973 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:11.435026 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:11.436381 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:11.436907 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:11.437266 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 236 2026.01.31 02:44:11.516766 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.31 02:44:11.534577 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:11.534638 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:11.541179 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:11.542298 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:11.545349 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.31 02:44:12.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.79 MiB, peak 172.09 MiB, free memory in arenas 0.00 B, will set to 168.38 MiB (RSS), difference: 1.59 MiB 2026.01.31 02:44:13.711781 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.711962 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.712029 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:44:13.712787 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.712831 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.713356 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:13.713823 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.713998 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} executeQuery: Read 266 rows, 17.30 KiB in 0.002084 sec., 127639.15547024952 rows/sec., 8.11 MiB/sec. 2026.01.31 02:44:13.714047 [ 3 ] {fd7b6500-b51e-4672-87d4-516f5c6c7411} TCPHandler: Processed in 0.002396637 sec. 2026.01.31 02:44:13.714181 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.714284 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:13.714330 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:13.715070 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.715108 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.715599 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:13.716097 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.716237 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} executeQuery: Read 772 rows, 62.57 KiB in 0.001976 sec., 390688.25910931174 rows/sec., 30.92 MiB/sec. 2026.01.31 02:44:13.716274 [ 3 ] {32b7008a-5e04-425d-bc1e-8505c37a6a37} TCPHandler: Processed in 0.002147644 sec. 2026.01.31 02:44:13.716399 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.716500 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.716542 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:13.716982 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.717018 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.717446 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:13.717849 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.717979 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} executeQuery: Read 143 rows, 8.75 KiB in 0.0015 sec., 95333.33333333333 rows/sec., 5.70 MiB/sec. 2026.01.31 02:44:13.718016 [ 3 ] {1b446b93-21d3-4563-a0fe-7050827a2bb3} TCPHandler: Processed in 0.001669589 sec. 2026.01.31 02:44:13.718136 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.718240 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.718283 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:44:13.718749 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.718785 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.719180 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:13.719574 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.719705 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} executeQuery: Read 140 rows, 9.27 KiB in 0.001489 sec., 94022.83411685695 rows/sec., 6.08 MiB/sec. 2026.01.31 02:44:13.719743 [ 3 ] {f0e0ca78-bbd8-4ccb-95e4-ecafd2c74259} TCPHandler: Processed in 0.001658349 sec. 2026.01.31 02:44:13.719869 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.719964 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.720003 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:44:13.720504 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.720542 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.721012 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:13.721550 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.721693 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} executeQuery: Read 139 rows, 8.10 KiB in 0.001747 sec., 79564.9685174585 rows/sec., 4.53 MiB/sec. 2026.01.31 02:44:13.721733 [ 3 ] {61dfc708-1266-44ae-a3f7-9d0923351ea5} TCPHandler: Processed in 0.001914921 sec. 2026.01.31 02:44:13.721854 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.721952 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:13.721995 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:13.722587 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.722631 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.723148 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:13.723618 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.723758 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} executeQuery: Read 473 rows, 34.08 KiB in 0.001823 sec., 259462.42457487658 rows/sec., 18.26 MiB/sec. 2026.01.31 02:44:13.723796 [ 3 ] {c0818851-6a43-4687-96f0-51effdd8b3c5} TCPHandler: Processed in 0.001991022 sec. 2026.01.31 02:44:13.723935 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.724045 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:44:13.724090 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:44:13.724433 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.724472 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.724932 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:13.725576 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.725718 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} executeQuery: Read 6 rows, 321.00 B in 0.001693 sec., 3544.0047253396338 rows/sec., 185.16 KiB/sec. 2026.01.31 02:44:13.725768 [ 3 ] {68126bc8-c6a4-4a77-ae24-301822cd6f6e} TCPHandler: Processed in 0.00189356 sec. 2026.01.31 02:44:13.725917 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.726016 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.726060 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:13.726595 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.726638 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.727255 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:13.728055 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.728210 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} executeQuery: Read 258 rows, 17.59 KiB in 0.002212 sec., 116636.5280289331 rows/sec., 7.77 MiB/sec. 2026.01.31 02:44:13.728250 [ 3 ] {c7723150-fa96-4224-b4e4-31b9f7bb13c6} TCPHandler: Processed in 0.002388076 sec. 2026.01.31 02:44:13.728378 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.728475 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.728519 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:44:13.728882 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.728919 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.729345 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:13.729821 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.729960 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. 2026.01.31 02:44:13.729997 [ 3 ] {5aa5cc54-3d1f-4c71-b75c-54d488c428c9} TCPHandler: Processed in 0.001668568 sec. 2026.01.31 02:44:13.730115 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.730211 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.730265 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:44:13.731011 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.731048 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.731703 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:13.732198 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.732363 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} executeQuery: Read 10 rows, 18.35 KiB in 0.00217 sec., 4608.294930875576 rows/sec., 8.26 MiB/sec. 2026.01.31 02:44:13.732447 [ 3 ] {70162da4-0827-47e4-ac11-2b9d09101fdd} TCPHandler: Processed in 0.002381006 sec. 2026.01.31 02:44:13.732570 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:13.732670 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:13.732716 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:13.733097 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:13.733140 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.01.31 02:44:13.733600 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:13.733998 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:13.734124 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} executeQuery: Read 88 rows, 5.66 KiB in 0.001527 sec., 57629.33857236412 rows/sec., 3.62 MiB/sec. 2026.01.31 02:44:13.734159 [ 3 ] {45aefdf6-18bb-4aa1-afbe-d5545b6bca3e} TCPHandler: Processed in 0.001698158 sec. 2026.01.31 02:44:15.294910 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35435 2026.01.31 02:44:15.295051 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.295083 [ 288 ] {} TCP-Session: 9b7493b6-f397-4317-b204-7741ce18caf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35435 2026.01.31 02:44:15.295106 [ 288 ] {} TCP-Session: 9b7493b6-f397-4317-b204-7741ce18caf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.295119 [ 288 ] {} TCP-Session: 9b7493b6-f397-4317-b204-7741ce18caf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.295171 [ 288 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.31 02:44:15.295208 [ 288 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:44:15.295228 [ 288 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.31 02:44:15.295649 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57584 2026.01.31 02:44:15.295702 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60957 2026.01.31 02:44:15.295779 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40220 2026.01.31 02:44:15.295787 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.295844 [ 289 ] {} TCP-Session: d0f533b7-237f-42b9-b46f-40e6c03c3063 Authenticating user 'default' from [fd00:1122:3344:101::e]:57584 2026.01.31 02:44:15.295868 [ 289 ] {} TCP-Session: d0f533b7-237f-42b9-b46f-40e6c03c3063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.295883 [ 289 ] {} TCP-Session: d0f533b7-237f-42b9-b46f-40e6c03c3063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.295883 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43592 2026.01.31 02:44:15.296053 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.296085 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57838 2026.01.31 02:44:15.296093 [ 291 ] {} TCP-Session: 943b1677-5482-4359-9369-c2daff42cfc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40220 2026.01.31 02:44:15.296135 [ 291 ] {} TCP-Session: 943b1677-5482-4359-9369-c2daff42cfc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296149 [ 291 ] {} TCP-Session: 943b1677-5482-4359-9369-c2daff42cfc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296299 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.296299 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54746 2026.01.31 02:44:15.296338 [ 293 ] {} TCP-Session: 37868b0a-95e8-457f-99e9-2aa5f9714efc Authenticating user 'default' from [fd00:1122:3344:101::e]:57838 2026.01.31 02:44:15.296374 [ 293 ] {} TCP-Session: 37868b0a-95e8-457f-99e9-2aa5f9714efc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296390 [ 293 ] {} TCP-Session: 37868b0a-95e8-457f-99e9-2aa5f9714efc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296416 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48084 2026.01.31 02:44:15.296483 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.296526 [ 294 ] {} TCP-Session: 8400b910-4c4f-415a-9b40-e1451f4dd126 Authenticating user 'default' from [fd00:1122:3344:101::e]:54746 2026.01.31 02:44:15.296549 [ 294 ] {} TCP-Session: 8400b910-4c4f-415a-9b40-e1451f4dd126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296562 [ 294 ] {} TCP-Session: 8400b910-4c4f-415a-9b40-e1451f4dd126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296555 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58575 2026.01.31 02:44:15.296704 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.296738 [ 296 ] {} TCP-Session: 9a79b1d1-aabb-4dd6-a574-9133752a7539 Authenticating user 'default' from [fd00:1122:3344:101::e]:58575 2026.01.31 02:44:15.296760 [ 296 ] {} TCP-Session: 9a79b1d1-aabb-4dd6-a574-9133752a7539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.296773 [ 296 ] {} TCP-Session: 9a79b1d1-aabb-4dd6-a574-9133752a7539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.298327 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.298360 [ 292 ] {} TCP-Session: ff2ba57c-e7b1-476b-809f-522285e78566 Authenticating user 'default' from [fd00:1122:3344:101::e]:43592 2026.01.31 02:44:15.298379 [ 292 ] {} TCP-Session: ff2ba57c-e7b1-476b-809f-522285e78566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.298381 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.298452 [ 292 ] {} TCP-Session: ff2ba57c-e7b1-476b-809f-522285e78566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.298488 [ 295 ] {} TCP-Session: 209fe998-5395-4551-a159-80ab65f13de2 Authenticating user 'default' from [fd00:1122:3344:101::e]:48084 2026.01.31 02:44:15.298511 [ 295 ] {} TCP-Session: 209fe998-5395-4551-a159-80ab65f13de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.298528 [ 295 ] {} TCP-Session: 209fe998-5395-4551-a159-80ab65f13de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.300332 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:15.300370 [ 290 ] {} TCP-Session: b7a3a68c-079c-44f9-b948-8f11e69309c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60957 2026.01.31 02:44:15.300393 [ 290 ] {} TCP-Session: b7a3a68c-079c-44f9-b948-8f11e69309c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.300412 [ 290 ] {} TCP-Session: b7a3a68c-079c-44f9-b948-8f11e69309c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.300505 [ 288 ] {} TCP-Session: 9b7493b6-f397-4317-b204-7741ce18caf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:15.300701 [ 288 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} executeQuery: (from [fd00:1122:3344:101::e]:35435) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 02:44:15.301026 [ 288 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 02:44:15.301088 [ 288 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:15.301521 [ 288 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d) (SelectExecutor): Key condition: unknown 2026.01.31 02:44:15.316609 [ 298 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} AggregatingTransform: Aggregating 2026.01.31 02:44:15.316744 [ 298 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} Aggregator: Aggregation method: without_key 2026.01.31 02:44:15.317443 [ 298 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004378578 sec. (228.385 rows/sec., 8.92 KiB/sec.) 2026.01.31 02:44:15.317476 [ 298 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} Aggregator: Merging aggregated data 2026.01.31 02:44:15.317508 [ 298 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.31 02:44:15.318581 [ 288 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} executeQuery: Read 1 rows, 40.00 B in 0.017934 sec., 55.76000892160143 rows/sec., 2.18 KiB/sec. 2026.01.31 02:44:15.318756 [ 288 ] {bce0bf0f-a258-4b91-bc98-cf81f5a5ed6b} TCPHandler: Processed in 0.01840535 sec. 2026.01.31 02:44:15.321129 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321170 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321195 [ 288 ] {} TCP-Session: 9b7493b6-f397-4317-b204-7741ce18caf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321194 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321210 [ 291 ] {} TCP-Session: 943b1677-5482-4359-9369-c2daff42cfc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321235 [ 295 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321243 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321266 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321293 [ 295 ] {} TCP-Session: 209fe998-5395-4551-a159-80ab65f13de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321310 [ 292 ] {} TCP-Session: ff2ba57c-e7b1-476b-809f-522285e78566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321326 [ 294 ] {} TCP-Session: 8400b910-4c4f-415a-9b40-e1451f4dd126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321299 [ 296 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321284 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321391 [ 296 ] {} TCP-Session: 9a79b1d1-aabb-4dd6-a574-9133752a7539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321275 [ 289 ] {} TCP-Session: d0f533b7-237f-42b9-b46f-40e6c03c3063 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321416 [ 293 ] {} TCP-Session: 37868b0a-95e8-457f-99e9-2aa5f9714efc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:15.321205 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:15.321483 [ 290 ] {} TCP-Session: b7a3a68c-079c-44f9-b948-8f11e69309c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:16.000603 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.68 MiB, peak 178.78 MiB, free memory in arenas 0.00 B, will set to 170.63 MiB (RSS), difference: 1.95 MiB 2026.01.31 02:44:18.704125 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:18.704322 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:18.704398 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:18.705121 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:18.705165 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:18.705715 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:18.706265 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:18.706427 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} executeQuery: Read 56 rows, 4.41 KiB in 0.002157 sec., 25961.984237366712 rows/sec., 1.99 MiB/sec. 2026.01.31 02:44:18.706474 [ 3 ] {36cc868d-85f9-4ab1-8bb6-4a808f5fed24} TCPHandler: Processed in 0.002490587 sec. 2026.01.31 02:44:18.706602 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:18.706700 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:18.706741 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:18.707176 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:18.707213 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:18.707615 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:18.708017 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:18.708150 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. 2026.01.31 02:44:18.708187 [ 3 ] {55a7e097-33a3-4e3c-892a-e05fd22f92d7} TCPHandler: Processed in 0.001638057 sec. 2026.01.31 02:44:18.708302 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:18.708396 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:18.708440 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:18.708943 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:18.708984 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:18.709530 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:18.710043 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:18.710293 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} executeQuery: Read 160 rows, 11.41 KiB in 0.001916 sec., 83507.30688935283 rows/sec., 5.82 MiB/sec. 2026.01.31 02:44:18.710337 [ 3 ] {f6362e1c-4f7a-458b-9444-b41d87873ea8} TCPHandler: Processed in 0.002086223 sec. 2026.01.31 02:44:18.710477 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:18.710581 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:18.710629 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:18.711096 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:18.711141 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:18.711753 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:18.712466 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:18.712610 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} executeQuery: Read 60 rows, 4.14 KiB in 0.00205 sec., 29268.292682926825 rows/sec., 1.97 MiB/sec. 2026.01.31 02:44:18.712647 [ 3 ] {c5b6636a-c708-4fd4-9db8-8c97539bab06} TCPHandler: Processed in 0.002226014 sec. 2026.01.31 02:44:18.922713 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 436 entries to flush up to offset 2327 2026.01.31 02:44:18.923343 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:18.923391 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:18.924035 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:18.924492 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:18.924641 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2327 2026.01.31 02:44:19.046035 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.31 02:44:19.063833 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:19.063895 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:19.071159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:19.072406 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:19.075810 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.31 02:44:20.000600 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.16 MiB, peak 178.78 MiB, free memory in arenas 0.00 B, will set to 172.78 MiB (RSS), difference: 1.62 MiB 2026.01.31 02:44:20.928507 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54010 2026.01.31 02:44:20.928636 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.928664 [ 288 ] {} TCP-Session: aaa2019c-5d97-4c16-97c9-985099bd9a47 Authenticating user 'default' from [fd00:1122:3344:101::e]:54010 2026.01.31 02:44:20.928688 [ 288 ] {} TCP-Session: aaa2019c-5d97-4c16-97c9-985099bd9a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.928701 [ 288 ] {} TCP-Session: aaa2019c-5d97-4c16-97c9-985099bd9a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.928919 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45120 2026.01.31 02:44:20.928945 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57674 2026.01.31 02:44:20.928972 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59060 2026.01.31 02:44:20.928989 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64087 2026.01.31 02:44:20.929010 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51402 2026.01.31 02:44:20.929044 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929032 [ 288 ] {} TCP-Session: aaa2019c-5d97-4c16-97c9-985099bd9a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:20.929094 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929117 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929112 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929136 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929151 [ 294 ] {} TCP-Session: 7953a980-604e-4095-abfe-4e78a11bfbd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:64087 2026.01.31 02:44:20.929176 [ 292 ] {} TCP-Session: bf8bf7b0-4e04-4015-b757-0ea52c596c0c Authenticating user 'default' from [fd00:1122:3344:101::e]:59060 2026.01.31 02:44:20.929185 [ 296 ] {} TCP-Session: e31ecbca-fa8d-4a8e-90d9-27ed94e8a4d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51402 2026.01.31 02:44:20.929202 [ 294 ] {} TCP-Session: 7953a980-604e-4095-abfe-4e78a11bfbd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929217 [ 292 ] {} TCP-Session: bf8bf7b0-4e04-4015-b757-0ea52c596c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929218 [ 296 ] {} TCP-Session: e31ecbca-fa8d-4a8e-90d9-27ed94e8a4d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929234 [ 294 ] {} TCP-Session: 7953a980-604e-4095-abfe-4e78a11bfbd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929246 [ 296 ] {} TCP-Session: e31ecbca-fa8d-4a8e-90d9-27ed94e8a4d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929263 [ 288 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} executeQuery: (from [fd00:1122:3344:101::e]:54010) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 02:44:20.929239 [ 292 ] {} TCP-Session: bf8bf7b0-4e04-4015-b757-0ea52c596c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929143 [ 290 ] {} TCP-Session: 1c8b8f5b-5a17-45d2-b824-6faf0d11cf61 Authenticating user 'default' from [fd00:1122:3344:101::e]:57674 2026.01.31 02:44:20.929001 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33033 2026.01.31 02:44:20.929338 [ 290 ] {} TCP-Session: 1c8b8f5b-5a17-45d2-b824-6faf0d11cf61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.928978 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52280 2026.01.31 02:44:20.929374 [ 290 ] {} TCP-Session: 1c8b8f5b-5a17-45d2-b824-6faf0d11cf61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.928950 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48720 2026.01.31 02:44:20.929101 [ 289 ] {} TCP-Session: 90eaaa39-eb43-4a0a-9592-65c15fffa2d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45120 2026.01.31 02:44:20.929434 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929473 [ 289 ] {} TCP-Session: 90eaaa39-eb43-4a0a-9592-65c15fffa2d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929484 [ 295 ] {} TCP-Session: 40bb123e-253d-40f4-941d-b4bd418ccb8a Authenticating user 'default' from [fd00:1122:3344:101::e]:33033 2026.01.31 02:44:20.929495 [ 289 ] {} TCP-Session: 90eaaa39-eb43-4a0a-9592-65c15fffa2d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929514 [ 295 ] {} TCP-Session: 40bb123e-253d-40f4-941d-b4bd418ccb8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929524 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929536 [ 288 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 02:44:20.929561 [ 293 ] {} TCP-Session: b9895d9c-9705-4f92-9f3b-938dc5faa38d Authenticating user 'default' from [fd00:1122:3344:101::e]:52280 2026.01.31 02:44:20.929536 [ 295 ] {} TCP-Session: 40bb123e-253d-40f4-941d-b4bd418ccb8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929593 [ 293 ] {} TCP-Session: b9895d9c-9705-4f92-9f3b-938dc5faa38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929606 [ 288 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:20.929612 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:20.929621 [ 293 ] {} TCP-Session: b9895d9c-9705-4f92-9f3b-938dc5faa38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929653 [ 291 ] {} TCP-Session: ca6cb69c-8eb0-4089-9688-29b6f84f8e31 Authenticating user 'default' from [fd00:1122:3344:101::e]:48720 2026.01.31 02:44:20.929676 [ 291 ] {} TCP-Session: ca6cb69c-8eb0-4089-9688-29b6f84f8e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929688 [ 291 ] {} TCP-Session: ca6cb69c-8eb0-4089-9688-29b6f84f8e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.929900 [ 288 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d) (SelectExecutor): Key condition: unknown 2026.01.31 02:44:20.930795 [ 312 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} AggregatingTransform: Aggregating 2026.01.31 02:44:20.930842 [ 312 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} Aggregator: Aggregation method: without_key 2026.01.31 02:44:20.930879 [ 312 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00088226 sec. (1133.453 rows/sec., 44.28 KiB/sec.) 2026.01.31 02:44:20.930907 [ 312 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} Aggregator: Merging aggregated data 2026.01.31 02:44:20.932317 [ 288 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} executeQuery: Read 1 rows, 40.00 B in 0.00311 sec., 321.54340836012864 rows/sec., 12.56 KiB/sec. 2026.01.31 02:44:20.932463 [ 288 ] {71aab33d-836c-43bd-bba0-e6dd30b68671} TCPHandler: Processed in 0.003545409 sec. 2026.01.31 02:44:20.932581 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932611 [ 296 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932612 [ 288 ] {} TCP-Session: aaa2019c-5d97-4c16-97c9-985099bd9a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932630 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932656 [ 296 ] {} TCP-Session: e31ecbca-fa8d-4a8e-90d9-27ed94e8a4d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932652 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932685 [ 289 ] {} TCP-Session: 90eaaa39-eb43-4a0a-9592-65c15fffa2d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932701 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932713 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932727 [ 290 ] {} TCP-Session: 1c8b8f5b-5a17-45d2-b824-6faf0d11cf61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932735 [ 295 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932760 [ 292 ] {} TCP-Session: bf8bf7b0-4e04-4015-b757-0ea52c596c0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932743 [ 293 ] {} TCP-Session: b9895d9c-9705-4f92-9f3b-938dc5faa38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932794 [ 295 ] {} TCP-Session: 40bb123e-253d-40f4-941d-b4bd418ccb8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932701 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932667 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:20.932863 [ 294 ] {} TCP-Session: 7953a980-604e-4095-abfe-4e78a11bfbd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:20.932892 [ 291 ] {} TCP-Session: ca6cb69c-8eb0-4089-9688-29b6f84f8e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020221 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53383 2026.01.31 02:44:21.020329 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.020356 [ 288 ] {} TCP-Session: 34d5af56-70bb-4eb8-afeb-471f6d4c38b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:53383 2026.01.31 02:44:21.020377 [ 288 ] {} TCP-Session: 34d5af56-70bb-4eb8-afeb-471f6d4c38b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020389 [ 288 ] {} TCP-Session: 34d5af56-70bb-4eb8-afeb-471f6d4c38b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020620 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55162 2026.01.31 02:44:21.020631 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42318 2026.01.31 02:44:21.020666 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55285 2026.01.31 02:44:21.020677 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34584 2026.01.31 02:44:21.020703 [ 288 ] {} TCP-Session: 34d5af56-70bb-4eb8-afeb-471f6d4c38b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:21.020713 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.020656 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49736 2026.01.31 02:44:21.020745 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.020751 [ 289 ] {} TCP-Session: 0bc38c74-9d52-4585-81fe-ef2ae832f4e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55162 2026.01.31 02:44:21.020785 [ 294 ] {} TCP-Session: bd44e576-506a-4295-8105-d65553386aa8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55285 2026.01.31 02:44:21.020797 [ 289 ] {} TCP-Session: 0bc38c74-9d52-4585-81fe-ef2ae832f4e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020803 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.020819 [ 294 ] {} TCP-Session: bd44e576-506a-4295-8105-d65553386aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020819 [ 289 ] {} TCP-Session: 0bc38c74-9d52-4585-81fe-ef2ae832f4e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020836 [ 293 ] {} TCP-Session: 37e983dd-5b93-4e64-be9f-a3315852c548 Authenticating user 'default' from [fd00:1122:3344:101::e]:49736 2026.01.31 02:44:21.020842 [ 294 ] {} TCP-Session: bd44e576-506a-4295-8105-d65553386aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020860 [ 288 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} executeQuery: (from [fd00:1122:3344:101::e]:53383) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 02:44:21.020862 [ 293 ] {} TCP-Session: 37e983dd-5b93-4e64-be9f-a3315852c548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020637 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44512 2026.01.31 02:44:21.020901 [ 293 ] {} TCP-Session: 37e983dd-5b93-4e64-be9f-a3315852c548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020753 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.020746 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.021048 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.021078 [ 290 ] {} TCP-Session: aafe857c-96dc-4944-bbab-e480d55ec6cd Authenticating user 'default' from [fd00:1122:3344:101::e]:42318 2026.01.31 02:44:21.021097 [ 291 ] {} TCP-Session: c5d435a8-4731-442a-936f-4b071b132aff Authenticating user 'default' from [fd00:1122:3344:101::e]:44512 2026.01.31 02:44:21.021109 [ 290 ] {} TCP-Session: aafe857c-96dc-4944-bbab-e480d55ec6cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021126 [ 291 ] {} TCP-Session: c5d435a8-4731-442a-936f-4b071b132aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021134 [ 290 ] {} TCP-Session: aafe857c-96dc-4944-bbab-e480d55ec6cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021154 [ 291 ] {} TCP-Session: c5d435a8-4731-442a-936f-4b071b132aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.020658 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57806 2026.01.31 02:44:21.021186 [ 288 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 02:44:21.020691 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45347 2026.01.31 02:44:21.021050 [ 295 ] {} TCP-Session: 9e9c9abc-f7a3-4e28-ab10-d7fad749ae46 Authenticating user 'default' from [fd00:1122:3344:101::e]:34584 2026.01.31 02:44:21.021267 [ 288 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:21.021286 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.021290 [ 295 ] {} TCP-Session: 9e9c9abc-f7a3-4e28-ab10-d7fad749ae46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021319 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:21.021321 [ 292 ] {} TCP-Session: 6dde3cfe-39ab-4c2d-8d57-a0bcefee825e Authenticating user 'default' from [fd00:1122:3344:101::e]:57806 2026.01.31 02:44:21.021322 [ 295 ] {} TCP-Session: 9e9c9abc-f7a3-4e28-ab10-d7fad749ae46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021364 [ 292 ] {} TCP-Session: 6dde3cfe-39ab-4c2d-8d57-a0bcefee825e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021349 [ 296 ] {} TCP-Session: 71eee589-ed72-4a15-9cea-764179a01734 Authenticating user 'default' from [fd00:1122:3344:101::e]:45347 2026.01.31 02:44:21.021399 [ 292 ] {} TCP-Session: 6dde3cfe-39ab-4c2d-8d57-a0bcefee825e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021422 [ 296 ] {} TCP-Session: 71eee589-ed72-4a15-9cea-764179a01734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021443 [ 296 ] {} TCP-Session: 71eee589-ed72-4a15-9cea-764179a01734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.021577 [ 288 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d) (SelectExecutor): Key condition: unknown 2026.01.31 02:44:21.022515 [ 297 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} AggregatingTransform: Aggregating 2026.01.31 02:44:21.022565 [ 297 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} Aggregator: Aggregation method: without_key 2026.01.31 02:44:21.022600 [ 297 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00089422 sec. (1118.293 rows/sec., 43.68 KiB/sec.) 2026.01.31 02:44:21.022617 [ 297 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} Aggregator: Merging aggregated data 2026.01.31 02:44:21.023921 [ 288 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} executeQuery: Read 1 rows, 40.00 B in 0.003061 sec., 326.6906239790918 rows/sec., 12.76 KiB/sec. 2026.01.31 02:44:21.024045 [ 288 ] {08d5575a-99a2-41f4-bf6d-ffc7a2565788} TCPHandler: Processed in 0.003411307 sec. 2026.01.31 02:44:21.024162 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024188 [ 296 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024201 [ 288 ] {} TCP-Session: 34d5af56-70bb-4eb8-afeb-471f6d4c38b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024212 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024232 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024258 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024274 [ 290 ] {} TCP-Session: aafe857c-96dc-4944-bbab-e480d55ec6cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024300 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024321 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024322 [ 291 ] {} TCP-Session: c5d435a8-4731-442a-936f-4b071b132aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024347 [ 295 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024349 [ 294 ] {} TCP-Session: bd44e576-506a-4295-8105-d65553386aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024369 [ 293 ] {} TCP-Session: 37e983dd-5b93-4e64-be9f-a3315852c548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024392 [ 295 ] {} TCP-Session: 9e9c9abc-f7a3-4e28-ab10-d7fad749ae46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024286 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:21.024293 [ 292 ] {} TCP-Session: 6dde3cfe-39ab-4c2d-8d57-a0bcefee825e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024469 [ 289 ] {} TCP-Session: 0bc38c74-9d52-4585-81fe-ef2ae832f4e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.024245 [ 296 ] {} TCP-Session: 71eee589-ed72-4a15-9cea-764179a01734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:21.438144 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 272 2026.01.31 02:44:21.440475 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:21.440519 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:21.441808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:21.442326 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:21.442577 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 272 2026.01.31 02:44:23.711765 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.711960 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.712032 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:44:23.712909 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.712956 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.713492 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:23.713924 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.714085 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} executeQuery: Read 266 rows, 17.30 KiB in 0.002178 sec., 122130.39485766759 rows/sec., 7.76 MiB/sec. 2026.01.31 02:44:23.714125 [ 3 ] {e5616cb2-6fda-47ba-baff-8b987d56b2b4} TCPHandler: Processed in 0.002496647 sec. 2026.01.31 02:44:23.714261 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.714347 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:23.714386 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:23.715236 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.715272 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.715781 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:44:23.716209 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.716339 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} executeQuery: Read 772 rows, 62.57 KiB in 0.001999 sec., 386193.09654827416 rows/sec., 30.57 MiB/sec. 2026.01.31 02:44:23.716376 [ 3 ] {749c60cf-f196-4df3-86da-028cc12f1266} TCPHandler: Processed in 0.002157274 sec. 2026.01.31 02:44:23.716500 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.716591 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.716630 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:23.717118 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.717154 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.717552 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:23.717961 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.718086 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} executeQuery: Read 143 rows, 8.75 KiB in 0.001513 sec., 94514.2101784534 rows/sec., 5.65 MiB/sec. 2026.01.31 02:44:23.718123 [ 3 ] {938a72d9-d7de-475f-ae90-734e9694bef5} TCPHandler: Processed in 0.001669228 sec. 2026.01.31 02:44:23.718249 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.718341 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.718379 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:44:23.718804 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.718839 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.719224 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:23.719629 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.719756 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} executeQuery: Read 140 rows, 9.27 KiB in 0.001433 sec., 97697.13886950453 rows/sec., 6.31 MiB/sec. 2026.01.31 02:44:23.719792 [ 3 ] {463fa41a-e390-4e97-a384-ac5252c9b6d3} TCPHandler: Processed in 0.001593577 sec. 2026.01.31 02:44:23.719948 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.720038 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.720077 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:44:23.720510 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.720546 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.720944 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:23.721482 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.721608 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} executeQuery: Read 139 rows, 8.10 KiB in 0.001586 sec., 87641.86633039093 rows/sec., 4.99 MiB/sec. 2026.01.31 02:44:23.721644 [ 3 ] {d71d0147-8b88-454a-9288-82706c0faa9e} TCPHandler: Processed in 0.001761579 sec. 2026.01.31 02:44:23.721765 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.721859 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:23.721897 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:23.722457 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.722492 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.722965 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:44:23.723446 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.723573 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} executeQuery: Read 473 rows, 34.08 KiB in 0.001731 sec., 273252.4552281918 rows/sec., 19.23 MiB/sec. 2026.01.31 02:44:23.723614 [ 3 ] {1b761d2d-a2fe-4ff1-abe7-aa57c7262f20} TCPHandler: Processed in 0.001894631 sec. 2026.01.31 02:44:23.723730 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.723820 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:44:23.723861 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:44:23.724187 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.724222 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.724726 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:23.725165 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.725294 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. 2026.01.31 02:44:23.725328 [ 3 ] {0dc7586c-0a38-448f-913d-33407ebd0893} TCPHandler: Processed in 0.001645157 sec. 2026.01.31 02:44:23.725434 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.725524 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.725565 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:23.725961 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.726002 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.726423 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:44:23.726862 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.726986 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} executeQuery: Read 258 rows, 17.59 KiB in 0.00148 sec., 174324.32432432432 rows/sec., 11.61 MiB/sec. 2026.01.31 02:44:23.727020 [ 3 ] {b1bfeff0-8d39-4c32-81f3-9cdb614d4a2d} TCPHandler: Processed in 0.001632838 sec. 2026.01.31 02:44:23.727137 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.727228 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.727268 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:44:23.727568 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.727603 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.727984 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:23.728392 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.728517 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} executeQuery: Read 1 rows, 69.00 B in 0.001306 sec., 765.6967840735068 rows/sec., 51.59 KiB/sec. 2026.01.31 02:44:23.728551 [ 3 ] {f3569f2a-76de-4da1-a0d3-4bc694e26d56} TCPHandler: Processed in 0.001464887 sec. 2026.01.31 02:44:23.728653 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.728742 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.728793 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:44:23.729507 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.729542 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.730136 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:23.730524 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.730648 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} executeQuery: Read 10 rows, 18.35 KiB in 0.001953 sec., 5120.327700972862 rows/sec., 9.18 MiB/sec. 2026.01.31 02:44:23.730693 [ 3 ] {1a5c6254-20bd-4d87-9985-edd1d8bb57cb} TCPHandler: Processed in 0.002120163 sec. 2026.01.31 02:44:23.730795 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:23.730881 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:23.730918 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:23.731283 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:23.731319 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:23.731716 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:44:23.732169 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:23.732301 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} executeQuery: Read 88 rows, 5.66 KiB in 0.001391 sec., 63263.83896477354 rows/sec., 3.97 MiB/sec. 2026.01.31 02:44:23.732335 [ 3 ] {0901c48f-f13e-47ae-9f80-2bbbd7b813f6} TCPHandler: Processed in 0.001546497 sec. 2026.01.31 02:44:26.341397 [ 59 ] {} DNSResolver: Updating DNS cache 2026.01.31 02:44:26.341472 [ 59 ] {} DNSResolver: Updated DNS cache 2026.01.31 02:44:26.425205 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2839 2026.01.31 02:44:26.425843 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:26.425908 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:26.426545 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:26.427000 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:26.427152 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2839 2026.01.31 02:44:26.427152 [ 59 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:26.427225 [ 59 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:26.427246 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:26.427370 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:26.427504 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:26.427541 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.01.31 02:44:26.427598 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.01.31 02:44:26.427639 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.01.31 02:44:26.427675 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.01.31 02:44:26.427716 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 436 rows starting from the beginning of the part 2026.01.31 02:44:26.427755 [ 200 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.01.31 02:44:26.468752 [ 195 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2839 rows, containing 4 columns (4 merged, 0 gathered) in 0.041437281 sec., 68513.18260964082 rows/sec., 1003.61 KiB/sec. 2026.01.31 02:44:26.469661 [ 190 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:26.470251 [ 190 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:26.470338 [ 190 ] {96fb280e-062d-4c90-9118-f121ed601434::all_1_6_1} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:26.470439 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.31 02:44:26.576340 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.31 02:44:26.594833 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:26.594895 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:26.601617 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:26.602844 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:26.603155 [ 59 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:26.603216 [ 59 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:26.603237 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:26.603369 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:26.606585 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.31 02:44:26.607868 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:26.609296 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.31 02:44:26.613746 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.01.31 02:44:26.617963 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.01.31 02:44:26.622369 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.01.31 02:44:26.632982 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.01.31 02:44:26.637317 [ 190 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.01.31 02:44:26.700539 [ 195 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.097226329 sec., 473.1228718920366 rows/sec., 2.45 MiB/sec. 2026.01.31 02:44:26.703085 [ 188 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:26.705627 [ 188 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:26.705723 [ 188 ] {f9e07f41-8782-45c7-b406-9e128ab3ab1a::all_1_6_1} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:26.707530 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.31 02:44:27.000243 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 174.10 MiB, peak 183.64 MiB, free memory in arenas 0.00 B, will set to 184.57 MiB (RSS), difference: 10.47 MiB 2026.01.31 02:44:28.703534 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:28.703712 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:28.703786 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:28.704437 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:28.704485 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:28.705120 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 02:44:28.705589 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:28.705746 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} executeQuery: Read 56 rows, 4.41 KiB in 0.002083 sec., 26884.301488238114 rows/sec., 2.07 MiB/sec. 2026.01.31 02:44:28.705788 [ 3 ] {2cb1864e-4592-466e-a053-d582bc800430} TCPHandler: Processed in 0.002384616 sec. 2026.01.31 02:44:28.705914 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:28.706010 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:28.706053 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:28.706499 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:28.706537 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:28.707004 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 02:44:28.707444 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:28.707575 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} executeQuery: Read 64 rows, 5.12 KiB in 0.001583 sec., 40429.564118761846 rows/sec., 3.16 MiB/sec. 2026.01.31 02:44:28.707612 [ 3 ] {ad852b0e-c72c-4ff2-a8b4-5a4121d2633c} TCPHandler: Processed in 0.001747139 sec. 2026.01.31 02:44:28.707731 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:28.707824 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:28.707866 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:28.708274 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:28.708311 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:28.708794 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 02:44:28.709263 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:28.709401 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. 2026.01.31 02:44:28.709440 [ 3 ] {651a7d63-e726-48a7-add4-8449e59162c4} TCPHandler: Processed in 0.001758839 sec. 2026.01.31 02:44:28.709563 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:28.709656 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:28.709698 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:28.710034 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:28.710070 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:28.710554 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 02:44:28.711114 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:28.711247 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. 2026.01.31 02:44:28.711290 [ 3 ] {9f43f4b2-9880-44a4-8e56-f313e1738db3} TCPHandler: Processed in 0.001776429 sec. 2026.01.31 02:44:31.443800 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 302 2026.01.31 02:44:31.446080 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.446130 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.447307 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:31.447583 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.447902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 302 2026.01.31 02:44:31.847387 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.847629 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:31.848019 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:31.848070 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:31.848372 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:31.848451 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:31.848611 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.31 02:44:31.848711 [ 300 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:31.848744 [ 315 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 02:44:31.848851 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.31 02:44:31.848878 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:31.851025 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 02:44:31.851055 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.01.31 02:44:31.851112 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.851154 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.852065 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} executeQuery: Read 38 rows, 1.42 KiB in 0.004548 sec., 8355.321020228672 rows/sec., 313.28 KiB/sec. 2026.01.31 02:44:31.852165 [ 3 ] {bd3d292e-72e0-43df-a344-ad104a3ae303} TCPHandler: Processed in 0.004907184 sec. 2026.01.31 02:44:31.852477 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.852621 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:31.852904 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:31.852952 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:31.853179 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:31.853233 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:31.853343 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.31 02:44:31.853417 [ 311 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:31.853417 [ 315 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 02:44:31.853526 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.31 02:44:31.853563 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:31.853639 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 02:44:31.853663 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.01.31 02:44:31.853703 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.853748 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.854541 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} executeQuery: Read 38 rows, 1.42 KiB in 0.001981 sec., 19182.231196365472 rows/sec., 719.24 KiB/sec. 2026.01.31 02:44:31.854657 [ 3 ] {e5023f2f-4cd3-463a-b2c6-37bbe8d552a8} TCPHandler: Processed in 0.002237135 sec. 2026.01.31 02:44:31.854884 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.855024 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:31.855309 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:31.855358 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:31.855576 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:31.855632 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:31.855737 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.31 02:44:31.855818 [ 311 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 02:44:31.855823 [ 330 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:31.855937 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.31 02:44:31.855973 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:31.856045 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 02:44:31.856063 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.01.31 02:44:31.856097 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.856133 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.856807 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} executeQuery: Read 38 rows, 1.42 KiB in 0.001842 sec., 20629.75027144408 rows/sec., 773.51 KiB/sec. 2026.01.31 02:44:31.856935 [ 3 ] {7067403e-2fa6-4736-bf47-4f281ed647fb} TCPHandler: Processed in 0.002102683 sec. 2026.01.31 02:44:31.857851 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.857994 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} executeQuery: (from [fd00:1122:3344:101::d]:55412) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.31 02:44:31.858222 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.31 02:44:31.858260 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.31 02:44:31.858481 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:31.858539 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:31.858644 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.31 02:44:31.858706 [ 315 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.31 02:44:31.858720 [ 330 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.31 02:44:31.858809 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.31 02:44:31.858836 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.31 02:44:31.858892 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.31 02:44:31.858910 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.01.31 02:44:31.858941 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.858979 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.31 02:44:31.859533 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} executeQuery: Read 38 rows, 1.42 KiB in 0.0016 sec., 23750 rows/sec., 890.50 KiB/sec. 2026.01.31 02:44:31.859641 [ 3 ] {81c99f02-3131-4ab0-859a-512cb8a4ab9f} TCPHandler: Processed in 0.00184206 sec. 2026.01.31 02:44:31.862096 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.862225 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.31 02:44:31.862275 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.31 02:44:31.862824 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.862866 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.863315 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:31.863567 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} oximeter.timeseries_schema (b7deb7c9-9955-4b7c-9171-c390827d83fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.863740 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} executeQuery: Read 4 rows, 386.00 B in 0.001552 sec., 2577.319587628866 rows/sec., 242.88 KiB/sec. 2026.01.31 02:44:31.863790 [ 3 ] {19af8102-45a0-45a5-8a8e-2c2ed9e9f68d} TCPHandler: Processed in 0.001754979 sec. 2026.01.31 02:44:31.863916 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.864023 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.864071 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:44:31.864646 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.864684 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.865025 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:31.865365 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.865533 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} executeQuery: Read 266 rows, 17.30 KiB in 0.001533 sec., 173515.98173515982 rows/sec., 11.02 MiB/sec. 2026.01.31 02:44:31.865579 [ 3 ] {2cd30558-6f83-404a-8494-55b037b287ce} TCPHandler: Processed in 0.001721089 sec. 2026.01.31 02:44:31.865697 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.865794 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 02:44:31.865836 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 02:44:31.866239 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.866280 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.866583 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:44:31.866797 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.866929 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} executeQuery: Read 2 rows, 167.00 B in 0.001154 sec., 1733.1022530329287 rows/sec., 141.32 KiB/sec. 2026.01.31 02:44:31.866967 [ 3 ] {e4115994-53c0-4321-a438-7737ffe70eb6} TCPHandler: Processed in 0.001320555 sec. 2026.01.31 02:44:31.867074 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.867169 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:31.867211 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:31.868712 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.868748 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.869230 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 02:44:31.869448 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.869562 [ 52 ] {} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 02:44:31.869585 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} executeQuery: Read 1950 rows, 162.68 KiB in 0.002433 sec., 801479.6547472257 rows/sec., 65.30 MiB/sec. 2026.01.31 02:44:31.869628 [ 52 ] {} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.869639 [ 3 ] {e6b6d921-ec46-4aef-84c7-65b13bd13e60} TCPHandler: Processed in 0.002613809 sec. 2026.01.31 02:44:31.869658 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.869762 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.869775 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.31 02:44:31.869864 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.869896 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:31.869911 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:31.869950 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1918 rows starting from the beginning of the part 2026.01.31 02:44:31.870037 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 772 rows starting from the beginning of the part 2026.01.31 02:44:31.870088 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.01.31 02:44:31.870132 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 772 rows starting from the beginning of the part 2026.01.31 02:44:31.870176 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.01.31 02:44:31.870224 [ 194 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1950 rows starting from the beginning of the part 2026.01.31 02:44:31.870375 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.870419 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.870789 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:31.871023 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.871162 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} executeQuery: Read 163 rows, 10.25 KiB in 0.001317 sec., 123766.1351556568 rows/sec., 7.60 MiB/sec. 2026.01.31 02:44:31.871204 [ 3 ] {bb71a6b1-b1de-43b6-bbb7-415a30260136} TCPHandler: Processed in 0.001493986 sec. 2026.01.31 02:44:31.871326 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.871422 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.871463 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:44:31.871977 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.872014 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.872347 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:31.872573 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.872703 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} executeQuery: Read 369 rows, 25.14 KiB in 0.0013 sec., 283846.1538461539 rows/sec., 18.89 MiB/sec. 2026.01.31 02:44:31.872742 [ 3 ] {d36d76d1-c10b-480a-87f4-83190850b9ec} TCPHandler: Processed in 0.001466336 sec. 2026.01.31 02:44:31.872853 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.872948 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.872989 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:44:31.873427 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.873465 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.873766 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:31.873980 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.874107 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} executeQuery: Read 139 rows, 8.10 KiB in 0.001178 sec., 117996.60441426146 rows/sec., 6.71 MiB/sec. 2026.01.31 02:44:31.874145 [ 3 ] {f69cd040-eefa-4f3c-a5e1-84f0c5a90eb9} TCPHandler: Processed in 0.001342155 sec. 2026.01.31 02:44:31.874268 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.874362 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:31.874401 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:31.875116 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.875155 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.875604 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 02:44:31.875817 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.875922 [ 52 ] {} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 02:44:31.875949 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} executeQuery: Read 962 rows, 71.03 KiB in 0.001606 sec., 599003.7359900373 rows/sec., 43.19 MiB/sec. 2026.01.31 02:44:31.875962 [ 52 ] {} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.875990 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.875994 [ 3 ] {9c6856e3-2750-403e-bf9d-cc436bfc6dde} TCPHandler: Processed in 0.001783869 sec. 2026.01.31 02:44:31.876071 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.31 02:44:31.876112 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.876154 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:31.876190 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 941 rows starting from the beginning of the part 2026.01.31 02:44:31.876209 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:44:31.876241 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 473 rows starting from the beginning of the part 2026.01.31 02:44:31.876252 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:44:31.876285 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.01.31 02:44:31.876330 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 473 rows starting from the beginning of the part 2026.01.31 02:44:31.876366 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2026.01.31 02:44:31.876404 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 962 rows starting from the beginning of the part 2026.01.31 02:44:31.876618 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.876653 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.877031 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:31.877081 [ 197 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5524 rows, containing 5 columns (5 merged, 0 gathered) in 0.00735336 sec., 751221.2104398534 rows/sec., 63.45 MiB/sec. 2026.01.31 02:44:31.877261 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.877390 [ 199 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 02:44:31.877490 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} executeQuery: Read 6 rows, 321.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 241.32 KiB/sec. 2026.01.31 02:44:31.877550 [ 3 ] {c9b7deda-f5d9-4b70-847a-7d83a081da7c} TCPHandler: Processed in 0.001486806 sec. 2026.01.31 02:44:31.877677 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.877717 [ 199 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.877798 [ 199 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_11_2} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 02:44:31.877882 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.877883 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.01.31 02:44:31.877882 [ 198 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2977 rows, containing 5 columns (5 merged, 0 gathered) in 0.00183364 sec., 1623546.6067494163 rows/sec., 122.71 MiB/sec. 2026.01.31 02:44:31.877933 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:31.878136 [ 198 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 02:44:31.878414 [ 198 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.878494 [ 198 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_11_2} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 02:44:31.878511 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.878554 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.878574 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.01.31 02:44:31.878952 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 02:44:31.879180 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.879293 [ 52 ] {} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 02:44:31.879312 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} executeQuery: Read 881 rows, 60.01 KiB in 0.001454 sec., 605914.7180192572 rows/sec., 40.30 MiB/sec. 2026.01.31 02:44:31.879338 [ 52 ] {} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.879360 [ 3 ] {463556e9-4df6-4d72-9fff-826945b13b0e} TCPHandler: Processed in 0.001734689 sec. 2026.01.31 02:44:31.879363 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.879452 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.31 02:44:31.879481 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.879536 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:31.879562 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1694 rows starting from the beginning of the part 2026.01.31 02:44:31.879575 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.879618 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:44:31.879633 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 258 rows starting from the beginning of the part 2026.01.31 02:44:31.879685 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.01.31 02:44:31.879729 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 258 rows starting from the beginning of the part 2026.01.31 02:44:31.879774 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.01.31 02:44:31.879820 [ 199 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 881 rows starting from the beginning of the part 2026.01.31 02:44:31.879937 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.879973 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.880273 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:31.880486 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.880615 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} executeQuery: Read 2 rows, 134.00 B in 0.001058 sec., 1890.359168241966 rows/sec., 123.69 KiB/sec. 2026.01.31 02:44:31.880658 [ 3 ] {5e211149-ebd6-47d8-86a9-e1beeb6da643} TCPHandler: Processed in 0.001225993 sec. 2026.01.31 02:44:31.880763 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.880854 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.880907 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:44:31.881244 [ 193 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00182053 sec., 1873630.2065881912 rows/sec., 125.82 MiB/sec. 2026.01.31 02:44:31.881592 [ 198 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 02:44:31.881756 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.881807 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.881857 [ 198 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.881934 [ 198 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_11_2} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 02:44:31.882005 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.31 02:44:31.882489 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:31.882763 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.882920 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} executeQuery: Read 28 rows, 51.38 KiB in 0.002083 sec., 13442.150744119057 rows/sec., 24.09 MiB/sec. 2026.01.31 02:44:31.882983 [ 3 ] {0df707d3-6370-46ab-9a0a-dd8f01dbd36e} TCPHandler: Processed in 0.002268644 sec. 2026.01.31 02:44:31.883116 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.883276 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.883324 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 02:44:31.883761 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.883798 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.884222 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.31 02:44:31.884458 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.884588 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} executeQuery: Read 18 rows, 1.33 KiB in 0.001336 sec., 13473.05389221557 rows/sec., 994.11 KiB/sec. 2026.01.31 02:44:31.884624 [ 3 ] {3bac7017-17bb-481f-8363-4083d24c4def} TCPHandler: Processed in 0.001564297 sec. 2026.01.31 02:44:31.884726 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:31.884820 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:31.884862 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:31.885199 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.885234 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.885537 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.31 02:44:31.885757 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.885859 [ 51 ] {} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.31 02:44:31.885893 [ 51 ] {} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:31.885893 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} executeQuery: Read 66 rows, 4.13 KiB in 0.001092 sec., 60439.56043956043 rows/sec., 3.69 MiB/sec. 2026.01.31 02:44:31.885912 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:31.885937 [ 3 ] {290b7b5f-04d1-49fd-8b70-d05ed419d089} TCPHandler: Processed in 0.001260153 sec. 2026.01.31 02:44:31.886004 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.31 02:44:31.886082 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:31.886110 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 196 rows starting from the beginning of the part 2026.01.31 02:44:31.886161 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 88 rows starting from the beginning of the part 2026.01.31 02:44:31.886204 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.01.31 02:44:31.886245 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 88 rows starting from the beginning of the part 2026.01.31 02:44:31.886282 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.01.31 02:44:31.886321 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 66 rows starting from the beginning of the part 2026.01.31 02:44:31.887121 [ 193 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.001147622 sec., 486222.8155263667 rows/sec., 31.41 MiB/sec. 2026.01.31 02:44:31.887247 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.31 02:44:31.887478 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:31.887542 [ 195 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_11_2} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.31 02:44:31.887593 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.31 02:44:33.699860 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:33.700055 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:33.700128 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:33.700880 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:33.700926 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:33.701310 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 02:44:33.701546 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:33.701722 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} executeQuery: Read 56 rows, 4.41 KiB in 0.00172 sec., 32558.13953488372 rows/sec., 2.50 MiB/sec. 2026.01.31 02:44:33.701771 [ 3 ] {cb0a1f42-826c-48aa-911a-c0cae6ea0564} TCPHandler: Processed in 0.002051262 sec. 2026.01.31 02:44:33.701899 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:33.702002 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:33.702046 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:33.702485 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:33.702522 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:33.702839 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 02:44:33.703053 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:33.703191 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.01.31 02:44:33.703229 [ 3 ] {c56cb7a1-861d-4e03-8992-d8492206dbb4} TCPHandler: Processed in 0.001383305 sec. 2026.01.31 02:44:33.703352 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:33.703449 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:33.703494 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:33.703860 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:33.703894 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:33.704215 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 02:44:33.704420 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:33.704545 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} executeQuery: Read 62 rows, 4.41 KiB in 0.001136 sec., 54577.46478873239 rows/sec., 3.79 MiB/sec. 2026.01.31 02:44:33.704580 [ 3 ] {7a0b1710-79bf-45ef-877c-dde7697b5d3a} TCPHandler: Processed in 0.001300274 sec. 2026.01.31 02:44:33.704689 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:33.704778 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:33.704817 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:33.705120 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:33.705154 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:33.705519 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.31 02:44:33.705725 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:33.705854 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} executeQuery: Read 22 rows, 1.53 KiB in 0.001058 sec., 20793.950850661626 rows/sec., 1.41 MiB/sec. 2026.01.31 02:44:33.705891 [ 3 ] {f6d01458-a9ca-4f6f-8c85-a7aaa333d763} TCPHandler: Processed in 0.001222043 sec. 2026.01.31 02:44:33.928099 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3287 2026.01.31 02:44:33.928578 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:33.928611 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:33.929103 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:33.929347 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:33.929468 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3287 2026.01.31 02:44:34.107531 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.31 02:44:34.126209 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:34.126267 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:34.132132 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:34.132891 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:34.136065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.31 02:44:38.705167 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:38.705470 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:38.705576 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:38.706378 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:38.706427 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:38.706825 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 02:44:38.707045 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:38.707207 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} executeQuery: Read 56 rows, 4.41 KiB in 0.001812 sec., 30905.077262693158 rows/sec., 2.37 MiB/sec. 2026.01.31 02:44:38.707255 [ 3 ] {4065e332-3fc8-4368-88d9-522c7070bbf9} TCPHandler: Processed in 0.002276445 sec. 2026.01.31 02:44:38.707384 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:38.707483 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:38.707526 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:38.707957 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:38.707995 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:38.708297 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 02:44:38.708507 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:38.708632 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} executeQuery: Read 64 rows, 5.12 KiB in 0.001171 sec., 54654.14175918019 rows/sec., 4.27 MiB/sec. 2026.01.31 02:44:38.708669 [ 3 ] {50806886-f287-4506-995b-1e4a8a6da56b} TCPHandler: Processed in 0.001335625 sec. 2026.01.31 02:44:38.708783 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:38.708876 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:38.708918 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:38.709325 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:38.709361 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:38.709692 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 02:44:38.709893 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:38.710019 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.01.31 02:44:38.710054 [ 3 ] {891c04d6-5ce1-4650-af71-d5f85d5e5aec} TCPHandler: Processed in 0.001319714 sec. 2026.01.31 02:44:38.710159 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:38.710250 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} executeQuery: (from [fd00:1122:3344:101::d]:55412) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:38.710291 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:38.710619 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:38.710654 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:38.710943 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.31 02:44:38.711151 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:38.711276 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2026.01.31 02:44:38.711310 [ 3 ] {dd04b61d-ebe5-4efb-b363-89bc32195704} TCPHandler: Processed in 0.001198013 sec. 2026.01.31 02:44:41.341740 [ 39 ] {} DNSResolver: Updating DNS cache 2026.01.31 02:44:41.341816 [ 39 ] {} DNSResolver: Updated DNS cache 2026.01.31 02:44:41.429664 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3799 2026.01.31 02:44:41.430161 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:41.430207 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:41.430687 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:41.430923 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:41.431061 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3799 2026.01.31 02:44:41.448275 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 354 2026.01.31 02:44:41.451194 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:41.451235 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:41.452457 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:41.452734 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:41.452879 [ 39 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:41.452922 [ 39 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:41.452945 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:41.453058 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:41.453074 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 354 2026.01.31 02:44:41.453689 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:41.453867 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 132 rows starting from the beginning of the part 2026.01.31 02:44:41.454325 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 88 rows starting from the beginning of the part 2026.01.31 02:44:41.454733 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2026.01.31 02:44:41.455141 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.01.31 02:44:41.455516 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.01.31 02:44:41.455888 [ 193 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2026.01.31 02:44:41.462063 [ 195 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 72 columns (72 merged, 0 gathered) in 0.009060988 sec., 39068.587222497146 rows/sec., 39.17 MiB/sec. 2026.01.31 02:44:41.462933 [ 195 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:41.463498 [ 195 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:41.463566 [ 195 ] {1c391e0f-5127-44f7-aab4-86a0de8fda77::all_1_6_1} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:41.463763 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. 2026.01.31 02:44:41.636282 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.31 02:44:41.655803 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:41.655869 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:41.662146 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:41.662885 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:41.665992 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.31 02:44:42.000277 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.10 MiB, peak 192.67 MiB, free memory in arenas 0.00 B, will set to 189.70 MiB (RSS), difference: 2.60 MiB 2026.01.31 02:44:42.432743 [ 38 ] {} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 02:44:42.432812 [ 38 ] {} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:42.432835 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:42.432961 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.31 02:44:42.433096 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:42.433133 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.01.31 02:44:42.433209 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 153 rows starting from the beginning of the part 2026.01.31 02:44:42.433259 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 143 rows starting from the beginning of the part 2026.01.31 02:44:42.433306 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 143 rows starting from the beginning of the part 2026.01.31 02:44:42.433348 [ 194 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 163 rows starting from the beginning of the part 2026.01.31 02:44:42.434319 [ 195 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.001399535 sec., 431571.91495746805 rows/sec., 27.71 MiB/sec. 2026.01.31 02:44:42.434585 [ 192 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 02:44:42.434922 [ 192 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:42.435007 [ 192 ] {a8e253ee-3230-4642-ae87-aae4738bedfc::all_1_5_1} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 02:44:42.435098 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.31 02:44:42.799169 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:42.799240 [ 3 ] {} TCP-Session: c985c7d4-7e93-48fb-9cba-cd086da1e562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:43.000284 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.69 MiB, peak 193.01 MiB, free memory in arenas 0.00 B, will set to 189.77 MiB (RSS), difference: 2.08 MiB 2026.01.31 02:44:43.715011 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.715255 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.715346 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:44:43.716425 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.716463 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.716865 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:43.717101 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.717238 [ 35 ] {} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 02:44:43.717252 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} executeQuery: Read 266 rows, 17.30 KiB in 0.002018 sec., 131813.67690782953 rows/sec., 8.37 MiB/sec. 2026.01.31 02:44:43.717305 [ 35 ] {} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.717318 [ 4 ] {9f8dcd53-4efb-4d10-bc50-0c3af8fc8d30} TCPHandler: Processed in 0.002407026 sec. 2026.01.31 02:44:43.717331 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.717462 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.717464 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.31 02:44:43.717562 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:43.717607 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:43.717610 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:43.717649 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 266 rows starting from the beginning of the part 2026.01.31 02:44:43.717721 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 266 rows starting from the beginning of the part 2026.01.31 02:44:43.717766 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 266 rows starting from the beginning of the part 2026.01.31 02:44:43.717810 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 266 rows starting from the beginning of the part 2026.01.31 02:44:43.717849 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 266 rows starting from the beginning of the part 2026.01.31 02:44:43.718370 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.718414 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.718802 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 02:44:43.718816 [ 195 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403946 sec., 947329.8830581802 rows/sec., 63.80 MiB/sec. 2026.01.31 02:44:43.718972 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 02:44:43.719039 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.719177 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} executeQuery: Read 824 rows, 67.45 KiB in 0.001634 sec., 504283.96572827414 rows/sec., 40.31 MiB/sec. 2026.01.31 02:44:43.719215 [ 4 ] {fa874b38-ddd5-4269-8321-3f66ca29de29} TCPHandler: Processed in 0.00181606 sec. 2026.01.31 02:44:43.719251 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.719330 [ 194 ] {3f3764e1-bbb2-41df-ab17-9eb611b476bd::all_1_5_1} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 02:44:43.719336 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.719396 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.31 02:44:43.719436 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.719481 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:43.719936 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.719973 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.720291 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:43.720492 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.720619 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} executeQuery: Read 169 rows, 10.71 KiB in 0.001199 sec., 140950.79232693912 rows/sec., 8.72 MiB/sec. 2026.01.31 02:44:43.720656 [ 4 ] {1f94382e-2099-4a07-9c7a-c2b059e8c628} TCPHandler: Processed in 0.001367785 sec. 2026.01.31 02:44:43.720768 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.720869 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.720907 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:44:43.721335 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.721371 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.721664 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:43.721863 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.721983 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} executeQuery: Read 140 rows, 9.27 KiB in 0.001133 sec., 123565.75463371581 rows/sec., 7.99 MiB/sec. 2026.01.31 02:44:43.722024 [ 4 ] {c2e889f8-4bcd-48ab-87d7-d3fc1b3f244d} TCPHandler: Processed in 0.001308115 sec. 2026.01.31 02:44:43.722146 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.722237 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.722274 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:44:43.722686 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.722720 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.723014 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:43.723208 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.723299 [ 35 ] {} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.31 02:44:43.723328 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} executeQuery: Read 139 rows, 8.10 KiB in 0.001109 sec., 125338.14247069432 rows/sec., 7.13 MiB/sec. 2026.01.31 02:44:43.723331 [ 35 ] {} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.723369 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.723370 [ 4 ] {c274ddeb-fc43-4aeb-9a59-7ee61d0808fa} TCPHandler: Processed in 0.001283474 sec. 2026.01.31 02:44:43.723493 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.723510 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.31 02:44:43.723586 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:43.723628 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:43.723661 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:43.723704 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 139 rows starting from the beginning of the part 2026.01.31 02:44:43.723805 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 139 rows starting from the beginning of the part 2026.01.31 02:44:43.723860 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 139 rows starting from the beginning of the part 2026.01.31 02:44:43.723905 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 139 rows starting from the beginning of the part 2026.01.31 02:44:43.723945 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 139 rows starting from the beginning of the part 2026.01.31 02:44:43.724159 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.724198 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.724533 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 02:44:43.724760 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.724887 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} executeQuery: Read 504 rows, 36.58 KiB in 0.001318 sec., 382397.57207890745 rows/sec., 27.11 MiB/sec. 2026.01.31 02:44:43.724896 [ 195 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001453656 sec., 478104.86112257646 rows/sec., 29.02 MiB/sec. 2026.01.31 02:44:43.724926 [ 4 ] {8ed0050f-01fc-4c29-81a3-88391f70f2b0} TCPHandler: Processed in 0.001480056 sec. 2026.01.31 02:44:43.725039 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.725039 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.31 02:44:43.725139 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:44:43.725185 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:44:43.725311 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.725380 [ 189 ] {b36d4ac5-6154-4b19-9729-8bacb4c5c1c1::all_1_5_1} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.31 02:44:43.725448 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.31 02:44:43.725505 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.725543 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.725849 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:43.726046 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.726171 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2026.01.31 02:44:43.726204 [ 4 ] {65e91a2f-917c-40c6-92f1-49d66f648a5a} TCPHandler: Processed in 0.001212343 sec. 2026.01.31 02:44:43.726313 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.726403 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.726443 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:43.726828 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.726863 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.727187 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 02:44:43.727380 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.727498 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} executeQuery: Read 258 rows, 17.59 KiB in 0.001113 sec., 231805.92991913744 rows/sec., 15.43 MiB/sec. 2026.01.31 02:44:43.727531 [ 4 ] {b13ff4ca-b710-4c0a-9ce9-8820f9be7515} TCPHandler: Processed in 0.001265424 sec. 2026.01.31 02:44:43.727637 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.727726 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.727765 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:44:43.728051 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.728085 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.728367 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:43.728573 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.728694 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} executeQuery: Read 1 rows, 69.00 B in 0.000985 sec., 1015.2284263959391 rows/sec., 68.41 KiB/sec. 2026.01.31 02:44:43.728729 [ 4 ] {0738c3ea-d732-4c17-be61-21784e8b396a} TCPHandler: Processed in 0.001138903 sec. 2026.01.31 02:44:43.728835 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.728924 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.728974 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:44:43.729751 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.729786 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.730341 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:44:43.730555 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.730686 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} executeQuery: Read 36 rows, 66.06 KiB in 0.001779 sec., 20236.087689713324 rows/sec., 36.26 MiB/sec. 2026.01.31 02:44:43.730739 [ 4 ] {a8c8c6f2-13e8-435d-a4a1-74e118aa6283} TCPHandler: Processed in 0.001951171 sec. 2026.01.31 02:44:43.730848 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.730947 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.730987 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 02:44:43.731282 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.731323 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.731609 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.31 02:44:43.731808 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.731931 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} executeQuery: Read 6 rows, 463.00 B in 0.001001 sec., 5994.005994005995 rows/sec., 451.70 KiB/sec. 2026.01.31 02:44:43.731970 [ 4 ] {1f7c922b-9dde-4543-8d14-ed3d2e00ae9e} TCPHandler: Processed in 0.001169453 sec. 2026.01.31 02:44:43.732074 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:43.732164 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:43.732203 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:43.732539 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:43.732574 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:43.732870 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.31 02:44:43.733079 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:43.733199 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} executeQuery: Read 88 rows, 5.66 KiB in 0.001052 sec., 83650.19011406845 rows/sec., 5.25 MiB/sec. 2026.01.31 02:44:43.733232 [ 4 ] {1b0300b3-4777-4ffc-a0aa-7fa6299eb832} TCPHandler: Processed in 0.001204603 sec. 2026.01.31 02:44:48.706006 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:48.706219 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 02:44:48.706288 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 02:44:48.706982 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.707023 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.707397 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.31 02:44:48.707614 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.707763 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} executeQuery: Read 2 rows, 167.00 B in 0.001596 sec., 1253.1328320802006 rows/sec., 102.18 KiB/sec. 2026.01.31 02:44:48.707801 [ 4 ] {5e95c6b4-2f09-4b52-97a0-cec2b9d80c72} TCPHandler: Processed in 0.00192504 sec. 2026.01.31 02:44:48.707940 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:48.708033 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:48.708071 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:48.708538 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.708575 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.708893 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 02:44:48.709105 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.709228 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} executeQuery: Read 57 rows, 4.48 KiB in 0.001214 sec., 46952.22405271829 rows/sec., 3.60 MiB/sec. 2026.01.31 02:44:48.709263 [ 4 ] {fe7c6042-5c30-4f3b-b449-86921ca18382} TCPHandler: Processed in 0.001370855 sec. 2026.01.31 02:44:48.709364 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:48.709455 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:48.709494 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:48.709884 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.709919 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.710200 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:48.710409 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.710529 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} executeQuery: Read 2 rows, 143.00 B in 0.001092 sec., 1831.5018315018312 rows/sec., 127.88 KiB/sec. 2026.01.31 02:44:48.710564 [ 4 ] {07c5b315-f53a-4e33-a13d-bf6d77f619f1} TCPHandler: Processed in 0.001247053 sec. 2026.01.31 02:44:48.710673 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:48.710763 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:48.710800 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:48.711214 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.711249 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.711555 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 02:44:48.711759 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.711881 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} executeQuery: Read 66 rows, 5.28 KiB in 0.001136 sec., 58098.59154929577 rows/sec., 4.54 MiB/sec. 2026.01.31 02:44:48.711916 [ 4 ] {a5141d13-d62c-4fc4-80b7-04b918500b6f} TCPHandler: Processed in 0.001289464 sec. 2026.01.31 02:44:48.712024 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:48.712114 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:48.712155 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:48.712587 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.712630 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.712973 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 02:44:48.713187 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.713313 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} executeQuery: Read 161 rows, 11.48 KiB in 0.001216 sec., 132401.31578947368 rows/sec., 9.22 MiB/sec. 2026.01.31 02:44:48.713348 [ 4 ] {3d20f8de-e4e1-4960-8f93-495cbde2fb41} TCPHandler: Processed in 0.001370275 sec. 2026.01.31 02:44:48.713457 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:48.713549 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:48.713589 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:48.713920 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.713955 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.714264 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.31 02:44:48.714462 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.714583 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.31 02:44:48.714622 [ 4 ] {7398a2b3-92ae-4989-ac45-cd9ece59c95a} TCPHandler: Processed in 0.001212423 sec. 2026.01.31 02:44:48.931318 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4247 2026.01.31 02:44:48.931857 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:48.931911 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:48.932463 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:44:48.932719 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:48.932855 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4247 2026.01.31 02:44:49.166246 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.31 02:44:49.182792 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:49.182846 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:49.188867 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:44:49.189577 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:49.192263 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.31 02:44:50.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 190.74 MiB, peak 194.74 MiB, free memory in arenas 0.00 B, will set to 192.06 MiB (RSS), difference: 1.31 MiB 2026.01.31 02:44:51.055718 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59623 2026.01.31 02:44:51.055833 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.055859 [ 3 ] {} TCP-Session: 95c4f50d-11ca-46fd-aa4a-c5645ccc8d57 Authenticating user 'default' from [fd00:1122:3344:101::e]:59623 2026.01.31 02:44:51.055881 [ 3 ] {} TCP-Session: 95c4f50d-11ca-46fd-aa4a-c5645ccc8d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.055893 [ 3 ] {} TCP-Session: 95c4f50d-11ca-46fd-aa4a-c5645ccc8d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056130 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58040 2026.01.31 02:44:51.056177 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53199 2026.01.31 02:44:51.056212 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36978 2026.01.31 02:44:51.056232 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35885 2026.01.31 02:44:51.056250 [ 3 ] {} TCP-Session: 95c4f50d-11ca-46fd-aa4a-c5645ccc8d57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:51.056254 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53371 2026.01.31 02:44:51.056265 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55915 2026.01.31 02:44:51.056262 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056243 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56029 2026.01.31 02:44:51.056378 [ 288 ] {} TCP-Session: 0afae091-30cc-4ee2-9b67-84c8535e0768 Authenticating user 'default' from [fd00:1122:3344:101::e]:58040 2026.01.31 02:44:51.056221 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46999 2026.01.31 02:44:51.056424 [ 288 ] {} TCP-Session: 0afae091-30cc-4ee2-9b67-84c8535e0768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056430 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} executeQuery: (from [fd00:1122:3344:101::e]:59623) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.31 02:44:51.056455 [ 288 ] {} TCP-Session: 0afae091-30cc-4ee2-9b67-84c8535e0768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056622 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056653 [ 295 ] {} TCP-Session: 5771c603-2f93-4f08-915a-99055f119657 Authenticating user 'default' from [fd00:1122:3344:101::e]:55915 2026.01.31 02:44:51.056661 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056670 [ 295 ] {} TCP-Session: 5771c603-2f93-4f08-915a-99055f119657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056701 [ 294 ] {} TCP-Session: 889818a3-89a8-47e9-804e-8dd08e802d6c Authenticating user 'default' from [fd00:1122:3344:101::e]:53371 2026.01.31 02:44:51.056700 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056731 [ 294 ] {} TCP-Session: 889818a3-89a8-47e9-804e-8dd08e802d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056731 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.31 02:44:51.056759 [ 294 ] {} TCP-Session: 889818a3-89a8-47e9-804e-8dd08e802d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056758 [ 291 ] {} TCP-Session: cd848d6e-a0bc-4aa2-aaa4-ea6d7c01d82b Authenticating user 'default' from [fd00:1122:3344:101::e]:46999 2026.01.31 02:44:51.056702 [ 295 ] {} TCP-Session: 5771c603-2f93-4f08-915a-99055f119657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056810 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.31 02:44:51.056812 [ 291 ] {} TCP-Session: cd848d6e-a0bc-4aa2-aaa4-ea6d7c01d82b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056804 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056858 [ 291 ] {} TCP-Session: cd848d6e-a0bc-4aa2-aaa4-ea6d7c01d82b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056892 [ 289 ] {} TCP-Session: 0bba1c03-7e5a-4386-be8f-1d441638e45b Authenticating user 'default' from [fd00:1122:3344:101::e]:53199 2026.01.31 02:44:51.056925 [ 289 ] {} TCP-Session: 0bba1c03-7e5a-4386-be8f-1d441638e45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056939 [ 289 ] {} TCP-Session: 0bba1c03-7e5a-4386-be8f-1d441638e45b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.056945 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056946 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.056985 [ 293 ] {} TCP-Session: 110279ed-97d3-439a-9757-1eb3838b3e92 Authenticating user 'default' from [fd00:1122:3344:101::e]:56029 2026.01.31 02:44:51.057000 [ 292 ] {} TCP-Session: 1de3bf0e-a9f4-46ec-8a4a-247550dd47af Authenticating user 'default' from [fd00:1122:3344:101::e]:35885 2026.01.31 02:44:51.057000 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.31 02:44:51.057031 [ 292 ] {} TCP-Session: 1de3bf0e-a9f4-46ec-8a4a-247550dd47af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.057018 [ 293 ] {} TCP-Session: 110279ed-97d3-439a-9757-1eb3838b3e92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.057053 [ 290 ] {} TCP-Session: 607e1b6b-5603-41af-8fff-764d5497eaef Authenticating user 'default' from [fd00:1122:3344:101::e]:36978 2026.01.31 02:44:51.057083 [ 293 ] {} TCP-Session: 110279ed-97d3-439a-9757-1eb3838b3e92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.057099 [ 290 ] {} TCP-Session: 607e1b6b-5603-41af-8fff-764d5497eaef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.057056 [ 292 ] {} TCP-Session: 1de3bf0e-a9f4-46ec-8a4a-247550dd47af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.057127 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} oximeter.version (b1f35a74-c28b-4589-85d4-d6f293a6c50d) (SelectExecutor): Key condition: unknown 2026.01.31 02:44:51.057122 [ 290 ] {} TCP-Session: 607e1b6b-5603-41af-8fff-764d5497eaef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.057220 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} Aggregator: Compile expression max()(UInt64) 0 2026.01.31 02:44:51.445157 [ 303 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} AggregatingTransform: Aggregating 2026.01.31 02:44:51.445227 [ 303 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} Aggregator: Aggregation method: without_key 2026.01.31 02:44:51.445265 [ 303 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001156243 sec. (864.870 rows/sec., 33.78 KiB/sec.) 2026.01.31 02:44:51.445282 [ 303 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} Aggregator: Merging aggregated data 2026.01.31 02:44:51.446366 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} executeQuery: Read 1 rows, 40.00 B in 0.390023 sec., 2.56395135671486 rows/sec., 102.56 B/sec. 2026.01.31 02:44:51.446527 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.31 02:44:51.446542 [ 3 ] {9d127b0b-90d5-4b93-81f7-b179dc044470} TCPHandler: Processed in 0.390459023 sec. 2026.01.31 02:44:51.446715 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446755 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446777 [ 295 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446795 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446818 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446834 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446861 [ 291 ] {} TCP-Session: cd848d6e-a0bc-4aa2-aaa4-ea6d7c01d82b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446891 [ 292 ] {} TCP-Session: 1de3bf0e-a9f4-46ec-8a4a-247550dd47af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446887 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446928 [ 290 ] {} TCP-Session: 607e1b6b-5603-41af-8fff-764d5497eaef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446945 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446966 [ 289 ] {} TCP-Session: 0bba1c03-7e5a-4386-be8f-1d441638e45b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446886 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.31 02:44:51.446995 [ 3 ] {} TCP-Session: 95c4f50d-11ca-46fd-aa4a-c5645ccc8d57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446844 [ 295 ] {} TCP-Session: 5771c603-2f93-4f08-915a-99055f119657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.447038 [ 294 ] {} TCP-Session: 889818a3-89a8-47e9-804e-8dd08e802d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446836 [ 293 ] {} TCP-Session: 110279ed-97d3-439a-9757-1eb3838b3e92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.446766 [ 288 ] {} TCP-Session: 0afae091-30cc-4ee2-9b67-84c8535e0768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.31 02:44:51.453539 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 392 2026.01.31 02:44:51.455827 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:51.455874 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:51.457028 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:44:51.457297 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:51.457643 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2026.01.31 02:44:52.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 193.49 MiB, peak 203.62 MiB, free memory in arenas 0.00 B, will set to 212.13 MiB (RSS), difference: 18.63 MiB 2026.01.31 02:44:53.713907 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.714102 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.714172 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:44:53.714935 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.714977 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.715362 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:53.715576 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.715726 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} executeQuery: Read 266 rows, 17.30 KiB in 0.001677 sec., 158616.57722122836 rows/sec., 10.08 MiB/sec. 2026.01.31 02:44:53.715767 [ 4 ] {c0e778ca-6d32-40da-b11d-33b8a03ef672} TCPHandler: Processed in 0.001998022 sec. 2026.01.31 02:44:53.715904 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.716001 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:53.716042 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:53.716761 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.716798 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.717160 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 02:44:53.717369 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.717486 [ 88 ] {} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 02:44:53.717494 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} executeQuery: Read 824 rows, 67.45 KiB in 0.001511 sec., 545334.2157511582 rows/sec., 43.59 MiB/sec. 2026.01.31 02:44:53.717524 [ 88 ] {} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.717542 [ 4 ] {2cc36388-1a9b-43c6-bc69-eb4f2dc89c48} TCPHandler: Processed in 0.001701558 sec. 2026.01.31 02:44:53.717543 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.717656 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.717695 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.31 02:44:53.717749 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.717795 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:44:53.717864 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.717924 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1956 rows starting from the beginning of the part 2026.01.31 02:44:53.718032 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.01.31 02:44:53.718091 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2026.01.31 02:44:53.718150 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 824 rows starting from the beginning of the part 2026.01.31 02:44:53.718208 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 57 rows starting from the beginning of the part 2026.01.31 02:44:53.718245 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.718263 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 824 rows starting from the beginning of the part 2026.01.31 02:44:53.718288 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.718651 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:44:53.718894 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.719020 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} executeQuery: Read 169 rows, 10.71 KiB in 0.001289 sec., 131109.38712179984 rows/sec., 8.11 MiB/sec. 2026.01.31 02:44:53.719057 [ 4 ] {a8f673a7-1f7c-407c-ad83-32e0a3f5db00} TCPHandler: Processed in 0.001449276 sec. 2026.01.31 02:44:53.719168 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.719262 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.719301 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:44:53.719715 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.719749 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.719933 [ 195 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3773 rows, containing 5 columns (5 merged, 0 gathered) in 0.002315645 sec., 1629351.6493244863 rows/sec., 137.50 MiB/sec. 2026.01.31 02:44:53.720047 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:53.720250 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 02:44:53.720283 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.720389 [ 88 ] {} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:53.720415 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} executeQuery: Read 140 rows, 9.27 KiB in 0.001172 sec., 119453.92491467576 rows/sec., 7.72 MiB/sec. 2026.01.31 02:44:53.720424 [ 88 ] {} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.720452 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.720454 [ 4 ] {fdecbdf4-4dfa-4fbc-9c5f-e620d91d8cde} TCPHandler: Processed in 0.001333995 sec. 2026.01.31 02:44:53.720521 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.720552 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:53.720580 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.720603 [ 187 ] {e62158b8-078a-462d-b54e-3966c4e27190::all_1_16_3} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 02:44:53.720651 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.720675 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.01.31 02:44:53.720675 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 368 rows starting from the beginning of the part 2026.01.31 02:44:53.720680 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.720738 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:44:53.720739 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 140 rows starting from the beginning of the part 2026.01.31 02:44:53.720816 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 140 rows starting from the beginning of the part 2026.01.31 02:44:53.720858 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 369 rows starting from the beginning of the part 2026.01.31 02:44:53.720899 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 140 rows starting from the beginning of the part 2026.01.31 02:44:53.720941 [ 195 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 140 rows starting from the beginning of the part 2026.01.31 02:44:53.721159 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.721198 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.721512 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:53.721732 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.721857 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} executeQuery: Read 139 rows, 8.10 KiB in 0.001195 sec., 116317.99163179916 rows/sec., 6.62 MiB/sec. 2026.01.31 02:44:53.721882 [ 201 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1297 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362944 sec., 951616.5007513148 rows/sec., 66.17 MiB/sec. 2026.01.31 02:44:53.721892 [ 4 ] {b84c713e-d42a-4ea9-96a7-f62d06ec7719} TCPHandler: Processed in 0.001367725 sec. 2026.01.31 02:44:53.722038 [ 187 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:53.722048 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.722150 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:53.722190 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:53.722281 [ 187 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.722343 [ 187 ] {d90ba2b4-9e46-482d-b43d-67b2d961feb5::all_1_6_1} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:53.722397 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.31 02:44:53.722728 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.722768 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.723095 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 02:44:53.723296 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.723398 [ 88 ] {} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 02:44:53.723421 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} executeQuery: Read 499 rows, 36.16 KiB in 0.001288 sec., 387422.36024844716 rows/sec., 27.42 MiB/sec. 2026.01.31 02:44:53.723432 [ 88 ] {} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.723451 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.723457 [ 4 ] {6e44dfd6-1443-4ba3-ac38-20ec5997fb7d} TCPHandler: Processed in 0.001456306 sec. 2026.01.31 02:44:53.723529 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.31 02:44:53.723571 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.723623 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.723651 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 974 rows starting from the beginning of the part 2026.01.31 02:44:53.723668 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:44:53.723696 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.01.31 02:44:53.723714 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:44:53.723738 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part 2026.01.31 02:44:53.723777 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 504 rows starting from the beginning of the part 2026.01.31 02:44:53.723810 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part 2026.01.31 02:44:53.723843 [ 195 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 499 rows starting from the beginning of the part 2026.01.31 02:44:53.724037 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.724076 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.724383 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:53.724594 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.724682 [ 88 ] {} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:53.724706 [ 88 ] {} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.724715 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.01.31 02:44:53.724722 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.724750 [ 4 ] {318328f7-d5ec-4b7c-81d9-262ba3dbe838} TCPHandler: Processed in 0.001226703 sec. 2026.01.31 02:44:53.724791 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:53.724842 [ 201 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2171 rows, containing 5 columns (5 merged, 0 gathered) in 0.001345425 sec., 1613616.5152275304 rows/sec., 122.48 MiB/sec. 2026.01.31 02:44:53.724854 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.724887 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.724917 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.01.31 02:44:53.724962 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.724962 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.31 02:44:53.725011 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:53.725022 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.31 02:44:53.725036 [ 196 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 02:44:53.725064 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.31 02:44:53.725103 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.01.31 02:44:53.725140 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.01.31 02:44:53.725431 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.725442 [ 196 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.725474 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:53.725523 [ 196 ] {a5092f97-ad2c-4fdf-b350-99987348c196::all_1_16_3} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 02:44:53.725600 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.01.31 02:44:53.725848 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 02:44:53.725913 [ 196 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001149483 sec., 31318.427501755137 rows/sec., 1.60 MiB/sec. 2026.01.31 02:44:53.726021 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:53.726078 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.726188 [ 88 ] {} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 02:44:53.726215 [ 88 ] {} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.726219 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} executeQuery: Read 258 rows, 17.59 KiB in 0.001275 sec., 202352.94117647057 rows/sec., 13.47 MiB/sec. 2026.01.31 02:44:53.726234 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.726260 [ 4 ] {e960706b-9842-40ab-b52f-c0c4f294c8a8} TCPHandler: Processed in 0.001453055 sec. 2026.01.31 02:44:53.726286 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.726332 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.31 02:44:53.726353 [ 195 ] {cabb1d09-e370-49c1-926f-5702f9d2ce43::all_1_6_1} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:53.726373 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.726413 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.31 02:44:53.726471 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.726484 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.726521 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:44:53.726530 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3411 rows starting from the beginning of the part 2026.01.31 02:44:53.726635 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 62 rows starting from the beginning of the part 2026.01.31 02:44:53.726687 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.01.31 02:44:53.726736 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 258 rows starting from the beginning of the part 2026.01.31 02:44:53.726779 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part 2026.01.31 02:44:53.726821 [ 201 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 258 rows starting from the beginning of the part 2026.01.31 02:44:53.726837 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.726875 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.727203 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:53.727434 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.727522 [ 88 ] {} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:53.727543 [ 88 ] {} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.727558 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.727559 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} executeQuery: Read 1 rows, 69.00 B in 0.001107 sec., 903.342366757001 rows/sec., 60.87 KiB/sec. 2026.01.31 02:44:53.727605 [ 4 ] {98be31a5-c5d8-4219-ae26-5d4fe72336d3} TCPHandler: Processed in 0.001279104 sec. 2026.01.31 02:44:53.727617 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:53.727715 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.727727 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.727745 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.01.31 02:44:53.727797 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.01.31 02:44:53.727822 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.727838 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.01.31 02:44:53.727873 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.01.31 02:44:53.727874 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:44:53.727908 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.01.31 02:44:53.727945 [ 196 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.01.31 02:44:53.728682 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.728689 [ 186 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.001093092 sec., 6403.852557698712 rows/sec., 427.94 KiB/sec. 2026.01.31 02:44:53.728714 [ 190 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4310 rows, containing 5 columns (5 merged, 0 gathered) in 0.002430317 sec., 1773431.2025962046 rows/sec., 119.36 MiB/sec. 2026.01.31 02:44:53.728716 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.728862 [ 201 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:53.729161 [ 201 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.729173 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 02:44:53.729237 [ 201 ] {0f267864-928b-4587-a664-13301fccf200::all_1_6_1} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:53.729320 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.31 02:44:53.729378 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.31 02:44:53.729442 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.729506 [ 200 ] {0187bba0-d020-46af-9b63-ddb2dac8f01f::all_1_16_3} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 02:44:53.729573 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.01.31 02:44:53.729601 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.729710 [ 88 ] {} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.31 02:44:53.729730 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} executeQuery: Read 36 rows, 66.06 KiB in 0.001925 sec., 18701.2987012987 rows/sec., 33.51 MiB/sec. 2026.01.31 02:44:53.729738 [ 88 ] {} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.729759 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.729780 [ 4 ] {bb3a2570-7f0a-4f57-9abb-fd4296af621f} TCPHandler: Processed in 0.002099583 sec. 2026.01.31 02:44:53.729839 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.31 02:44:53.729894 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:53.729992 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:53.730031 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:53.730085 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.730160 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.01.31 02:44:53.730317 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.31 02:44:53.730347 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.730386 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.730428 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.01.31 02:44:53.730550 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part 2026.01.31 02:44:53.730668 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.01.31 02:44:53.730695 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.31 02:44:53.730778 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.01.31 02:44:53.730927 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.731022 [ 88 ] {} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.31 02:44:53.731047 [ 88 ] {} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:53.731054 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} executeQuery: Read 88 rows, 5.66 KiB in 0.00108 sec., 81481.48148148147 rows/sec., 5.12 MiB/sec. 2026.01.31 02:44:53.731066 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.01.31 02:44:53.731090 [ 4 ] {ea666bc0-89b9-44ad-a66f-12672b9c4d0f} TCPHandler: Processed in 0.001245154 sec. 2026.01.31 02:44:53.731134 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.31 02:44:53.731212 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.31 02:44:53.731243 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 558 rows starting from the beginning of the part 2026.01.31 02:44:53.731289 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2026.01.31 02:44:53.731326 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.01.31 02:44:53.731361 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 88 rows starting from the beginning of the part 2026.01.31 02:44:53.731395 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.31 02:44:53.731430 [ 200 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 88 rows starting from the beginning of the part 2026.01.31 02:44:53.732192 [ 190 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 4 columns (4 merged, 0 gathered) in 0.001088532 sec., 804753.5580028883 rows/sec., 52.07 MiB/sec. 2026.01.31 02:44:53.732372 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.31 02:44:53.732638 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.732694 [ 196 ] {f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292::all_1_16_3} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.31 02:44:53.732743 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.31 02:44:53.733028 [ 196 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 19 columns (19 merged, 0 gathered) in 0.003227475 sec., 40279.16560159258 rows/sec., 72.18 MiB/sec. 2026.01.31 02:44:53.733311 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.31 02:44:53.733633 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:53.733702 [ 186 ] {c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6::all_1_6_1} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.31 02:44:53.733791 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.01.31 02:44:56.342073 [ 102 ] {} DNSResolver: Updating DNS cache 2026.01.31 02:44:56.342139 [ 102 ] {} DNSResolver: Updated DNS cache 2026.01.31 02:44:56.433164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4759 2026.01.31 02:44:56.433740 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:56.433790 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:56.434288 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 02:44:56.434527 [ 245 ] {} system.asynchronous_metric_log (96fb280e-062d-4c90-9118-f121ed601434): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:56.434672 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4759 2026.01.31 02:44:56.692555 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.31 02:44:56.710699 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:56.710763 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:56.716820 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.31 02:44:56.717485 [ 244 ] {} system.metric_log (f9e07f41-8782-45c7-b406-9e128ab3ab1a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:56.720422 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.31 02:44:57.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.91 MiB, peak 220.06 MiB, free memory in arenas 0.00 B, will set to 215.47 MiB (RSS), difference: 1.56 MiB 2026.01.31 02:44:58.705312 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:58.705483 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:44:58.705544 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:44:58.706169 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:58.706206 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:58.706598 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 02:44:58.706832 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:58.706986 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} executeQuery: Read 56 rows, 4.41 KiB in 0.001551 sec., 36105.73823339781 rows/sec., 2.77 MiB/sec. 2026.01.31 02:44:58.707028 [ 4 ] {76d6a71c-6237-4f9c-9c67-c88f075c67d4} TCPHandler: Processed in 0.00184198 sec. 2026.01.31 02:44:58.707153 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:58.707250 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:44:58.707290 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:44:58.707740 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:58.707775 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:58.708094 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 02:44:58.708304 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:58.708431 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2026.01.31 02:44:58.708467 [ 4 ] {5bc2e4e1-cf14-464a-ad80-2ada766dad07} TCPHandler: Processed in 0.001365344 sec. 2026.01.31 02:44:58.708587 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:58.708691 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:44:58.708738 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:44:58.709156 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:58.709197 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:58.709532 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 02:44:58.709747 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:58.709876 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2026.01.31 02:44:58.709960 [ 4 ] {dc4c6bba-afd6-4c0f-bb04-267c33eec002} TCPHandler: Processed in 0.001422446 sec. 2026.01.31 02:44:58.710075 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:44:58.710170 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:44:58.710212 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:44:58.710538 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:44:58.710577 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:44:58.710882 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.31 02:44:58.711091 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:44:58.711308 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.01.31 02:44:58.711344 [ 4 ] {08631cd6-1227-4cb3-a96e-2dcdf5e855ce} TCPHandler: Processed in 0.001318055 sec. 2026.01.31 02:45:01.103043 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.103237 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.103307 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.31 02:45:01.104021 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.104069 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.104473 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:45:01.104709 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} oximeter.fields_i16 (3f3764e1-bbb2-41df-ab17-9eb611b476bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.104858 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} executeQuery: Read 266 rows, 17.30 KiB in 0.00167 sec., 159281.4371257485 rows/sec., 10.12 MiB/sec. 2026.01.31 02:45:01.104899 [ 4 ] {556185d0-2597-4f18-837f-0d7d3de75322} TCPHandler: Processed in 0.001989522 sec. 2026.01.31 02:45:01.105026 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.105134 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.31 02:45:01.105180 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.31 02:45:01.105624 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.105672 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.106065 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.31 02:45:01.106378 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} oximeter.fields_ipaddr (f17528ce-bb92-4d4e-8bfe-a2bc48c10052): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.106555 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} executeQuery: Read 14 rows, 1.14 KiB in 0.001439 sec., 9728.978457261988 rows/sec., 793.33 KiB/sec. 2026.01.31 02:45:01.106603 [ 4 ] {26e79724-a678-49e7-bbd5-358c67f689e7} TCPHandler: Processed in 0.001629028 sec. 2026.01.31 02:45:01.106728 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.106830 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.31 02:45:01.106878 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.31 02:45:01.108210 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.108247 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.108701 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 02:45:01.108915 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} oximeter.fields_string (e62158b8-078a-462d-b54e-3966c4e27190): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.109057 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} executeQuery: Read 1980 rows, 165.40 KiB in 0.00225 sec., 880000.0000000001 rows/sec., 71.79 MiB/sec. 2026.01.31 02:45:01.109108 [ 4 ] {e084e7bd-92d7-449f-a2cf-0b63bac29d18} TCPHandler: Processed in 0.002438297 sec. 2026.01.31 02:45:01.109246 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.109364 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.109418 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.31 02:45:01.109959 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.109998 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.110312 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.31 02:45:01.110565 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} oximeter.fields_u16 (a8e253ee-3230-4642-ae87-aae4738bedfc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.110699 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} executeQuery: Read 187 rows, 11.99 KiB in 0.00136 sec., 137500 rows/sec., 8.61 MiB/sec. 2026.01.31 02:45:01.110736 [ 4 ] {c2886614-ca72-49ba-8b30-fa385f0dfdc0} TCPHandler: Processed in 0.001552037 sec. 2026.01.31 02:45:01.110859 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.110955 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.111000 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.31 02:45:01.111497 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.111533 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.111855 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:45:01.112076 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} oximeter.fields_u32 (d90ba2b4-9e46-482d-b43d-67b2d961feb5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.112206 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} executeQuery: Read 369 rows, 25.14 KiB in 0.00127 sec., 290551.18110236217 rows/sec., 19.33 MiB/sec. 2026.01.31 02:45:01.112243 [ 4 ] {0ffd0dc0-01ed-4ceb-98ff-7431a99c6b0a} TCPHandler: Processed in 0.001432946 sec. 2026.01.31 02:45:01.112359 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.112461 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.112504 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.31 02:45:01.112949 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.112986 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.113359 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:45:01.113629 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} oximeter.fields_u8 (b36d4ac5-6154-4b19-9729-8bacb4c5c1c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.113776 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} executeQuery: Read 139 rows, 8.10 KiB in 0.001333 sec., 104276.06901725431 rows/sec., 5.93 MiB/sec. 2026.01.31 02:45:01.113822 [ 4 ] {5416c2f5-9546-44e5-a3bc-838d370e5463} TCPHandler: Processed in 0.001514456 sec. 2026.01.31 02:45:01.113956 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.114066 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.31 02:45:01.114113 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.31 02:45:01.114954 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.114999 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.115385 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 02:45:01.115644 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} oximeter.fields_uuid (a5092f97-ad2c-4fdf-b350-99987348c196): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.115788 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} executeQuery: Read 976 rows, 72.16 KiB in 0.001744 sec., 559633.0275229358 rows/sec., 40.40 MiB/sec. 2026.01.31 02:45:01.115827 [ 4 ] {e3669758-6950-46b5-8c1e-7f738497db42} TCPHandler: Processed in 0.001930181 sec. 2026.01.31 02:45:01.115947 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.116059 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.31 02:45:01.116108 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.31 02:45:01.116452 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.116490 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.116816 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:45:01.117048 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} oximeter.measurements_bool (cabb1d09-e370-49c1-926f-5702f9d2ce43): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.117180 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2026.01.31 02:45:01.117217 [ 4 ] {abd7de23-37dc-4403-b4fc-734e48d62c01} TCPHandler: Processed in 0.001324144 sec. 2026.01.31 02:45:01.117327 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.117424 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.117467 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.31 02:45:01.118076 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.118117 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.118510 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 02:45:01.118737 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} oximeter.measurements_cumulativeu64 (0187bba0-d020-46af-9b63-ddb2dac8f01f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.118884 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} executeQuery: Read 885 rows, 60.28 KiB in 0.001481 sec., 597569.2099932479 rows/sec., 39.75 MiB/sec. 2026.01.31 02:45:01.118925 [ 4 ] {9676df7d-112b-4c35-a8b7-e2d34c65c4a4} TCPHandler: Processed in 0.001649658 sec. 2026.01.31 02:45:01.119032 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.119131 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.119175 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.31 02:45:01.119483 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.119521 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.119826 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:45:01.120029 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} oximeter.measurements_f64 (0f267864-928b-4587-a664-13301fccf200): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.120158 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} executeQuery: Read 2 rows, 134.00 B in 0.001046 sec., 1912.0458891013384 rows/sec., 125.10 KiB/sec. 2026.01.31 02:45:01.120195 [ 4 ] {0acb87bc-0d92-4cfd-93bd-cb24aa5d6352} TCPHandler: Processed in 0.001211843 sec. 2026.01.31 02:45:01.120328 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.120431 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.120499 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.31 02:45:01.121522 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.121562 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.122184 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.31 02:45:01.122409 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} oximeter.measurements_histogramu64 (c8ae53bc-3f1d-41b3-b1c3-ee9447c05af6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.122548 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} executeQuery: Read 40 rows, 73.40 KiB in 0.002142 sec., 18674.136321195147 rows/sec., 33.46 MiB/sec. 2026.01.31 02:45:01.122603 [ 4 ] {17c3aba7-003a-4bd3-ba43-5c92d863901e} TCPHandler: Processed in 0.002322635 sec. 2026.01.31 02:45:01.122721 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.122819 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.122862 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.31 02:45:01.123240 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.123285 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.123684 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.31 02:45:01.123922 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} oximeter.measurements_i64 (70209c97-d153-4ce2-91cb-ec9de6e0707b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.124051 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} executeQuery: Read 3 rows, 217.00 B in 0.001251 sec., 2398.0815347721823 rows/sec., 169.40 KiB/sec. 2026.01.31 02:45:01.124087 [ 4 ] {e3b763d1-93a9-4472-9b13-b36e858a5f6a} TCPHandler: Processed in 0.001414435 sec. 2026.01.31 02:45:01.124203 [ 4 ] {} TCP-Session: 8446c64a-bb4a-47e1-a3bf-ee3c0416c7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.31 02:45:01.124300 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} executeQuery: (from [fd00:1122:3344:101::d]:36076) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.31 02:45:01.124341 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.31 02:45:01.124675 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.124717 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.125061 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.31 02:45:01.125288 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} oximeter.measurements_u64 (f5e56d6b-4ce5-46a1-b62d-2f2ec8f48292): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.125438 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} executeQuery: Read 64 rows, 4.00 KiB in 0.001156 sec., 55363.32179930796 rows/sec., 3.38 MiB/sec. 2026.01.31 02:45:01.125478 [ 4 ] {76bdc4a4-a01f-4184-a392-76d7aad20c32} TCPHandler: Processed in 0.001324114 sec. 2026.01.31 02:45:01.458030 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 448 2026.01.31 02:45:01.461009 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.31 02:45:01.461064 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.01.31 02:45:01.462455 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.31 02:45:01.462726 [ 243 ] {} system.query_log (1c391e0f-5127-44f7-aab4-86a0de8fda77): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.31 02:45:01.462988 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 448