[ Dec 18 05:28:35 Enabled. ] [ Dec 18 05:28:35 Rereading configuration. ] [ Dec 18 05:28:38 Rereading configuration. ] [ Dec 18 05:28:49 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 18 05:28:49 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.18 05:28:51.763858 [ 1 ] {} Application: Will watch for the process with pid 24944 2025.12.18 05:28:51.764228 [ 1 ] {} Application: Forked a child process to watch 2025.12.18 05:28:52.262633 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24944 2025.12.18 05:28:52.264865 [ 1 ] {} Application: starting up 2025.12.18 05:28:52.265008 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.18 05:28:52.439353 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.18 05:28:52.475515 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.18 05:28:52.475592 [ 1 ] {} Application: Initializing DateLUT. 2025.12.18 05:28:52.475611 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.18 05:28:52.475664 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.18 05:28:52.476231 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.18 05:28:52.480280 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.18 05:28:52.481156 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.18 05:28:52.481971 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.18 05:28:52.482018 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.18 05:28:52.482056 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.18 05:28:52.482755 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.18 05:28:52.483727 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.18 05:28:52.489611 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.18 05:28:52.490329 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.18 05:28:52.491631 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.18 05:28:52.491718 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.18 05:28:52.492743 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.18 05:28:52.493257 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.18 05:28:52.497116 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.18 05:28:52.497769 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.18 05:28:52.502694 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.18 05:28:52.503036 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.18 05:28:52.503435 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.18 05:28:52.503783 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.18 05:28:52.505182 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.18 05:28:52.505206 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.18 05:28:52.505295 [ 125 ] {} DNSResolver: Updating DNS cache 2025.12.18 05:28:52.505380 [ 125 ] {} DNSResolver: Updated DNS cache 2025.12.18 05:28:52.520356 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.18 05:28:52.520381 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151882 sec 2025.12.18 05:28:52.520427 [ 1 ] {} ReferentialDeps: No tables 2025.12.18 05:28:52.520463 [ 1 ] {} LoadingDeps: No tables 2025.12.18 05:28:52.521112 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.18 05:28:52.521683 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.18 05:28:52.538974 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.18 05:28:52.539016 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.18 05:28:52.539115 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.18 05:28:52.539128 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.18 05:28:52.539160 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.18 05:28:52.539244 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.18 05:28:52.543515 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.18 05:28:52.543561 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.18 05:28:52.543609 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.18 05:28:52.543774 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.18 05:28:52.543815 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.18 05:28:52.543828 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.18 05:28:52.543899 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.18 05:28:52.543911 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.18 05:28:52.543939 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.18 05:28:52.544006 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.18 05:28:52.568933 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.18 05:28:52.575138 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.18 05:28:52.575243 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000125262 sec 2025.12.18 05:28:52.575258 [ 1 ] {} ReferentialDeps: No tables 2025.12.18 05:28:52.575271 [ 1 ] {} LoadingDeps: No tables 2025.12.18 05:28:52.575296 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.18 05:28:52.575520 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.18 05:28:52.575678 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.18 05:28:52.575692 [ 1 ] {} Application: Loaded metadata. 2025.12.18 05:28:52.575702 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.18 05:28:52.575712 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.18 05:28:52.583080 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.18 05:28:52.583254 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.80 MiB (RSS), difference: 92.03 MiB 2025.12.18 05:28:52.584536 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.284e-05 sec. 2025.12.18 05:28:52.584923 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.18 05:28:52.585617 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.18 05:28:52.585636 [ 1 ] {} Application: Ready for connections. 2025.12.18 05:28:52.949276 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54020 2025.12.18 05:28:52.956808 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.956875 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54020 2025.12.18 05:28:52.956907 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.957001 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.957108 [ 4 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.18 05:28:52.957137 [ 4 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:52.957243 [ 4 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:52.959194 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60493 2025.12.18 05:28:52.959283 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41091 2025.12.18 05:28:52.959422 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.959465 [ 5 ] {} TCP-Session: 0090b74d-8987-47e4-9e3f-4da6d745baa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60493 2025.12.18 05:28:52.959502 [ 6 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58923 2025.12.18 05:28:52.959490 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57621 2025.12.18 05:28:52.959592 [ 5 ] {} TCP-Session: 0090b74d-8987-47e4-9e3f-4da6d745baa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.959602 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34297 2025.12.18 05:28:52.959615 [ 5 ] {} TCP-Session: 0090b74d-8987-47e4-9e3f-4da6d745baa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.959477 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.959710 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62438 2025.12.18 05:28:52.959780 [ 254 ] {} TCP-Session: 80c327a2-ac32-4f41-ab14-67201c81f1ac Authenticating user 'default' from [fd00:1122:3344:101::d]:41091 2025.12.18 05:28:52.959821 [ 6 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.959871 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.959886 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Authenticating user 'default' from [fd00:1122:3344:101::d]:58923 2025.12.18 05:28:52.959931 [ 255 ] {} TCP-Session: a97baf64-2d35-49f5-8772-2d2c9d9c2287 Authenticating user 'default' from [fd00:1122:3344:101::d]:57621 2025.12.18 05:28:52.959971 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.960007 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59516 2025.12.18 05:28:52.960041 [ 255 ] {} TCP-Session: a97baf64-2d35-49f5-8772-2d2c9d9c2287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960031 [ 257 ] {} TCP-Session: ce54b200-f80d-4059-9944-477127d7968f Authenticating user 'default' from [fd00:1122:3344:101::d]:62438 2025.12.18 05:28:52.960022 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960129 [ 255 ] {} TCP-Session: a97baf64-2d35-49f5-8772-2d2c9d9c2287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960121 [ 257 ] {} TCP-Session: ce54b200-f80d-4059-9944-477127d7968f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.959891 [ 254 ] {} TCP-Session: 80c327a2-ac32-4f41-ab14-67201c81f1ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960201 [ 257 ] {} TCP-Session: ce54b200-f80d-4059-9944-477127d7968f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960194 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960193 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.960330 [ 254 ] {} TCP-Session: 80c327a2-ac32-4f41-ab14-67201c81f1ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960403 [ 259 ] {} TCP-Session: c7903bc8-a8c6-4124-9291-6f06d7d86a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:59516 2025.12.18 05:28:52.959904 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64079 2025.12.18 05:28:52.960496 [ 259 ] {} TCP-Session: c7903bc8-a8c6-4124-9291-6f06d7d86a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960617 [ 259 ] {} TCP-Session: c7903bc8-a8c6-4124-9291-6f06d7d86a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960615 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.960661 [ 258 ] {} TCP-Session: a627b838-4fc5-427a-9f7e-d0b2ca7961d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64079 2025.12.18 05:28:52.960791 [ 258 ] {} TCP-Session: a627b838-4fc5-427a-9f7e-d0b2ca7961d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.960804 [ 258 ] {} TCP-Session: a627b838-4fc5-427a-9f7e-d0b2ca7961d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.962215 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:52.962395 [ 256 ] {} TCP-Session: d2972e2b-d1e4-48e9-b389-5188dcb0fbff Authenticating user 'default' from [fd00:1122:3344:101::d]:34297 2025.12.18 05:28:52.962421 [ 256 ] {} TCP-Session: d2972e2b-d1e4-48e9-b389-5188dcb0fbff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.962433 [ 256 ] {} TCP-Session: d2972e2b-d1e4-48e9-b389-5188dcb0fbff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:52.966537 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:52.969294 [ 4 ] {51d94450-1783-41db-ba88-cbfec4cd3bff} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.18 05:28:53.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.87 MiB, peak 116.87 MiB, free memory in arenas 0.00 B, will set to 121.22 MiB (RSS), difference: 4.36 MiB 2025.12.18 05:28:53.068216 [ 4 ] {51d94450-1783-41db-ba88-cbfec4cd3bff} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54020) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.18 05:28:53.069088 [ 4 ] {51d94450-1783-41db-ba88-cbfec4cd3bff} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.18 05:28:53.069275 [ 4 ] {51d94450-1783-41db-ba88-cbfec4cd3bff} TCPHandler: Processed in 0.105013889 sec. 2025.12.18 05:28:53.072279 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.072512 [ 4 ] {20aa1afe-d50d-41d0-b07b-fab37fe24a87} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.18 05:28:53.072755 [ 4 ] {20aa1afe-d50d-41d0-b07b-fab37fe24a87} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54020) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.18 05:28:53.072994 [ 4 ] {20aa1afe-d50d-41d0-b07b-fab37fe24a87} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.18 05:28:53.073192 [ 4 ] {20aa1afe-d50d-41d0-b07b-fab37fe24a87} TCPHandler: Processed in 0.001048325 sec. 2025.12.18 05:28:53.075826 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.076914 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.18 05:28:53.079060 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.18 05:28:53.080838 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.18 05:28:53.080857 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1131e-05 sec 2025.12.18 05:28:53.080933 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} ReferentialDeps: No tables 2025.12.18 05:28:53.080945 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} LoadingDeps: No tables 2025.12.18 05:28:53.080989 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} DatabaseAtomic (oximeter): Starting up tables. 2025.12.18 05:28:53.081647 [ 6 ] {a89b7d77-7f0e-49bb-8c5b-8b35b7bf484d} TCPHandler: Processed in 0.006064787 sec. 2025.12.18 05:28:53.081842 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.081991 [ 6 ] {0724b012-a351-43d5-acbb-95767741d3dd} executeQuery: (from [fd00:1122:3344:101::d]:58923) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.18 05:28:53.082104 [ 6 ] {0724b012-a351-43d5-acbb-95767741d3dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.18 05:28:53.086895 [ 6 ] {0724b012-a351-43d5-acbb-95767741d3dd} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.18 05:28:53.088103 [ 6 ] {0724b012-a351-43d5-acbb-95767741d3dd} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309): Loading data parts 2025.12.18 05:28:53.090980 [ 6 ] {0724b012-a351-43d5-acbb-95767741d3dd} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309): There are no data parts 2025.12.18 05:28:53.093972 [ 6 ] {0724b012-a351-43d5-acbb-95767741d3dd} TCPHandler: Processed in 0.012176915 sec. 2025.12.18 05:28:53.094116 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.094359 [ 6 ] {b475e63e-707b-4a5e-83d3-e46e22314b7b} executeQuery: (from [fd00:1122:3344:101::d]:58923) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.094486 [ 6 ] {b475e63e-707b-4a5e-83d3-e46e22314b7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.18 05:28:53.112942 [ 6 ] {b475e63e-707b-4a5e-83d3-e46e22314b7b} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Loading data parts 2025.12.18 05:28:53.113155 [ 6 ] {b475e63e-707b-4a5e-83d3-e46e22314b7b} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): There are no data parts 2025.12.18 05:28:53.114269 [ 6 ] {b475e63e-707b-4a5e-83d3-e46e22314b7b} TCPHandler: Processed in 0.02020219 sec. 2025.12.18 05:28:53.114480 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.114637 [ 6 ] {132e83b6-197b-490e-9f56-6ab54a9cc77a} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.114742 [ 6 ] {132e83b6-197b-490e-9f56-6ab54a9cc77a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.18 05:28:53.116419 [ 6 ] {132e83b6-197b-490e-9f56-6ab54a9cc77a} oximeter.measurements_i8 (5f9a7d63-55cd-4059-a84f-81706d4d78eb): Loading data parts 2025.12.18 05:28:53.116628 [ 6 ] {132e83b6-197b-490e-9f56-6ab54a9cc77a} oximeter.measurements_i8 (5f9a7d63-55cd-4059-a84f-81706d4d78eb): There are no data parts 2025.12.18 05:28:53.117783 [ 6 ] {132e83b6-197b-490e-9f56-6ab54a9cc77a} TCPHandler: Processed in 0.003351199 sec. 2025.12.18 05:28:53.117912 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.118130 [ 6 ] {1472931e-e4c2-4789-906b-0523a5a8fec2} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.118172 [ 6 ] {1472931e-e4c2-4789-906b-0523a5a8fec2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.18 05:28:53.119932 [ 6 ] {1472931e-e4c2-4789-906b-0523a5a8fec2} oximeter.measurements_u8 (020916df-bcc8-4f66-b222-1ec0bc267382): Loading data parts 2025.12.18 05:28:53.120073 [ 6 ] {1472931e-e4c2-4789-906b-0523a5a8fec2} oximeter.measurements_u8 (020916df-bcc8-4f66-b222-1ec0bc267382): There are no data parts 2025.12.18 05:28:53.121209 [ 6 ] {1472931e-e4c2-4789-906b-0523a5a8fec2} TCPHandler: Processed in 0.003344838 sec. 2025.12.18 05:28:53.121404 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.121555 [ 6 ] {c19b9046-928b-474f-877c-449f6e03f516} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.121658 [ 6 ] {c19b9046-928b-474f-877c-449f6e03f516} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.18 05:28:53.123380 [ 6 ] {c19b9046-928b-474f-877c-449f6e03f516} oximeter.measurements_i16 (9c178cc5-3f12-4201-99c9-fea3421a1a1d): Loading data parts 2025.12.18 05:28:53.123554 [ 6 ] {c19b9046-928b-474f-877c-449f6e03f516} oximeter.measurements_i16 (9c178cc5-3f12-4201-99c9-fea3421a1a1d): There are no data parts 2025.12.18 05:28:53.124768 [ 6 ] {c19b9046-928b-474f-877c-449f6e03f516} TCPHandler: Processed in 0.003413749 sec. 2025.12.18 05:28:53.124896 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.125045 [ 6 ] {923f0e80-1e1c-4b3c-add8-033599bce2be} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.125154 [ 6 ] {923f0e80-1e1c-4b3c-add8-033599bce2be} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.18 05:28:53.126908 [ 6 ] {923f0e80-1e1c-4b3c-add8-033599bce2be} oximeter.measurements_u16 (ae3233d9-1b36-44f6-a182-4261d932f0b4): Loading data parts 2025.12.18 05:28:53.127048 [ 6 ] {923f0e80-1e1c-4b3c-add8-033599bce2be} oximeter.measurements_u16 (ae3233d9-1b36-44f6-a182-4261d932f0b4): There are no data parts 2025.12.18 05:28:53.128228 [ 6 ] {923f0e80-1e1c-4b3c-add8-033599bce2be} TCPHandler: Processed in 0.003379829 sec. 2025.12.18 05:28:53.128392 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.128579 [ 6 ] {42215462-3e52-4eac-bb49-6e58c6a26d16} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.128688 [ 6 ] {42215462-3e52-4eac-bb49-6e58c6a26d16} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.18 05:28:53.130408 [ 6 ] {42215462-3e52-4eac-bb49-6e58c6a26d16} oximeter.measurements_i32 (e4a9bceb-05c7-4060-8c89-c4f3653dd67a): Loading data parts 2025.12.18 05:28:53.130547 [ 6 ] {42215462-3e52-4eac-bb49-6e58c6a26d16} oximeter.measurements_i32 (e4a9bceb-05c7-4060-8c89-c4f3653dd67a): There are no data parts 2025.12.18 05:28:53.131888 [ 6 ] {42215462-3e52-4eac-bb49-6e58c6a26d16} TCPHandler: Processed in 0.003543901 sec. 2025.12.18 05:28:53.132017 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.132165 [ 6 ] {bf7cad6b-3e20-4eee-a238-2a05f025b683} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.132275 [ 6 ] {bf7cad6b-3e20-4eee-a238-2a05f025b683} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.18 05:28:53.134006 [ 6 ] {bf7cad6b-3e20-4eee-a238-2a05f025b683} oximeter.measurements_u32 (c22ed522-04c9-4795-81cd-ca24dce46c4a): Loading data parts 2025.12.18 05:28:53.134142 [ 6 ] {bf7cad6b-3e20-4eee-a238-2a05f025b683} oximeter.measurements_u32 (c22ed522-04c9-4795-81cd-ca24dce46c4a): There are no data parts 2025.12.18 05:28:53.135250 [ 6 ] {bf7cad6b-3e20-4eee-a238-2a05f025b683} TCPHandler: Processed in 0.003330908 sec. 2025.12.18 05:28:53.135364 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.135647 [ 6 ] {729aea05-278f-493b-8a24-cdab2937e5f6} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.135757 [ 6 ] {729aea05-278f-493b-8a24-cdab2937e5f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.18 05:28:53.137361 [ 6 ] {729aea05-278f-493b-8a24-cdab2937e5f6} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Loading data parts 2025.12.18 05:28:53.137488 [ 6 ] {729aea05-278f-493b-8a24-cdab2937e5f6} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): There are no data parts 2025.12.18 05:28:53.138655 [ 6 ] {729aea05-278f-493b-8a24-cdab2937e5f6} TCPHandler: Processed in 0.003279567 sec. 2025.12.18 05:28:53.138845 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.138993 [ 6 ] {b321c6c5-ad38-40e3-9ee9-dd29cc074f0b} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.139113 [ 6 ] {b321c6c5-ad38-40e3-9ee9-dd29cc074f0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.18 05:28:53.140730 [ 6 ] {b321c6c5-ad38-40e3-9ee9-dd29cc074f0b} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Loading data parts 2025.12.18 05:28:53.140899 [ 6 ] {b321c6c5-ad38-40e3-9ee9-dd29cc074f0b} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): There are no data parts 2025.12.18 05:28:53.142057 [ 6 ] {b321c6c5-ad38-40e3-9ee9-dd29cc074f0b} TCPHandler: Processed in 0.003259526 sec. 2025.12.18 05:28:53.142180 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.142398 [ 6 ] {082f665e-4c30-46a6-b011-150d2a615be8} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.142505 [ 6 ] {082f665e-4c30-46a6-b011-150d2a615be8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.18 05:28:53.144156 [ 6 ] {082f665e-4c30-46a6-b011-150d2a615be8} oximeter.measurements_f32 (d3dd12ce-5a5b-41bd-b905-8350dc766149): Loading data parts 2025.12.18 05:28:53.144341 [ 6 ] {082f665e-4c30-46a6-b011-150d2a615be8} oximeter.measurements_f32 (d3dd12ce-5a5b-41bd-b905-8350dc766149): There are no data parts 2025.12.18 05:28:53.145568 [ 6 ] {082f665e-4c30-46a6-b011-150d2a615be8} TCPHandler: Processed in 0.00343568 sec. 2025.12.18 05:28:53.145693 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.145840 [ 6 ] {c6ecb884-5124-4460-8aff-bbe3cf813151} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.145951 [ 6 ] {c6ecb884-5124-4460-8aff-bbe3cf813151} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.18 05:28:53.147621 [ 6 ] {c6ecb884-5124-4460-8aff-bbe3cf813151} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Loading data parts 2025.12.18 05:28:53.147818 [ 6 ] {c6ecb884-5124-4460-8aff-bbe3cf813151} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): There are no data parts 2025.12.18 05:28:53.148955 [ 6 ] {c6ecb884-5124-4460-8aff-bbe3cf813151} TCPHandler: Processed in 0.003309848 sec. 2025.12.18 05:28:53.149080 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.149298 [ 6 ] {645a1137-2fb6-4d10-8cfe-9e2b7f51c702} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.149410 [ 6 ] {645a1137-2fb6-4d10-8cfe-9e2b7f51c702} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.18 05:28:53.151039 [ 6 ] {645a1137-2fb6-4d10-8cfe-9e2b7f51c702} oximeter.measurements_string (566c1d80-bbb0-4093-b37b-73a4c579a595): Loading data parts 2025.12.18 05:28:53.151176 [ 6 ] {645a1137-2fb6-4d10-8cfe-9e2b7f51c702} oximeter.measurements_string (566c1d80-bbb0-4093-b37b-73a4c579a595): There are no data parts 2025.12.18 05:28:53.152488 [ 6 ] {645a1137-2fb6-4d10-8cfe-9e2b7f51c702} TCPHandler: Processed in 0.003455889 sec. 2025.12.18 05:28:53.152629 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.152780 [ 6 ] {0675248f-1094-4b7c-ab7b-31467f43451c} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.152893 [ 6 ] {0675248f-1094-4b7c-ab7b-31467f43451c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.18 05:28:53.154557 [ 6 ] {0675248f-1094-4b7c-ab7b-31467f43451c} oximeter.measurements_bytes (585128ef-27c7-431d-9992-058a0b21df48): Loading data parts 2025.12.18 05:28:53.154681 [ 6 ] {0675248f-1094-4b7c-ab7b-31467f43451c} oximeter.measurements_bytes (585128ef-27c7-431d-9992-058a0b21df48): There are no data parts 2025.12.18 05:28:53.155889 [ 6 ] {0675248f-1094-4b7c-ab7b-31467f43451c} TCPHandler: Processed in 0.003308107 sec. 2025.12.18 05:28:53.156017 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.156172 [ 6 ] {e4ff151f-c960-4458-b135-6667ee928390} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.156288 [ 6 ] {e4ff151f-c960-4458-b135-6667ee928390} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.18 05:28:53.157992 [ 6 ] {e4ff151f-c960-4458-b135-6667ee928390} oximeter.measurements_cumulativei64 (424c787b-1118-416b-8452-f060c9c58f7d): Loading data parts 2025.12.18 05:28:53.158247 [ 6 ] {e4ff151f-c960-4458-b135-6667ee928390} oximeter.measurements_cumulativei64 (424c787b-1118-416b-8452-f060c9c58f7d): There are no data parts 2025.12.18 05:28:53.159424 [ 6 ] {e4ff151f-c960-4458-b135-6667ee928390} TCPHandler: Processed in 0.00345405 sec. 2025.12.18 05:28:53.159588 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.159782 [ 6 ] {2de5f13b-540d-41c1-8b35-0775b3361003} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.159893 [ 6 ] {2de5f13b-540d-41c1-8b35-0775b3361003} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.18 05:28:53.161542 [ 6 ] {2de5f13b-540d-41c1-8b35-0775b3361003} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Loading data parts 2025.12.18 05:28:53.161741 [ 6 ] {2de5f13b-540d-41c1-8b35-0775b3361003} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): There are no data parts 2025.12.18 05:28:53.163003 [ 6 ] {2de5f13b-540d-41c1-8b35-0775b3361003} TCPHandler: Processed in 0.0034633 sec. 2025.12.18 05:28:53.163129 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.163356 [ 6 ] {862038e8-687d-4459-a264-b63011bbd779} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.163435 [ 6 ] {862038e8-687d-4459-a264-b63011bbd779} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.18 05:28:53.165186 [ 6 ] {862038e8-687d-4459-a264-b63011bbd779} oximeter.measurements_cumulativef32 (c55741d9-8181-4a97-b583-e13a9858af71): Loading data parts 2025.12.18 05:28:53.165318 [ 6 ] {862038e8-687d-4459-a264-b63011bbd779} oximeter.measurements_cumulativef32 (c55741d9-8181-4a97-b583-e13a9858af71): There are no data parts 2025.12.18 05:28:53.166734 [ 6 ] {862038e8-687d-4459-a264-b63011bbd779} TCPHandler: Processed in 0.003652022 sec. 2025.12.18 05:28:53.166881 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.167045 [ 6 ] {bbc8dd0f-95ea-457c-9793-04d56837536c} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.167172 [ 6 ] {bbc8dd0f-95ea-457c-9793-04d56837536c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.18 05:28:53.168866 [ 6 ] {bbc8dd0f-95ea-457c-9793-04d56837536c} oximeter.measurements_cumulativef64 (5b40b9b5-dd7a-4155-811c-efc89501dc8d): Loading data parts 2025.12.18 05:28:53.169043 [ 6 ] {bbc8dd0f-95ea-457c-9793-04d56837536c} oximeter.measurements_cumulativef64 (5b40b9b5-dd7a-4155-811c-efc89501dc8d): There are no data parts 2025.12.18 05:28:53.170220 [ 6 ] {bbc8dd0f-95ea-457c-9793-04d56837536c} TCPHandler: Processed in 0.003387239 sec. 2025.12.18 05:28:53.170358 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.170661 [ 6 ] {99e6a01c-f86a-4796-9823-41e635fc8d31} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.170793 [ 6 ] {99e6a01c-f86a-4796-9823-41e635fc8d31} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.18 05:28:53.172755 [ 6 ] {99e6a01c-f86a-4796-9823-41e635fc8d31} oximeter.measurements_histogrami8 (6b582a9e-3a0c-4eaa-825a-4a1d86235588): Loading data parts 2025.12.18 05:28:53.172895 [ 6 ] {99e6a01c-f86a-4796-9823-41e635fc8d31} oximeter.measurements_histogrami8 (6b582a9e-3a0c-4eaa-825a-4a1d86235588): There are no data parts 2025.12.18 05:28:53.174219 [ 6 ] {99e6a01c-f86a-4796-9823-41e635fc8d31} TCPHandler: Processed in 0.003911406 sec. 2025.12.18 05:28:53.174355 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.174566 [ 6 ] {96815830-62e4-4093-9fb8-757ff1e4d36a} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.174691 [ 6 ] {96815830-62e4-4093-9fb8-757ff1e4d36a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.18 05:28:53.176522 [ 6 ] {96815830-62e4-4093-9fb8-757ff1e4d36a} oximeter.measurements_histogramu8 (c805b619-f5ee-4df8-aa63-52a3313f6236): Loading data parts 2025.12.18 05:28:53.176732 [ 6 ] {96815830-62e4-4093-9fb8-757ff1e4d36a} oximeter.measurements_histogramu8 (c805b619-f5ee-4df8-aa63-52a3313f6236): There are no data parts 2025.12.18 05:28:53.177911 [ 6 ] {96815830-62e4-4093-9fb8-757ff1e4d36a} TCPHandler: Processed in 0.003605452 sec. 2025.12.18 05:28:53.178044 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.178325 [ 6 ] {accb0b02-8955-4205-a622-e77d3e81169b} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.178445 [ 6 ] {accb0b02-8955-4205-a622-e77d3e81169b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.18 05:28:53.180312 [ 6 ] {accb0b02-8955-4205-a622-e77d3e81169b} oximeter.measurements_histogrami16 (2ed98f24-c157-48e7-811c-d2019b1551e9): Loading data parts 2025.12.18 05:28:53.180451 [ 6 ] {accb0b02-8955-4205-a622-e77d3e81169b} oximeter.measurements_histogrami16 (2ed98f24-c157-48e7-811c-d2019b1551e9): There are no data parts 2025.12.18 05:28:53.181751 [ 6 ] {accb0b02-8955-4205-a622-e77d3e81169b} TCPHandler: Processed in 0.003755644 sec. 2025.12.18 05:28:53.181951 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.182165 [ 6 ] {d920e15b-9248-46ac-9723-d3c3c48b1d7a} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.182286 [ 6 ] {d920e15b-9248-46ac-9723-d3c3c48b1d7a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.18 05:28:53.184017 [ 6 ] {d920e15b-9248-46ac-9723-d3c3c48b1d7a} oximeter.measurements_histogramu16 (dcf44871-3955-4acc-b560-c482ae78a9fd): Loading data parts 2025.12.18 05:28:53.184286 [ 6 ] {d920e15b-9248-46ac-9723-d3c3c48b1d7a} oximeter.measurements_histogramu16 (dcf44871-3955-4acc-b560-c482ae78a9fd): There are no data parts 2025.12.18 05:28:53.185587 [ 6 ] {d920e15b-9248-46ac-9723-d3c3c48b1d7a} TCPHandler: Processed in 0.003685473 sec. 2025.12.18 05:28:53.185718 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.186001 [ 6 ] {675e0f6c-3482-48de-9554-cd4c6c190a61} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.186121 [ 6 ] {675e0f6c-3482-48de-9554-cd4c6c190a61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.18 05:28:53.187973 [ 6 ] {675e0f6c-3482-48de-9554-cd4c6c190a61} oximeter.measurements_histogrami32 (712395e4-e946-4b2f-8286-52307818ddce): Loading data parts 2025.12.18 05:28:53.188102 [ 6 ] {675e0f6c-3482-48de-9554-cd4c6c190a61} oximeter.measurements_histogrami32 (712395e4-e946-4b2f-8286-52307818ddce): There are no data parts 2025.12.18 05:28:53.189433 [ 6 ] {675e0f6c-3482-48de-9554-cd4c6c190a61} TCPHandler: Processed in 0.003763324 sec. 2025.12.18 05:28:53.189634 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.189844 [ 6 ] {78d1b88c-3c1d-45ed-894c-9390f6e95884} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.189965 [ 6 ] {78d1b88c-3c1d-45ed-894c-9390f6e95884} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.18 05:28:53.191691 [ 6 ] {78d1b88c-3c1d-45ed-894c-9390f6e95884} oximeter.measurements_histogramu32 (299645d8-d6e7-4604-b370-ab6416bd2c67): Loading data parts 2025.12.18 05:28:53.191851 [ 6 ] {78d1b88c-3c1d-45ed-894c-9390f6e95884} oximeter.measurements_histogramu32 (299645d8-d6e7-4604-b370-ab6416bd2c67): There are no data parts 2025.12.18 05:28:53.193104 [ 6 ] {78d1b88c-3c1d-45ed-894c-9390f6e95884} TCPHandler: Processed in 0.003518841 sec. 2025.12.18 05:28:53.193233 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.193480 [ 6 ] {f37e5695-cbda-4d84-aa59-7079fa3301b0} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.193606 [ 6 ] {f37e5695-cbda-4d84-aa59-7079fa3301b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.18 05:28:53.195441 [ 6 ] {f37e5695-cbda-4d84-aa59-7079fa3301b0} oximeter.measurements_histogrami64 (95eb5cf4-6b7c-47fa-8298-c1d5bd28a5ae): Loading data parts 2025.12.18 05:28:53.195577 [ 6 ] {f37e5695-cbda-4d84-aa59-7079fa3301b0} oximeter.measurements_histogrami64 (95eb5cf4-6b7c-47fa-8298-c1d5bd28a5ae): There are no data parts 2025.12.18 05:28:53.196757 [ 6 ] {f37e5695-cbda-4d84-aa59-7079fa3301b0} TCPHandler: Processed in 0.003572891 sec. 2025.12.18 05:28:53.196955 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.197162 [ 6 ] {7e9dd4e3-a132-4cd6-8c21-611d556b2ce3} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.197341 [ 6 ] {7e9dd4e3-a132-4cd6-8c21-611d556b2ce3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.18 05:28:53.199053 [ 6 ] {7e9dd4e3-a132-4cd6-8c21-611d556b2ce3} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Loading data parts 2025.12.18 05:28:53.199180 [ 6 ] {7e9dd4e3-a132-4cd6-8c21-611d556b2ce3} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): There are no data parts 2025.12.18 05:28:53.200419 [ 6 ] {7e9dd4e3-a132-4cd6-8c21-611d556b2ce3} TCPHandler: Processed in 0.00351335 sec. 2025.12.18 05:28:53.200544 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.200738 [ 6 ] {576554b6-97f6-4f20-bc02-4d74d46b0f5c} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.200857 [ 6 ] {576554b6-97f6-4f20-bc02-4d74d46b0f5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.18 05:28:53.202679 [ 6 ] {576554b6-97f6-4f20-bc02-4d74d46b0f5c} oximeter.measurements_histogramf32 (7ab1f2cf-39a6-4d5f-9500-75fb9d6ada56): Loading data parts 2025.12.18 05:28:53.202804 [ 6 ] {576554b6-97f6-4f20-bc02-4d74d46b0f5c} oximeter.measurements_histogramf32 (7ab1f2cf-39a6-4d5f-9500-75fb9d6ada56): There are no data parts 2025.12.18 05:28:53.204000 [ 6 ] {576554b6-97f6-4f20-bc02-4d74d46b0f5c} TCPHandler: Processed in 0.003500511 sec. 2025.12.18 05:28:53.204168 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.204413 [ 6 ] {7215e503-6b20-454f-bcc2-e4ed36062c3b} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.204535 [ 6 ] {7215e503-6b20-454f-bcc2-e4ed36062c3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.18 05:28:53.206349 [ 6 ] {7215e503-6b20-454f-bcc2-e4ed36062c3b} oximeter.measurements_histogramf64 (1751bf95-7125-472c-a6ba-555b397696f5): Loading data parts 2025.12.18 05:28:53.206481 [ 6 ] {7215e503-6b20-454f-bcc2-e4ed36062c3b} oximeter.measurements_histogramf64 (1751bf95-7125-472c-a6ba-555b397696f5): There are no data parts 2025.12.18 05:28:53.207704 [ 6 ] {7215e503-6b20-454f-bcc2-e4ed36062c3b} TCPHandler: Processed in 0.003584232 sec. 2025.12.18 05:28:53.207837 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.208013 [ 6 ] {3c36d046-c4e8-4ff9-ac2e-8921b8dea0a7} executeQuery: (from [fd00:1122:3344:101::d]:58923) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.208139 [ 6 ] {3c36d046-c4e8-4ff9-ac2e-8921b8dea0a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.18 05:28:53.209874 [ 6 ] {3c36d046-c4e8-4ff9-ac2e-8921b8dea0a7} oximeter.fields_bool (893e4c44-68ad-4bfd-8254-87b8b1e8dd9f): Loading data parts 2025.12.18 05:28:53.210070 [ 6 ] {3c36d046-c4e8-4ff9-ac2e-8921b8dea0a7} oximeter.fields_bool (893e4c44-68ad-4bfd-8254-87b8b1e8dd9f): There are no data parts 2025.12.18 05:28:53.211198 [ 6 ] {3c36d046-c4e8-4ff9-ac2e-8921b8dea0a7} TCPHandler: Processed in 0.003410229 sec. 2025.12.18 05:28:53.211325 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.211554 [ 6 ] {d8c15b0b-e8b5-476e-96c9-1d52f66b3d68} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.211670 [ 6 ] {d8c15b0b-e8b5-476e-96c9-1d52f66b3d68} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.18 05:28:53.213300 [ 6 ] {d8c15b0b-e8b5-476e-96c9-1d52f66b3d68} oximeter.fields_i8 (76281f53-f16c-4a0f-91e8-8603bd7db89c): Loading data parts 2025.12.18 05:28:53.213427 [ 6 ] {d8c15b0b-e8b5-476e-96c9-1d52f66b3d68} oximeter.fields_i8 (76281f53-f16c-4a0f-91e8-8603bd7db89c): There are no data parts 2025.12.18 05:28:53.214683 [ 6 ] {d8c15b0b-e8b5-476e-96c9-1d52f66b3d68} TCPHandler: Processed in 0.003405249 sec. 2025.12.18 05:28:53.214809 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.214961 [ 6 ] {47dfb098-e1a0-473a-922d-f63c91fba16d} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.215078 [ 6 ] {47dfb098-e1a0-473a-922d-f63c91fba16d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.18 05:28:53.216757 [ 6 ] {47dfb098-e1a0-473a-922d-f63c91fba16d} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Loading data parts 2025.12.18 05:28:53.216946 [ 6 ] {47dfb098-e1a0-473a-922d-f63c91fba16d} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): There are no data parts 2025.12.18 05:28:53.218089 [ 6 ] {47dfb098-e1a0-473a-922d-f63c91fba16d} TCPHandler: Processed in 0.003326818 sec. 2025.12.18 05:28:53.218220 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.218445 [ 6 ] {16e7d60d-b314-420e-b1b4-61a56ad5d448} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.218553 [ 6 ] {16e7d60d-b314-420e-b1b4-61a56ad5d448} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.18 05:28:53.220182 [ 6 ] {16e7d60d-b314-420e-b1b4-61a56ad5d448} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Loading data parts 2025.12.18 05:28:53.220310 [ 6 ] {16e7d60d-b314-420e-b1b4-61a56ad5d448} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): There are no data parts 2025.12.18 05:28:53.221576 [ 6 ] {16e7d60d-b314-420e-b1b4-61a56ad5d448} TCPHandler: Processed in 0.003404379 sec. 2025.12.18 05:28:53.221703 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.221853 [ 6 ] {de9958fe-36fa-46fa-9d6b-284581ef74bc} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.221958 [ 6 ] {de9958fe-36fa-46fa-9d6b-284581ef74bc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.18 05:28:53.223599 [ 6 ] {de9958fe-36fa-46fa-9d6b-284581ef74bc} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Loading data parts 2025.12.18 05:28:53.223783 [ 6 ] {de9958fe-36fa-46fa-9d6b-284581ef74bc} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): There are no data parts 2025.12.18 05:28:53.224939 [ 6 ] {de9958fe-36fa-46fa-9d6b-284581ef74bc} TCPHandler: Processed in 0.003284597 sec. 2025.12.18 05:28:53.225066 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.225282 [ 6 ] {33afef34-9d02-4fbb-afac-7dbd57a945ff} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.225385 [ 6 ] {33afef34-9d02-4fbb-afac-7dbd57a945ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.18 05:28:53.227075 [ 6 ] {33afef34-9d02-4fbb-afac-7dbd57a945ff} oximeter.fields_i32 (4628f544-71dd-40d2-9717-65d98e2aec46): Loading data parts 2025.12.18 05:28:53.227261 [ 6 ] {33afef34-9d02-4fbb-afac-7dbd57a945ff} oximeter.fields_i32 (4628f544-71dd-40d2-9717-65d98e2aec46): There are no data parts 2025.12.18 05:28:53.228447 [ 6 ] {33afef34-9d02-4fbb-afac-7dbd57a945ff} TCPHandler: Processed in 0.003429049 sec. 2025.12.18 05:28:53.228592 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.228784 [ 6 ] {e326bc1f-191b-4dfa-bad9-816e1d5b2be7} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.228920 [ 6 ] {e326bc1f-191b-4dfa-bad9-816e1d5b2be7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.18 05:28:53.230710 [ 6 ] {e326bc1f-191b-4dfa-bad9-816e1d5b2be7} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Loading data parts 2025.12.18 05:28:53.230911 [ 6 ] {e326bc1f-191b-4dfa-bad9-816e1d5b2be7} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): There are no data parts 2025.12.18 05:28:53.232103 [ 6 ] {e326bc1f-191b-4dfa-bad9-816e1d5b2be7} TCPHandler: Processed in 0.003572921 sec. 2025.12.18 05:28:53.232236 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.232468 [ 6 ] {b9fe04cf-3466-48a0-b211-e71663d097b1} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.232583 [ 6 ] {b9fe04cf-3466-48a0-b211-e71663d097b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.18 05:28:53.234177 [ 6 ] {b9fe04cf-3466-48a0-b211-e71663d097b1} oximeter.fields_i64 (780fa3d6-23c2-4f5a-a3e1-65bb269124a2): Loading data parts 2025.12.18 05:28:53.234311 [ 6 ] {b9fe04cf-3466-48a0-b211-e71663d097b1} oximeter.fields_i64 (780fa3d6-23c2-4f5a-a3e1-65bb269124a2): There are no data parts 2025.12.18 05:28:53.235618 [ 6 ] {b9fe04cf-3466-48a0-b211-e71663d097b1} TCPHandler: Processed in 0.0034286 sec. 2025.12.18 05:28:53.235744 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.235893 [ 6 ] {5d83ebcb-d0df-462c-bdf9-0a45a78957ed} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.236014 [ 6 ] {5d83ebcb-d0df-462c-bdf9-0a45a78957ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.18 05:28:53.237702 [ 6 ] {5d83ebcb-d0df-462c-bdf9-0a45a78957ed} oximeter.fields_u64 (23b51c48-b744-4386-8b7e-f1ec7ffa5380): Loading data parts 2025.12.18 05:28:53.237903 [ 6 ] {5d83ebcb-d0df-462c-bdf9-0a45a78957ed} oximeter.fields_u64 (23b51c48-b744-4386-8b7e-f1ec7ffa5380): There are no data parts 2025.12.18 05:28:53.239069 [ 6 ] {5d83ebcb-d0df-462c-bdf9-0a45a78957ed} TCPHandler: Processed in 0.003371938 sec. 2025.12.18 05:28:53.239195 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.239426 [ 6 ] {7416cf83-d575-4343-92d3-96d5a5550aaa} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.239546 [ 6 ] {7416cf83-d575-4343-92d3-96d5a5550aaa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.18 05:28:53.241177 [ 6 ] {7416cf83-d575-4343-92d3-96d5a5550aaa} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Loading data parts 2025.12.18 05:28:53.241303 [ 6 ] {7416cf83-d575-4343-92d3-96d5a5550aaa} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): There are no data parts 2025.12.18 05:28:53.242514 [ 6 ] {7416cf83-d575-4343-92d3-96d5a5550aaa} TCPHandler: Processed in 0.003367379 sec. 2025.12.18 05:28:53.242640 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.242790 [ 6 ] {d003d895-c33d-43b1-8fd9-d842a7b3fa24} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.242911 [ 6 ] {d003d895-c33d-43b1-8fd9-d842a7b3fa24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.18 05:28:53.244572 [ 6 ] {d003d895-c33d-43b1-8fd9-d842a7b3fa24} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Loading data parts 2025.12.18 05:28:53.244738 [ 6 ] {d003d895-c33d-43b1-8fd9-d842a7b3fa24} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): There are no data parts 2025.12.18 05:28:53.245881 [ 6 ] {d003d895-c33d-43b1-8fd9-d842a7b3fa24} TCPHandler: Processed in 0.003287677 sec. 2025.12.18 05:28:53.246006 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.246235 [ 6 ] {461aefc9-a463-43f6-9736-abf2614fc59c} executeQuery: (from [fd00:1122:3344:101::d]:58923) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.18 05:28:53.246354 [ 6 ] {461aefc9-a463-43f6-9736-abf2614fc59c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.18 05:28:53.248022 [ 6 ] {461aefc9-a463-43f6-9736-abf2614fc59c} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Loading data parts 2025.12.18 05:28:53.248149 [ 6 ] {461aefc9-a463-43f6-9736-abf2614fc59c} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): There are no data parts 2025.12.18 05:28:53.249435 [ 6 ] {461aefc9-a463-43f6-9736-abf2614fc59c} TCPHandler: Processed in 0.00347629 sec. 2025.12.18 05:28:53.249588 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.249831 [ 6 ] {17b73611-149a-4c4d-a693-a2b9ff2b6964} executeQuery: (from [fd00:1122:3344:101::d]:58923) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.18 05:28:53.249971 [ 6 ] {17b73611-149a-4c4d-a693-a2b9ff2b6964} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.18 05:28:53.251739 [ 6 ] {17b73611-149a-4c4d-a693-a2b9ff2b6964} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Loading data parts 2025.12.18 05:28:53.251872 [ 6 ] {17b73611-149a-4c4d-a693-a2b9ff2b6964} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): There are no data parts 2025.12.18 05:28:53.253226 [ 6 ] {17b73611-149a-4c4d-a693-a2b9ff2b6964} TCPHandler: Processed in 0.003693033 sec. 2025.12.18 05:28:53.253421 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:28:53.253659 [ 4 ] {d7e475ed-5038-4546-a676-ca2be325adc4} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.18 05:28:53.254927 [ 4 ] {d7e475ed-5038-4546-a676-ca2be325adc4} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.18 05:28:53.271788 [ 261 ] {d7e475ed-5038-4546-a676-ca2be325adc4} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:28:53.271841 [ 261 ] {d7e475ed-5038-4546-a676-ca2be325adc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.18 05:28:53.276252 [ 261 ] {d7e475ed-5038-4546-a676-ca2be325adc4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:28:53.276766 [ 261 ] {d7e475ed-5038-4546-a676-ca2be325adc4} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:28:53.277011 [ 4 ] {d7e475ed-5038-4546-a676-ca2be325adc4} executeQuery: Read 1 rows, 16.00 B in 0.023474 sec., 42.6003237624606 rows/sec., 681.61 B/sec. 2025.12.18 05:28:53.277370 [ 4 ] {d7e475ed-5038-4546-a676-ca2be325adc4} TCPHandler: Processed in 0.023998505 sec. 2025.12.18 05:28:53.988750 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65257 2025.12.18 05:28:53.993068 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.993126 [ 262 ] {} TCP-Session: 8b734b5f-969d-49f0-b9c7-386cc2257728 Authenticating user 'default' from [fd00:1122:3344:101::b]:65257 2025.12.18 05:28:53.993289 [ 262 ] {} TCP-Session: 8b734b5f-969d-49f0-b9c7-386cc2257728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.993316 [ 262 ] {} TCP-Session: 8b734b5f-969d-49f0-b9c7-386cc2257728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.993392 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.18 05:28:53.993543 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:53.993584 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:53.996323 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46786 2025.12.18 05:28:53.996451 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51483 2025.12.18 05:28:53.996561 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.996661 [ 263 ] {} TCP-Session: eb817401-e3b0-41c9-a7a6-f8d25345e217 Authenticating user 'default' from [fd00:1122:3344:101::b]:46786 2025.12.18 05:28:53.996676 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44356 2025.12.18 05:28:53.996752 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48366 2025.12.18 05:28:53.996685 [ 263 ] {} TCP-Session: eb817401-e3b0-41c9-a7a6-f8d25345e217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.996778 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.996691 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41327 2025.12.18 05:28:53.996874 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55303 2025.12.18 05:28:53.996895 [ 264 ] {} TCP-Session: 91673dd9-a001-4e5d-a51a-69619be1a1ad Authenticating user 'default' from [fd00:1122:3344:101::b]:51483 2025.12.18 05:28:53.996906 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.996874 [ 263 ] {} TCP-Session: eb817401-e3b0-41c9-a7a6-f8d25345e217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.996980 [ 264 ] {} TCP-Session: 91673dd9-a001-4e5d-a51a-69619be1a1ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997046 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.996964 [ 266 ] {} TCP-Session: ad8b7aef-a453-464b-9e54-b1a1864b8bdb Authenticating user 'default' from [fd00:1122:3344:101::b]:44356 2025.12.18 05:28:53.997126 [ 264 ] {} TCP-Session: 91673dd9-a001-4e5d-a51a-69619be1a1ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.996958 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39241 2025.12.18 05:28:53.997189 [ 266 ] {} TCP-Session: ad8b7aef-a453-464b-9e54-b1a1864b8bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997204 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.997248 [ 267 ] {} TCP-Session: 2557db81-f28f-435c-8dbf-79f43834df8a Authenticating user 'default' from [fd00:1122:3344:101::b]:48366 2025.12.18 05:28:53.997283 [ 266 ] {} TCP-Session: ad8b7aef-a453-464b-9e54-b1a1864b8bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997323 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.997327 [ 265 ] {} TCP-Session: 5deaf47f-c899-495a-8c4f-915020d7aa1d Authenticating user 'default' from [fd00:1122:3344:101::b]:41327 2025.12.18 05:28:53.997300 [ 267 ] {} TCP-Session: 2557db81-f28f-435c-8dbf-79f43834df8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997401 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:53.997460 [ 265 ] {} TCP-Session: 5deaf47f-c899-495a-8c4f-915020d7aa1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997435 [ 267 ] {} TCP-Session: 2557db81-f28f-435c-8dbf-79f43834df8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997425 [ 268 ] {} TCP-Session: 4946991c-6b90-440e-98e0-f3ae4fccebcb Authenticating user 'default' from [fd00:1122:3344:101::b]:55303 2025.12.18 05:28:53.997527 [ 269 ] {} TCP-Session: fe0988c9-81b0-4e77-9e5b-f605875d4ee5 Authenticating user 'default' from [fd00:1122:3344:101::b]:39241 2025.12.18 05:28:53.997547 [ 265 ] {} TCP-Session: 5deaf47f-c899-495a-8c4f-915020d7aa1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997630 [ 268 ] {} TCP-Session: 4946991c-6b90-440e-98e0-f3ae4fccebcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997652 [ 269 ] {} TCP-Session: fe0988c9-81b0-4e77-9e5b-f605875d4ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997738 [ 268 ] {} TCP-Session: 4946991c-6b90-440e-98e0-f3ae4fccebcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:53.997750 [ 269 ] {} TCP-Session: fe0988c9-81b0-4e77-9e5b-f605875d4ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 128.57 MiB, peak 128.57 MiB, free memory in arenas 0.00 B, will set to 138.54 MiB (RSS), difference: 9.97 MiB 2025.12.18 05:28:54.377080 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56340 2025.12.18 05:28:54.386138 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.386287 [ 270 ] {} TCP-Session: c3b0454f-a7b6-4822-bdc0-b7a1c76a78b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:56340 2025.12.18 05:28:54.386310 [ 270 ] {} TCP-Session: c3b0454f-a7b6-4822-bdc0-b7a1c76a78b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.386325 [ 270 ] {} TCP-Session: c3b0454f-a7b6-4822-bdc0-b7a1c76a78b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.386471 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.18 05:28:54.386501 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:54.386602 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:54.387110 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61131 2025.12.18 05:28:54.387198 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63282 2025.12.18 05:28:54.387280 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48108 2025.12.18 05:28:54.387441 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49355 2025.12.18 05:28:54.387521 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.387558 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33389 2025.12.18 05:28:54.387620 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.387652 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.387685 [ 272 ] {} TCP-Session: c5e1628b-ccf6-4d06-9fa3-ed9bc78ce0e7 Authenticating user 'default' from [fd00:1122:3344:101::a]:63282 2025.12.18 05:28:54.387738 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44233 2025.12.18 05:28:54.387716 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.387700 [ 273 ] {} TCP-Session: 31945eaa-5adc-4828-b914-fd10c7a34bba Authenticating user 'default' from [fd00:1122:3344:101::a]:48108 2025.12.18 05:28:54.387860 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57266 2025.12.18 05:28:54.387881 [ 273 ] {} TCP-Session: 31945eaa-5adc-4828-b914-fd10c7a34bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.387835 [ 274 ] {} TCP-Session: 4552e64d-db68-47e5-a6f2-46c563071106 Authenticating user 'default' from [fd00:1122:3344:101::a]:49355 2025.12.18 05:28:54.387829 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.387967 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.387981 [ 273 ] {} TCP-Session: 31945eaa-5adc-4828-b914-fd10c7a34bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.387971 [ 274 ] {} TCP-Session: 4552e64d-db68-47e5-a6f2-46c563071106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388053 [ 275 ] {} TCP-Session: 3a2fc409-1341-4b88-9ab8-4a0536ad9f25 Authenticating user 'default' from [fd00:1122:3344:101::a]:33389 2025.12.18 05:28:54.388084 [ 276 ] {} TCP-Session: d58c1e44-ea5f-44ea-b996-b1ddb3244e62 Authenticating user 'default' from [fd00:1122:3344:101::a]:44233 2025.12.18 05:28:54.387820 [ 272 ] {} TCP-Session: c5e1628b-ccf6-4d06-9fa3-ed9bc78ce0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388160 [ 276 ] {} TCP-Session: d58c1e44-ea5f-44ea-b996-b1ddb3244e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388178 [ 275 ] {} TCP-Session: 3a2fc409-1341-4b88-9ab8-4a0536ad9f25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388132 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.388271 [ 276 ] {} TCP-Session: d58c1e44-ea5f-44ea-b996-b1ddb3244e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388259 [ 275 ] {} TCP-Session: 3a2fc409-1341-4b88-9ab8-4a0536ad9f25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388244 [ 272 ] {} TCP-Session: c5e1628b-ccf6-4d06-9fa3-ed9bc78ce0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388362 [ 277 ] {} TCP-Session: 261ce27f-1eeb-4399-a9b2-29acec3053ce Authenticating user 'default' from [fd00:1122:3344:101::a]:57266 2025.12.18 05:28:54.387686 [ 271 ] {} TCP-Session: 5c84c3f8-2bd3-4b16-af1f-724eacffa0fa Authenticating user 'default' from [fd00:1122:3344:101::a]:61131 2025.12.18 05:28:54.388142 [ 274 ] {} TCP-Session: 4552e64d-db68-47e5-a6f2-46c563071106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388468 [ 277 ] {} TCP-Session: 261ce27f-1eeb-4399-a9b2-29acec3053ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388451 [ 271 ] {} TCP-Session: 5c84c3f8-2bd3-4b16-af1f-724eacffa0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388553 [ 271 ] {} TCP-Session: 5c84c3f8-2bd3-4b16-af1f-724eacffa0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.388568 [ 277 ] {} TCP-Session: 261ce27f-1eeb-4399-a9b2-29acec3053ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.504734 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33638 2025.12.18 05:28:54.511393 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.511441 [ 278 ] {} TCP-Session: c8348672-b180-4ac7-b40f-53b7971d4155 Authenticating user 'default' from [fd00:1122:3344:101::c]:33638 2025.12.18 05:28:54.511547 [ 278 ] {} TCP-Session: c8348672-b180-4ac7-b40f-53b7971d4155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.511572 [ 278 ] {} TCP-Session: c8348672-b180-4ac7-b40f-53b7971d4155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.511649 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.18 05:28:54.511817 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:54.511848 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:28:54.512606 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42153 2025.12.18 05:28:54.512704 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50948 2025.12.18 05:28:54.512739 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.512887 [ 279 ] {} TCP-Session: ed1d55ab-0e90-4740-92de-f02425004aaa Authenticating user 'default' from [fd00:1122:3344:101::c]:42153 2025.12.18 05:28:54.512903 [ 279 ] {} TCP-Session: ed1d55ab-0e90-4740-92de-f02425004aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.512960 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48117 2025.12.18 05:28:54.513017 [ 279 ] {} TCP-Session: ed1d55ab-0e90-4740-92de-f02425004aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.513041 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.513074 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46015 2025.12.18 05:28:54.513165 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.513184 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62004 2025.12.18 05:28:54.513078 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42908 2025.12.18 05:28:54.513081 [ 280 ] {} TCP-Session: bb01239f-c47c-4838-a515-2abed7ce043c Authenticating user 'default' from [fd00:1122:3344:101::c]:50948 2025.12.18 05:28:54.513281 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45295 2025.12.18 05:28:54.513270 [ 282 ] {} TCP-Session: bd6344df-9928-4458-abee-686962664ba9 Authenticating user 'default' from [fd00:1122:3344:101::c]:48117 2025.12.18 05:28:54.513410 [ 280 ] {} TCP-Session: bb01239f-c47c-4838-a515-2abed7ce043c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.513421 [ 282 ] {} TCP-Session: bd6344df-9928-4458-abee-686962664ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.513550 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.513569 [ 280 ] {} TCP-Session: bb01239f-c47c-4838-a515-2abed7ce043c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.513699 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.513675 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.513645 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:28:54.513597 [ 283 ] {} TCP-Session: 79b382d5-856d-49da-b37c-cf6e4144efef Authenticating user 'default' from [fd00:1122:3344:101::c]:46015 2025.12.18 05:28:54.514031 [ 281 ] {} TCP-Session: 26e5d177-e3a2-48b9-a44b-89427e3a4245 Authenticating user 'default' from [fd00:1122:3344:101::c]:42908 2025.12.18 05:28:54.514018 [ 284 ] {} TCP-Session: 39fda57b-0c24-482c-8b99-8d00303d5dc2 Authenticating user 'default' from [fd00:1122:3344:101::c]:62004 2025.12.18 05:28:54.514005 [ 285 ] {} TCP-Session: 7655404a-8635-4aa9-9db7-02d4e5a3ccee Authenticating user 'default' from [fd00:1122:3344:101::c]:45295 2025.12.18 05:28:54.514132 [ 281 ] {} TCP-Session: 26e5d177-e3a2-48b9-a44b-89427e3a4245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514119 [ 284 ] {} TCP-Session: 39fda57b-0c24-482c-8b99-8d00303d5dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514106 [ 283 ] {} TCP-Session: 79b382d5-856d-49da-b37c-cf6e4144efef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514210 [ 281 ] {} TCP-Session: 26e5d177-e3a2-48b9-a44b-89427e3a4245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514224 [ 284 ] {} TCP-Session: 39fda57b-0c24-482c-8b99-8d00303d5dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514201 [ 285 ] {} TCP-Session: 7655404a-8635-4aa9-9db7-02d4e5a3ccee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514282 [ 283 ] {} TCP-Session: 79b382d5-856d-49da-b37c-cf6e4144efef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.513582 [ 282 ] {} TCP-Session: bd6344df-9928-4458-abee-686962664ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:54.514379 [ 285 ] {} TCP-Session: 7655404a-8635-4aa9-9db7-02d4e5a3ccee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:28:55.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.63 MiB, peak 138.63 MiB, free memory in arenas 0.00 B, will set to 139.72 MiB (RSS), difference: 1.09 MiB 2025.12.18 05:29:00.044345 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.18 05:29:00.044399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.18 05:29:00.044463 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.18 05:29:00.044627 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.18 05:29:00.047768 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Loading data parts 2025.12.18 05:29:00.047958 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): There are no data parts 2025.12.18 05:29:00.051612 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:00.051649 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:00.057138 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:00.057719 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:00.057872 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.18 05:29:00.060751 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Loading data parts 2025.12.18 05:29:00.060978 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): There are no data parts 2025.12.18 05:29:00.084178 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:00.084226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:00.090385 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:00.091607 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:00.094683 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.18 05:29:01.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.88 MiB (RSS), difference: 9.04 MiB 2025.12.18 05:29:02.544324 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.18 05:29:02.544470 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.18 05:29:02.548685 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Loading data parts 2025.12.18 05:29:02.548921 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): There are no data parts 2025.12.18 05:29:02.554294 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:02.554331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:02.555993 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:02.556442 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:02.556728 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.18 05:29:03.000227 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 154.90 MiB (RSS), difference: -3.19 MiB 2025.12.18 05:29:05.375280 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42136 2025.12.18 05:29:05.375937 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.375974 [ 286 ] {} TCP-Session: 87c1e0f2-ed84-458e-a22c-665d72e99498 Authenticating user 'default' from [fd00:1122:3344:101::e]:42136 2025.12.18 05:29:05.375995 [ 286 ] {} TCP-Session: 87c1e0f2-ed84-458e-a22c-665d72e99498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.376088 [ 286 ] {} TCP-Session: 87c1e0f2-ed84-458e-a22c-665d72e99498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.376142 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.18 05:29:05.376164 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:29:05.376254 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.18 05:29:05.376661 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44454 2025.12.18 05:29:05.376731 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58267 2025.12.18 05:29:05.376830 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39284 2025.12.18 05:29:05.376858 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.376922 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64223 2025.12.18 05:29:05.377014 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377023 [ 286 ] {} TCP-Session: 87c1e0f2-ed84-458e-a22c-665d72e99498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:05.377124 [ 287 ] {} TCP-Session: 9b9e40d5-e74e-4111-996f-82494375f278 Authenticating user 'default' from [fd00:1122:3344:101::e]:44454 2025.12.18 05:29:05.377148 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377159 [ 288 ] {} TCP-Session: 322a0106-3d6c-4896-a958-0b2b5514b0bf Authenticating user 'default' from [fd00:1122:3344:101::e]:58267 2025.12.18 05:29:05.377173 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34783 2025.12.18 05:29:05.377203 [ 287 ] {} TCP-Session: 9b9e40d5-e74e-4111-996f-82494375f278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377213 [ 288 ] {} TCP-Session: 322a0106-3d6c-4896-a958-0b2b5514b0bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377257 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61828 2025.12.18 05:29:05.377264 [ 287 ] {} TCP-Session: 9b9e40d5-e74e-4111-996f-82494375f278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377280 [ 288 ] {} TCP-Session: 322a0106-3d6c-4896-a958-0b2b5514b0bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377300 [ 286 ] {48121a87-b80f-484f-ad85-fc5c41593a56} executeQuery: (from [fd00:1122:3344:101::e]:42136) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.18 05:29:05.377322 [ 289 ] {} TCP-Session: dbbae8ad-1f58-4f8d-8a34-b0961c733ec5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39284 2025.12.18 05:29:05.377368 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377403 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53480 2025.12.18 05:29:05.377411 [ 289 ] {} TCP-Session: dbbae8ad-1f58-4f8d-8a34-b0961c733ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377452 [ 289 ] {} TCP-Session: dbbae8ad-1f58-4f8d-8a34-b0961c733ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377455 [ 291 ] {} TCP-Session: 1063060a-4115-4e15-8c4f-7ef3624add41 Authenticating user 'default' from [fd00:1122:3344:101::e]:34783 2025.12.18 05:29:05.377497 [ 291 ] {} TCP-Session: 1063060a-4115-4e15-8c4f-7ef3624add41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377511 [ 291 ] {} TCP-Session: 1063060a-4115-4e15-8c4f-7ef3624add41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377516 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377550 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54572 2025.12.18 05:29:05.377552 [ 292 ] {} TCP-Session: e9d6425c-99d5-4018-b75e-816de0a9e1c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61828 2025.12.18 05:29:05.377591 [ 292 ] {} TCP-Session: e9d6425c-99d5-4018-b75e-816de0a9e1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377604 [ 292 ] {} TCP-Session: e9d6425c-99d5-4018-b75e-816de0a9e1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377652 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377690 [ 293 ] {} TCP-Session: c91d32c3-76f5-4003-a47c-4b9ce97deecd Authenticating user 'default' from [fd00:1122:3344:101::e]:53480 2025.12.18 05:29:05.377706 [ 293 ] {} TCP-Session: c91d32c3-76f5-4003-a47c-4b9ce97deecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377718 [ 293 ] {} TCP-Session: c91d32c3-76f5-4003-a47c-4b9ce97deecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377762 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377850 [ 290 ] {} TCP-Session: 83323568-aba3-4359-bf05-aeeffbd3f725 Authenticating user 'default' from [fd00:1122:3344:101::e]:64223 2025.12.18 05:29:05.377855 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.377871 [ 290 ] {} TCP-Session: 83323568-aba3-4359-bf05-aeeffbd3f725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377895 [ 294 ] {} TCP-Session: 76e82238-4919-4589-a786-740b112095b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54572 2025.12.18 05:29:05.377895 [ 290 ] {} TCP-Session: 83323568-aba3-4359-bf05-aeeffbd3f725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377921 [ 294 ] {} TCP-Session: 76e82238-4919-4589-a786-740b112095b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.377943 [ 294 ] {} TCP-Session: 76e82238-4919-4589-a786-740b112095b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.378361 [ 286 ] {48121a87-b80f-484f-ad85-fc5c41593a56} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.18 05:29:05.378654 [ 286 ] {48121a87-b80f-484f-ad85-fc5c41593a56} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:05.379359 [ 286 ] {48121a87-b80f-484f-ad85-fc5c41593a56} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309) (SelectExecutor): Key condition: unknown 2025.12.18 05:29:05.385197 [ 295 ] {48121a87-b80f-484f-ad85-fc5c41593a56} AggregatingTransform: Aggregating 2025.12.18 05:29:05.385305 [ 295 ] {48121a87-b80f-484f-ad85-fc5c41593a56} Aggregator: Aggregation method: without_key 2025.12.18 05:29:05.386067 [ 295 ] {48121a87-b80f-484f-ad85-fc5c41593a56} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004527135 sec. (220.890 rows/sec., 8.63 KiB/sec.) 2025.12.18 05:29:05.386090 [ 295 ] {48121a87-b80f-484f-ad85-fc5c41593a56} Aggregator: Merging aggregated data 2025.12.18 05:29:05.386118 [ 295 ] {48121a87-b80f-484f-ad85-fc5c41593a56} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.18 05:29:05.387233 [ 286 ] {48121a87-b80f-484f-ad85-fc5c41593a56} executeQuery: Read 1 rows, 40.00 B in 0.010005 sec., 99.95002498750625 rows/sec., 3.90 KiB/sec. 2025.12.18 05:29:05.387387 [ 286 ] {48121a87-b80f-484f-ad85-fc5c41593a56} TCPHandler: Processed in 0.010623503 sec. 2025.12.18 05:29:05.388174 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388207 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388224 [ 286 ] {} TCP-Session: 87c1e0f2-ed84-458e-a22c-665d72e99498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388229 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388250 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388292 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388306 [ 292 ] {} TCP-Session: e9d6425c-99d5-4018-b75e-816de0a9e1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388321 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388335 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388360 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388369 [ 289 ] {} TCP-Session: dbbae8ad-1f58-4f8d-8a34-b0961c733ec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388384 [ 290 ] {} TCP-Session: 83323568-aba3-4359-bf05-aeeffbd3f725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388404 [ 294 ] {} TCP-Session: 76e82238-4919-4589-a786-740b112095b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388329 [ 291 ] {} TCP-Session: 1063060a-4115-4e15-8c4f-7ef3624add41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388324 [ 287 ] {} TCP-Session: 9b9e40d5-e74e-4111-996f-82494375f278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388255 [ 293 ] {} TCP-Session: c91d32c3-76f5-4003-a47c-4b9ce97deecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.388273 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.388536 [ 288 ] {} TCP-Session: 322a0106-3d6c-4896-a958-0b2b5514b0bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.706305 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44306 2025.12.18 05:29:05.706405 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.706433 [ 286 ] {} TCP-Session: 33eecea5-57de-4d5f-b467-8fa87613c21b Authenticating user 'default' from [fd00:1122:3344:101::e]:44306 2025.12.18 05:29:05.706465 [ 286 ] {} TCP-Session: 33eecea5-57de-4d5f-b467-8fa87613c21b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.706482 [ 286 ] {} TCP-Session: 33eecea5-57de-4d5f-b467-8fa87613c21b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.706757 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50654 2025.12.18 05:29:05.706769 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44066 2025.12.18 05:29:05.706817 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40720 2025.12.18 05:29:05.706831 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60819 2025.12.18 05:29:05.706843 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53870 2025.12.18 05:29:05.706880 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.706870 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35345 2025.12.18 05:29:05.706913 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.706922 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.706954 [ 291 ] {} TCP-Session: 1e354018-de0e-4fe1-891b-a7431e351a86 Authenticating user 'default' from [fd00:1122:3344:101::e]:40720 2025.12.18 05:29:05.706966 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.706984 [ 288 ] {} TCP-Session: 1d0a368c-d8cc-4574-897c-6f3abce64090 Authenticating user 'default' from [fd00:1122:3344:101::e]:44066 2025.12.18 05:29:05.706994 [ 291 ] {} TCP-Session: 1e354018-de0e-4fe1-891b-a7431e351a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707018 [ 293 ] {} TCP-Session: 287c0cda-34cc-44fe-ba8a-2ece21849993 Authenticating user 'default' from [fd00:1122:3344:101::e]:53870 2025.12.18 05:29:05.707035 [ 291 ] {} TCP-Session: 1e354018-de0e-4fe1-891b-a7431e351a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707029 [ 288 ] {} TCP-Session: 1d0a368c-d8cc-4574-897c-6f3abce64090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707063 [ 293 ] {} TCP-Session: 287c0cda-34cc-44fe-ba8a-2ece21849993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707095 [ 288 ] {} TCP-Session: 1d0a368c-d8cc-4574-897c-6f3abce64090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707110 [ 293 ] {} TCP-Session: 287c0cda-34cc-44fe-ba8a-2ece21849993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.706987 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.706934 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.707176 [ 294 ] {} TCP-Session: 75be22a1-1080-4dac-a35c-2e6d2f040676 Authenticating user 'default' from [fd00:1122:3344:101::e]:35345 2025.12.18 05:29:05.706931 [ 287 ] {} TCP-Session: 6df8e618-df2d-476a-bc56-fe7c5cea52bb Authenticating user 'default' from [fd00:1122:3344:101::e]:50654 2025.12.18 05:29:05.707231 [ 294 ] {} TCP-Session: 75be22a1-1080-4dac-a35c-2e6d2f040676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707224 [ 292 ] {} TCP-Session: 728b527e-f3d0-4fbe-9244-4c418b2cd829 Authenticating user 'default' from [fd00:1122:3344:101::e]:60819 2025.12.18 05:29:05.707253 [ 294 ] {} TCP-Session: 75be22a1-1080-4dac-a35c-2e6d2f040676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707277 [ 292 ] {} TCP-Session: 728b527e-f3d0-4fbe-9244-4c418b2cd829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707252 [ 287 ] {} TCP-Session: 6df8e618-df2d-476a-bc56-fe7c5cea52bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707305 [ 292 ] {} TCP-Session: 728b527e-f3d0-4fbe-9244-4c418b2cd829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707327 [ 287 ] {} TCP-Session: 6df8e618-df2d-476a-bc56-fe7c5cea52bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.706787 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63725 2025.12.18 05:29:05.706785 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55387 2025.12.18 05:29:05.706873 [ 286 ] {} TCP-Session: 33eecea5-57de-4d5f-b467-8fa87613c21b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:05.707439 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.707469 [ 289 ] {} TCP-Session: 5e555b7d-5aa1-47bc-8bce-3227daeeb639 Authenticating user 'default' from [fd00:1122:3344:101::e]:63725 2025.12.18 05:29:05.707487 [ 289 ] {} TCP-Session: 5e555b7d-5aa1-47bc-8bce-3227daeeb639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707487 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:05.707503 [ 289 ] {} TCP-Session: 5e555b7d-5aa1-47bc-8bce-3227daeeb639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707535 [ 290 ] {} TCP-Session: 255903ec-c606-46c4-85d1-9a62dfeecbcf Authenticating user 'default' from [fd00:1122:3344:101::e]:55387 2025.12.18 05:29:05.707568 [ 290 ] {} TCP-Session: 255903ec-c606-46c4-85d1-9a62dfeecbcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707589 [ 290 ] {} TCP-Session: 255903ec-c606-46c4-85d1-9a62dfeecbcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.707659 [ 286 ] {b882535f-08bc-4736-ba97-20c4f761126b} executeQuery: (from [fd00:1122:3344:101::e]:44306) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.18 05:29:05.707945 [ 286 ] {b882535f-08bc-4736-ba97-20c4f761126b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.18 05:29:05.708017 [ 286 ] {b882535f-08bc-4736-ba97-20c4f761126b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:05.708335 [ 286 ] {b882535f-08bc-4736-ba97-20c4f761126b} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309) (SelectExecutor): Key condition: unknown 2025.12.18 05:29:05.709294 [ 299 ] {b882535f-08bc-4736-ba97-20c4f761126b} AggregatingTransform: Aggregating 2025.12.18 05:29:05.709347 [ 299 ] {b882535f-08bc-4736-ba97-20c4f761126b} Aggregator: Aggregation method: without_key 2025.12.18 05:29:05.709385 [ 299 ] {b882535f-08bc-4736-ba97-20c4f761126b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000949293 sec. (1053.416 rows/sec., 41.15 KiB/sec.) 2025.12.18 05:29:05.709405 [ 299 ] {b882535f-08bc-4736-ba97-20c4f761126b} Aggregator: Merging aggregated data 2025.12.18 05:29:05.710579 [ 286 ] {b882535f-08bc-4736-ba97-20c4f761126b} executeQuery: Read 1 rows, 40.00 B in 0.003023 sec., 330.797221303341 rows/sec., 12.92 KiB/sec. 2025.12.18 05:29:05.710668 [ 286 ] {b882535f-08bc-4736-ba97-20c4f761126b} TCPHandler: Processed in 0.003950767 sec. 2025.12.18 05:29:05.710804 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710835 [ 286 ] {} TCP-Session: 33eecea5-57de-4d5f-b467-8fa87613c21b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.710840 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710857 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710891 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710902 [ 294 ] {} TCP-Session: 75be22a1-1080-4dac-a35c-2e6d2f040676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.710914 [ 288 ] {} TCP-Session: 1d0a368c-d8cc-4574-897c-6f3abce64090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.710922 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710958 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710988 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710998 [ 292 ] {} TCP-Session: 728b527e-f3d0-4fbe-9244-4c418b2cd829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.711017 [ 291 ] {} TCP-Session: 1e354018-de0e-4fe1-891b-a7431e351a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.711043 [ 293 ] {} TCP-Session: 287c0cda-34cc-44fe-ba8a-2ece21849993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.710938 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.710936 [ 289 ] {} TCP-Session: 5e555b7d-5aa1-47bc-8bce-3227daeeb639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.711122 [ 290 ] {} TCP-Session: 255903ec-c606-46c4-85d1-9a62dfeecbcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:05.710899 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:05.711207 [ 287 ] {} TCP-Session: 6df8e618-df2d-476a-bc56-fe7c5cea52bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:06.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.45 MiB, peak 165.55 MiB, free memory in arenas 0.00 B, will set to 159.12 MiB (RSS), difference: 3.66 MiB 2025.12.18 05:29:07.505418 [ 105 ] {} DNSResolver: Updating DNS cache 2025.12.18 05:29:07.505470 [ 105 ] {} DNSResolver: Updated DNS cache 2025.12.18 05:29:07.558022 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 982 2025.12.18 05:29:07.559120 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:07.559155 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:07.559910 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:07.560383 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:07.560532 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 982 2025.12.18 05:29:07.594829 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.18 05:29:07.612732 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:07.612780 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:07.619212 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:07.620303 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:07.623051 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.18 05:29:08.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.77 MiB, peak 165.55 MiB, free memory in arenas 0.00 B, will set to 162.22 MiB (RSS), difference: 2.46 MiB 2025.12.18 05:29:12.557146 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 92 2025.12.18 05:29:12.559154 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:12.559196 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:12.560535 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:12.561053 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:12.561284 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2025.12.18 05:29:13.000243 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.23 MiB, peak 165.55 MiB, free memory in arenas 0.00 B, will set to 162.26 MiB (RSS), difference: 4.02 MiB 2025.12.18 05:29:13.299663 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.299858 [ 4 ] {bc8224e6-fbe8-4712-a224-c3717ff79e1c} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.18 05:29:13.300138 [ 4 ] {bc8224e6-fbe8-4712-a224-c3717ff79e1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.300202 [ 4 ] {bc8224e6-fbe8-4712-a224-c3717ff79e1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.300601 [ 4 ] {bc8224e6-fbe8-4712-a224-c3717ff79e1c} TCPHandler: Processed in 0.001071016 sec. 2025.12.18 05:29:13.303263 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.303398 [ 4 ] {6c0d02c5-e837-4a09-9e5e-e13c39790f07} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.18 05:29:13.306020 [ 4 ] {6c0d02c5-e837-4a09-9e5e-e13c39790f07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.306072 [ 4 ] {6c0d02c5-e837-4a09-9e5e-e13c39790f07} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.306464 [ 4 ] {6c0d02c5-e837-4a09-9e5e-e13c39790f07} TCPHandler: Processed in 0.003255237 sec. 2025.12.18 05:29:13.306724 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.306842 [ 4 ] {06028149-787b-41f0-a307-39ac7b714d51} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.18 05:29:13.307126 [ 4 ] {06028149-787b-41f0-a307-39ac7b714d51} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.307170 [ 4 ] {06028149-787b-41f0-a307-39ac7b714d51} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.307474 [ 4 ] {06028149-787b-41f0-a307-39ac7b714d51} TCPHandler: Processed in 0.000797831 sec. 2025.12.18 05:29:13.307685 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.307799 [ 4 ] {a983d541-35e3-4f81-ba11-ac9c81df9284} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.308041 [ 4 ] {a983d541-35e3-4f81-ba11-ac9c81df9284} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.308085 [ 4 ] {a983d541-35e3-4f81-ba11-ac9c81df9284} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.308470 [ 4 ] {a983d541-35e3-4f81-ba11-ac9c81df9284} TCPHandler: Processed in 0.000831102 sec. 2025.12.18 05:29:13.308670 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.308785 [ 4 ] {7cbd108c-334b-4aa2-bf58-9da58fc5c3fd} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.309023 [ 4 ] {7cbd108c-334b-4aa2-bf58-9da58fc5c3fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.309067 [ 4 ] {7cbd108c-334b-4aa2-bf58-9da58fc5c3fd} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.309388 [ 4 ] {7cbd108c-334b-4aa2-bf58-9da58fc5c3fd} TCPHandler: Processed in 0.000764751 sec. 2025.12.18 05:29:13.309598 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.309712 [ 4 ] {b01adbdb-41d5-4840-8090-f252785f475f} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.309950 [ 4 ] {b01adbdb-41d5-4840-8090-f252785f475f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.309994 [ 4 ] {b01adbdb-41d5-4840-8090-f252785f475f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.310350 [ 4 ] {b01adbdb-41d5-4840-8090-f252785f475f} TCPHandler: Processed in 0.000798602 sec. 2025.12.18 05:29:13.310545 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.310659 [ 4 ] {e5d6aa02-2684-4579-9037-17c93eb429d1} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.310905 [ 4 ] {e5d6aa02-2684-4579-9037-17c93eb429d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.310947 [ 4 ] {e5d6aa02-2684-4579-9037-17c93eb429d1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.311278 [ 4 ] {e5d6aa02-2684-4579-9037-17c93eb429d1} TCPHandler: Processed in 0.000779831 sec. 2025.12.18 05:29:13.311513 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.311629 [ 4 ] {05a8c28f-f522-44b3-b9e4-28c52fc0c6f8} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.311875 [ 4 ] {05a8c28f-f522-44b3-b9e4-28c52fc0c6f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.311919 [ 4 ] {05a8c28f-f522-44b3-b9e4-28c52fc0c6f8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.312244 [ 4 ] {05a8c28f-f522-44b3-b9e4-28c52fc0c6f8} TCPHandler: Processed in 0.000776551 sec. 2025.12.18 05:29:13.312446 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.312563 [ 4 ] {bcd820f8-9d0c-4811-aeee-f8e3316b431b} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.312806 [ 4 ] {bcd820f8-9d0c-4811-aeee-f8e3316b431b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.312852 [ 4 ] {bcd820f8-9d0c-4811-aeee-f8e3316b431b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.313188 [ 4 ] {bcd820f8-9d0c-4811-aeee-f8e3316b431b} TCPHandler: Processed in 0.000787611 sec. 2025.12.18 05:29:13.313422 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.313554 [ 4 ] {aad92124-86ee-4fdb-9f4f-165eddf678b3} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.313820 [ 4 ] {aad92124-86ee-4fdb-9f4f-165eddf678b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.313864 [ 4 ] {aad92124-86ee-4fdb-9f4f-165eddf678b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.314183 [ 4 ] {aad92124-86ee-4fdb-9f4f-165eddf678b3} TCPHandler: Processed in 0.000808912 sec. 2025.12.18 05:29:13.314390 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.314508 [ 4 ] {118fd5b0-8057-4755-9f4c-01f014300879} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.314756 [ 4 ] {118fd5b0-8057-4755-9f4c-01f014300879} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.314800 [ 4 ] {118fd5b0-8057-4755-9f4c-01f014300879} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.315128 [ 4 ] {118fd5b0-8057-4755-9f4c-01f014300879} TCPHandler: Processed in 0.000784701 sec. 2025.12.18 05:29:13.315326 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.315445 [ 4 ] {28d247cf-04fc-493f-b2dd-e5efc9688034} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.315689 [ 4 ] {28d247cf-04fc-493f-b2dd-e5efc9688034} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.315732 [ 4 ] {28d247cf-04fc-493f-b2dd-e5efc9688034} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.316055 [ 4 ] {28d247cf-04fc-493f-b2dd-e5efc9688034} TCPHandler: Processed in 0.000775371 sec. 2025.12.18 05:29:13.316256 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.316375 [ 4 ] {0ad0ebe3-7559-4a1d-a7af-686c0aff035c} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.316634 [ 4 ] {0ad0ebe3-7559-4a1d-a7af-686c0aff035c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.316678 [ 4 ] {0ad0ebe3-7559-4a1d-a7af-686c0aff035c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.317014 [ 4 ] {0ad0ebe3-7559-4a1d-a7af-686c0aff035c} TCPHandler: Processed in 0.000805251 sec. 2025.12.18 05:29:13.317205 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.317322 [ 4 ] {15d0b822-93d0-4795-bb04-f597ddb37268} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.317570 [ 4 ] {15d0b822-93d0-4795-bb04-f597ddb37268} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.317614 [ 4 ] {15d0b822-93d0-4795-bb04-f597ddb37268} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.317939 [ 4 ] {15d0b822-93d0-4795-bb04-f597ddb37268} TCPHandler: Processed in 0.000780671 sec. 2025.12.18 05:29:13.318131 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.318250 [ 4 ] {4832a650-9d85-4525-8661-c799e73d7a6f} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.318503 [ 4 ] {4832a650-9d85-4525-8661-c799e73d7a6f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.318546 [ 4 ] {4832a650-9d85-4525-8661-c799e73d7a6f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.318875 [ 4 ] {4832a650-9d85-4525-8661-c799e73d7a6f} TCPHandler: Processed in 0.000791071 sec. 2025.12.18 05:29:13.319084 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.319203 [ 4 ] {202cfac8-bcbb-43dc-945d-6011c8db5171} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.319455 [ 4 ] {202cfac8-bcbb-43dc-945d-6011c8db5171} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.319497 [ 4 ] {202cfac8-bcbb-43dc-945d-6011c8db5171} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.319821 [ 4 ] {202cfac8-bcbb-43dc-945d-6011c8db5171} TCPHandler: Processed in 0.000783642 sec. 2025.12.18 05:29:13.320422 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.320541 [ 4 ] {15ce8973-6d17-42f2-8f16-5a4476a67d67} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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) 2025.12.18 05:29:13.320799 [ 4 ] {15ce8973-6d17-42f2-8f16-5a4476a67d67} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.320843 [ 4 ] {15ce8973-6d17-42f2-8f16-5a4476a67d67} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.321167 [ 4 ] {15ce8973-6d17-42f2-8f16-5a4476a67d67} TCPHandler: Processed in 0.000790541 sec. 2025.12.18 05:29:13.321361 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.321481 [ 4 ] {5c4681a0-13ec-4372-8952-d7530f120e57} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.18 05:29:13.321742 [ 4 ] {5c4681a0-13ec-4372-8952-d7530f120e57} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.321787 [ 4 ] {5c4681a0-13ec-4372-8952-d7530f120e57} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.322108 [ 4 ] {5c4681a0-13ec-4372-8952-d7530f120e57} TCPHandler: Processed in 0.000794452 sec. 2025.12.18 05:29:13.322303 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.322424 [ 4 ] {186e4654-75d1-490d-b64a-68fd7e7ad7f1} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.18 05:29:13.322681 [ 4 ] {186e4654-75d1-490d-b64a-68fd7e7ad7f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.322724 [ 4 ] {186e4654-75d1-490d-b64a-68fd7e7ad7f1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:13.323054 [ 4 ] {186e4654-75d1-490d-b64a-68fd7e7ad7f1} TCPHandler: Processed in 0.000797731 sec. 2025.12.18 05:29:13.329987 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.330123 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.18 05:29:13.330176 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:13.330843 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.330892 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.331497 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.331868 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.332016 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} executeQuery: Read 19 rows, 2.66 KiB in 0.001931 sec., 9839.46141895391 rows/sec., 1.34 MiB/sec. 2025.12.18 05:29:13.332061 [ 4 ] {8cdba827-c1f0-440e-a27c-52942a14b9af} TCPHandler: Processed in 0.002136601 sec. 2025.12.18 05:29:13.332201 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.332296 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.18 05:29:13.332339 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.18 05:29:13.332997 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.333033 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.333490 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.333922 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.334053 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} executeQuery: Read 6 rows, 501.00 B in 0.001774 sec., 3382.1871476888386 rows/sec., 275.79 KiB/sec. 2025.12.18 05:29:13.334090 [ 4 ] {2e6120f3-c839-4756-9474-ae371ff0fb0e} TCPHandler: Processed in 0.001937328 sec. 2025.12.18 05:29:13.334215 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.334311 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:13.334352 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:13.334816 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.334851 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.335260 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.335674 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.335800 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} executeQuery: Read 69 rows, 5.62 KiB in 0.001508 sec., 45755.968169761276 rows/sec., 3.64 MiB/sec. 2025.12.18 05:29:13.335838 [ 4 ] {776eb6fe-39cd-464a-a92e-fa51739ebdc8} TCPHandler: Processed in 0.001670794 sec. 2025.12.18 05:29:13.335958 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.336052 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:13.336093 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:13.336485 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.336524 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.336965 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.337377 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.337504 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} executeQuery: Read 13 rows, 968.00 B in 0.00147 sec., 8843.537414965987 rows/sec., 643.07 KiB/sec. 2025.12.18 05:29:13.337541 [ 4 ] {f07f2cdd-8640-46aa-9983-1a28179cfa89} TCPHandler: Processed in 0.001631274 sec. 2025.12.18 05:29:13.337649 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.337744 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:13.337783 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:13.338210 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.338247 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.338646 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.339063 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.339191 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} executeQuery: Read 78 rows, 6.25 KiB in 0.001465 sec., 53242.32081911263 rows/sec., 4.16 MiB/sec. 2025.12.18 05:29:13.339227 [ 4 ] {0834aa27-86dd-41c8-bc92-3910f33305c8} TCPHandler: Processed in 0.001626024 sec. 2025.12.18 05:29:13.339339 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.339432 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:13.339476 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:13.339939 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.339975 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.340468 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.340892 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.341017 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} executeQuery: Read 153 rows, 10.86 KiB in 0.001603 sec., 95446.03867747972 rows/sec., 6.62 MiB/sec. 2025.12.18 05:29:13.341054 [ 4 ] {685d3708-bfd2-4257-a795-685208a89f88} TCPHandler: Processed in 0.001762865 sec. 2025.12.18 05:29:13.341164 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.341258 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:13.341312 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.18 05:29:13.342050 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.342088 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.344750 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.345272 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.345429 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} executeQuery: Read 7 rows, 12.84 KiB in 0.00419 sec., 1670.6443914081144 rows/sec., 2.99 MiB/sec. 2025.12.18 05:29:13.345478 [ 4 ] {70779251-de19-4887-ac3a-bfbcfadca50c} TCPHandler: Processed in 0.004362573 sec. 2025.12.18 05:29:13.345597 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.345692 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.18 05:29:13.345734 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.18 05:29:13.346066 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.346103 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.346519 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.347008 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.347134 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} executeQuery: Read 9 rows, 651.00 B in 0.00146 sec., 6164.3835616438355 rows/sec., 435.44 KiB/sec. 2025.12.18 05:29:13.347169 [ 4 ] {8ccb48fe-aebe-4b24-86e7-cdc7aa5b0903} TCPHandler: Processed in 0.001621043 sec. 2025.12.18 05:29:13.347277 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:13.347371 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:13.347411 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:13.347738 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:13.347775 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.18 05:29:13.348183 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:13.348678 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:13.348807 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} executeQuery: Read 50 rows, 3.51 KiB in 0.001455 sec., 34364.26116838488 rows/sec., 2.36 MiB/sec. 2025.12.18 05:29:13.348844 [ 4 ] {86bb8964-d0c8-4b4b-abf3-693c2d194cb6} TCPHandler: Processed in 0.001613383 sec. 2025.12.18 05:29:15.060832 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1494 2025.12.18 05:29:15.061784 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:15.061849 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.18 05:29:15.062760 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:15.063473 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:15.063689 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1494 2025.12.18 05:29:15.123318 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.18 05:29:15.144934 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:15.145013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.18 05:29:15.152524 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:15.154099 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:15.161460 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.18 05:29:16.000266 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.39 MiB, peak 167.39 MiB, free memory in arenas 0.00 B, will set to 164.55 MiB (RSS), difference: 1.16 MiB 2025.12.18 05:29:18.304333 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:18.304538 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:18.304615 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:18.305308 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:18.305367 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.18 05:29:18.305920 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:18.306416 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:18.306579 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} executeQuery: Read 52 rows, 4.07 KiB in 0.002096 sec., 24809.16030534351 rows/sec., 1.90 MiB/sec. 2025.12.18 05:29:18.306621 [ 4 ] {7def0fef-0667-4de0-b63d-8c10d85faa5f} TCPHandler: Processed in 0.002436705 sec. 2025.12.18 05:29:18.306751 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:18.306849 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:18.306891 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:18.307309 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:18.307346 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.18 05:29:18.307743 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:18.308173 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:18.308304 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} executeQuery: Read 56 rows, 4.47 KiB in 0.001475 sec., 37966.101694915254 rows/sec., 2.96 MiB/sec. 2025.12.18 05:29:18.308342 [ 4 ] {19e7a102-b5c1-4c50-8121-d74bf8d8a710} TCPHandler: Processed in 0.001640434 sec. 2025.12.18 05:29:18.308453 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:18.308549 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:18.308594 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:18.309008 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:18.309045 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.18 05:29:18.309490 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:18.309924 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:18.310056 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} executeQuery: Read 150 rows, 10.65 KiB in 0.001526 sec., 98296.1992136304 rows/sec., 6.82 MiB/sec. 2025.12.18 05:29:18.310092 [ 4 ] {b70c4a19-6663-465a-9c99-e70183286a71} TCPHandler: Processed in 0.001688514 sec. 2025.12.18 05:29:18.310201 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:18.310296 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:18.310338 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:18.310663 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:18.310699 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.18 05:29:18.311135 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:18.311559 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:18.311691 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} executeQuery: Read 50 rows, 3.51 KiB in 0.001414 sec., 35360.67892503536 rows/sec., 2.42 MiB/sec. 2025.12.18 05:29:18.311727 [ 4 ] {fdf4cab0-4582-4929-b326-0eb58803aa25} TCPHandler: Processed in 0.001575652 sec. 2025.12.18 05:29:22.505710 [ 81 ] {} DNSResolver: Updating DNS cache 2025.12.18 05:29:22.505781 [ 81 ] {} DNSResolver: Updated DNS cache 2025.12.18 05:29:22.561596 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 156 2025.12.18 05:29:22.563908 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1942 2025.12.18 05:29:22.564478 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:22.564530 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:22.564678 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:22.564749 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:22.565417 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:22.565851 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:22.565892 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:22.565984 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1942 2025.12.18 05:29:22.566412 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:22.566639 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 156 2025.12.18 05:29:22.661653 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.18 05:29:22.677510 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:22.677551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:22.683890 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:22.684975 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:22.687807 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.18 05:29:23.304259 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.304549 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:23.304656 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:23.305377 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.305425 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.305923 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:23.306490 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.306643 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} executeQuery: Read 102 rows, 8.75 KiB in 0.002174 sec., 46918.123275068996 rows/sec., 3.93 MiB/sec. 2025.12.18 05:29:23.306686 [ 4 ] {fabb8183-352b-420f-84b9-646dc853cacd} TCPHandler: Processed in 0.002612457 sec. 2025.12.18 05:29:23.306811 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.306906 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:23.306946 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:23.307392 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.307428 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.307892 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:23.308375 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.308501 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} executeQuery: Read 25 rows, 1.88 KiB in 0.001614 sec., 15489.467162329616 rows/sec., 1.14 MiB/sec. 2025.12.18 05:29:23.308536 [ 4 ] {5382f2c0-f6fb-4586-9c89-c96415b52e3f} TCPHandler: Processed in 0.001773356 sec. 2025.12.18 05:29:23.308652 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.308744 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:23.308783 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:23.309242 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.309276 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.309679 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:23.310104 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.310227 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} executeQuery: Read 89 rows, 7.14 KiB in 0.001501 sec., 59293.804130579614 rows/sec., 4.64 MiB/sec. 2025.12.18 05:29:23.310261 [ 4 ] {538237aa-d2c5-426a-bd48-99b580a48655} TCPHandler: Processed in 0.001656423 sec. 2025.12.18 05:29:23.310378 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.310470 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:23.310511 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:23.310911 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.310944 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.311373 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:23.311849 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.311981 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} executeQuery: Read 150 rows, 10.65 KiB in 0.001529 sec., 98103.33551340745 rows/sec., 6.80 MiB/sec. 2025.12.18 05:29:23.312017 [ 4 ] {88ed9215-ca21-4e8b-857c-4f2a1f0db8ee} TCPHandler: Processed in 0.001685675 sec. 2025.12.18 05:29:23.312181 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.312273 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:23.312325 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.18 05:29:23.313150 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.313184 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.313826 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:23.314263 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.314402 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} executeQuery: Read 25 rows, 45.87 KiB in 0.002147 sec., 11644.154634373544 rows/sec., 20.87 MiB/sec. 2025.12.18 05:29:23.314450 [ 4 ] {4a143e96-c189-4983-a31d-eeca27f957dc} TCPHandler: Processed in 0.002315823 sec. 2025.12.18 05:29:23.314561 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.314653 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.18 05:29:23.314693 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.18 05:29:23.315002 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.315036 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.315448 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:23.315872 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.315993 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} executeQuery: Read 15 rows, 1.14 KiB in 0.001358 sec., 11045.655375552282 rows/sec., 842.81 KiB/sec. 2025.12.18 05:29:23.316026 [ 4 ] {5fbc34bd-fa2e-488f-b0f4-f428748a86b9} TCPHandler: Processed in 0.001511781 sec. 2025.12.18 05:29:23.316131 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:23.316222 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:23.316261 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:23.316572 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:23.316605 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:23.316992 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:23.317422 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:23.317552 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} executeQuery: Read 50 rows, 3.51 KiB in 0.001348 sec., 37091.9881305638 rows/sec., 2.54 MiB/sec. 2025.12.18 05:29:23.317590 [ 4 ] {931fba54-674d-4ccc-ad15-bbe95d1e9998} TCPHandler: Processed in 0.001506262 sec. 2025.12.18 05:29:28.297744 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.298101 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.298461 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.298595 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2025.12.18 05:29:28.298827 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.298900 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.299090 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.12.18 05:29:28.299153 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.299186 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.299203 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.301727 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2025.12.18 05:29:28.301779 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.310179 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} executeQuery: Read 19 rows, 813.00 B in 0.012204 sec., 1556.8666011143887 rows/sec., 65.06 KiB/sec. 2025.12.18 05:29:28.310289 [ 4 ] {946f8684-df5f-4766-a2dd-c7e5aeb5142c} TCPHandler: Processed in 0.012733552 sec. 2025.12.18 05:29:28.310618 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.310747 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.310950 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.310981 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2025.12.18 05:29:28.311155 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.311213 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.311318 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.12.18 05:29:28.311346 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.311366 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.311380 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.311414 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2025.12.18 05:29:28.311433 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.312170 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} executeQuery: Read 19 rows, 813.00 B in 0.001473 sec., 12898.845892735913 rows/sec., 539.00 KiB/sec. 2025.12.18 05:29:28.312257 [ 4 ] {ac86c83e-22a1-46bc-90ea-b5a6f42aa3f3} TCPHandler: Processed in 0.001691175 sec. 2025.12.18 05:29:28.312484 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.312610 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.312808 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.312840 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2025.12.18 05:29:28.313013 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.313066 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.313171 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.12.18 05:29:28.313200 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.313219 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.313233 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.313266 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.12.18 05:29:28.313284 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.313753 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} executeQuery: Read 19 rows, 813.00 B in 0.00119 sec., 15966.386554621848 rows/sec., 667.18 KiB/sec. 2025.12.18 05:29:28.313839 [ 4 ] {2a789a48-8c60-4044-8b04-310d557a0f13} TCPHandler: Processed in 0.001404651 sec. 2025.12.18 05:29:28.314060 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.314186 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.314381 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.314413 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.18 05:29:28.314589 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.314642 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.314742 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.12.18 05:29:28.314770 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.314788 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.314803 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.314835 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.18 05:29:28.314853 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.315339 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} executeQuery: Read 19 rows, 813.00 B in 0.001201 sec., 15820.14987510408 rows/sec., 661.07 KiB/sec. 2025.12.18 05:29:28.315422 [ 4 ] {7a75c0ee-d9d5-4ae9-ab66-a4a5b17983ec} TCPHandler: Processed in 0.00141198 sec. 2025.12.18 05:29:28.315644 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.315771 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.315987 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.316020 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.18 05:29:28.316207 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.316261 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.316360 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.12.18 05:29:28.316389 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.316407 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.316421 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.316453 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.12.18 05:29:28.316472 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.316951 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} executeQuery: Read 19 rows, 813.00 B in 0.001228 sec., 15472.312703583062 rows/sec., 646.54 KiB/sec. 2025.12.18 05:29:28.317033 [ 4 ] {6fcee9c9-d0f9-429b-8a4d-75808bbb8673} TCPHandler: Processed in 0.001439111 sec. 2025.12.18 05:29:28.317343 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.317470 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.317684 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.317717 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.18 05:29:28.317892 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.317946 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.318045 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.12.18 05:29:28.318074 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.318093 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.318107 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.318139 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.12.18 05:29:28.318159 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.318633 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} executeQuery: Read 19 rows, 813.00 B in 0.001211 sec., 15689.512799339389 rows/sec., 655.61 KiB/sec. 2025.12.18 05:29:28.318719 [ 4 ] {2d2c1cb7-80f5-47fb-86de-f1edfb8c1e28} TCPHandler: Processed in 0.001425551 sec. 2025.12.18 05:29:28.319260 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.319387 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.319587 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.319619 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.18 05:29:28.319808 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.319860 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.319958 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.12.18 05:29:28.319986 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.320004 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.320020 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.320052 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.12.18 05:29:28.320069 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.320601 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} executeQuery: Read 19 rows, 813.00 B in 0.001263 sec., 15043.547110055424 rows/sec., 628.62 KiB/sec. 2025.12.18 05:29:28.320684 [ 4 ] {b1902814-6365-46b4-a05c-3ca8bd8c56fe} TCPHandler: Processed in 0.001472521 sec. 2025.12.18 05:29:28.320915 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.321041 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.321248 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.321281 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.12.18 05:29:28.321459 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.321512 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.321610 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.18 05:29:28.321637 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.321654 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.321668 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.321700 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.12.18 05:29:28.321717 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.322212 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} executeQuery: Read 19 rows, 813.00 B in 0.00122 sec., 15573.77049180328 rows/sec., 650.77 KiB/sec. 2025.12.18 05:29:28.322296 [ 4 ] {bad526be-23ba-4314-a3c8-9b44e0d8ed9a} TCPHandler: Processed in 0.001434571 sec. 2025.12.18 05:29:28.322533 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.322659 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.322943 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.322975 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.12.18 05:29:28.323246 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.323300 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.323399 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.18 05:29:28.323427 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.323446 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.323459 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.323492 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.12.18 05:29:28.323510 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.323939 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} executeQuery: Read 19 rows, 813.00 B in 0.001329 sec., 14296.463506395785 rows/sec., 597.40 KiB/sec. 2025.12.18 05:29:28.324021 [ 4 ] {6edc98dc-0da8-431f-98cb-6c90c0a1cb70} TCPHandler: Processed in 0.001536212 sec. 2025.12.18 05:29:28.324256 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.324381 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.324595 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.324628 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.12.18 05:29:28.324815 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.324867 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.324963 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.18 05:29:28.324991 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.325009 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.325023 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.325055 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.18 05:29:28.325072 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.325637 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} executeQuery: Read 19 rows, 813.00 B in 0.001304 sec., 14570.552147239263 rows/sec., 608.85 KiB/sec. 2025.12.18 05:29:28.325717 [ 4 ] {c424ce19-bcb4-4717-929a-11bcdc76cc66} TCPHandler: Processed in 0.001509501 sec. 2025.12.18 05:29:28.325940 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.326067 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.326290 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.326324 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.12.18 05:29:28.326507 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.326558 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.326655 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.18 05:29:28.326682 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.326700 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.326714 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.326746 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.18 05:29:28.326763 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.327222 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} executeQuery: Read 19 rows, 813.00 B in 0.001204 sec., 15780.730897009968 rows/sec., 659.42 KiB/sec. 2025.12.18 05:29:28.327305 [ 4 ] {7718c18d-8175-4d02-a3b5-880429f89aed} TCPHandler: Processed in 0.00141374 sec. 2025.12.18 05:29:28.327523 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.327649 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.327868 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.327901 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:28.328085 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.328136 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.328234 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.18 05:29:28.328262 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.328279 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.328293 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.328325 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.18 05:29:28.328343 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.328790 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} executeQuery: Read 19 rows, 813.00 B in 0.001189 sec., 15979.814970563499 rows/sec., 667.74 KiB/sec. 2025.12.18 05:29:28.328877 [ 4 ] {10856cdb-fbfd-419e-9252-7312d02013ad} TCPHandler: Processed in 0.001402771 sec. 2025.12.18 05:29:28.329108 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.329243 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.329468 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.329509 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:28.329696 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.329747 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.329843 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.18 05:29:28.329870 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.329887 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.329901 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.329934 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.18 05:29:28.329951 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.330390 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} executeQuery: Read 19 rows, 813.00 B in 0.001198 sec., 15859.766277128547 rows/sec., 662.73 KiB/sec. 2025.12.18 05:29:28.330481 [ 4 ] {cc85ddf7-4650-4ac8-9478-35fc18ccf01c} TCPHandler: Processed in 0.001421331 sec. 2025.12.18 05:29:28.330726 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.330854 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.331086 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.331121 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:28.331309 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.331361 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.331459 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.18 05:29:28.331486 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.331505 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.331518 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.331550 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:28.331568 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.332018 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} executeQuery: Read 19 rows, 813.00 B in 0.001214 sec., 15650.741350906095 rows/sec., 653.99 KiB/sec. 2025.12.18 05:29:28.332104 [ 4 ] {985868cd-aa88-4150-8115-84debb8cf7b7} TCPHandler: Processed in 0.001435431 sec. 2025.12.18 05:29:28.332355 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.332484 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.332705 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.332739 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:28.332940 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.333058 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.333205 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.18 05:29:28.333241 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.333265 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.333284 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.333326 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:28.333350 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.333884 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} executeQuery: Read 19 rows, 813.00 B in 0.00145 sec., 13103.44827586207 rows/sec., 547.55 KiB/sec. 2025.12.18 05:29:28.333981 [ 4 ] {7e7c3bd2-92e2-410c-8f87-dbb6aefc4900} TCPHandler: Processed in 0.001674934 sec. 2025.12.18 05:29:28.345577 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.345717 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} executeQuery: (from [fd00:1122:3344:101::d]:54020) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:28.345950 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:28.345986 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:28.346184 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.346237 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:28.346340 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.18 05:29:28.346368 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:28.346386 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.18 05:29:28.346400 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:28.346433 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:28.346451 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2025.12.18 05:29:28.347017 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} executeQuery: Read 19 rows, 813.00 B in 0.001356 sec., 14011.799410029498 rows/sec., 585.51 KiB/sec. 2025.12.18 05:29:28.347167 [ 4 ] {680170d5-63b4-41ff-8bbb-7afd46e12cbf} TCPHandler: Processed in 0.001640033 sec. 2025.12.18 05:29:28.353750 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.353861 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.18 05:29:28.353903 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:28.354482 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.354525 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.355077 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:28.355448 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.355600 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} executeQuery: Read 16 rows, 4.88 KiB in 0.001772 sec., 9029.345372460497 rows/sec., 2.69 MiB/sec. 2025.12.18 05:29:28.355644 [ 4 ] {31c44eed-60b5-4549-b8a2-c309db2fb5ea} TCPHandler: Processed in 0.001942808 sec. 2025.12.18 05:29:28.355776 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.355870 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.355910 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.18 05:29:28.358469 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.358509 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.359043 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:28.359498 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.359622 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} executeQuery: Read 410 rows, 26.63 KiB in 0.00377 sec., 108753.31564986738 rows/sec., 6.90 MiB/sec. 2025.12.18 05:29:28.359665 [ 4 ] {91daaee2-14f3-4ade-95e5-b571bcd433d2} TCPHandler: Processed in 0.003936606 sec. 2025.12.18 05:29:28.359785 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.359877 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.18 05:29:28.359916 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.18 05:29:28.360338 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.360373 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.360757 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:28.361192 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.361317 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} executeQuery: Read 4 rows, 334.00 B in 0.001458 sec., 2743.4842249657063 rows/sec., 223.71 KiB/sec. 2025.12.18 05:29:28.361352 [ 4 ] {09e43d9c-bd11-4aa5-bef2-ae85aa81a143} TCPHandler: Processed in 0.001614963 sec. 2025.12.18 05:29:28.361486 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.361577 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:28.361616 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:28.362497 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.362530 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.363006 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:28.363513 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.363647 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} executeQuery: Read 1114 rows, 89.99 KiB in 0.002086 sec., 534036.4333652924 rows/sec., 42.13 MiB/sec. 2025.12.18 05:29:28.363682 [ 4 ] {c35b2631-05c7-483f-ae48-9eb2b3f49b73} TCPHandler: Processed in 0.002243283 sec. 2025.12.18 05:29:28.363797 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.363891 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.363930 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:28.364392 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.364429 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.364903 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:28.365400 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.365538 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} executeQuery: Read 209 rows, 12.59 KiB in 0.001665 sec., 125525.52552552552 rows/sec., 7.39 MiB/sec. 2025.12.18 05:29:28.365576 [ 4 ] {5e18ee0a-7eaa-4a91-bca1-33849ce3e67f} TCPHandler: Processed in 0.001825996 sec. 2025.12.18 05:29:28.365687 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.365780 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.365819 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.18 05:29:28.366324 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.366357 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.366895 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:28.367566 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.367712 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} executeQuery: Read 212 rows, 14.00 KiB in 0.00195 sec., 108717.94871794872 rows/sec., 7.01 MiB/sec. 2025.12.18 05:29:28.367750 [ 4 ] {b2365391-43c3-4cb8-afb3-bad95f17742a} TCPHandler: Processed in 0.00210976 sec. 2025.12.18 05:29:28.367866 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.367960 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.367999 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.18 05:29:28.368471 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.368508 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.368944 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:28.369443 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.369578 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} executeQuery: Read 211 rows, 12.27 KiB in 0.001636 sec., 128973.10513447432 rows/sec., 7.32 MiB/sec. 2025.12.18 05:29:28.369614 [ 4 ] {7d66ad85-9297-4ec9-9021-bbd6ea0b9a59} TCPHandler: Processed in 0.001796276 sec. 2025.12.18 05:29:28.369729 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.369821 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:28.369859 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:28.370472 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.370506 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.370970 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:28.371397 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.371525 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} executeQuery: Read 683 rows, 48.79 KiB in 0.001722 sec., 396631.8234610917 rows/sec., 27.67 MiB/sec. 2025.12.18 05:29:28.371561 [ 4 ] {9bd0f0f5-9ce6-43a1-9089-35cdd2224d5e} TCPHandler: Processed in 0.001879627 sec. 2025.12.18 05:29:28.371674 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.371766 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.18 05:29:28.371806 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.18 05:29:28.372135 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.372171 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.372759 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:28.373174 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.373307 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec. 2025.12.18 05:29:28.373343 [ 4 ] {5b9e71c3-b3cd-427d-a477-c1f74a0df55b} TCPHandler: Processed in 0.001716984 sec. 2025.12.18 05:29:28.373457 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.373549 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.373591 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:28.374303 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.374339 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.374853 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:28.375351 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.375487 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} executeQuery: Read 316 rows, 21.26 KiB in 0.001955 sec., 161636.82864450128 rows/sec., 10.62 MiB/sec. 2025.12.18 05:29:28.375528 [ 4 ] {f992c730-9770-451d-be44-b590136152f8} TCPHandler: Processed in 0.00211832 sec. 2025.12.18 05:29:28.375643 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.375736 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.375777 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.18 05:29:28.376102 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.376138 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.376612 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.18 05:29:28.377033 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.377164 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. 2025.12.18 05:29:28.377204 [ 4 ] {feb83b4b-d3a0-4aac-8d17-6954033ea25b} TCPHandler: Processed in 0.001609903 sec. 2025.12.18 05:29:28.377317 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:28.377408 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:28.377448 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:28.377782 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:28.377817 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:28.378226 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:28.378656 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:28.378788 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} executeQuery: Read 104 rows, 6.53 KiB in 0.001397 sec., 74445.23979957051 rows/sec., 4.56 MiB/sec. 2025.12.18 05:29:28.378828 [ 4 ] {99cc0db1-b0de-442a-baeb-1c8c17ad89c2} TCPHandler: Processed in 0.001559043 sec. 2025.12.18 05:29:30.066182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2454 2025.12.18 05:29:30.066705 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:30.066745 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:30.067370 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:30.067819 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:30.067976 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2454 2025.12.18 05:29:30.187984 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.18 05:29:30.205198 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:30.205258 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:30.211632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:30.212769 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:30.215773 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.18 05:29:31.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.75 MiB, peak 172.75 MiB, free memory in arenas 0.00 B, will set to 170.36 MiB (RSS), difference: 1.62 MiB 2025.12.18 05:29:32.567053 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 226 2025.12.18 05:29:32.570331 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:32.570366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:32.571660 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:32.572154 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:32.572394 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2025.12.18 05:29:33.309635 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:33.309900 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:33.309999 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:33.310881 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:33.310941 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:33.311635 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:33.312270 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:33.312488 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} executeQuery: Read 110 rows, 9.48 KiB in 0.002664 sec., 41291.29129129129 rows/sec., 3.47 MiB/sec. 2025.12.18 05:29:33.312543 [ 4 ] {70da6745-3e43-4f77-a1e2-f1264d02654f} TCPHandler: Processed in 0.003095704 sec. 2025.12.18 05:29:33.312719 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:33.312837 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:33.312888 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:33.313415 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:33.313460 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:33.313965 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:33.314505 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:33.314672 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} executeQuery: Read 27 rows, 2.03 KiB in 0.001858 sec., 14531.754574811624 rows/sec., 1.07 MiB/sec. 2025.12.18 05:29:33.314719 [ 4 ] {e6d72ef5-c10e-4e3b-a6af-ee81fe4f91aa} TCPHandler: Processed in 0.002058979 sec. 2025.12.18 05:29:33.314852 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:33.314967 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:33.315016 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:33.315541 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:33.315586 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:33.316107 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:33.316622 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:33.316807 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} executeQuery: Read 91 rows, 7.28 KiB in 0.001862 sec., 48872.180451127824 rows/sec., 3.82 MiB/sec. 2025.12.18 05:29:33.316856 [ 4 ] {707e1fed-41d3-4f50-8f5d-8d7b9d062165} TCPHandler: Processed in 0.002063769 sec. 2025.12.18 05:29:33.316996 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:33.317112 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:33.317167 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:33.317711 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:33.317755 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:33.318297 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:33.318905 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:33.319089 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} executeQuery: Read 160 rows, 11.41 KiB in 0.002001 sec., 79960.01999000499 rows/sec., 5.57 MiB/sec. 2025.12.18 05:29:33.319138 [ 4 ] {a85bc13e-39fd-4fab-80b9-276f9f5105f3} TCPHandler: Processed in 0.002201262 sec. 2025.12.18 05:29:33.319279 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:33.319398 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:33.319465 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.18 05:29:33.320467 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:33.320511 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:33.321292 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:33.321826 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:33.322001 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} executeQuery: Read 27 rows, 49.54 KiB in 0.002626 sec., 10281.797410510282 rows/sec., 18.42 MiB/sec. 2025.12.18 05:29:33.322070 [ 4 ] {90220cac-03d1-471d-97d8-de1363544ba8} TCPHandler: Processed in 0.002850161 sec. 2025.12.18 05:29:33.322216 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:33.322332 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:33.322384 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:33.322824 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:33.322866 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:33.323379 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:33.323906 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:33.324097 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} executeQuery: Read 60 rows, 4.14 KiB in 0.001788 sec., 33557.04697986577 rows/sec., 2.26 MiB/sec. 2025.12.18 05:29:33.324145 [ 4 ] {99601002-041f-4fe6-a62c-fdf6ed072607} TCPHandler: Processed in 0.001989879 sec. 2025.12.18 05:29:37.506043 [ 69 ] {} DNSResolver: Updating DNS cache 2025.12.18 05:29:37.506111 [ 69 ] {} DNSResolver: Updated DNS cache 2025.12.18 05:29:37.568089 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2902 2025.12.18 05:29:37.568734 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:37.568798 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:37.569750 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:37.570320 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:37.570501 [ 69 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:37.570527 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2902 2025.12.18 05:29:37.570564 [ 69 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:37.570595 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:37.570824 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:37.573065 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:37.573158 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.12.18 05:29:37.573270 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 433 rows starting from the beginning of the part 2025.12.18 05:29:37.573324 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2025.12.18 05:29:37.573372 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2025.12.18 05:29:37.573424 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2025.12.18 05:29:37.573471 [ 189 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2025.12.18 05:29:37.602217 [ 202 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2902 rows, containing 4 columns (4 merged, 0 gathered) in 0.031517362 sec., 92076.23404522245 rows/sec., 1.32 MiB/sec. 2025.12.18 05:29:37.603247 [ 194 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:37.603860 [ 194 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:37.603946 [ 194 ] {0041e4c3-63f6-40e2-84ff-1a3752013133::all_1_6_1} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:37.604067 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2025.12.18 05:29:37.715858 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.18 05:29:37.733732 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:37.733824 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:37.741389 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:37.743055 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:37.743508 [ 69 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:37.743581 [ 69 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:37.743602 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:37.743784 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:37.748525 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:37.749606 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.18 05:29:37.750170 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.18 05:29:37.755046 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.18 05:29:37.759240 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.18 05:29:37.763224 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.18 05:29:37.772492 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.18 05:29:37.777494 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.18 05:29:37.842520 [ 194 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09882536 sec., 465.4675682436168 rows/sec., 2.41 MiB/sec. 2025.12.18 05:29:37.844684 [ 202 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:37.847092 [ 202 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:37.847201 [ 202 ] {fc9d9fa3-91fb-42e5-8929-16d5bf8f7109::all_1_6_1} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:37.848927 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.18 05:29:38.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.54 MiB, peak 181.08 MiB, free memory in arenas 0.00 B, will set to 181.09 MiB (RSS), difference: 9.55 MiB 2025.12.18 05:29:38.315046 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.315230 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.315302 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.18 05:29:38.316230 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.316281 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.316869 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:38.317334 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.317490 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} executeQuery: Read 410 rows, 26.63 KiB in 0.00231 sec., 177489.1774891775 rows/sec., 11.26 MiB/sec. 2025.12.18 05:29:38.317535 [ 4 ] {f3297628-c583-4619-a63a-8a33dbc4b785} TCPHandler: Processed in 0.002623408 sec. 2025.12.18 05:29:38.317681 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.317780 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:38.317823 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:38.318852 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.318891 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.319427 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:38.319874 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.319988 [ 68 ] {} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:38.320010 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} executeQuery: Read 1112 rows, 89.84 KiB in 0.00225 sec., 494222.22222222225 rows/sec., 38.99 MiB/sec. 2025.12.18 05:29:38.320053 [ 68 ] {} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.320064 [ 4 ] {a7f2e176-eac2-4049-a7a4-9ebb54bafc2e} TCPHandler: Processed in 0.002433215 sec. 2025.12.18 05:29:38.320084 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.320201 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.320210 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:38.320305 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.320313 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:38.320346 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:38.320351 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 69 rows starting from the beginning of the part 2025.12.18 05:29:38.320442 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2025.12.18 05:29:38.320501 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 102 rows starting from the beginning of the part 2025.12.18 05:29:38.320545 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1114 rows starting from the beginning of the part 2025.12.18 05:29:38.320586 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2025.12.18 05:29:38.320626 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1112 rows starting from the beginning of the part 2025.12.18 05:29:38.320865 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.320901 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.321448 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:38.321943 [ 187 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2559 rows, containing 5 columns (5 merged, 0 gathered) in 0.001776116 sec., 1440784.2730992797 rows/sec., 119.72 MiB/sec. 2025.12.18 05:29:38.322134 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.322332 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} executeQuery: Read 205 rows, 12.32 KiB in 0.002046 sec., 100195.50342130987 rows/sec., 5.88 MiB/sec. 2025.12.18 05:29:38.322355 [ 192 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:38.322374 [ 4 ] {b4802f06-692c-4017-9208-4f8415307cd2} TCPHandler: Processed in 0.002223282 sec. 2025.12.18 05:29:38.322503 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.322616 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.322660 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.18 05:29:38.322984 [ 192 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.323067 [ 192 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_6_1} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:38.323166 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.12.18 05:29:38.323199 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.323244 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.323697 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:38.324124 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.324254 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} executeQuery: Read 212 rows, 14.00 KiB in 0.001657 sec., 127942.06397103198 rows/sec., 8.25 MiB/sec. 2025.12.18 05:29:38.324292 [ 4 ] {90607417-4698-4827-b04d-3584a645be37} TCPHandler: Processed in 0.001838587 sec. 2025.12.18 05:29:38.324408 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.324503 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.324543 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.18 05:29:38.325057 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.325095 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.325622 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:38.326046 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.326175 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} executeQuery: Read 211 rows, 12.27 KiB in 0.001691 sec., 124778.23772915435 rows/sec., 7.09 MiB/sec. 2025.12.18 05:29:38.326213 [ 4 ] {112c3bcf-f9a5-4050-9846-fc9439743881} TCPHandler: Processed in 0.001852626 sec. 2025.12.18 05:29:38.326333 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.326429 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:38.326469 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:38.327114 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.327152 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.327625 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:38.328042 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.328147 [ 67 ] {} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:38.328170 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} executeQuery: Read 679 rows, 48.47 KiB in 0.00176 sec., 385795.45454545453 rows/sec., 26.89 MiB/sec. 2025.12.18 05:29:38.328190 [ 67 ] {} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.328213 [ 4 ] {c3f6921d-c6cf-419c-8762-7cb20e346560} TCPHandler: Processed in 0.001928898 sec. 2025.12.18 05:29:38.328219 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.328333 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:38.328342 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.328430 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:38.328448 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.18 05:29:38.328455 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 78 rows starting from the beginning of the part 2025.12.18 05:29:38.328491 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.18 05:29:38.328505 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.12.18 05:29:38.328539 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 89 rows starting from the beginning of the part 2025.12.18 05:29:38.328581 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 683 rows starting from the beginning of the part 2025.12.18 05:29:38.328616 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 91 rows starting from the beginning of the part 2025.12.18 05:29:38.328671 [ 190 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 679 rows starting from the beginning of the part 2025.12.18 05:29:38.328835 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.328870 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.329363 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:38.329551 [ 187 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1676 rows, containing 5 columns (5 merged, 0 gathered) in 0.001247818 sec., 1343144.5932018934 rows/sec., 100.91 MiB/sec. 2025.12.18 05:29:38.329910 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:38.329969 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.330141 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} executeQuery: Read 6 rows, 321.00 B in 0.001711 sec., 3506.7212156633545 rows/sec., 183.21 KiB/sec. 2025.12.18 05:29:38.330183 [ 4 ] {285f990b-e4b7-4fa6-9131-dc2394c89ce0} TCPHandler: Processed in 0.001889457 sec. 2025.12.18 05:29:38.330305 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.330403 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.330450 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:38.330465 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.330549 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_6_1} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:38.330637 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.18 05:29:38.330917 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.330960 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.331481 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:38.331981 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.332088 [ 67 ] {} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:38.332124 [ 67 ] {} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.332125 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} executeQuery: Read 314 rows, 21.12 KiB in 0.001741 sec., 180356.1171740379 rows/sec., 11.85 MiB/sec. 2025.12.18 05:29:38.332143 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.332180 [ 4 ] {7db06451-0616-4c69-b857-d4dfc1ba957b} TCPHandler: Processed in 0.001923558 sec. 2025.12.18 05:29:38.332256 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:38.332309 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.332352 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:38.332381 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 153 rows starting from the beginning of the part 2025.12.18 05:29:38.332405 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.332434 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2025.12.18 05:29:38.332450 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.18 05:29:38.332486 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2025.12.18 05:29:38.332527 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 316 rows starting from the beginning of the part 2025.12.18 05:29:38.332569 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.12.18 05:29:38.332629 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 314 rows starting from the beginning of the part 2025.12.18 05:29:38.332799 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.332837 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.333290 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.18 05:29:38.333716 [ 191 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1243 rows, containing 5 columns (5 merged, 0 gathered) in 0.001508182 sec., 824171.0881047513 rows/sec., 55.66 MiB/sec. 2025.12.18 05:29:38.333740 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.333889 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec. 2025.12.18 05:29:38.333933 [ 4 ] {f9a43eb8-e95f-4d33-acc5-03d6751988ae} TCPHandler: Processed in 0.001672984 sec. 2025.12.18 05:29:38.334039 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:38.334074 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.334187 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.334239 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:38.334651 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.334673 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.334704 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.334737 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_6_1} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:38.334817 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.12.18 05:29:38.335163 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:38.335745 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.335879 [ 67 ] {} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:38.335912 [ 67 ] {} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.335920 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} executeQuery: Read 104 rows, 6.53 KiB in 0.001755 sec., 59259.259259259255 rows/sec., 3.63 MiB/sec. 2025.12.18 05:29:38.335930 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.335982 [ 4 ] {2423dbc5-8a56-4c62-a00a-488d8021120d} TCPHandler: Processed in 0.001968489 sec. 2025.12.18 05:29:38.336069 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:38.336169 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:38.336218 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2025.12.18 05:29:38.336286 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2025.12.18 05:29:38.336329 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2025.12.18 05:29:38.336367 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 104 rows starting from the beginning of the part 2025.12.18 05:29:38.336424 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.12.18 05:29:38.336462 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 104 rows starting from the beginning of the part 2025.12.18 05:29:38.337247 [ 191 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 418 rows, containing 4 columns (4 merged, 0 gathered) in 0.001229658 sec., 339931.9160286844 rows/sec., 22.02 MiB/sec. 2025.12.18 05:29:38.337454 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:38.337902 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.337963 [ 198 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_6_1} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:38.338012 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.18 05:29:38.799200 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.799453 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:38.799824 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:38.799863 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:38.800139 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.800217 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:38.800370 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.18 05:29:38.800553 [ 320 ] {569985b0-2333-4318-908c-74d4d47e6082} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:38.800562 [ 298 ] {569985b0-2333-4318-908c-74d4d47e6082} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.18 05:29:38.800707 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.18 05:29:38.800734 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:38.800864 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.18 05:29:38.800888 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.12.18 05:29:38.800941 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:38.800992 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:38.802036 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} executeQuery: Read 35 rows, 1.35 KiB in 0.002692 sec., 13001.485884101041 rows/sec., 500.25 KiB/sec. 2025.12.18 05:29:38.802164 [ 4 ] {569985b0-2333-4318-908c-74d4d47e6082} TCPHandler: Processed in 0.003105794 sec. 2025.12.18 05:29:38.802536 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.802680 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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: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) 2025.12.18 05:29:38.802901 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:38.802937 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} 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: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 2025.12.18 05:29:38.803246 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.803302 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:38.803404 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.12.18 05:29:38.803474 [ 312 ] {00350c4f-3b3e-487b-9584-1f319967e582} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:38.803489 [ 298 ] {00350c4f-3b3e-487b-9584-1f319967e582} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.18 05:29:38.803755 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.18 05:29:38.803790 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:38.803860 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.18 05:29:38.803888 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.12.18 05:29:38.803938 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} 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: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'))" 2025.12.18 05:29:38.803995 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} 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: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'))" 2025.12.18 05:29:38.804848 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} executeQuery: Read 35 rows, 1.35 KiB in 0.002225 sec., 15730.337078651686 rows/sec., 605.25 KiB/sec. 2025.12.18 05:29:38.804970 [ 4 ] {00350c4f-3b3e-487b-9584-1f319967e582} TCPHandler: Processed in 0.002485746 sec. 2025.12.18 05:29:38.805251 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.805394 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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: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) 2025.12.18 05:29:38.805610 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:38.805646 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} 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: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 2025.12.18 05:29:38.805853 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.805907 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:38.806007 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.12.18 05:29:38.806081 [ 299 ] {c29ad221-719d-4431-9ca0-1db66815f075} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:38.806085 [ 298 ] {c29ad221-719d-4431-9ca0-1db66815f075} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.18 05:29:38.806181 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.18 05:29:38.806207 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:38.806263 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.18 05:29:38.806280 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.12.18 05:29:38.806311 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} 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: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'))" 2025.12.18 05:29:38.806341 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} 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: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'))" 2025.12.18 05:29:38.806955 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} executeQuery: Read 35 rows, 1.35 KiB in 0.00162 sec., 21604.93827160494 rows/sec., 831.28 KiB/sec. 2025.12.18 05:29:38.807049 [ 4 ] {c29ad221-719d-4431-9ca0-1db66815f075} TCPHandler: Processed in 0.001850687 sec. 2025.12.18 05:29:38.807275 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.807413 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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: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) 2025.12.18 05:29:38.807643 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:38.807686 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} 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: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 2025.12.18 05:29:38.807907 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.807961 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:38.808060 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.12.18 05:29:38.808126 [ 260 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:38.808127 [ 299 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.18 05:29:38.808216 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.18 05:29:38.808238 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:38.808291 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.18 05:29:38.808308 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.12.18 05:29:38.808339 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} 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: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'))" 2025.12.18 05:29:38.808369 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} 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: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'))" 2025.12.18 05:29:38.809074 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} executeQuery: Read 35 rows, 1.35 KiB in 0.001718 sec., 20372.526193247963 rows/sec., 783.86 KiB/sec. 2025.12.18 05:29:38.809185 [ 4 ] {da28201b-000b-4dab-8e3f-a5f46bff4002} TCPHandler: Processed in 0.001959288 sec. 2025.12.18 05:29:38.809416 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.809574 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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: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) 2025.12.18 05:29:38.809852 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:38.809890 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} 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: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 2025.12.18 05:29:38.810197 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.810278 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:38.810436 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.12.18 05:29:38.810528 [ 298 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.18 05:29:38.810532 [ 322 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:38.810655 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.18 05:29:38.810687 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:38.810745 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.18 05:29:38.810762 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.12.18 05:29:38.810793 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} 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: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'))" 2025.12.18 05:29:38.810846 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} 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: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'))" 2025.12.18 05:29:38.811498 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} executeQuery: Read 35 rows, 1.35 KiB in 0.001992 sec., 17570.281124497993 rows/sec., 676.04 KiB/sec. 2025.12.18 05:29:38.811606 [ 4 ] {3a22bb4e-2992-4a91-aab7-1d272d70e5d4} TCPHandler: Processed in 0.002240692 sec. 2025.12.18 05:29:38.811854 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.811998 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} executeQuery: (from [fd00:1122:3344:101::d]:54020) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.18 05:29:38.812229 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.18 05:29:38.812266 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.18 05:29:38.812471 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.812524 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:38.812623 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.12.18 05:29:38.812690 [ 260 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.18 05:29:38.812692 [ 322 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.18 05:29:38.812792 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.18 05:29:38.812818 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.18 05:29:38.812873 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.18 05:29:38.812890 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559) (SelectExecutor): Reading approx. 35 rows with 2 streams 2025.12.18 05:29:38.812921 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:38.812953 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.18 05:29:38.813533 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} executeQuery: Read 35 rows, 1.35 KiB in 0.001598 sec., 21902.377972465583 rows/sec., 842.73 KiB/sec. 2025.12.18 05:29:38.813641 [ 4 ] {7f636693-28ff-4645-be0d-9d1a6690f1ed} TCPHandler: Processed in 0.001836146 sec. 2025.12.18 05:29:38.907925 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.908115 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.18 05:29:38.908195 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.18 05:29:38.909003 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.909057 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.909717 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:38.910212 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} oximeter.timeseries_schema (b3b710c7-c511-4113-8b8c-25f11c80b559): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.910410 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} executeQuery: Read 6 rows, 1.34 KiB in 0.002346 sec., 2557.544757033248 rows/sec., 569.45 KiB/sec. 2025.12.18 05:29:38.910469 [ 4 ] {8c4e9026-371d-4b9e-85dd-7680f418dc6e} TCPHandler: Processed in 0.002680108 sec. 2025.12.18 05:29:38.910600 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.910706 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.18 05:29:38.910752 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.18 05:29:38.911212 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.911255 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.911745 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:38.912185 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.912346 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} executeQuery: Read 4 rows, 334.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 196.02 KiB/sec. 2025.12.18 05:29:38.912386 [ 4 ] {44165106-6151-4d4f-8aeb-3337c18587d7} TCPHandler: Processed in 0.001837216 sec. 2025.12.18 05:29:38.912515 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.912615 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:38.912657 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:38.913787 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.913822 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.914454 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:38.914919 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.915061 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} executeQuery: Read 1272 rows, 108.19 KiB in 0.002467 sec., 515605.9991892987 rows/sec., 42.83 MiB/sec. 2025.12.18 05:29:38.915100 [ 4 ] {68dca7b0-ee82-45c5-ac7c-ee9ef66917e0} TCPHandler: Processed in 0.002634018 sec. 2025.12.18 05:29:38.915216 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.915316 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.915359 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:38.915785 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.915820 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.916221 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:38.916686 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.916803 [ 66 ] {} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:38.916838 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} executeQuery: Read 41 rows, 3.06 KiB in 0.001542 sec., 26588.845654993514 rows/sec., 1.94 MiB/sec. 2025.12.18 05:29:38.916843 [ 66 ] {} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.916875 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.916878 [ 4 ] {c130b8f9-1744-45b0-9b75-bbc8ac560e87} TCPHandler: Processed in 0.001711045 sec. 2025.12.18 05:29:38.916957 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:38.917006 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.917039 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:38.917069 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part 2025.12.18 05:29:38.917100 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.917132 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part 2025.12.18 05:29:38.917141 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.18 05:29:38.917178 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 209 rows starting from the beginning of the part 2025.12.18 05:29:38.917219 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part 2025.12.18 05:29:38.917258 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 205 rows starting from the beginning of the part 2025.12.18 05:29:38.917296 [ 190 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 41 rows starting from the beginning of the part 2025.12.18 05:29:38.917616 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.917652 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.918101 [ 191 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001172127 sec., 443637.9334321281 rows/sec., 29.04 MiB/sec. 2025.12.18 05:29:38.918111 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:38.918484 [ 193 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:38.918609 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.918763 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} executeQuery: Read 228 rows, 15.81 KiB in 0.00168 sec., 135714.2857142857 rows/sec., 9.19 MiB/sec. 2025.12.18 05:29:38.918805 [ 4 ] {b5255328-92a8-4d3a-a577-4c1e1fd0f75b} TCPHandler: Processed in 0.001847586 sec. 2025.12.18 05:29:38.918927 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.919023 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:38.919066 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:38.919214 [ 193 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.919308 [ 193 ] {8ff4adaa-69a6-44e8-b669-a45cefa3d149::all_1_6_1} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:38.919409 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.18 05:29:38.919673 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.919713 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.920172 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:38.920610 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.920748 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} executeQuery: Read 561 rows, 42.69 KiB in 0.001742 sec., 322043.62801377726 rows/sec., 23.93 MiB/sec. 2025.12.18 05:29:38.920785 [ 4 ] {8ff7f997-7469-4156-8878-17862c862c35} TCPHandler: Processed in 0.001906848 sec. 2025.12.18 05:29:38.920902 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.920997 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.921041 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:38.921991 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.922024 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.922748 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:38.923350 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.923489 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} executeQuery: Read 2416 rows, 165.25 KiB in 0.00251 sec., 962549.8007968127 rows/sec., 64.30 MiB/sec. 2025.12.18 05:29:38.923528 [ 4 ] {32d471f7-0e00-4252-a718-3d21b10222ca} TCPHandler: Processed in 0.002673788 sec. 2025.12.18 05:29:38.923648 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.923749 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.923804 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.18 05:29:38.924666 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.924702 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.925394 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:38.925835 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.925985 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} executeQuery: Read 37 rows, 67.89 KiB in 0.002255 sec., 16407.9822616408 rows/sec., 29.40 MiB/sec. 2025.12.18 05:29:38.926041 [ 4 ] {5a0a4808-05a1-419c-8135-29878c66f750} TCPHandler: Processed in 0.002440985 sec. 2025.12.18 05:29:38.926162 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:38.926259 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:38.926303 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:38.926650 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:38.926684 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.12.18 05:29:38.927139 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:38.927571 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:38.927706 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} executeQuery: Read 12 rows, 848.00 B in 0.001465 sec., 8191.126279863482 rows/sec., 565.27 KiB/sec. 2025.12.18 05:29:38.927742 [ 4 ] {6a1e105e-7213-45e2-9070-4220cb32019b} TCPHandler: Processed in 0.001628694 sec. 2025.12.18 05:29:42.572678 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 288 2025.12.18 05:29:42.575407 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:42.575455 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.12.18 05:29:42.576722 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:42.576989 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:42.577238 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2025.12.18 05:29:43.303162 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:43.303352 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:43.303418 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:43.304079 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:43.304116 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.12.18 05:29:43.304516 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:43.304737 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:43.304884 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} executeQuery: Read 56 rows, 4.41 KiB in 0.001583 sec., 35375.86860391661 rows/sec., 2.72 MiB/sec. 2025.12.18 05:29:43.304927 [ 4 ] {84f4df1f-d936-46f4-a9ec-b6964d2ab00e} TCPHandler: Processed in 0.001907967 sec. 2025.12.18 05:29:43.305054 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:43.305150 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:43.305191 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:43.305612 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:43.305646 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.12.18 05:29:43.305946 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:43.306156 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:43.306284 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} executeQuery: Read 64 rows, 5.12 KiB in 0.001153 sec., 55507.37207285343 rows/sec., 4.33 MiB/sec. 2025.12.18 05:29:43.306322 [ 4 ] {3b7f1298-3cb0-46c4-9fcd-d0b129cb4d52} TCPHandler: Processed in 0.001318579 sec. 2025.12.18 05:29:43.306440 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:43.306534 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:43.306578 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:43.306956 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:43.306990 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.12.18 05:29:43.307318 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:43.307527 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:43.307650 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} executeQuery: Read 128 rows, 9.13 KiB in 0.001134 sec., 112874.7795414462 rows/sec., 7.86 MiB/sec. 2025.12.18 05:29:43.307686 [ 4 ] {0436658d-52e2-4623-8453-5f20d38b2b12} TCPHandler: Processed in 0.001295278 sec. 2025.12.18 05:29:43.307799 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:43.307893 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:43.307933 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:43.308270 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:43.308305 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.12.18 05:29:43.308618 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:43.308818 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:43.308944 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2025.12.18 05:29:43.308980 [ 4 ] {4dcf47c2-f143-410a-b4ad-d37f3a73a34e} TCPHandler: Processed in 0.001232248 sec. 2025.12.18 05:29:45.070760 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3414 2025.12.18 05:29:45.071627 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:45.071705 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:45.072430 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:45.072766 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:45.072976 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3414 2025.12.18 05:29:45.249809 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.18 05:29:45.271262 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:45.271346 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:45.278798 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:45.279819 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:45.286851 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.18 05:29:45.658919 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49530 2025.12.18 05:29:45.659050 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.659076 [ 286 ] {} TCP-Session: 9c8108dc-c2c4-45de-80c0-ca78ed8155bd Authenticating user 'default' from [fd00:1122:3344:101::e]:49530 2025.12.18 05:29:45.659099 [ 286 ] {} TCP-Session: 9c8108dc-c2c4-45de-80c0-ca78ed8155bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659112 [ 286 ] {} TCP-Session: 9c8108dc-c2c4-45de-80c0-ca78ed8155bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659387 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36650 2025.12.18 05:29:45.659412 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59154 2025.12.18 05:29:45.659454 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56344 2025.12.18 05:29:45.659469 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63579 2025.12.18 05:29:45.659518 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.659526 [ 286 ] {} TCP-Session: 9c8108dc-c2c4-45de-80c0-ca78ed8155bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:45.659559 [ 287 ] {} TCP-Session: bfa093a5-93b6-47e2-9c15-a1f32b2a1540 Authenticating user 'default' from [fd00:1122:3344:101::e]:36650 2025.12.18 05:29:45.659491 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58523 2025.12.18 05:29:45.659598 [ 287 ] {} TCP-Session: bfa093a5-93b6-47e2-9c15-a1f32b2a1540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659485 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49740 2025.12.18 05:29:45.659431 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65149 2025.12.18 05:29:45.659671 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.659621 [ 287 ] {} TCP-Session: bfa093a5-93b6-47e2-9c15-a1f32b2a1540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659714 [ 291 ] {} TCP-Session: fa28d06a-a968-4d30-bf5a-e7cdca8cbdcb Authenticating user 'default' from [fd00:1122:3344:101::e]:56344 2025.12.18 05:29:45.659398 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59098 2025.12.18 05:29:45.659735 [ 291 ] {} TCP-Session: fa28d06a-a968-4d30-bf5a-e7cdca8cbdcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659752 [ 286 ] {e50317d2-c800-493d-af94-226dad302df3} executeQuery: (from [fd00:1122:3344:101::e]:49530) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.18 05:29:45.659775 [ 291 ] {} TCP-Session: fa28d06a-a968-4d30-bf5a-e7cdca8cbdcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659809 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.659839 [ 294 ] {} TCP-Session: 598bf9b7-847b-4bfa-a6c2-6b0512a6e28d Authenticating user 'default' from [fd00:1122:3344:101::e]:58523 2025.12.18 05:29:45.659854 [ 294 ] {} TCP-Session: 598bf9b7-847b-4bfa-a6c2-6b0512a6e28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659866 [ 294 ] {} TCP-Session: 598bf9b7-847b-4bfa-a6c2-6b0512a6e28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.659959 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.659970 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.659997 [ 293 ] {} TCP-Session: b25d771e-3dfe-4c77-bd78-e8ce9ad9b541 Authenticating user 'default' from [fd00:1122:3344:101::e]:49740 2025.12.18 05:29:45.660006 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.660022 [ 290 ] {} TCP-Session: 27126eb1-93ca-4f3f-a137-f3cbbc8415ec Authenticating user 'default' from [fd00:1122:3344:101::e]:65149 2025.12.18 05:29:45.660032 [ 293 ] {} TCP-Session: b25d771e-3dfe-4c77-bd78-e8ce9ad9b541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660053 [ 292 ] {} TCP-Session: 97f7b6cf-6fa1-4281-922a-8e4740b15673 Authenticating user 'default' from [fd00:1122:3344:101::e]:63579 2025.12.18 05:29:45.660066 [ 290 ] {} TCP-Session: 27126eb1-93ca-4f3f-a137-f3cbbc8415ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660076 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.660097 [ 292 ] {} TCP-Session: 97f7b6cf-6fa1-4281-922a-8e4740b15673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660109 [ 290 ] {} TCP-Session: 27126eb1-93ca-4f3f-a137-f3cbbc8415ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660137 [ 292 ] {} TCP-Session: 97f7b6cf-6fa1-4281-922a-8e4740b15673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660131 [ 289 ] {} TCP-Session: 20954d59-9973-47d4-94b2-304e2775969c Authenticating user 'default' from [fd00:1122:3344:101::e]:59154 2025.12.18 05:29:45.660167 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.660201 [ 289 ] {} TCP-Session: 20954d59-9973-47d4-94b2-304e2775969c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660100 [ 286 ] {e50317d2-c800-493d-af94-226dad302df3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.18 05:29:45.660225 [ 288 ] {} TCP-Session: 9eeb20fb-a384-4020-89ff-fcf87a5b78e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59098 2025.12.18 05:29:45.660232 [ 289 ] {} TCP-Session: 20954d59-9973-47d4-94b2-304e2775969c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660270 [ 288 ] {} TCP-Session: 9eeb20fb-a384-4020-89ff-fcf87a5b78e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660074 [ 293 ] {} TCP-Session: b25d771e-3dfe-4c77-bd78-e8ce9ad9b541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660294 [ 288 ] {} TCP-Session: 9eeb20fb-a384-4020-89ff-fcf87a5b78e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.660291 [ 286 ] {e50317d2-c800-493d-af94-226dad302df3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:45.660611 [ 286 ] {e50317d2-c800-493d-af94-226dad302df3} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309) (SelectExecutor): Key condition: unknown 2025.12.18 05:29:45.661765 [ 308 ] {e50317d2-c800-493d-af94-226dad302df3} AggregatingTransform: Aggregating 2025.12.18 05:29:45.661822 [ 308 ] {e50317d2-c800-493d-af94-226dad302df3} Aggregator: Aggregation method: without_key 2025.12.18 05:29:45.661861 [ 308 ] {e50317d2-c800-493d-af94-226dad302df3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001152656 sec. (867.562 rows/sec., 33.89 KiB/sec.) 2025.12.18 05:29:45.661881 [ 308 ] {e50317d2-c800-493d-af94-226dad302df3} Aggregator: Merging aggregated data 2025.12.18 05:29:45.663064 [ 286 ] {e50317d2-c800-493d-af94-226dad302df3} executeQuery: Read 1 rows, 40.00 B in 0.003391 sec., 294.8982601002654 rows/sec., 11.52 KiB/sec. 2025.12.18 05:29:45.663187 [ 286 ] {e50317d2-c800-493d-af94-226dad302df3} TCPHandler: Processed in 0.003800485 sec. 2025.12.18 05:29:45.663295 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663328 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663330 [ 286 ] {} TCP-Session: 9c8108dc-c2c4-45de-80c0-ca78ed8155bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663354 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663371 [ 294 ] {} TCP-Session: 598bf9b7-847b-4bfa-a6c2-6b0512a6e28d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663376 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663402 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663427 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663439 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663454 [ 291 ] {} TCP-Session: fa28d06a-a968-4d30-bf5a-e7cdca8cbdcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663481 [ 289 ] {} TCP-Session: 20954d59-9973-47d4-94b2-304e2775969c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663491 [ 293 ] {} TCP-Session: b25d771e-3dfe-4c77-bd78-e8ce9ad9b541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663452 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663387 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:45.663554 [ 292 ] {} TCP-Session: 97f7b6cf-6fa1-4281-922a-8e4740b15673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663442 [ 288 ] {} TCP-Session: 9eeb20fb-a384-4020-89ff-fcf87a5b78e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663579 [ 290 ] {} TCP-Session: 27126eb1-93ca-4f3f-a137-f3cbbc8415ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.663399 [ 287 ] {} TCP-Session: bfa093a5-93b6-47e2-9c15-a1f32b2a1540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.807375 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56116 2025.12.18 05:29:45.807491 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.807523 [ 286 ] {} TCP-Session: 87e21e29-8d9e-409e-9b27-f8b9fc674c7f Authenticating user 'default' from [fd00:1122:3344:101::e]:56116 2025.12.18 05:29:45.807551 [ 286 ] {} TCP-Session: 87e21e29-8d9e-409e-9b27-f8b9fc674c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.807567 [ 286 ] {} TCP-Session: 87e21e29-8d9e-409e-9b27-f8b9fc674c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.807794 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52106 2025.12.18 05:29:45.807820 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49447 2025.12.18 05:29:45.807840 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37755 2025.12.18 05:29:45.807830 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48572 2025.12.18 05:29:45.807908 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.807820 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37178 2025.12.18 05:29:45.807938 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.807968 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.807981 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.807996 [ 291 ] {} TCP-Session: a8512476-6ee7-40f0-9aab-953140863b2e Authenticating user 'default' from [fd00:1122:3344:101::e]:49447 2025.12.18 05:29:45.808008 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.808022 [ 292 ] {} TCP-Session: 11bccbc1-b5fa-4c8b-b79b-b1371f0e570d Authenticating user 'default' from [fd00:1122:3344:101::e]:48572 2025.12.18 05:29:45.808036 [ 291 ] {} TCP-Session: a8512476-6ee7-40f0-9aab-953140863b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808049 [ 289 ] {} TCP-Session: f2c47e4f-d493-46f0-aa52-35a960600d0b Authenticating user 'default' from [fd00:1122:3344:101::e]:37178 2025.12.18 05:29:45.808074 [ 291 ] {} TCP-Session: a8512476-6ee7-40f0-9aab-953140863b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808069 [ 292 ] {} TCP-Session: 11bccbc1-b5fa-4c8b-b79b-b1371f0e570d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808097 [ 289 ] {} TCP-Session: f2c47e4f-d493-46f0-aa52-35a960600d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808117 [ 292 ] {} TCP-Session: 11bccbc1-b5fa-4c8b-b79b-b1371f0e570d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808130 [ 289 ] {} TCP-Session: f2c47e4f-d493-46f0-aa52-35a960600d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808007 [ 293 ] {} TCP-Session: 984c56cf-2390-442c-8ae5-0440c3ab0fba Authenticating user 'default' from [fd00:1122:3344:101::e]:37755 2025.12.18 05:29:45.807809 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62338 2025.12.18 05:29:45.808173 [ 293 ] {} TCP-Session: 984c56cf-2390-442c-8ae5-0440c3ab0fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.807857 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36615 2025.12.18 05:29:45.808211 [ 293 ] {} TCP-Session: 984c56cf-2390-442c-8ae5-0440c3ab0fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808241 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.807955 [ 286 ] {} TCP-Session: 87e21e29-8d9e-409e-9b27-f8b9fc674c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:45.808278 [ 290 ] {} TCP-Session: 62e8c659-9bc3-489e-8d37-2ec7653c65e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62338 2025.12.18 05:29:45.808281 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.808301 [ 290 ] {} TCP-Session: 62e8c659-9bc3-489e-8d37-2ec7653c65e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808320 [ 294 ] {} TCP-Session: 9a1527ef-5a89-4a62-a5c1-ff7d439ecdfa Authenticating user 'default' from [fd00:1122:3344:101::e]:36615 2025.12.18 05:29:45.808331 [ 290 ] {} TCP-Session: 62e8c659-9bc3-489e-8d37-2ec7653c65e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808348 [ 294 ] {} TCP-Session: 9a1527ef-5a89-4a62-a5c1-ff7d439ecdfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.807953 [ 288 ] {} TCP-Session: dd3080f4-df82-4382-8a9c-d85ce51c9c5d Authenticating user 'default' from [fd00:1122:3344:101::e]:52106 2025.12.18 05:29:45.808380 [ 294 ] {} TCP-Session: 9a1527ef-5a89-4a62-a5c1-ff7d439ecdfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808400 [ 288 ] {} TCP-Session: dd3080f4-df82-4382-8a9c-d85ce51c9c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.807798 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38500 2025.12.18 05:29:45.808425 [ 288 ] {} TCP-Session: dd3080f4-df82-4382-8a9c-d85ce51c9c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808434 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} executeQuery: (from [fd00:1122:3344:101::e]:56116) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.18 05:29:45.808492 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.18 05:29:45.808522 [ 287 ] {} TCP-Session: 9719b67d-0de1-47ac-9ed1-959f7db1d0f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:38500 2025.12.18 05:29:45.808544 [ 287 ] {} TCP-Session: 9719b67d-0de1-47ac-9ed1-959f7db1d0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808556 [ 287 ] {} TCP-Session: 9719b67d-0de1-47ac-9ed1-959f7db1d0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:45.808719 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.18 05:29:45.808774 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.18 05:29:45.809044 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} oximeter.version (d776d1cd-b4ab-48a8-8ccb-9683e3a7a309) (SelectExecutor): Key condition: unknown 2025.12.18 05:29:45.809142 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} Aggregator: Compile expression max()(UInt64) 0 2025.12.18 05:29:46.000234 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.79 MiB, peak 193.85 MiB, free memory in arenas 0.00 B, will set to 197.89 MiB (RSS), difference: 14.10 MiB 2025.12.18 05:29:46.087127 [ 327 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} AggregatingTransform: Aggregating 2025.12.18 05:29:46.087198 [ 327 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} Aggregator: Aggregation method: without_key 2025.12.18 05:29:46.087241 [ 327 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000948014 sec. (1054.837 rows/sec., 41.20 KiB/sec.) 2025.12.18 05:29:46.087262 [ 327 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} Aggregator: Merging aggregated data 2025.12.18 05:29:46.088400 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} executeQuery: Read 1 rows, 40.00 B in 0.280019 sec., 3.571186240933651 rows/sec., 142.85 B/sec. 2025.12.18 05:29:46.088528 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.18 05:29:46.088549 [ 286 ] {8fed1a16-8843-4f31-95ed-852786ff8a53} TCPHandler: Processed in 0.280742554 sec. 2025.12.18 05:29:46.088665 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088700 [ 286 ] {} TCP-Session: 87e21e29-8d9e-409e-9b27-f8b9fc674c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088722 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088756 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088784 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088805 [ 287 ] {} TCP-Session: 9719b67d-0de1-47ac-9ed1-959f7db1d0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088811 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088859 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088844 [ 292 ] {} TCP-Session: 11bccbc1-b5fa-4c8b-b79b-b1371f0e570d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088903 [ 289 ] {} TCP-Session: f2c47e4f-d493-46f0-aa52-35a960600d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088912 [ 294 ] {} TCP-Session: 9a1527ef-5a89-4a62-a5c1-ff7d439ecdfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088843 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088841 [ 288 ] {} TCP-Session: dd3080f4-df82-4382-8a9c-d85ce51c9c5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088824 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.088997 [ 290 ] {} TCP-Session: 62e8c659-9bc3-489e-8d37-2ec7653c65e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.088781 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:46.089037 [ 293 ] {} TCP-Session: 984c56cf-2390-442c-8ae5-0440c3ab0fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:46.089080 [ 291 ] {} TCP-Session: a8512476-6ee7-40f0-9aab-953140863b2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:47.000225 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 199.27 MiB, peak 209.39 MiB, free memory in arenas 0.00 B, will set to 204.22 MiB (RSS), difference: 4.95 MiB 2025.12.18 05:29:48.314974 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.315154 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.315219 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.18 05:29:48.316016 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.316065 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.316494 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:48.316719 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.316879 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} executeQuery: Read 410 rows, 26.63 KiB in 0.001776 sec., 230855.85585585586 rows/sec., 14.64 MiB/sec. 2025.12.18 05:29:48.316923 [ 4 ] {dbe85a6d-806c-4459-90f8-8bcac62874da} TCPHandler: Processed in 0.00208017 sec. 2025.12.18 05:29:48.317059 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.317152 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:48.317193 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:48.318242 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.318278 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.318664 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:29:48.318870 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.318991 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} executeQuery: Read 1112 rows, 89.84 KiB in 0.001858 sec., 598493.0032292787 rows/sec., 47.22 MiB/sec. 2025.12.18 05:29:48.319028 [ 4 ] {115b08ad-fb64-4156-9479-1c0e3a47ec79} TCPHandler: Processed in 0.002015589 sec. 2025.12.18 05:29:48.319139 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.319231 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.319270 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:48.319743 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.319779 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.320092 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.18 05:29:48.320306 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.320436 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} executeQuery: Read 205 rows, 12.32 KiB in 0.001223 sec., 167620.60506950124 rows/sec., 9.83 MiB/sec. 2025.12.18 05:29:48.320474 [ 4 ] {54f9dcb1-af88-4143-9c42-14047879bbd9} TCPHandler: Processed in 0.00138097 sec. 2025.12.18 05:29:48.320574 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.320665 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.320703 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.18 05:29:48.321170 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.321206 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.321497 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:48.321705 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.321836 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} executeQuery: Read 212 rows, 14.00 KiB in 0.001189 sec., 178301.09335576114 rows/sec., 11.50 MiB/sec. 2025.12.18 05:29:48.321873 [ 4 ] {3bcdcdcd-532a-4921-9867-c2f2c7580afc} TCPHandler: Processed in 0.001344529 sec. 2025.12.18 05:29:48.321970 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.322060 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.322098 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.18 05:29:48.322560 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.322596 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.322882 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:48.323088 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.323219 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} executeQuery: Read 211 rows, 12.27 KiB in 0.001177 sec., 179269.32880203906 rows/sec., 10.18 MiB/sec. 2025.12.18 05:29:48.323256 [ 4 ] {be3f6927-a2d9-4050-8fe9-e4bfd232aa65} TCPHandler: Processed in 0.001331839 sec. 2025.12.18 05:29:48.323362 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.323453 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:48.323492 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:48.324144 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.324179 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.324517 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:29:48.324733 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.324855 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} executeQuery: Read 679 rows, 48.47 KiB in 0.001419 sec., 478505.99013389717 rows/sec., 33.36 MiB/sec. 2025.12.18 05:29:48.324891 [ 4 ] {1296fb48-1ca5-4568-b0d5-ca5963f1dab2} TCPHandler: Processed in 0.001575882 sec. 2025.12.18 05:29:48.324998 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.325089 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.18 05:29:48.325129 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.18 05:29:48.325450 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.325486 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.325773 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:48.325968 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.326096 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} executeQuery: Read 6 rows, 321.00 B in 0.001025 sec., 5853.658536585365 rows/sec., 305.83 KiB/sec. 2025.12.18 05:29:48.326132 [ 4 ] {4204f235-20c8-4c69-8643-15dc1acd0a96} TCPHandler: Processed in 0.001179807 sec. 2025.12.18 05:29:48.326235 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.326324 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.326365 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:48.326809 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.326845 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.327195 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:29:48.327401 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.327534 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} executeQuery: Read 314 rows, 21.12 KiB in 0.001228 sec., 255700.32573289904 rows/sec., 16.80 MiB/sec. 2025.12.18 05:29:48.327571 [ 4 ] {b64627ce-053f-4404-af6a-62d4a14a2391} TCPHandler: Processed in 0.0013814 sec. 2025.12.18 05:29:48.327687 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.327777 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.327817 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.18 05:29:48.328122 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.328158 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.328451 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:48.328659 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.328789 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2025.12.18 05:29:48.328824 [ 4 ] {01b7ba0a-40f1-4e01-8c06-98f4e997bdbc} TCPHandler: Processed in 0.001183947 sec. 2025.12.18 05:29:48.328921 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:48.329011 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} executeQuery: (from [fd00:1122:3344:101::d]:54020) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:48.329051 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:48.329376 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:48.329411 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:48.329715 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:29:48.329918 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:48.330047 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} executeQuery: Read 104 rows, 6.53 KiB in 0.001054 sec., 98671.72675521822 rows/sec., 6.05 MiB/sec. 2025.12.18 05:29:48.330082 [ 4 ] {964d0f9c-583b-4907-8dda-8c0f4a415548} TCPHandler: Processed in 0.001207127 sec. 2025.12.18 05:29:52.506152 [ 45 ] {} DNSResolver: Updating DNS cache 2025.12.18 05:29:52.506223 [ 45 ] {} DNSResolver: Updated DNS cache 2025.12.18 05:29:52.573144 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3862 2025.12.18 05:29:52.573889 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:52.573939 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:52.574433 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:52.574664 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:52.574791 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3862 2025.12.18 05:29:52.577674 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 320 2025.12.18 05:29:52.580017 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:52.580064 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:52.581213 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:52.581491 [ 243 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:52.581640 [ 45 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:52.581712 [ 45 ] {} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:52.581734 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 320 2025.12.18 05:29:52.581746 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:52.581934 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:52.582895 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:52.583082 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.12.18 05:29:52.583471 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.12.18 05:29:52.583828 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2025.12.18 05:29:52.584178 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part 2025.12.18 05:29:52.584546 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part 2025.12.18 05:29:52.584908 [ 190 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part 2025.12.18 05:29:52.590889 [ 191 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 72 columns (72 merged, 0 gathered) in 0.00903573 sec., 35414.95817161424 rows/sec., 36.42 MiB/sec. 2025.12.18 05:29:52.591913 [ 201 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:52.592499 [ 201 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} system.query_log (2703a6a6-7682-456d-acc7-869108536e67): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:52.592571 [ 201 ] {2703a6a6-7682-456d-acc7-869108536e67::all_1_6_1} system.query_log (2703a6a6-7682-456d-acc7-869108536e67) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:52.592795 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. 2025.12.18 05:29:52.786991 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.18 05:29:52.804478 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:52.804534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:52.810690 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:52.811374 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:52.814387 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.18 05:29:52.962299 [ 4 ] {} TCPHandler: Done processing connection. 2025.12.18 05:29:52.962367 [ 4 ] {} TCP-Session: 0edd5093-95f4-413d-ac83-a6a4045538d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.18 05:29:53.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 203.01 MiB, peak 209.39 MiB, free memory in arenas 0.00 B, will set to 207.98 MiB (RSS), difference: 4.97 MiB 2025.12.18 05:29:53.306040 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:53.306222 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:53.306287 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:53.307054 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:53.307097 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:53.307488 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.18 05:29:53.307711 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:53.307871 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} executeQuery: Read 130 rows, 11.48 KiB in 0.001698 sec., 76560.65959952885 rows/sec., 6.60 MiB/sec. 2025.12.18 05:29:53.307915 [ 6 ] {e02c7889-a153-4bd8-aa27-38b4cda73215} TCPHandler: Processed in 0.001997628 sec. 2025.12.18 05:29:53.308054 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:53.308153 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:53.308195 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:53.308662 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:53.308698 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:53.308989 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.18 05:29:53.309197 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:53.309328 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} executeQuery: Read 37 rows, 2.78 KiB in 0.001199 sec., 30859.049207673062 rows/sec., 2.27 MiB/sec. 2025.12.18 05:29:53.309364 [ 6 ] {50b5fd5c-bf47-4447-98ea-42b5ec2f98c6} TCPHandler: Processed in 0.001359539 sec. 2025.12.18 05:29:53.309481 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:53.309572 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:53.309611 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:53.310046 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:53.310080 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:53.310373 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.18 05:29:53.310587 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:53.310716 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} executeQuery: Read 101 rows, 8.08 KiB in 0.001163 sec., 86844.36801375753 rows/sec., 6.78 MiB/sec. 2025.12.18 05:29:53.310753 [ 6 ] {536f7b01-c991-44c1-93ed-ef6ee6429385} TCPHandler: Processed in 0.001318219 sec. 2025.12.18 05:29:53.310868 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:53.310959 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:53.311000 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:53.311424 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:53.311459 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:53.311778 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.18 05:29:53.311982 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:53.312113 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.12.18 05:29:53.312148 [ 6 ] {8e7b8b4a-b3a4-4ff4-a9e3-bfcef224f8e0} TCPHandler: Processed in 0.001325689 sec. 2025.12.18 05:29:53.312255 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:53.312345 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:53.312405 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.18 05:29:53.313284 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:53.313320 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:53.313863 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:53.314085 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:53.314225 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} executeQuery: Read 37 rows, 67.89 KiB in 0.001897 sec., 19504.480759093305 rows/sec., 34.95 MiB/sec. 2025.12.18 05:29:53.314272 [ 6 ] {33dee2a8-7d5c-4848-a2fb-03b922cc5a74} TCPHandler: Processed in 0.00206372 sec. 2025.12.18 05:29:53.314382 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:53.314474 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:53.314513 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:53.314833 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:53.314869 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:53.315169 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.18 05:29:53.315382 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:53.315504 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.12.18 05:29:53.315537 [ 6 ] {371df4d0-c05d-428e-9394-46bf0a421a32} TCPHandler: Processed in 0.001201777 sec. 2025.12.18 05:29:58.316563 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.316779 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.316855 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.18 05:29:58.317753 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.317804 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.318228 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:58.318453 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} oximeter.fields_i16 (3d378c66-3051-44ac-953e-e77dda54bebd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.318603 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} executeQuery: Read 410 rows, 26.63 KiB in 0.001878 sec., 218317.3588924388 rows/sec., 13.85 MiB/sec. 2025.12.18 05:29:58.318646 [ 6 ] {b4322674-7bd0-4a80-b09b-7792d5047ebe} TCPHandler: Processed in 0.002225192 sec. 2025.12.18 05:29:58.318783 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.318878 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.18 05:29:58.318921 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.18 05:29:58.319322 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.319359 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.319653 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:58.319864 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} oximeter.fields_ipaddr (a0f3fe90-7300-48b0-88bd-7a5699aa1f56): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.319988 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} executeQuery: Read 4 rows, 334.00 B in 0.001128 sec., 3546.0992907801415 rows/sec., 289.16 KiB/sec. 2025.12.18 05:29:58.320026 [ 6 ] {c562610f-4033-49a1-b9e9-757492bbfca0} TCPHandler: Processed in 0.001291599 sec. 2025.12.18 05:29:58.320141 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.320234 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.18 05:29:58.320273 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.18 05:29:58.321252 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.321293 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.321720 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.18 05:29:58.321935 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.322053 [ 38 ] {} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.18 05:29:58.322072 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} executeQuery: Read 1120 rows, 90.57 KiB in 0.001856 sec., 603448.275862069 rows/sec., 47.66 MiB/sec. 2025.12.18 05:29:58.322123 [ 38 ] {} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.322130 [ 6 ] {292632b7-4e2f-413c-b980-22380f8e1f5e} TCPHandler: Processed in 0.002037189 sec. 2025.12.18 05:29:58.322151 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.322255 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.18 05:29:58.322258 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.322372 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:58.322405 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.322410 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1171 rows starting from the beginning of the part 2025.12.18 05:29:58.322454 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.18 05:29:58.322490 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1272 rows starting from the beginning of the part 2025.12.18 05:29:58.322537 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.12.18 05:29:58.322575 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1112 rows starting from the beginning of the part 2025.12.18 05:29:58.322646 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 130 rows starting from the beginning of the part 2025.12.18 05:29:58.322685 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1120 rows starting from the beginning of the part 2025.12.18 05:29:58.322937 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.322980 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.323316 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:29:58.323583 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} oximeter.fields_u16 (8ff4adaa-69a6-44e8-b669-a45cefa3d149): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.323728 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} executeQuery: Read 212 rows, 12.82 KiB in 0.001341 sec., 158090.9768829232 rows/sec., 9.34 MiB/sec. 2025.12.18 05:29:58.323765 [ 6 ] {90e601ec-1a1f-4058-99e2-1690a891d88d} TCPHandler: Processed in 0.001556152 sec. 2025.12.18 05:29:58.323877 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.323971 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.324011 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.18 05:29:58.324479 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.324516 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.324836 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.18 05:29:58.325062 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} oximeter.fields_u32 (b60f2c8f-275a-4f44-83cd-c34a85578a4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.325197 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} executeQuery: Read 212 rows, 14.00 KiB in 0.001244 sec., 170418.00643086815 rows/sec., 10.99 MiB/sec. 2025.12.18 05:29:58.325235 [ 6 ] {c309a50e-b173-49d0-8a94-5770d2bca58d} TCPHandler: Processed in 0.001406541 sec. 2025.12.18 05:29:58.325344 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.325437 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.325477 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.18 05:29:58.325935 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.325971 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.326274 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:58.326482 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} oximeter.fields_u8 (bfc100c9-8a49-4cd8-b0f3-f0a46788d483): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.326614 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} executeQuery: Read 211 rows, 12.27 KiB in 0.001196 sec., 176421.40468227424 rows/sec., 10.02 MiB/sec. 2025.12.18 05:29:58.326653 [ 6 ] {5f8e546b-eefc-4157-bf66-2a3f57fb2b40} TCPHandler: Processed in 0.0013591 sec. 2025.12.18 05:29:58.326770 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.326863 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.18 05:29:58.326904 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.18 05:29:58.327555 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.327592 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.327954 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.18 05:29:58.328166 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.328291 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} executeQuery: Read 689 rows, 49.28 KiB in 0.001445 sec., 476816.6089965398 rows/sec., 33.30 MiB/sec. 2025.12.18 05:29:58.328303 [ 36 ] {} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.18 05:29:58.328328 [ 6 ] {db345685-727d-4211-b6c7-9ed4350413ba} TCPHandler: Processed in 0.001613903 sec. 2025.12.18 05:29:58.328369 [ 36 ] {} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.328394 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.328459 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.328525 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.18 05:29:58.328562 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.18 05:29:58.328613 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.18 05:29:58.328686 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:58.328730 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 732 rows starting from the beginning of the part 2025.12.18 05:29:58.328829 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 561 rows starting from the beginning of the part 2025.12.18 05:29:58.328887 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.12.18 05:29:58.328952 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.328983 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 679 rows starting from the beginning of the part 2025.12.18 05:29:58.328996 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.18 05:29:58.329046 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 101 rows starting from the beginning of the part 2025.12.18 05:29:58.329093 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 689 rows starting from the beginning of the part 2025.12.18 05:29:58.329345 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:58.329355 [ 190 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4861 rows, containing 5 columns (5 merged, 0 gathered) in 0.007142793 sec., 680546.1113040795 rows/sec., 57.25 MiB/sec. 2025.12.18 05:29:58.329586 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} oximeter.measurements_bool (3f2e5c6b-19b3-4ad7-8f08-e0c663cd21ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.329734 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} executeQuery: Read 6 rows, 321.00 B in 0.001191 sec., 5037.783375314862 rows/sec., 263.20 KiB/sec. 2025.12.18 05:29:58.329773 [ 6 ] {a5e46915-8d1a-447e-bccb-4a5774dfe463} TCPHandler: Processed in 0.00136403 sec. 2025.12.18 05:29:58.329772 [ 200 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.18 05:29:58.329886 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.329985 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.330030 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.18 05:29:58.330129 [ 200 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.330217 [ 200 ] {f3c77303-0695-4cb0-80e9-ba50ab0ed8f9::all_1_11_2} oximeter.fields_string (f3c77303-0695-4cb0-80e9-ba50ab0ed8f9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.18 05:29:58.330311 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.12.18 05:29:58.330457 [ 191 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2826 rows, containing 5 columns (5 merged, 0 gathered) in 0.002004289 sec., 1409976.3058121859 rows/sec., 105.93 MiB/sec. 2025.12.18 05:29:58.330469 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.330522 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.330674 [ 200 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.18 05:29:58.330914 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.18 05:29:58.330954 [ 200 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.331036 [ 200 ] {ee4c4123-2abf-4acc-9468-913463ce9410::all_1_11_2} oximeter.fields_uuid (ee4c4123-2abf-4acc-9468-913463ce9410) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.18 05:29:58.331108 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.12.18 05:29:58.331168 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.331279 [ 36 ] {} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.18 05:29:58.331308 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} executeQuery: Read 316 rows, 21.26 KiB in 0.001341 sec., 235645.04101416853 rows/sec., 15.48 MiB/sec. 2025.12.18 05:29:58.331310 [ 36 ] {} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.331349 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.331353 [ 6 ] {729f2a2c-a912-4aba-91bc-8dbb31ed19c8} TCPHandler: Processed in 0.001515812 sec. 2025.12.18 05:29:58.331425 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.18 05:29:58.331475 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.331517 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:58.331547 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1243 rows starting from the beginning of the part 2025.12.18 05:29:58.331573 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.331592 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2416 rows starting from the beginning of the part 2025.12.18 05:29:58.331620 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.18 05:29:58.331634 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2025.12.18 05:29:58.331673 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 314 rows starting from the beginning of the part 2025.12.18 05:29:58.331708 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.12.18 05:29:58.331742 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 316 rows starting from the beginning of the part 2025.12.18 05:29:58.331937 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.331978 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.332281 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.18 05:29:58.332519 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} oximeter.measurements_f64 (3f8daa95-c4ad-455c-b94b-dc8f53553ecd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.332660 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2025.12.18 05:29:58.332697 [ 6 ] {b2fd01a0-9a12-4a6c-a418-82f852aea7a8} TCPHandler: Processed in 0.001270898 sec. 2025.12.18 05:29:58.332812 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.332928 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.332993 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.18 05:29:58.333603 [ 191 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4577 rows, containing 5 columns (5 merged, 0 gathered) in 0.002207732 sec., 2073168.3012249675 rows/sec., 138.95 MiB/sec. 2025.12.18 05:29:58.333860 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.333910 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.18 05:29:58.333912 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.334184 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.334267 [ 190 ] {86277fea-9287-4df5-b91d-080ac610dfbf::all_1_11_2} oximeter.measurements_cumulativeu64 (86277fea-9287-4df5-b91d-080ac610dfbf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.18 05:29:58.334337 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.12.18 05:29:58.334480 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.18 05:29:58.334712 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.334816 [ 36 ] {} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.18 05:29:58.334850 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} executeQuery: Read 3 rows, 5.50 KiB in 0.001944 sec., 1543.20987654321 rows/sec., 2.77 MiB/sec. 2025.12.18 05:29:58.334851 [ 36 ] {} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.334893 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.334910 [ 6 ] {579d8d8a-4c91-481d-867e-099c0f15db82} TCPHandler: Processed in 0.002156541 sec. 2025.12.18 05:29:58.334980 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.18 05:29:58.335028 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.335127 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.335170 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.18 05:29:58.335176 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:58.335234 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 7 rows starting from the beginning of the part 2025.12.18 05:29:58.335372 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part 2025.12.18 05:29:58.335493 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part 2025.12.18 05:29:58.335496 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.335545 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.335596 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 37 rows starting from the beginning of the part 2025.12.18 05:29:58.335701 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2025.12.18 05:29:58.335797 [ 191 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part 2025.12.18 05:29:58.335867 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.18 05:29:58.336103 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} oximeter.measurements_i64 (05440386-7149-423c-b560-efc76921e563): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.336238 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} executeQuery: Read 3 rows, 217.00 B in 0.001129 sec., 2657.218777679362 rows/sec., 187.70 KiB/sec. 2025.12.18 05:29:58.336277 [ 6 ] {5b7e14b3-6332-499e-b87c-659e8b1cf32a} TCPHandler: Processed in 0.001297718 sec. 2025.12.18 05:29:58.336387 [ 6 ] {} TCP-Session: fa0c32a0-9e11-4f41-a5e5-1d9f4e2b13db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.18 05:29:58.336484 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} executeQuery: (from [fd00:1122:3344:101::d]:58923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.18 05:29:58.336528 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.18 05:29:58.336865 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.336902 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.337237 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.18 05:29:58.337450 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.337549 [ 36 ] {} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.18 05:29:58.337578 [ 36 ] {} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:29:58.337590 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} executeQuery: Read 104 rows, 6.53 KiB in 0.001129 sec., 92116.9176262179 rows/sec., 5.64 MiB/sec. 2025.12.18 05:29:58.337595 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.12.18 05:29:58.337634 [ 6 ] {4283e4f8-0a51-47c6-a835-8f5a5e5b55d2} TCPHandler: Processed in 0.001295739 sec. 2025.12.18 05:29:58.337691 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.18 05:29:58.337770 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.18 05:29:58.337794 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 418 rows starting from the beginning of the part 2025.12.18 05:29:58.337835 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.12.18 05:29:58.337868 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2025.12.18 05:29:58.337898 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part 2025.12.18 05:29:58.337930 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.12.18 05:29:58.337960 [ 190 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part 2025.12.18 05:29:58.337989 [ 196 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 19 columns (19 merged, 0 gathered) in 0.003038234 sec., 44762.84578475523 rows/sec., 80.21 MiB/sec. 2025.12.18 05:29:58.338323 [ 195 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.18 05:29:58.338667 [ 191 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 4 columns (4 merged, 0 gathered) in 0.001006235 sec., 741377.5112175585 rows/sec., 47.61 MiB/sec. 2025.12.18 05:29:58.338670 [ 190 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.338780 [ 190 ] {65851c6f-5f1f-4724-9957-d7eaf9d45593::all_1_6_1} oximeter.measurements_histogramu64 (65851c6f-5f1f-4724-9957-d7eaf9d45593) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.18 05:29:58.338902 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2025.12.18 05:29:58.338910 [ 188 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.18 05:29:58.339211 [ 188 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:29:58.339278 [ 188 ] {e5b01984-0812-422b-a9bb-9cc8f9f3b73b::all_1_11_2} oximeter.measurements_u64 (e5b01984-0812-422b-a9bb-9cc8f9f3b73b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.18 05:29:58.339348 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.18 05:30:00.074911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4374 2025.12.18 05:30:00.075482 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:30:00.075534 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.18 05:30:00.076092 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:30:00.076332 [ 245 ] {} system.asynchronous_metric_log (0041e4c3-63f6-40e2-84ff-1a3752013133): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:30:00.076463 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4374 2025.12.18 05:30:00.314503 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.18 05:30:00.330282 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.18 05:30:00.330344 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.18 05:30:00.336109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.18 05:30:00.336806 [ 244 ] {} system.metric_log (fc9d9fa3-91fb-42e5-8929-16d5bf8f7109): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.18 05:30:00.339826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68