[ Dec 16 09:14:12 Enabled. ] [ Dec 16 09:14:12 Rereading configuration. ] [ Dec 16 09:14:13 Rereading configuration. ] [ Dec 16 09:14:17 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 16 09:14:17 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.16 09:14:19.901216 [ 1 ] {} Application: Will watch for the process with pid 26029 2025.12.16 09:14:19.901597 [ 1 ] {} Application: Forked a child process to watch 2025.12.16 09:14:20.216546 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 26029 2025.12.16 09:14:20.218864 [ 1 ] {} Application: starting up 2025.12.16 09:14:20.219050 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.16 09:14:20.354484 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.16 09:14:20.436644 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.16 09:14:20.436696 [ 1 ] {} Application: Initializing DateLUT. 2025.12.16 09:14:20.436713 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.16 09:14:20.436765 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.16 09:14:20.437131 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.16 09:14:20.440781 [ 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.16 09:14:20.441559 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.16 09:14:20.442367 [ 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.16 09:14:20.442389 [ 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.16 09:14:20.442402 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.16 09:14:20.443096 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.16 09:14:20.444327 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.16 09:14:20.450016 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.16 09:14:20.450727 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.16 09:14:20.452004 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.16 09:14:20.452068 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.16 09:14:20.453060 [ 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.16 09:14:20.453436 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.16 09:14:20.458775 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.16 09:14:20.459026 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.16 09:14:20.463253 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.16 09:14:20.463648 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.16 09:14:20.463990 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.16 09:14:20.464364 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.16 09:14:20.465749 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.16 09:14:20.465773 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.16 09:14:20.465846 [ 173 ] {} DNSResolver: Updating DNS cache 2025.12.16 09:14:20.465910 [ 173 ] {} DNSResolver: Updated DNS cache 2025.12.16 09:14:20.485436 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.16 09:14:20.485461 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168392 sec 2025.12.16 09:14:20.485482 [ 1 ] {} ReferentialDeps: No tables 2025.12.16 09:14:20.485497 [ 1 ] {} LoadingDeps: No tables 2025.12.16 09:14:20.486138 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.16 09:14:20.486690 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.16 09:14:20.504817 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.16 09:14:20.504861 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.16 09:14:20.504881 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.16 09:14:20.504893 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.16 09:14:20.504925 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.16 09:14:20.504944 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.16 09:14:20.507007 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.16 09:14:20.507050 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.16 09:14:20.507068 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.16 09:14:20.507204 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.16 09:14:20.507244 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.16 09:14:20.507256 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.16 09:14:20.507274 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.16 09:14:20.507285 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.16 09:14:20.507313 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.16 09:14:20.507330 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.16 09:14:20.534000 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.16 09:14:20.535777 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.16 09:14:20.535804 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4881e-05 sec 2025.12.16 09:14:20.535817 [ 1 ] {} ReferentialDeps: No tables 2025.12.16 09:14:20.535828 [ 1 ] {} LoadingDeps: No tables 2025.12.16 09:14:20.535851 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.16 09:14:20.536033 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.16 09:14:20.536074 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.16 09:14:20.536086 [ 1 ] {} Application: Loaded metadata. 2025.12.16 09:14:20.536096 [ 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.16 09:14:20.536106 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.16 09:14:20.571527 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.16 09:14:20.571710 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2025.12.16 09:14:20.572964 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.272e-05 sec. 2025.12.16 09:14:20.573267 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.16 09:14:20.574495 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.16 09:14:20.574517 [ 1 ] {} Application: Ready for connections. 2025.12.16 09:14:21.001159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.80 MiB, peak 116.80 MiB, free memory in arenas 0.00 B, will set to 118.32 MiB (RSS), difference: 1.52 MiB 2025.12.16 09:14:21.319504 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61491 2025.12.16 09:14:21.320278 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.320333 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61491 2025.12.16 09:14:21.320369 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.320381 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.320471 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 09:14:21.320501 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 09:14:21.320517 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 09:14:21.321070 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39947 2025.12.16 09:14:21.321070 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42554 2025.12.16 09:14:21.321302 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.321352 [ 5 ] {} TCP-Session: e14dc574-4bfc-4bac-819c-cbfd1d74ef66 Authenticating user 'default' from [fd00:1122:3344:101::d]:39947 2025.12.16 09:14:21.321373 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.321376 [ 5 ] {} TCP-Session: e14dc574-4bfc-4bac-819c-cbfd1d74ef66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.321409 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64075 2025.12.16 09:14:21.321424 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54058 2025.12.16 09:14:21.321421 [ 4 ] {} TCP-Session: afbb85da-e0f6-46b8-a6a0-d32f70836eea Authenticating user 'default' from [fd00:1122:3344:101::d]:42554 2025.12.16 09:14:21.321418 [ 5 ] {} TCP-Session: e14dc574-4bfc-4bac-819c-cbfd1d74ef66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.321526 [ 4 ] {} TCP-Session: afbb85da-e0f6-46b8-a6a0-d32f70836eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.321547 [ 4 ] {} TCP-Session: afbb85da-e0f6-46b8-a6a0-d32f70836eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.322180 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54822 2025.12.16 09:14:21.322195 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.322232 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.322186 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64692 2025.12.16 09:14:21.322268 [ 255 ] {} TCP-Session: 29471978-ca18-4a84-a64a-fc166eb1c172 Authenticating user 'default' from [fd00:1122:3344:101::d]:64075 2025.12.16 09:14:21.322280 [ 254 ] {} TCP-Session: 7b7fb280-a904-4daf-93e0-6a015d6c52dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54058 2025.12.16 09:14:21.322335 [ 255 ] {} TCP-Session: 29471978-ca18-4a84-a64a-fc166eb1c172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.322346 [ 254 ] {} TCP-Session: 7b7fb280-a904-4daf-93e0-6a015d6c52dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.322363 [ 255 ] {} TCP-Session: 29471978-ca18-4a84-a64a-fc166eb1c172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.322387 [ 254 ] {} TCP-Session: 7b7fb280-a904-4daf-93e0-6a015d6c52dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.322309 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62653 2025.12.16 09:14:21.322962 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55228 2025.12.16 09:14:21.322969 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.323021 [ 257 ] {} TCP-Session: 311bfe7e-2ffa-4ccd-bca8-df532f18de4a Authenticating user 'default' from [fd00:1122:3344:101::d]:54822 2025.12.16 09:14:21.323049 [ 257 ] {} TCP-Session: 311bfe7e-2ffa-4ccd-bca8-df532f18de4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323066 [ 257 ] {} TCP-Session: 311bfe7e-2ffa-4ccd-bca8-df532f18de4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323608 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.323627 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.323688 [ 259 ] {} TCP-Session: 3017a10a-729f-43d8-91a2-f0f897308a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:55228 2025.12.16 09:14:21.323697 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.323719 [ 258 ] {} TCP-Session: 0d4b6d85-a4e6-47a5-b703-4b6ff4c78592 Authenticating user 'default' from [fd00:1122:3344:101::d]:62653 2025.12.16 09:14:21.323730 [ 259 ] {} TCP-Session: 3017a10a-729f-43d8-91a2-f0f897308a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323754 [ 258 ] {} TCP-Session: 0d4b6d85-a4e6-47a5-b703-4b6ff4c78592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323762 [ 259 ] {} TCP-Session: 3017a10a-729f-43d8-91a2-f0f897308a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323775 [ 258 ] {} TCP-Session: 0d4b6d85-a4e6-47a5-b703-4b6ff4c78592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323677 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:21.323865 [ 256 ] {} TCP-Session: ef9efa69-d611-478d-a72f-2ab7fa1d1da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64692 2025.12.16 09:14:21.323901 [ 256 ] {} TCP-Session: ef9efa69-d611-478d-a72f-2ab7fa1d1da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.323915 [ 256 ] {} TCP-Session: ef9efa69-d611-478d-a72f-2ab7fa1d1da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:21.326322 [ 3 ] {6c20a6d2-3cda-4db3-aaf0-015ce75b9032} executeQuery: (from [fd00:1122:3344:101::d]:61491) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 09:14:21.434387 [ 3 ] {6c20a6d2-3cda-4db3-aaf0-015ce75b9032} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61491) (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.16 09:14:21.435225 [ 3 ] {6c20a6d2-3cda-4db3-aaf0-015ce75b9032} 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.16 09:14:21.435326 [ 3 ] {6c20a6d2-3cda-4db3-aaf0-015ce75b9032} TCPHandler: Processed in 0.11404947 sec. 2025.12.16 09:14:21.435734 [ 256 ] {} TCP-Session: ef9efa69-d611-478d-a72f-2ab7fa1d1da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.435992 [ 256 ] {64463f44-09b1-46a1-b0eb-b20e3cbeb3a4} executeQuery: (from [fd00:1122:3344:101::d]:64692) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 09:14:21.436411 [ 256 ] {64463f44-09b1-46a1-b0eb-b20e3cbeb3a4} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64692) (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.16 09:14:21.436541 [ 256 ] {64463f44-09b1-46a1-b0eb-b20e3cbeb3a4} 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.16 09:14:21.436613 [ 256 ] {64463f44-09b1-46a1-b0eb-b20e3cbeb3a4} TCPHandler: Processed in 0.001046775 sec. 2025.12.16 09:14:21.436980 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.437944 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} executeQuery: (from [fd00:1122:3344:101::d]:61491) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.16 09:14:21.438927 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.16 09:14:21.440439 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.16 09:14:21.440461 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8111e-05 sec 2025.12.16 09:14:21.440487 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} ReferentialDeps: No tables 2025.12.16 09:14:21.440503 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} LoadingDeps: No tables 2025.12.16 09:14:21.440527 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} DatabaseAtomic (oximeter): Starting up tables. 2025.12.16 09:14:21.441176 [ 3 ] {f2bc04f6-4a4d-42dc-a1f8-1059e7d95dbf} TCPHandler: Processed in 0.004324673 sec. 2025.12.16 09:14:21.441341 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.441489 [ 3 ] {1da234a4-7746-4359-95f9-53d7b672da59} executeQuery: (from [fd00:1122:3344:101::d]:61491) /* 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.16 09:14:21.441556 [ 3 ] {1da234a4-7746-4359-95f9-53d7b672da59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.16 09:14:21.446384 [ 3 ] {1da234a4-7746-4359-95f9-53d7b672da59} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.16 09:14:21.449695 [ 3 ] {1da234a4-7746-4359-95f9-53d7b672da59} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2): Loading data parts 2025.12.16 09:14:21.452121 [ 3 ] {1da234a4-7746-4359-95f9-53d7b672da59} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2): There are no data parts 2025.12.16 09:14:21.455332 [ 3 ] {1da234a4-7746-4359-95f9-53d7b672da59} TCPHandler: Processed in 0.014046693 sec. 2025.12.16 09:14:21.455512 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.455762 [ 3 ] {699420aa-ecb3-4f93-98b2-bf904d5f2a82} executeQuery: (from [fd00:1122:3344:101::d]:61491) /* 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.16 09:14:21.455880 [ 3 ] {699420aa-ecb3-4f93-98b2-bf904d5f2a82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.16 09:14:21.470097 [ 3 ] {699420aa-ecb3-4f93-98b2-bf904d5f2a82} oximeter.measurements_bool (9a0e7b22-126c-4962-bc53-c7dbdd946fe5): Loading data parts 2025.12.16 09:14:21.470295 [ 3 ] {699420aa-ecb3-4f93-98b2-bf904d5f2a82} oximeter.measurements_bool (9a0e7b22-126c-4962-bc53-c7dbdd946fe5): There are no data parts 2025.12.16 09:14:21.471950 [ 3 ] {699420aa-ecb3-4f93-98b2-bf904d5f2a82} TCPHandler: Processed in 0.016479617 sec. 2025.12.16 09:14:21.472175 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.472341 [ 3 ] {f4c60300-9482-4cac-ba7a-e7378f8b78b2} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.472446 [ 3 ] {f4c60300-9482-4cac-ba7a-e7378f8b78b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.16 09:14:21.476399 [ 3 ] {f4c60300-9482-4cac-ba7a-e7378f8b78b2} oximeter.measurements_i8 (ab3e4308-714b-4ac0-a42a-e5750afec764): Loading data parts 2025.12.16 09:14:21.476618 [ 3 ] {f4c60300-9482-4cac-ba7a-e7378f8b78b2} oximeter.measurements_i8 (ab3e4308-714b-4ac0-a42a-e5750afec764): There are no data parts 2025.12.16 09:14:21.478369 [ 3 ] {f4c60300-9482-4cac-ba7a-e7378f8b78b2} TCPHandler: Processed in 0.00624319 sec. 2025.12.16 09:14:21.478507 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.478735 [ 3 ] {95ac79bb-de02-496b-9d3a-36992f0dfa94} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.478781 [ 3 ] {95ac79bb-de02-496b-9d3a-36992f0dfa94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.16 09:14:21.481164 [ 3 ] {95ac79bb-de02-496b-9d3a-36992f0dfa94} oximeter.measurements_u8 (a995bdd9-efd2-487c-b6b5-9d4007204318): Loading data parts 2025.12.16 09:14:21.481395 [ 3 ] {95ac79bb-de02-496b-9d3a-36992f0dfa94} oximeter.measurements_u8 (a995bdd9-efd2-487c-b6b5-9d4007204318): There are no data parts 2025.12.16 09:14:21.482967 [ 3 ] {95ac79bb-de02-496b-9d3a-36992f0dfa94} TCPHandler: Processed in 0.004507915 sec. 2025.12.16 09:14:21.483246 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.483399 [ 3 ] {1a11cb0a-2b71-48cc-9d8b-6e944ed10922} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.483530 [ 3 ] {1a11cb0a-2b71-48cc-9d8b-6e944ed10922} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.16 09:14:21.487519 [ 3 ] {1a11cb0a-2b71-48cc-9d8b-6e944ed10922} oximeter.measurements_i16 (3461277a-2dfb-4cc3-b572-43d13515f4ff): Loading data parts 2025.12.16 09:14:21.487731 [ 3 ] {1a11cb0a-2b71-48cc-9d8b-6e944ed10922} oximeter.measurements_i16 (3461277a-2dfb-4cc3-b572-43d13515f4ff): There are no data parts 2025.12.16 09:14:21.489770 [ 3 ] {1a11cb0a-2b71-48cc-9d8b-6e944ed10922} TCPHandler: Processed in 0.006575355 sec. 2025.12.16 09:14:21.489912 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.490103 [ 3 ] {1d87ebed-3959-4a1e-af2a-d1f46068bc2f} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.490186 [ 3 ] {1d87ebed-3959-4a1e-af2a-d1f46068bc2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.16 09:14:21.492284 [ 3 ] {1d87ebed-3959-4a1e-af2a-d1f46068bc2f} oximeter.measurements_u16 (bb8aac63-893f-4332-b93f-08e9de5b1e62): Loading data parts 2025.12.16 09:14:21.492476 [ 3 ] {1d87ebed-3959-4a1e-af2a-d1f46068bc2f} oximeter.measurements_u16 (bb8aac63-893f-4332-b93f-08e9de5b1e62): There are no data parts 2025.12.16 09:14:21.495923 [ 3 ] {1d87ebed-3959-4a1e-af2a-d1f46068bc2f} TCPHandler: Processed in 0.006058307 sec. 2025.12.16 09:14:21.496136 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.496289 [ 3 ] {fe934775-b572-4305-aa9c-9274a19652fa} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.496398 [ 3 ] {fe934775-b572-4305-aa9c-9274a19652fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.16 09:14:21.498565 [ 3 ] {fe934775-b572-4305-aa9c-9274a19652fa} oximeter.measurements_i32 (b1de17b7-b10f-4cad-b4c2-669755728c39): Loading data parts 2025.12.16 09:14:21.498733 [ 3 ] {fe934775-b572-4305-aa9c-9274a19652fa} oximeter.measurements_i32 (b1de17b7-b10f-4cad-b4c2-669755728c39): There are no data parts 2025.12.16 09:14:21.500637 [ 3 ] {fe934775-b572-4305-aa9c-9274a19652fa} TCPHandler: Processed in 0.004549885 sec. 2025.12.16 09:14:21.500792 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.500978 [ 3 ] {39f17068-ff2a-4be9-9da4-d8fe7bb7ad25} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.501113 [ 3 ] {39f17068-ff2a-4be9-9da4-d8fe7bb7ad25} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.16 09:14:21.503281 [ 3 ] {39f17068-ff2a-4be9-9da4-d8fe7bb7ad25} oximeter.measurements_u32 (e7d0f8ec-8df5-495e-a3a4-3c6b788fa3e0): Loading data parts 2025.12.16 09:14:21.503425 [ 3 ] {39f17068-ff2a-4be9-9da4-d8fe7bb7ad25} oximeter.measurements_u32 (e7d0f8ec-8df5-495e-a3a4-3c6b788fa3e0): There are no data parts 2025.12.16 09:14:21.506950 [ 3 ] {39f17068-ff2a-4be9-9da4-d8fe7bb7ad25} TCPHandler: Processed in 0.00621475 sec. 2025.12.16 09:14:21.507099 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.507399 [ 3 ] {01657a2c-3ed8-4b4e-aa7d-61e9e9e18f8f} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.507511 [ 3 ] {01657a2c-3ed8-4b4e-aa7d-61e9e9e18f8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.16 09:14:21.510136 [ 3 ] {01657a2c-3ed8-4b4e-aa7d-61e9e9e18f8f} oximeter.measurements_i64 (955d0bc5-d798-4e52-83c6-7b2a3cd604c2): Loading data parts 2025.12.16 09:14:21.510354 [ 3 ] {01657a2c-3ed8-4b4e-aa7d-61e9e9e18f8f} oximeter.measurements_i64 (955d0bc5-d798-4e52-83c6-7b2a3cd604c2): There are no data parts 2025.12.16 09:14:21.512313 [ 3 ] {01657a2c-3ed8-4b4e-aa7d-61e9e9e18f8f} TCPHandler: Processed in 0.005271706 sec. 2025.12.16 09:14:21.512459 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.512613 [ 3 ] {61c94ae1-3d61-43d1-b47c-55c7f6b67f2c} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.512724 [ 3 ] {61c94ae1-3d61-43d1-b47c-55c7f6b67f2c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.16 09:14:21.515289 [ 3 ] {61c94ae1-3d61-43d1-b47c-55c7f6b67f2c} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): Loading data parts 2025.12.16 09:14:21.515520 [ 3 ] {61c94ae1-3d61-43d1-b47c-55c7f6b67f2c} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): There are no data parts 2025.12.16 09:14:21.519076 [ 3 ] {61c94ae1-3d61-43d1-b47c-55c7f6b67f2c} TCPHandler: Processed in 0.006663885 sec. 2025.12.16 09:14:21.519227 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.519458 [ 3 ] {9e4cb711-89fe-4848-881e-134bde79c870} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.519567 [ 3 ] {9e4cb711-89fe-4848-881e-134bde79c870} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.16 09:14:21.522071 [ 3 ] {9e4cb711-89fe-4848-881e-134bde79c870} oximeter.measurements_f32 (693a0297-9581-4756-accb-2c7aa946eb23): Loading data parts 2025.12.16 09:14:21.522254 [ 3 ] {9e4cb711-89fe-4848-881e-134bde79c870} oximeter.measurements_f32 (693a0297-9581-4756-accb-2c7aa946eb23): There are no data parts 2025.12.16 09:14:21.524247 [ 3 ] {9e4cb711-89fe-4848-881e-134bde79c870} TCPHandler: Processed in 0.005068803 sec. 2025.12.16 09:14:21.524403 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.524583 [ 3 ] {39822937-acf5-4b94-8c9a-3d6a28f7f759} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.524696 [ 3 ] {39822937-acf5-4b94-8c9a-3d6a28f7f759} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.16 09:14:21.526800 [ 3 ] {39822937-acf5-4b94-8c9a-3d6a28f7f759} oximeter.measurements_f64 (cc2fa982-9b28-497d-9bf6-4221b8d57be9): Loading data parts 2025.12.16 09:14:21.527003 [ 3 ] {39822937-acf5-4b94-8c9a-3d6a28f7f759} oximeter.measurements_f64 (cc2fa982-9b28-497d-9bf6-4221b8d57be9): There are no data parts 2025.12.16 09:14:21.530493 [ 3 ] {39822937-acf5-4b94-8c9a-3d6a28f7f759} TCPHandler: Processed in 0.006135149 sec. 2025.12.16 09:14:21.530652 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.530915 [ 3 ] {f96dd4ad-9cfc-4b13-84e9-a55a3a0f5008} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.531041 [ 3 ] {f96dd4ad-9cfc-4b13-84e9-a55a3a0f5008} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.16 09:14:21.533352 [ 3 ] {f96dd4ad-9cfc-4b13-84e9-a55a3a0f5008} oximeter.measurements_string (55a90b0e-dbae-44a3-b8c2-9cbcdea31ce4): Loading data parts 2025.12.16 09:14:21.533495 [ 3 ] {f96dd4ad-9cfc-4b13-84e9-a55a3a0f5008} oximeter.measurements_string (55a90b0e-dbae-44a3-b8c2-9cbcdea31ce4): There are no data parts 2025.12.16 09:14:21.536900 [ 3 ] {f96dd4ad-9cfc-4b13-84e9-a55a3a0f5008} TCPHandler: Processed in 0.006309081 sec. 2025.12.16 09:14:21.537044 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.537199 [ 3 ] {d38e47f2-8a76-4486-8591-0e725cbf6817} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.537308 [ 3 ] {d38e47f2-8a76-4486-8591-0e725cbf6817} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.16 09:14:21.541512 [ 3 ] {d38e47f2-8a76-4486-8591-0e725cbf6817} oximeter.measurements_bytes (a32b4c88-938b-4497-ab55-e43d715ae901): Loading data parts 2025.12.16 09:14:21.541662 [ 3 ] {d38e47f2-8a76-4486-8591-0e725cbf6817} oximeter.measurements_bytes (a32b4c88-938b-4497-ab55-e43d715ae901): There are no data parts 2025.12.16 09:14:21.545803 [ 3 ] {d38e47f2-8a76-4486-8591-0e725cbf6817} TCPHandler: Processed in 0.008804927 sec. 2025.12.16 09:14:21.545986 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.546192 [ 3 ] {3c7e8ef1-04fa-4eb3-a04d-8a5fb8bd0f0b} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.546325 [ 3 ] {3c7e8ef1-04fa-4eb3-a04d-8a5fb8bd0f0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.16 09:14:21.550241 [ 3 ] {3c7e8ef1-04fa-4eb3-a04d-8a5fb8bd0f0b} oximeter.measurements_cumulativei64 (f5a5008c-b650-4dde-8a86-17f94f1369f6): Loading data parts 2025.12.16 09:14:21.550445 [ 3 ] {3c7e8ef1-04fa-4eb3-a04d-8a5fb8bd0f0b} oximeter.measurements_cumulativei64 (f5a5008c-b650-4dde-8a86-17f94f1369f6): There are no data parts 2025.12.16 09:14:21.551921 [ 3 ] {3c7e8ef1-04fa-4eb3-a04d-8a5fb8bd0f0b} TCPHandler: Processed in 0.005999906 sec. 2025.12.16 09:14:21.552138 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.552299 [ 3 ] {78bec43f-cd1e-4552-be77-62340c7ba93d} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.552412 [ 3 ] {78bec43f-cd1e-4552-be77-62340c7ba93d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.16 09:14:21.556282 [ 3 ] {78bec43f-cd1e-4552-be77-62340c7ba93d} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): Loading data parts 2025.12.16 09:14:21.556519 [ 3 ] {78bec43f-cd1e-4552-be77-62340c7ba93d} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): There are no data parts 2025.12.16 09:14:21.558312 [ 3 ] {78bec43f-cd1e-4552-be77-62340c7ba93d} TCPHandler: Processed in 0.00622137 sec. 2025.12.16 09:14:21.558455 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.558660 [ 3 ] {8d0e7969-b580-4dd3-a447-30c3d6a432b3} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.558745 [ 3 ] {8d0e7969-b580-4dd3-a447-30c3d6a432b3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.16 09:14:21.561292 [ 3 ] {8d0e7969-b580-4dd3-a447-30c3d6a432b3} oximeter.measurements_cumulativef32 (7d5c03a1-67b3-4873-a651-f4d674f44cca): Loading data parts 2025.12.16 09:14:21.561428 [ 3 ] {8d0e7969-b580-4dd3-a447-30c3d6a432b3} oximeter.measurements_cumulativef32 (7d5c03a1-67b3-4873-a651-f4d674f44cca): There are no data parts 2025.12.16 09:14:21.563083 [ 3 ] {8d0e7969-b580-4dd3-a447-30c3d6a432b3} TCPHandler: Processed in 0.004674857 sec. 2025.12.16 09:14:21.563220 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.563375 [ 3 ] {60b81b30-ab8e-4513-b0d0-b0163ecfc3f2} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.563480 [ 3 ] {60b81b30-ab8e-4513-b0d0-b0163ecfc3f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.16 09:14:21.566095 [ 3 ] {60b81b30-ab8e-4513-b0d0-b0163ecfc3f2} oximeter.measurements_cumulativef64 (7be53e4f-0d76-4dd8-9c02-f42971923786): Loading data parts 2025.12.16 09:14:21.566306 [ 3 ] {60b81b30-ab8e-4513-b0d0-b0163ecfc3f2} oximeter.measurements_cumulativef64 (7be53e4f-0d76-4dd8-9c02-f42971923786): There are no data parts 2025.12.16 09:14:21.568230 [ 3 ] {60b81b30-ab8e-4513-b0d0-b0163ecfc3f2} TCPHandler: Processed in 0.005056372 sec. 2025.12.16 09:14:21.568383 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.568695 [ 3 ] {9335e475-975c-4f3a-94eb-4c722366b64a} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.568831 [ 3 ] {9335e475-975c-4f3a-94eb-4c722366b64a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.16 09:14:21.572764 [ 3 ] {9335e475-975c-4f3a-94eb-4c722366b64a} oximeter.measurements_histogrami8 (d9e504b0-5707-48ff-b1d0-c40bfe164d6f): Loading data parts 2025.12.16 09:14:21.572954 [ 3 ] {9335e475-975c-4f3a-94eb-4c722366b64a} oximeter.measurements_histogrami8 (d9e504b0-5707-48ff-b1d0-c40bfe164d6f): There are no data parts 2025.12.16 09:14:21.575596 [ 3 ] {9335e475-975c-4f3a-94eb-4c722366b64a} TCPHandler: Processed in 0.007265124 sec. 2025.12.16 09:14:21.575747 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.575964 [ 3 ] {2d6e7415-934f-4050-9ea0-a8bb970a28ec} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.576088 [ 3 ] {2d6e7415-934f-4050-9ea0-a8bb970a28ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.16 09:14:21.579804 [ 3 ] {2d6e7415-934f-4050-9ea0-a8bb970a28ec} oximeter.measurements_histogramu8 (5f3fd8ec-5d46-424e-bb94-c408098b3bdc): Loading data parts 2025.12.16 09:14:21.580026 [ 3 ] {2d6e7415-934f-4050-9ea0-a8bb970a28ec} oximeter.measurements_histogramu8 (5f3fd8ec-5d46-424e-bb94-c408098b3bdc): There are no data parts 2025.12.16 09:14:21.581540 [ 3 ] {2d6e7415-934f-4050-9ea0-a8bb970a28ec} TCPHandler: Processed in 0.005842804 sec. 2025.12.16 09:14:21.581694 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.581995 [ 3 ] {ce9ec174-ed23-46a4-a8ef-1abb3519eddd} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.582133 [ 3 ] {ce9ec174-ed23-46a4-a8ef-1abb3519eddd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.16 09:14:21.586260 [ 3 ] {ce9ec174-ed23-46a4-a8ef-1abb3519eddd} oximeter.measurements_histogrami16 (f587b86b-8b36-4808-88dd-c899028ab48e): Loading data parts 2025.12.16 09:14:21.586397 [ 3 ] {ce9ec174-ed23-46a4-a8ef-1abb3519eddd} oximeter.measurements_histogrami16 (f587b86b-8b36-4808-88dd-c899028ab48e): There are no data parts 2025.12.16 09:14:21.587873 [ 3 ] {ce9ec174-ed23-46a4-a8ef-1abb3519eddd} TCPHandler: Processed in 0.006226899 sec. 2025.12.16 09:14:21.588091 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.588308 [ 3 ] {8bd4ed13-75d0-4ba6-827d-4ba4bbf00b68} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.588424 [ 3 ] {8bd4ed13-75d0-4ba6-827d-4ba4bbf00b68} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.16 09:14:21.590897 [ 3 ] {8bd4ed13-75d0-4ba6-827d-4ba4bbf00b68} oximeter.measurements_histogramu16 (08a8d859-25bc-40df-9360-5377de1e772c): Loading data parts 2025.12.16 09:14:21.591146 [ 3 ] {8bd4ed13-75d0-4ba6-827d-4ba4bbf00b68} oximeter.measurements_histogramu16 (08a8d859-25bc-40df-9360-5377de1e772c): There are no data parts 2025.12.16 09:14:21.592725 [ 3 ] {8bd4ed13-75d0-4ba6-827d-4ba4bbf00b68} TCPHandler: Processed in 0.004683237 sec. 2025.12.16 09:14:21.592863 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.593141 [ 3 ] {c91d39e3-b09e-4a1c-a9ca-cea5e5766e76} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.593258 [ 3 ] {c91d39e3-b09e-4a1c-a9ca-cea5e5766e76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.16 09:14:21.597324 [ 3 ] {c91d39e3-b09e-4a1c-a9ca-cea5e5766e76} oximeter.measurements_histogrami32 (ccfa8f3f-6d72-48c1-913b-cfdd7eb8dfcc): Loading data parts 2025.12.16 09:14:21.597459 [ 3 ] {c91d39e3-b09e-4a1c-a9ca-cea5e5766e76} oximeter.measurements_histogrami32 (ccfa8f3f-6d72-48c1-913b-cfdd7eb8dfcc): There are no data parts 2025.12.16 09:14:21.598940 [ 3 ] {c91d39e3-b09e-4a1c-a9ca-cea5e5766e76} TCPHandler: Processed in 0.006125068 sec. 2025.12.16 09:14:21.599220 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.599485 [ 3 ] {788ea6a4-9100-442e-a143-789ba8aab510} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.599619 [ 3 ] {788ea6a4-9100-442e-a143-789ba8aab510} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.16 09:14:21.602319 [ 3 ] {788ea6a4-9100-442e-a143-789ba8aab510} oximeter.measurements_histogramu32 (9484e205-2801-48cf-9956-74ecc16cf260): Loading data parts 2025.12.16 09:14:21.602517 [ 3 ] {788ea6a4-9100-442e-a143-789ba8aab510} oximeter.measurements_histogramu32 (9484e205-2801-48cf-9956-74ecc16cf260): There are no data parts 2025.12.16 09:14:21.603853 [ 3 ] {788ea6a4-9100-442e-a143-789ba8aab510} TCPHandler: Processed in 0.004730038 sec. 2025.12.16 09:14:21.603992 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.604317 [ 3 ] {579a14da-841e-42ff-9a17-5d9aaa4bd515} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.604432 [ 3 ] {579a14da-841e-42ff-9a17-5d9aaa4bd515} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.16 09:14:21.608596 [ 3 ] {579a14da-841e-42ff-9a17-5d9aaa4bd515} oximeter.measurements_histogrami64 (13a02c1e-64ce-4828-93e2-2c710072b23f): Loading data parts 2025.12.16 09:14:21.608738 [ 3 ] {579a14da-841e-42ff-9a17-5d9aaa4bd515} oximeter.measurements_histogrami64 (13a02c1e-64ce-4828-93e2-2c710072b23f): There are no data parts 2025.12.16 09:14:21.610223 [ 3 ] {579a14da-841e-42ff-9a17-5d9aaa4bd515} TCPHandler: Processed in 0.0062293 sec. 2025.12.16 09:14:21.610488 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.610704 [ 3 ] {c1d066c7-e166-4b56-9b4d-5e94f9c28288} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.610833 [ 3 ] {c1d066c7-e166-4b56-9b4d-5e94f9c28288} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.16 09:14:21.613251 [ 3 ] {c1d066c7-e166-4b56-9b4d-5e94f9c28288} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): Loading data parts 2025.12.16 09:14:21.613427 [ 3 ] {c1d066c7-e166-4b56-9b4d-5e94f9c28288} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): There are no data parts 2025.12.16 09:14:21.614894 [ 3 ] {c1d066c7-e166-4b56-9b4d-5e94f9c28288} TCPHandler: Processed in 0.004453904 sec. 2025.12.16 09:14:21.615029 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.615243 [ 3 ] {2f283214-2b7f-472a-ac04-2b94078aea8e} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.615367 [ 3 ] {2f283214-2b7f-472a-ac04-2b94078aea8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.16 09:14:21.619388 [ 3 ] {2f283214-2b7f-472a-ac04-2b94078aea8e} oximeter.measurements_histogramf32 (128a24e4-fe36-433d-9a51-01ac31486451): Loading data parts 2025.12.16 09:14:21.619527 [ 3 ] {2f283214-2b7f-472a-ac04-2b94078aea8e} oximeter.measurements_histogramf32 (128a24e4-fe36-433d-9a51-01ac31486451): There are no data parts 2025.12.16 09:14:21.621091 [ 3 ] {2f283214-2b7f-472a-ac04-2b94078aea8e} TCPHandler: Processed in 0.006110828 sec. 2025.12.16 09:14:21.621292 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.621505 [ 3 ] {bb73a13c-d351-4cfa-b6e3-4a94a2868370} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.621633 [ 3 ] {bb73a13c-d351-4cfa-b6e3-4a94a2868370} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.16 09:14:21.624005 [ 3 ] {bb73a13c-d351-4cfa-b6e3-4a94a2868370} oximeter.measurements_histogramf64 (2e4481db-a621-41fb-9582-d71326b86b01): Loading data parts 2025.12.16 09:14:21.624171 [ 3 ] {bb73a13c-d351-4cfa-b6e3-4a94a2868370} oximeter.measurements_histogramf64 (2e4481db-a621-41fb-9582-d71326b86b01): There are no data parts 2025.12.16 09:14:21.625573 [ 3 ] {bb73a13c-d351-4cfa-b6e3-4a94a2868370} TCPHandler: Processed in 0.004329092 sec. 2025.12.16 09:14:21.625720 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.625898 [ 3 ] {55f106b6-5206-428e-a08c-df803affee02} executeQuery: (from [fd00:1122:3344:101::d]:61491) /* 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.16 09:14:21.626014 [ 3 ] {55f106b6-5206-428e-a08c-df803affee02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.16 09:14:21.630006 [ 3 ] {55f106b6-5206-428e-a08c-df803affee02} oximeter.fields_bool (aebfe73d-5741-41d2-a273-8bd305a0bf9e): Loading data parts 2025.12.16 09:14:21.630315 [ 3 ] {55f106b6-5206-428e-a08c-df803affee02} oximeter.fields_bool (aebfe73d-5741-41d2-a273-8bd305a0bf9e): There are no data parts 2025.12.16 09:14:21.631797 [ 3 ] {55f106b6-5206-428e-a08c-df803affee02} TCPHandler: Processed in 0.006129338 sec. 2025.12.16 09:14:21.631932 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.632160 [ 3 ] {bd43f787-c757-40f8-ac4b-6378f03065a6} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.632279 [ 3 ] {bd43f787-c757-40f8-ac4b-6378f03065a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.16 09:14:21.634604 [ 3 ] {bd43f787-c757-40f8-ac4b-6378f03065a6} oximeter.fields_i8 (a6e29fac-8876-48e8-a494-52c9eeef42bd): Loading data parts 2025.12.16 09:14:21.634764 [ 3 ] {bd43f787-c757-40f8-ac4b-6378f03065a6} oximeter.fields_i8 (a6e29fac-8876-48e8-a494-52c9eeef42bd): There are no data parts 2025.12.16 09:14:21.636093 [ 3 ] {bd43f787-c757-40f8-ac4b-6378f03065a6} TCPHandler: Processed in 0.004207991 sec. 2025.12.16 09:14:21.636229 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.636389 [ 3 ] {8fcec56a-4c1d-4a35-885d-9d0d5bf0ea03} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.636505 [ 3 ] {8fcec56a-4c1d-4a35-885d-9d0d5bf0ea03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.16 09:14:21.640353 [ 3 ] {8fcec56a-4c1d-4a35-885d-9d0d5bf0ea03} oximeter.fields_u8 (08ae2832-928b-4d12-8e58-daba990ea02d): Loading data parts 2025.12.16 09:14:21.640584 [ 3 ] {8fcec56a-4c1d-4a35-885d-9d0d5bf0ea03} oximeter.fields_u8 (08ae2832-928b-4d12-8e58-daba990ea02d): There are no data parts 2025.12.16 09:14:21.642083 [ 3 ] {8fcec56a-4c1d-4a35-885d-9d0d5bf0ea03} TCPHandler: Processed in 0.005902835 sec. 2025.12.16 09:14:21.642221 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.642438 [ 3 ] {b20a24e7-e09e-4025-9b32-5a55fdae4a75} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.642540 [ 3 ] {b20a24e7-e09e-4025-9b32-5a55fdae4a75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.16 09:14:21.644943 [ 3 ] {b20a24e7-e09e-4025-9b32-5a55fdae4a75} oximeter.fields_i16 (d4852d41-c18f-4161-9582-b8f6c63c94e5): Loading data parts 2025.12.16 09:14:21.645072 [ 3 ] {b20a24e7-e09e-4025-9b32-5a55fdae4a75} oximeter.fields_i16 (d4852d41-c18f-4161-9582-b8f6c63c94e5): There are no data parts 2025.12.16 09:14:21.646430 [ 3 ] {b20a24e7-e09e-4025-9b32-5a55fdae4a75} TCPHandler: Processed in 0.004255101 sec. 2025.12.16 09:14:21.646562 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.646716 [ 3 ] {9c9cb799-76f8-4a50-9a03-3fd93615e52f} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.646822 [ 3 ] {9c9cb799-76f8-4a50-9a03-3fd93615e52f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.16 09:14:21.650730 [ 3 ] {9c9cb799-76f8-4a50-9a03-3fd93615e52f} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): Loading data parts 2025.12.16 09:14:21.650930 [ 3 ] {9c9cb799-76f8-4a50-9a03-3fd93615e52f} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): There are no data parts 2025.12.16 09:14:21.652324 [ 3 ] {9c9cb799-76f8-4a50-9a03-3fd93615e52f} TCPHandler: Processed in 0.005814063 sec. 2025.12.16 09:14:21.652455 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.652657 [ 3 ] {2f0149fa-e03f-4ee7-9875-2e56badffc43} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.652756 [ 3 ] {2f0149fa-e03f-4ee7-9875-2e56badffc43} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.16 09:14:21.655129 [ 3 ] {2f0149fa-e03f-4ee7-9875-2e56badffc43} oximeter.fields_i32 (700c1544-ec02-4d0e-a995-0b3d4191f585): Loading data parts 2025.12.16 09:14:21.655257 [ 3 ] {2f0149fa-e03f-4ee7-9875-2e56badffc43} oximeter.fields_i32 (700c1544-ec02-4d0e-a995-0b3d4191f585): There are no data parts 2025.12.16 09:14:21.656565 [ 3 ] {2f0149fa-e03f-4ee7-9875-2e56badffc43} TCPHandler: Processed in 0.004143389 sec. 2025.12.16 09:14:21.656697 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.656847 [ 3 ] {27d45d91-2d97-4027-8f4a-a26128a792c7} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.656964 [ 3 ] {27d45d91-2d97-4027-8f4a-a26128a792c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.16 09:14:21.660833 [ 3 ] {27d45d91-2d97-4027-8f4a-a26128a792c7} oximeter.fields_u32 (f1744c49-9cae-46dd-88d4-85ffa7fd86f5): Loading data parts 2025.12.16 09:14:21.661035 [ 3 ] {27d45d91-2d97-4027-8f4a-a26128a792c7} oximeter.fields_u32 (f1744c49-9cae-46dd-88d4-85ffa7fd86f5): There are no data parts 2025.12.16 09:14:21.662637 [ 3 ] {27d45d91-2d97-4027-8f4a-a26128a792c7} TCPHandler: Processed in 0.006013146 sec. 2025.12.16 09:14:21.662766 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.662986 [ 3 ] {834aa293-1f19-4ccc-ade1-93d1bc1a78a7} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.663089 [ 3 ] {834aa293-1f19-4ccc-ade1-93d1bc1a78a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.16 09:14:21.665531 [ 3 ] {834aa293-1f19-4ccc-ade1-93d1bc1a78a7} oximeter.fields_i64 (97db943a-53de-4814-8001-73e46e4ee536): Loading data parts 2025.12.16 09:14:21.665677 [ 3 ] {834aa293-1f19-4ccc-ade1-93d1bc1a78a7} oximeter.fields_i64 (97db943a-53de-4814-8001-73e46e4ee536): There are no data parts 2025.12.16 09:14:21.667089 [ 3 ] {834aa293-1f19-4ccc-ade1-93d1bc1a78a7} TCPHandler: Processed in 0.004337583 sec. 2025.12.16 09:14:21.667228 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.667384 [ 3 ] {0a2d15f4-8291-4391-b969-0397d0414b53} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.667553 [ 3 ] {0a2d15f4-8291-4391-b969-0397d0414b53} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.16 09:14:21.671463 [ 3 ] {0a2d15f4-8291-4391-b969-0397d0414b53} oximeter.fields_u64 (e345de1d-522e-4ed7-8a20-dfa11ba7c635): Loading data parts 2025.12.16 09:14:21.671640 [ 3 ] {0a2d15f4-8291-4391-b969-0397d0414b53} oximeter.fields_u64 (e345de1d-522e-4ed7-8a20-dfa11ba7c635): There are no data parts 2025.12.16 09:14:21.673026 [ 3 ] {0a2d15f4-8291-4391-b969-0397d0414b53} TCPHandler: Processed in 0.005896695 sec. 2025.12.16 09:14:21.673156 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.673441 [ 3 ] {33e3222e-9b8f-4ddd-a029-55c4ba723f70} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.673566 [ 3 ] {33e3222e-9b8f-4ddd-a029-55c4ba723f70} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.16 09:14:21.675971 [ 3 ] {33e3222e-9b8f-4ddd-a029-55c4ba723f70} oximeter.fields_ipaddr (1b53ff50-b0aa-41ee-8eeb-6d5266345e5e): Loading data parts 2025.12.16 09:14:21.676122 [ 3 ] {33e3222e-9b8f-4ddd-a029-55c4ba723f70} oximeter.fields_ipaddr (1b53ff50-b0aa-41ee-8eeb-6d5266345e5e): There are no data parts 2025.12.16 09:14:21.677501 [ 3 ] {33e3222e-9b8f-4ddd-a029-55c4ba723f70} TCPHandler: Processed in 0.004332153 sec. 2025.12.16 09:14:21.677644 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.677800 [ 3 ] {ea9c64a2-64ac-4db3-90a0-2f1d7e166514} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.677913 [ 3 ] {ea9c64a2-64ac-4db3-90a0-2f1d7e166514} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.16 09:14:21.681899 [ 3 ] {ea9c64a2-64ac-4db3-90a0-2f1d7e166514} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): Loading data parts 2025.12.16 09:14:21.682043 [ 3 ] {ea9c64a2-64ac-4db3-90a0-2f1d7e166514} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): There are no data parts 2025.12.16 09:14:21.683542 [ 3 ] {ea9c64a2-64ac-4db3-90a0-2f1d7e166514} TCPHandler: Processed in 0.005945955 sec. 2025.12.16 09:14:21.683687 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.683928 [ 3 ] {e09199e2-8f1b-4e33-8c9e-a1d32c3593b0} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:21.684058 [ 3 ] {e09199e2-8f1b-4e33-8c9e-a1d32c3593b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.16 09:14:21.686580 [ 3 ] {e09199e2-8f1b-4e33-8c9e-a1d32c3593b0} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): Loading data parts 2025.12.16 09:14:21.686713 [ 3 ] {e09199e2-8f1b-4e33-8c9e-a1d32c3593b0} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): There are no data parts 2025.12.16 09:14:21.688369 [ 3 ] {e09199e2-8f1b-4e33-8c9e-a1d32c3593b0} TCPHandler: Processed in 0.004731288 sec. 2025.12.16 09:14:21.688524 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.688812 [ 3 ] {1eab85c2-3342-4ea0-b129-1ab151966d20} executeQuery: (from [fd00:1122:3344:101::d]:61491) /* 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.16 09:14:21.688956 [ 3 ] {1eab85c2-3342-4ea0-b129-1ab151966d20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.16 09:14:21.692899 [ 3 ] {1eab85c2-3342-4ea0-b129-1ab151966d20} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d): Loading data parts 2025.12.16 09:14:21.693036 [ 3 ] {1eab85c2-3342-4ea0-b129-1ab151966d20} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d): There are no data parts 2025.12.16 09:14:21.694893 [ 3 ] {1eab85c2-3342-4ea0-b129-1ab151966d20} TCPHandler: Processed in 0.006416673 sec. 2025.12.16 09:14:21.695290 [ 256 ] {} TCP-Session: ef9efa69-d611-478d-a72f-2ab7fa1d1da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:21.695601 [ 256 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} executeQuery: (from [fd00:1122:3344:101::d]:64692) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.16 09:14:21.697074 [ 256 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.16 09:14:21.715993 [ 260 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:21.716055 [ 260 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.16 09:14:21.721161 [ 260 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:21.721830 [ 260 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2): 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.16 09:14:21.722096 [ 256 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} executeQuery: Read 1 rows, 16.00 B in 0.026697 sec., 37.4573922163539 rows/sec., 599.32 B/sec. 2025.12.16 09:14:21.722570 [ 256 ] {8d6fca3b-0196-41b4-b91a-b5bd55f4dabf} TCPHandler: Processed in 0.027447495 sec. 2025.12.16 09:14:22.000341 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.68 MiB, peak 125.68 MiB, free memory in arenas 0.00 B, will set to 138.07 MiB (RSS), difference: 12.39 MiB 2025.12.16 09:14:22.745091 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50090 2025.12.16 09:14:22.745313 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.745355 [ 262 ] {} TCP-Session: c92ebb7c-d459-4d27-ab5e-9856a89481bc Authenticating user 'default' from [fd00:1122:3344:101::a]:50090 2025.12.16 09:14:22.745376 [ 262 ] {} TCP-Session: c92ebb7c-d459-4d27-ab5e-9856a89481bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.745536 [ 262 ] {} TCP-Session: c92ebb7c-d459-4d27-ab5e-9856a89481bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.745611 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 09:14:22.745640 [ 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.16 09:14:22.745750 [ 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.16 09:14:22.748224 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33616 2025.12.16 09:14:22.748434 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.748467 [ 263 ] {} TCP-Session: c62c2125-d836-4fba-8330-f724b656533b Authenticating user 'default' from [fd00:1122:3344:101::a]:33616 2025.12.16 09:14:22.748470 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42989 2025.12.16 09:14:22.748571 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40980 2025.12.16 09:14:22.748642 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52376 2025.12.16 09:14:22.748491 [ 263 ] {} TCP-Session: c62c2125-d836-4fba-8330-f724b656533b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.748720 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43102 2025.12.16 09:14:22.748820 [ 263 ] {} TCP-Session: c62c2125-d836-4fba-8330-f724b656533b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.748836 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.748826 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61622 2025.12.16 09:14:22.748980 [ 267 ] {} TCP-Session: afe5c9e2-de0a-43cd-ad54-da544d639d6c Authenticating user 'default' from [fd00:1122:3344:101::a]:52376 2025.12.16 09:14:22.748964 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.748936 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.748482 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50829 2025.12.16 09:14:22.749246 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.749142 [ 266 ] {} TCP-Session: 87648c2e-90e8-48ce-96cc-072d971ec9cc Authenticating user 'default' from [fd00:1122:3344:101::a]:40980 2025.12.16 09:14:22.749124 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.749393 [ 266 ] {} TCP-Session: 87648c2e-90e8-48ce-96cc-072d971ec9cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749131 [ 265 ] {} TCP-Session: c39d3ef3-b729-46f8-b4f2-723e8442fb88 Authenticating user 'default' from [fd00:1122:3344:101::a]:42989 2025.12.16 09:14:22.749116 [ 267 ] {} TCP-Session: afe5c9e2-de0a-43cd-ad54-da544d639d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749543 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.749483 [ 265 ] {} TCP-Session: c39d3ef3-b729-46f8-b4f2-723e8442fb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749488 [ 266 ] {} TCP-Session: 87648c2e-90e8-48ce-96cc-072d971ec9cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749619 [ 267 ] {} TCP-Session: afe5c9e2-de0a-43cd-ad54-da544d639d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749474 [ 268 ] {} TCP-Session: 48b9f1bf-ed06-4f5b-90b9-b3654ccc5d6d Authenticating user 'default' from [fd00:1122:3344:101::a]:43102 2025.12.16 09:14:22.749456 [ 269 ] {} TCP-Session: 7b817c70-bd7c-4465-ad2d-c7ccef11d7fb Authenticating user 'default' from [fd00:1122:3344:101::a]:61622 2025.12.16 09:14:22.749631 [ 265 ] {} TCP-Session: c39d3ef3-b729-46f8-b4f2-723e8442fb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749778 [ 268 ] {} TCP-Session: 48b9f1bf-ed06-4f5b-90b9-b3654ccc5d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749758 [ 269 ] {} TCP-Session: 7b817c70-bd7c-4465-ad2d-c7ccef11d7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749938 [ 268 ] {} TCP-Session: 48b9f1bf-ed06-4f5b-90b9-b3654ccc5d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749963 [ 269 ] {} TCP-Session: 7b817c70-bd7c-4465-ad2d-c7ccef11d7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.749657 [ 264 ] {} TCP-Session: 5fee2080-754c-4734-ba94-b0af33f02c1d Authenticating user 'default' from [fd00:1122:3344:101::a]:50829 2025.12.16 09:14:22.750066 [ 264 ] {} TCP-Session: 5fee2080-754c-4734-ba94-b0af33f02c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.750188 [ 264 ] {} TCP-Session: 5fee2080-754c-4734-ba94-b0af33f02c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.834784 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60722 2025.12.16 09:14:22.834990 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.835272 [ 270 ] {} TCP-Session: 91c1ee68-c116-49f2-9a97-9072d862dc97 Authenticating user 'default' from [fd00:1122:3344:101::c]:60722 2025.12.16 09:14:22.835307 [ 270 ] {} TCP-Session: 91c1ee68-c116-49f2-9a97-9072d862dc97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.835325 [ 270 ] {} TCP-Session: 91c1ee68-c116-49f2-9a97-9072d862dc97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.835496 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 09:14:22.835528 [ 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.16 09:14:22.835657 [ 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.16 09:14:22.838565 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50199 2025.12.16 09:14:22.838741 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46685 2025.12.16 09:14:22.838741 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40284 2025.12.16 09:14:22.838823 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45405 2025.12.16 09:14:22.838920 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.838947 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54821 2025.12.16 09:14:22.839056 [ 271 ] {} TCP-Session: e01ac732-d117-4e76-922a-ce1743e26bac Authenticating user 'default' from [fd00:1122:3344:101::c]:50199 2025.12.16 09:14:22.839080 [ 271 ] {} TCP-Session: e01ac732-d117-4e76-922a-ce1743e26bac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839083 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34451 2025.12.16 09:14:22.839148 [ 271 ] {} TCP-Session: e01ac732-d117-4e76-922a-ce1743e26bac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839249 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59762 2025.12.16 09:14:22.839332 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.839359 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.839569 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.839570 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.839610 [ 274 ] {} TCP-Session: 82b3e2f6-3aec-4d5e-8952-f698205f423e Authenticating user 'default' from [fd00:1122:3344:101::c]:45405 2025.12.16 09:14:22.839663 [ 273 ] {} TCP-Session: 60cc33b8-8903-4e47-be29-868e10ef9e30 Authenticating user 'default' from [fd00:1122:3344:101::c]:40284 2025.12.16 09:14:22.839672 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.839629 [ 277 ] {} TCP-Session: 028dac4c-91c0-4335-ac58-fce4570c83a0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59762 2025.12.16 09:14:22.839756 [ 273 ] {} TCP-Session: 60cc33b8-8903-4e47-be29-868e10ef9e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839746 [ 272 ] {} TCP-Session: cdf90ddf-7451-43c9-b7ef-3058b1eb72c0 Authenticating user 'default' from [fd00:1122:3344:101::c]:46685 2025.12.16 09:14:22.839726 [ 274 ] {} TCP-Session: 82b3e2f6-3aec-4d5e-8952-f698205f423e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839902 [ 272 ] {} TCP-Session: cdf90ddf-7451-43c9-b7ef-3058b1eb72c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839905 [ 273 ] {} TCP-Session: 60cc33b8-8903-4e47-be29-868e10ef9e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839886 [ 277 ] {} TCP-Session: 028dac4c-91c0-4335-ac58-fce4570c83a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.840012 [ 272 ] {} TCP-Session: cdf90ddf-7451-43c9-b7ef-3058b1eb72c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839989 [ 274 ] {} TCP-Session: 82b3e2f6-3aec-4d5e-8952-f698205f423e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839622 [ 276 ] {} TCP-Session: e439a6ca-fb73-4b6d-a2fe-3f308e1a2f84 Authenticating user 'default' from [fd00:1122:3344:101::c]:34451 2025.12.16 09:14:22.840116 [ 277 ] {} TCP-Session: 028dac4c-91c0-4335-ac58-fce4570c83a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.839617 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.840226 [ 276 ] {} TCP-Session: e439a6ca-fb73-4b6d-a2fe-3f308e1a2f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.840244 [ 275 ] {} TCP-Session: e4efdb80-d46f-4d67-91fe-c559d83f24d1 Authenticating user 'default' from [fd00:1122:3344:101::c]:54821 2025.12.16 09:14:22.840433 [ 276 ] {} TCP-Session: e439a6ca-fb73-4b6d-a2fe-3f308e1a2f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.840448 [ 275 ] {} TCP-Session: e4efdb80-d46f-4d67-91fe-c559d83f24d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.840633 [ 275 ] {} TCP-Session: e4efdb80-d46f-4d67-91fe-c559d83f24d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.859102 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44879 2025.12.16 09:14:22.859268 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.859298 [ 278 ] {} TCP-Session: 0be9194a-ccec-40d7-8eae-ea87bdd1c9f3 Authenticating user 'default' from [fd00:1122:3344:101::b]:44879 2025.12.16 09:14:22.859438 [ 278 ] {} TCP-Session: 0be9194a-ccec-40d7-8eae-ea87bdd1c9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.859473 [ 278 ] {} TCP-Session: 0be9194a-ccec-40d7-8eae-ea87bdd1c9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.859523 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 09:14:22.859630 [ 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.16 09:14:22.859647 [ 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.16 09:14:22.860862 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61021 2025.12.16 09:14:22.860974 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44740 2025.12.16 09:14:22.861011 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.861092 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50137 2025.12.16 09:14:22.861131 [ 279 ] {} TCP-Session: 153debc7-6177-4b2d-82e4-d91bd6c2e83f Authenticating user 'default' from [fd00:1122:3344:101::b]:61021 2025.12.16 09:14:22.861180 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38144 2025.12.16 09:14:22.861259 [ 279 ] {} TCP-Session: 153debc7-6177-4b2d-82e4-d91bd6c2e83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.861285 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.861374 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.861654 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34427 2025.12.16 09:14:22.861663 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.861630 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40353 2025.12.16 09:14:22.861577 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57076 2025.12.16 09:14:22.861774 [ 282 ] {} TCP-Session: 1c3c35fb-6afc-4646-a398-db074b2ed722 Authenticating user 'default' from [fd00:1122:3344:101::b]:38144 2025.12.16 09:14:22.861421 [ 279 ] {} TCP-Session: 153debc7-6177-4b2d-82e4-d91bd6c2e83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.861911 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.861983 [ 282 ] {} TCP-Session: 1c3c35fb-6afc-4646-a398-db074b2ed722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.861417 [ 280 ] {} TCP-Session: 024e5b78-d22c-41e4-9eec-90475d7b3457 Authenticating user 'default' from [fd00:1122:3344:101::b]:44740 2025.12.16 09:14:22.862009 [ 283 ] {} TCP-Session: 4945ed05-fd9d-42d6-b3eb-493ef8781db6 Authenticating user 'default' from [fd00:1122:3344:101::b]:40353 2025.12.16 09:14:22.861930 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.862100 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:22.862132 [ 282 ] {} TCP-Session: 1c3c35fb-6afc-4646-a398-db074b2ed722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862149 [ 285 ] {} TCP-Session: c4ea8f73-a909-4662-8137-1b089f85753d Authenticating user 'default' from [fd00:1122:3344:101::b]:34427 2025.12.16 09:14:22.862250 [ 280 ] {} TCP-Session: 024e5b78-d22c-41e4-9eec-90475d7b3457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862232 [ 283 ] {} TCP-Session: 4945ed05-fd9d-42d6-b3eb-493ef8781db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862169 [ 284 ] {} TCP-Session: 43b8eaf3-fa2d-4ba1-add8-c455deaf5378 Authenticating user 'default' from [fd00:1122:3344:101::b]:57076 2025.12.16 09:14:22.862468 [ 280 ] {} TCP-Session: 024e5b78-d22c-41e4-9eec-90475d7b3457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862450 [ 285 ] {} TCP-Session: c4ea8f73-a909-4662-8137-1b089f85753d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862453 [ 283 ] {} TCP-Session: 4945ed05-fd9d-42d6-b3eb-493ef8781db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862564 [ 285 ] {} TCP-Session: c4ea8f73-a909-4662-8137-1b089f85753d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862558 [ 284 ] {} TCP-Session: 43b8eaf3-fa2d-4ba1-add8-c455deaf5378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.861744 [ 281 ] {} TCP-Session: a43e30aa-29b8-4b94-9fc2-3eec69f5fbcd Authenticating user 'default' from [fd00:1122:3344:101::b]:50137 2025.12.16 09:14:22.862689 [ 284 ] {} TCP-Session: 43b8eaf3-fa2d-4ba1-add8-c455deaf5378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862836 [ 281 ] {} TCP-Session: a43e30aa-29b8-4b94-9fc2-3eec69f5fbcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:22.862863 [ 281 ] {} TCP-Session: a43e30aa-29b8-4b94-9fc2-3eec69f5fbcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:23.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.21 MiB, peak 138.21 MiB, free memory in arenas 0.00 B, will set to 139.76 MiB (RSS), difference: 1.55 MiB 2025.12.16 09:14:28.007976 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.16 09:14:28.007998 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.16 09:14:28.008138 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.16 09:14:28.008350 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.16 09:14:28.013331 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): Loading data parts 2025.12.16 09:14:28.013745 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): There are no data parts 2025.12.16 09:14:28.019243 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:28.019323 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.16 09:14:28.026864 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:28.028016 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): 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.16 09:14:28.028302 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.16 09:14:28.032123 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): Loading data parts 2025.12.16 09:14:28.032594 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): There are no data parts 2025.12.16 09:14:28.075576 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:28.075674 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.16 09:14:28.099929 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:28.104295 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): 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.16 09:14:28.120328 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.16 09:14:29.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.90 MiB, peak 148.90 MiB, free memory in arenas 0.00 B, will set to 153.94 MiB (RSS), difference: 9.04 MiB 2025.12.16 09:14:30.507895 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.16 09:14:30.508009 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.16 09:14:30.515954 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): Loading data parts 2025.12.16 09:14:30.516197 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): There are no data parts 2025.12.16 09:14:30.526821 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:30.526857 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.16 09:14:30.528545 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:30.529063 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): 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.16 09:14:30.529360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.16 09:14:31.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.14 MiB, peak 158.14 MiB, free memory in arenas 0.00 B, will set to 155.13 MiB (RSS), difference: -3.01 MiB 2025.12.16 09:14:35.465947 [ 111 ] {} DNSResolver: Updating DNS cache 2025.12.16 09:14:35.466084 [ 111 ] {} DNSResolver: Updated DNS cache 2025.12.16 09:14:35.528472 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.16 09:14:35.537387 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:35.537423 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:35.538281 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:35.538706 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): 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.16 09:14:35.538852 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.16 09:14:35.620565 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.16 09:14:35.637578 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:35.637630 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:35.644173 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:35.645395 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): 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.16 09:14:35.648141 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.16 09:14:36.000230 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.84 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 1.90 MiB 2025.12.16 09:14:41.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.76 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB 2025.12.16 09:14:41.297009 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41840 2025.12.16 09:14:41.298894 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.298980 [ 286 ] {} TCP-Session: 58a3fa74-5340-498a-863f-afc3839c74c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:41840 2025.12.16 09:14:41.299003 [ 286 ] {} TCP-Session: 58a3fa74-5340-498a-863f-afc3839c74c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.299015 [ 286 ] {} TCP-Session: 58a3fa74-5340-498a-863f-afc3839c74c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.299101 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 09:14:41.299124 [ 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.16 09:14:41.299183 [ 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.16 09:14:41.299602 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58582 2025.12.16 09:14:41.299678 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35698 2025.12.16 09:14:41.299682 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54020 2025.12.16 09:14:41.299727 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.299743 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54698 2025.12.16 09:14:41.299858 [ 288 ] {} TCP-Session: 49046a0a-22f2-4c75-a7b3-37063624504b Authenticating user 'default' from [fd00:1122:3344:101::e]:58582 2025.12.16 09:14:41.299881 [ 288 ] {} TCP-Session: 49046a0a-22f2-4c75-a7b3-37063624504b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.299887 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48769 2025.12.16 09:14:41.299895 [ 288 ] {} TCP-Session: 49046a0a-22f2-4c75-a7b3-37063624504b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.299996 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300037 [ 289 ] {} TCP-Session: b72a3ad7-de22-4a13-a9a4-68f32b159987 Authenticating user 'default' from [fd00:1122:3344:101::e]:35698 2025.12.16 09:14:41.300059 [ 289 ] {} TCP-Session: b72a3ad7-de22-4a13-a9a4-68f32b159987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300073 [ 289 ] {} TCP-Session: b72a3ad7-de22-4a13-a9a4-68f32b159987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300097 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50152 2025.12.16 09:14:41.300210 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300270 [ 287 ] {} TCP-Session: 64b5f189-7d3c-451d-8323-2de90c0b4f87 Authenticating user 'default' from [fd00:1122:3344:101::e]:54020 2025.12.16 09:14:41.300300 [ 287 ] {} TCP-Session: 64b5f189-7d3c-451d-8323-2de90c0b4f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300316 [ 287 ] {} TCP-Session: 64b5f189-7d3c-451d-8323-2de90c0b4f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300316 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62635 2025.12.16 09:14:41.300356 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300400 [ 290 ] {} TCP-Session: e4979994-5984-4e47-8999-122bc096ced7 Authenticating user 'default' from [fd00:1122:3344:101::e]:54698 2025.12.16 09:14:41.300423 [ 290 ] {} TCP-Session: e4979994-5984-4e47-8999-122bc096ced7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300431 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300439 [ 290 ] {} TCP-Session: e4979994-5984-4e47-8999-122bc096ced7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300479 [ 292 ] {} TCP-Session: 653dbeb4-5dcb-422d-bd01-6102c76c32d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50152 2025.12.16 09:14:41.300513 [ 292 ] {} TCP-Session: 653dbeb4-5dcb-422d-bd01-6102c76c32d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300511 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300538 [ 292 ] {} TCP-Session: 653dbeb4-5dcb-422d-bd01-6102c76c32d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300570 [ 291 ] {} TCP-Session: 700d83bd-2fb9-45bd-b877-aa504baff205 Authenticating user 'default' from [fd00:1122:3344:101::e]:48769 2025.12.16 09:14:41.300598 [ 291 ] {} TCP-Session: 700d83bd-2fb9-45bd-b877-aa504baff205 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300615 [ 291 ] {} TCP-Session: 700d83bd-2fb9-45bd-b877-aa504baff205 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300617 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300622 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35684 2025.12.16 09:14:41.300660 [ 293 ] {} TCP-Session: 016fd6a7-f167-42f5-8561-ffacfb673e3f Authenticating user 'default' from [fd00:1122:3344:101::e]:62635 2025.12.16 09:14:41.300685 [ 293 ] {} TCP-Session: 016fd6a7-f167-42f5-8561-ffacfb673e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300700 [ 293 ] {} TCP-Session: 016fd6a7-f167-42f5-8561-ffacfb673e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300808 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:41.300843 [ 294 ] {} TCP-Session: e9827872-5e9a-454b-b3d7-28d61995a85c Authenticating user 'default' from [fd00:1122:3344:101::e]:35684 2025.12.16 09:14:41.300861 [ 294 ] {} TCP-Session: e9827872-5e9a-454b-b3d7-28d61995a85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.300874 [ 294 ] {} TCP-Session: e9827872-5e9a-454b-b3d7-28d61995a85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.301937 [ 286 ] {} TCP-Session: 58a3fa74-5340-498a-863f-afc3839c74c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.302116 [ 286 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} executeQuery: (from [fd00:1122:3344:101::e]:41840) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 09:14:41.308382 [ 286 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.16 09:14:41.318822 [ 286 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.340291 [ 286 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2) (SelectExecutor): Key condition: unknown 2025.12.16 09:14:41.356571 [ 298 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} AggregatingTransform: Aggregating 2025.12.16 09:14:41.358922 [ 298 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} Aggregator: Aggregation method: without_key 2025.12.16 09:14:41.359673 [ 298 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.007714511 sec. (129.626 rows/sec., 5.06 KiB/sec.) 2025.12.16 09:14:41.359716 [ 298 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} Aggregator: Merging aggregated data 2025.12.16 09:14:41.359768 [ 298 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.16 09:14:41.363337 [ 286 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} executeQuery: Read 1 rows, 40.00 B in 0.061278 sec., 16.31907046574627 rows/sec., 652.76 B/sec. 2025.12.16 09:14:41.363529 [ 286 ] {05a3e18d-5743-455e-8beb-4b518e0b6956} TCPHandler: Processed in 0.061732198 sec. 2025.12.16 09:14:41.365638 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365682 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365708 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365730 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365752 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365773 [ 288 ] {} TCP-Session: 49046a0a-22f2-4c75-a7b3-37063624504b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365784 [ 290 ] {} TCP-Session: e4979994-5984-4e47-8999-122bc096ced7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365781 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365812 [ 289 ] {} TCP-Session: b72a3ad7-de22-4a13-a9a4-68f32b159987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365823 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365841 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365847 [ 293 ] {} TCP-Session: 016fd6a7-f167-42f5-8561-ffacfb673e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365887 [ 294 ] {} TCP-Session: e9827872-5e9a-454b-b3d7-28d61995a85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365901 [ 292 ] {} TCP-Session: 653dbeb4-5dcb-422d-bd01-6102c76c32d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365799 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:41.365757 [ 287 ] {} TCP-Session: 64b5f189-7d3c-451d-8323-2de90c0b4f87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365971 [ 291 ] {} TCP-Session: 700d83bd-2fb9-45bd-b877-aa504baff205 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.365697 [ 286 ] {} TCP-Session: 58a3fa74-5340-498a-863f-afc3839c74c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:41.728945 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.729133 [ 3 ] {670a4562-1e39-42eb-9453-54cfe4320bdf} executeQuery: (from [fd00:1122:3344:101::d]:61491) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.16 09:14:41.729422 [ 3 ] {670a4562-1e39-42eb-9453-54cfe4320bdf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.729496 [ 3 ] {670a4562-1e39-42eb-9453-54cfe4320bdf} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.729946 [ 3 ] {670a4562-1e39-42eb-9453-54cfe4320bdf} TCPHandler: Processed in 0.001130096 sec. 2025.12.16 09:14:41.737025 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.737194 [ 3 ] {fc708d27-5f2f-4c2c-aee7-14796df70ee7} executeQuery: (from [fd00:1122:3344:101::d]:61491) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.16 09:14:41.743823 [ 3 ] {fc708d27-5f2f-4c2c-aee7-14796df70ee7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.743880 [ 3 ] {fc708d27-5f2f-4c2c-aee7-14796df70ee7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.746311 [ 3 ] {fc708d27-5f2f-4c2c-aee7-14796df70ee7} TCPHandler: Processed in 0.009353685 sec. 2025.12.16 09:14:41.746566 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.746700 [ 3 ] {f71cd5fc-a7d1-4836-813f-9f5934eb56b9} executeQuery: (from [fd00:1122:3344:101::d]:61491) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.16 09:14:41.750992 [ 3 ] {f71cd5fc-a7d1-4836-813f-9f5934eb56b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.751051 [ 3 ] {f71cd5fc-a7d1-4836-813f-9f5934eb56b9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.751467 [ 3 ] {f71cd5fc-a7d1-4836-813f-9f5934eb56b9} TCPHandler: Processed in 0.004958692 sec. 2025.12.16 09:14:41.751705 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.751825 [ 3 ] {47bf4edd-affa-4df0-96f6-f15d24e67134} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.752071 [ 3 ] {47bf4edd-affa-4df0-96f6-f15d24e67134} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.752115 [ 3 ] {47bf4edd-affa-4df0-96f6-f15d24e67134} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.752438 [ 3 ] {47bf4edd-affa-4df0-96f6-f15d24e67134} TCPHandler: Processed in 0.000794022 sec. 2025.12.16 09:14:41.752685 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.752801 [ 3 ] {3c2c29c7-b077-443b-823e-f66e74ab4029} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.753037 [ 3 ] {3c2c29c7-b077-443b-823e-f66e74ab4029} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.753081 [ 3 ] {3c2c29c7-b077-443b-823e-f66e74ab4029} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.753435 [ 3 ] {3c2c29c7-b077-443b-823e-f66e74ab4029} TCPHandler: Processed in 0.000799612 sec. 2025.12.16 09:14:41.753647 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.753763 [ 3 ] {efa4ec7c-6d9e-41b0-8fd0-4fbc7843f935} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.754003 [ 3 ] {efa4ec7c-6d9e-41b0-8fd0-4fbc7843f935} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.754047 [ 3 ] {efa4ec7c-6d9e-41b0-8fd0-4fbc7843f935} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.754393 [ 3 ] {efa4ec7c-6d9e-41b0-8fd0-4fbc7843f935} TCPHandler: Processed in 0.000795322 sec. 2025.12.16 09:14:41.754650 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.754767 [ 3 ] {b47f27a3-6cdb-4238-b65f-106c9d679ff5} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.755009 [ 3 ] {b47f27a3-6cdb-4238-b65f-106c9d679ff5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.755053 [ 3 ] {b47f27a3-6cdb-4238-b65f-106c9d679ff5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.755379 [ 3 ] {b47f27a3-6cdb-4238-b65f-106c9d679ff5} TCPHandler: Processed in 0.000777361 sec. 2025.12.16 09:14:41.755575 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.755691 [ 3 ] {cfd434e0-3121-418b-889b-725b17937831} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.755931 [ 3 ] {cfd434e0-3121-418b-889b-725b17937831} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.755974 [ 3 ] {cfd434e0-3121-418b-889b-725b17937831} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.756302 [ 3 ] {cfd434e0-3121-418b-889b-725b17937831} TCPHandler: Processed in 0.000776091 sec. 2025.12.16 09:14:41.756511 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.756626 [ 3 ] {be65bcbd-68c7-4c83-92fd-236eaf09f7eb} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.756866 [ 3 ] {be65bcbd-68c7-4c83-92fd-236eaf09f7eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.756909 [ 3 ] {be65bcbd-68c7-4c83-92fd-236eaf09f7eb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.757231 [ 3 ] {be65bcbd-68c7-4c83-92fd-236eaf09f7eb} TCPHandler: Processed in 0.000768001 sec. 2025.12.16 09:14:41.757445 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.757562 [ 3 ] {b746b512-5dcc-4815-8910-c6906d7a6710} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.757799 [ 3 ] {b746b512-5dcc-4815-8910-c6906d7a6710} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.757842 [ 3 ] {b746b512-5dcc-4815-8910-c6906d7a6710} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.758157 [ 3 ] {b746b512-5dcc-4815-8910-c6906d7a6710} TCPHandler: Processed in 0.000760811 sec. 2025.12.16 09:14:41.758354 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.758475 [ 3 ] {3c00bfd8-51a4-4542-96e4-edda37ba110c} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.758736 [ 3 ] {3c00bfd8-51a4-4542-96e4-edda37ba110c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.758780 [ 3 ] {3c00bfd8-51a4-4542-96e4-edda37ba110c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.759111 [ 3 ] {3c00bfd8-51a4-4542-96e4-edda37ba110c} TCPHandler: Processed in 0.000806802 sec. 2025.12.16 09:14:41.759342 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.759458 [ 3 ] {2c7076e4-f00b-47f3-b52e-2217899d4ad2} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.759704 [ 3 ] {2c7076e4-f00b-47f3-b52e-2217899d4ad2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.759747 [ 3 ] {2c7076e4-f00b-47f3-b52e-2217899d4ad2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.760067 [ 3 ] {2c7076e4-f00b-47f3-b52e-2217899d4ad2} TCPHandler: Processed in 0.000773532 sec. 2025.12.16 09:14:41.760273 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.760389 [ 3 ] {dd3da815-0a31-4cea-8652-7aa6436e2fb6} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.760632 [ 3 ] {dd3da815-0a31-4cea-8652-7aa6436e2fb6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.760674 [ 3 ] {dd3da815-0a31-4cea-8652-7aa6436e2fb6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.761020 [ 3 ] {dd3da815-0a31-4cea-8652-7aa6436e2fb6} TCPHandler: Processed in 0.000794921 sec. 2025.12.16 09:14:41.761217 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.761334 [ 3 ] {9fb0b360-00aa-4b7c-8a10-7b8b537e58f0} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.761577 [ 3 ] {9fb0b360-00aa-4b7c-8a10-7b8b537e58f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.761621 [ 3 ] {9fb0b360-00aa-4b7c-8a10-7b8b537e58f0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.761951 [ 3 ] {9fb0b360-00aa-4b7c-8a10-7b8b537e58f0} TCPHandler: Processed in 0.000781852 sec. 2025.12.16 09:14:41.762179 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.762298 [ 3 ] {f7fa8ca0-0a23-4d24-b0b2-ef414121a7ce} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.762546 [ 3 ] {f7fa8ca0-0a23-4d24-b0b2-ef414121a7ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.762589 [ 3 ] {f7fa8ca0-0a23-4d24-b0b2-ef414121a7ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.762919 [ 3 ] {f7fa8ca0-0a23-4d24-b0b2-ef414121a7ce} TCPHandler: Processed in 0.000787891 sec. 2025.12.16 09:14:41.763623 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.763741 [ 3 ] {d7c504a8-0468-456e-a855-0593bf44cbb3} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:41.763988 [ 3 ] {d7c504a8-0468-456e-a855-0593bf44cbb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.764031 [ 3 ] {d7c504a8-0468-456e-a855-0593bf44cbb3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:41.764348 [ 3 ] {d7c504a8-0468-456e-a855-0593bf44cbb3} TCPHandler: Processed in 0.000773681 sec. 2025.12.16 09:14:41.770662 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.770776 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.16 09:14:41.770818 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:41.774106 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.774161 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.776776 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.777173 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d): 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.16 09:14:41.777325 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} executeQuery: Read 16 rows, 2.38 KiB in 0.006582 sec., 2430.872075357034 rows/sec., 362.32 KiB/sec. 2025.12.16 09:14:41.777365 [ 3 ] {cd1b9655-15d3-4c33-8176-30935f291584} TCPHandler: Processed in 0.006756127 sec. 2025.12.16 09:14:41.777483 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.777580 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.16 09:14:41.777621 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.16 09:14:41.780190 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} oximeter.fields_ipaddr (1b53ff50-b0aa-41ee-8eeb-6d5266345e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.780225 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.783326 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.783780 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} oximeter.fields_ipaddr (1b53ff50-b0aa-41ee-8eeb-6d5266345e5e): 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.16 09:14:41.783938 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} executeQuery: Read 4 rows, 334.00 B in 0.006378 sec., 627.1558482282848 rows/sec., 51.14 KiB/sec. 2025.12.16 09:14:41.783980 [ 3 ] {63ddd21f-26cf-42b9-888c-69543eea3056} TCPHandler: Processed in 0.006546664 sec. 2025.12.16 09:14:41.784094 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.784216 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 09:14:41.784262 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 09:14:41.784710 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.784744 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.785222 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.785829 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): 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.16 09:14:41.785961 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} executeQuery: Read 48 rows, 4.16 KiB in 0.001765 sec., 27195.467422096317 rows/sec., 2.30 MiB/sec. 2025.12.16 09:14:41.785997 [ 3 ] {4e32cf4e-b41b-4bbd-9156-919ee7546ff7} TCPHandler: Processed in 0.001951719 sec. 2025.12.16 09:14:41.786110 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.786204 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 09:14:41.786243 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 09:14:41.786624 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.786658 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.787170 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.787678 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): 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.16 09:14:41.787805 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} executeQuery: Read 14 rows, 1.03 KiB in 0.001619 sec., 8647.313156269302 rows/sec., 636.97 KiB/sec. 2025.12.16 09:14:41.787840 [ 3 ] {52f56fd0-30e6-4b53-99a5-a0958419e0bb} TCPHandler: Processed in 0.001779526 sec. 2025.12.16 09:14:41.787947 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.788035 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 09:14:41.788070 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 09:14:41.788426 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.788459 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.789005 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.789510 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): 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.16 09:14:41.789645 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} executeQuery: Read 42 rows, 3.36 KiB in 0.001613 sec., 26038.437693738375 rows/sec., 2.04 MiB/sec. 2025.12.16 09:14:41.789682 [ 3 ] {44d601da-38c6-45af-8a25-cdcc3f3c73c4} TCPHandler: Processed in 0.001774756 sec. 2025.12.16 09:14:41.789783 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.789878 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:41.789925 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 09:14:41.792296 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.792328 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.797163 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.797649 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): 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.16 09:14:41.797784 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} executeQuery: Read 62 rows, 4.40 KiB in 0.007924 sec., 7824.331145885916 rows/sec., 555.32 KiB/sec. 2025.12.16 09:14:41.797822 [ 3 ] {7593d1a5-f777-4c14-9911-e911efc89714} TCPHandler: Processed in 0.008086347 sec. 2025.12.16 09:14:41.797951 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.798053 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:41.798108 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} 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.16 09:14:41.798909 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.798946 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.802461 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.802928 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): 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.16 09:14:41.803078 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} executeQuery: Read 10 rows, 18.35 KiB in 0.005049 sec., 1980.5902158843337 rows/sec., 3.55 MiB/sec. 2025.12.16 09:14:41.803142 [ 3 ] {b0e63576-3e69-4236-b405-dc618e43331f} TCPHandler: Processed in 0.005243295 sec. 2025.12.16 09:14:41.803265 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:41.803362 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 09:14:41.803404 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 09:14:41.803760 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:41.803796 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:41.804261 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:41.804723 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): 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.16 09:14:41.804853 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} executeQuery: Read 18 rows, 1.26 KiB in 0.00151 sec., 11920.529801324503 rows/sec., 836.22 KiB/sec. 2025.12.16 09:14:41.804889 [ 3 ] {9ed967fc-e93f-4bbb-966a-92e250c8c1a5} TCPHandler: Processed in 0.001673974 sec. 2025.12.16 09:14:42.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.20 MiB, peak 166.15 MiB, free memory in arenas 0.00 B, will set to 162.05 MiB (RSS), difference: 2.86 MiB 2025.12.16 09:14:43.039129 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 494 entries to flush up to offset 1470 2025.12.16 09:14:43.039770 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:43.039818 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:43.040686 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:43.041335 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): 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.16 09:14:43.041494 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1470 2025.12.16 09:14:43.148323 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.16 09:14:43.163881 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:43.163934 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:43.170493 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:43.171635 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): 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.16 09:14:43.174757 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.16 09:14:44.000377 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.59 MiB, peak 166.59 MiB, free memory in arenas 0.00 B, will set to 164.06 MiB (RSS), difference: 1.47 MiB 2025.12.16 09:14:46.731166 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:46.731357 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 09:14:46.731423 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 09:14:46.732079 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:46.732125 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:46.732686 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:46.733208 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): 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.16 09:14:46.733362 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} executeQuery: Read 26 rows, 2.01 KiB in 0.002053 sec., 12664.393570384802 rows/sec., 977.51 KiB/sec. 2025.12.16 09:14:46.733409 [ 3 ] {69e4864d-4d6d-45f7-a948-80029e328b17} TCPHandler: Processed in 0.002367564 sec. 2025.12.16 09:14:46.733533 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:46.733637 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 09:14:46.733683 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 09:14:46.734136 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:46.734174 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:46.734631 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:46.735098 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): 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.16 09:14:46.735229 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} executeQuery: Read 28 rows, 2.24 KiB in 0.001616 sec., 17326.73267326733 rows/sec., 1.35 MiB/sec. 2025.12.16 09:14:46.735267 [ 3 ] {a4a64b6a-d9fc-47ba-9e4e-cd4dd712fc15} TCPHandler: Processed in 0.001785506 sec. 2025.12.16 09:14:46.735381 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:46.735477 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:46.735521 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 09:14:46.735924 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:46.735962 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:46.736396 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:46.736854 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): 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.16 09:14:46.736985 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} executeQuery: Read 100 rows, 7.10 KiB in 0.001527 sec., 65487.88474132286 rows/sec., 4.54 MiB/sec. 2025.12.16 09:14:46.737022 [ 3 ] {6f8eb447-2990-4145-a6da-5bcfd8373cc7} TCPHandler: Processed in 0.001690884 sec. 2025.12.16 09:14:46.737142 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:46.737239 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 09:14:46.737282 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 09:14:46.737608 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:46.737645 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:46.738108 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:46.738547 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): 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.16 09:14:46.738681 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} executeQuery: Read 30 rows, 2.10 KiB in 0.001461 sec., 20533.880903490757 rows/sec., 1.41 MiB/sec. 2025.12.16 09:14:46.738716 [ 3 ] {49eab0bb-8334-4c91-9019-f19c3a11c37b} TCPHandler: Processed in 0.001624694 sec. 2025.12.16 09:14:47.479501 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60310 2025.12.16 09:14:47.479633 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.479665 [ 286 ] {} TCP-Session: b8c478c4-2712-4d23-8ed5-0449c084c240 Authenticating user 'default' from [fd00:1122:3344:101::e]:60310 2025.12.16 09:14:47.479690 [ 286 ] {} TCP-Session: b8c478c4-2712-4d23-8ed5-0449c084c240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.479706 [ 286 ] {} TCP-Session: b8c478c4-2712-4d23-8ed5-0449c084c240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.479915 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42475 2025.12.16 09:14:47.479944 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51469 2025.12.16 09:14:47.479996 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50942 2025.12.16 09:14:47.480025 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51951 2025.12.16 09:14:47.480049 [ 286 ] {} TCP-Session: b8c478c4-2712-4d23-8ed5-0449c084c240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:47.480059 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480092 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480033 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43468 2025.12.16 09:14:47.480134 [ 288 ] {} TCP-Session: 6ffeb1bc-4218-4395-871d-27ddb4dd4d94 Authenticating user 'default' from [fd00:1122:3344:101::e]:51469 2025.12.16 09:14:47.480146 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480166 [ 288 ] {} TCP-Session: 6ffeb1bc-4218-4395-871d-27ddb4dd4d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480126 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480193 [ 288 ] {} TCP-Session: 6ffeb1bc-4218-4395-871d-27ddb4dd4d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480190 [ 293 ] {} TCP-Session: f4c38a34-0f04-474d-800d-2ddc5975e2f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51951 2025.12.16 09:14:47.480224 [ 291 ] {} TCP-Session: b3eeeae2-88e0-465f-84b5-77e7576052a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:50942 2025.12.16 09:14:47.480241 [ 286 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} executeQuery: (from [fd00:1122:3344:101::e]:60310) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 09:14:47.480264 [ 293 ] {} TCP-Session: f4c38a34-0f04-474d-800d-2ddc5975e2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480270 [ 291 ] {} TCP-Session: b3eeeae2-88e0-465f-84b5-77e7576052a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480291 [ 293 ] {} TCP-Session: f4c38a34-0f04-474d-800d-2ddc5975e2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480303 [ 291 ] {} TCP-Session: b3eeeae2-88e0-465f-84b5-77e7576052a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480204 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480120 [ 287 ] {} TCP-Session: 2cc84792-6e4e-455d-a4aa-0629d830243c Authenticating user 'default' from [fd00:1122:3344:101::e]:42475 2025.12.16 09:14:47.480361 [ 294 ] {} TCP-Session: 434f5813-0f1b-4008-abf5-24e3773918f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:43468 2025.12.16 09:14:47.480381 [ 287 ] {} TCP-Session: 2cc84792-6e4e-455d-a4aa-0629d830243c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480397 [ 294 ] {} TCP-Session: 434f5813-0f1b-4008-abf5-24e3773918f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480414 [ 287 ] {} TCP-Session: 2cc84792-6e4e-455d-a4aa-0629d830243c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480423 [ 294 ] {} TCP-Session: 434f5813-0f1b-4008-abf5-24e3773918f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480002 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43501 2025.12.16 09:14:47.479968 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41002 2025.12.16 09:14:47.479968 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54396 2025.12.16 09:14:47.480533 [ 286 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.16 09:14:47.480549 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480576 [ 292 ] {} TCP-Session: d1b9b11d-6d72-4c32-b5e6-b60ad3aedf09 Authenticating user 'default' from [fd00:1122:3344:101::e]:43501 2025.12.16 09:14:47.480595 [ 292 ] {} TCP-Session: d1b9b11d-6d72-4c32-b5e6-b60ad3aedf09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480595 [ 286 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:47.480608 [ 292 ] {} TCP-Session: d1b9b11d-6d72-4c32-b5e6-b60ad3aedf09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480620 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480650 [ 290 ] {} TCP-Session: d17fdd89-6774-4288-9dec-86a2339d8e25 Authenticating user 'default' from [fd00:1122:3344:101::e]:41002 2025.12.16 09:14:47.480668 [ 290 ] {} TCP-Session: d17fdd89-6774-4288-9dec-86a2339d8e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480680 [ 290 ] {} TCP-Session: d17fdd89-6774-4288-9dec-86a2339d8e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480701 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.480734 [ 289 ] {} TCP-Session: 8c1c0276-be5e-4719-9fb7-70da8cb44330 Authenticating user 'default' from [fd00:1122:3344:101::e]:54396 2025.12.16 09:14:47.480751 [ 289 ] {} TCP-Session: 8c1c0276-be5e-4719-9fb7-70da8cb44330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480763 [ 289 ] {} TCP-Session: 8c1c0276-be5e-4719-9fb7-70da8cb44330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.480891 [ 286 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2) (SelectExecutor): Key condition: unknown 2025.12.16 09:14:47.481842 [ 309 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} AggregatingTransform: Aggregating 2025.12.16 09:14:47.481909 [ 309 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} Aggregator: Aggregation method: without_key 2025.12.16 09:14:47.481955 [ 309 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000957674 sec. (1044.197 rows/sec., 40.79 KiB/sec.) 2025.12.16 09:14:47.481975 [ 309 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} Aggregator: Merging aggregated data 2025.12.16 09:14:47.483057 [ 286 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} executeQuery: Read 1 rows, 40.00 B in 0.002875 sec., 347.82608695652175 rows/sec., 13.59 KiB/sec. 2025.12.16 09:14:47.483189 [ 286 ] {2e756b4c-ba91-43d7-b529-eba2510e2045} TCPHandler: Processed in 0.003261327 sec. 2025.12.16 09:14:47.483305 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483332 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483334 [ 286 ] {} TCP-Session: b8c478c4-2712-4d23-8ed5-0449c084c240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483360 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483373 [ 294 ] {} TCP-Session: 434f5813-0f1b-4008-abf5-24e3773918f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483380 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483411 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483425 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483441 [ 291 ] {} TCP-Session: b3eeeae2-88e0-465f-84b5-77e7576052a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483450 [ 289 ] {} TCP-Session: 8c1c0276-be5e-4719-9fb7-70da8cb44330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483477 [ 293 ] {} TCP-Session: f4c38a34-0f04-474d-800d-2ddc5975e2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483443 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483406 [ 287 ] {} TCP-Session: 2cc84792-6e4e-455d-a4aa-0629d830243c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483538 [ 292 ] {} TCP-Session: d1b9b11d-6d72-4c32-b5e6-b60ad3aedf09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483395 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483349 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.483600 [ 290 ] {} TCP-Session: d17fdd89-6774-4288-9dec-86a2339d8e25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.483617 [ 288 ] {} TCP-Session: 6ffeb1bc-4218-4395-871d-27ddb4dd4d94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545194 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44484 2025.12.16 09:14:47.545325 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.545357 [ 286 ] {} TCP-Session: c0b577e8-e54c-4b4e-94a6-abd2897feb2e Authenticating user 'default' from [fd00:1122:3344:101::e]:44484 2025.12.16 09:14:47.545383 [ 286 ] {} TCP-Session: c0b577e8-e54c-4b4e-94a6-abd2897feb2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545399 [ 286 ] {} TCP-Session: c0b577e8-e54c-4b4e-94a6-abd2897feb2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545587 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38710 2025.12.16 09:14:47.545642 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51901 2025.12.16 09:14:47.545676 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.545677 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63391 2025.12.16 09:14:47.545691 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59034 2025.12.16 09:14:47.545742 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50756 2025.12.16 09:14:47.545762 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.545777 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.545803 [ 288 ] {} TCP-Session: 4c8a3f7c-7db9-40a7-94f2-57142860c353 Authenticating user 'default' from [fd00:1122:3344:101::e]:51901 2025.12.16 09:14:47.545806 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.545822 [ 289 ] {} TCP-Session: c232e902-c456-497b-8cd4-7ddfeedec467 Authenticating user 'default' from [fd00:1122:3344:101::e]:63391 2025.12.16 09:14:47.545833 [ 288 ] {} TCP-Session: 4c8a3f7c-7db9-40a7-94f2-57142860c353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545845 [ 290 ] {} TCP-Session: bcd18c57-a4a6-43fb-b40b-fadb05ce6d8d Authenticating user 'default' from [fd00:1122:3344:101::e]:59034 2025.12.16 09:14:47.545863 [ 288 ] {} TCP-Session: 4c8a3f7c-7db9-40a7-94f2-57142860c353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545857 [ 289 ] {} TCP-Session: c232e902-c456-497b-8cd4-7ddfeedec467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545876 [ 290 ] {} TCP-Session: bcd18c57-a4a6-43fb-b40b-fadb05ce6d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545896 [ 289 ] {} TCP-Session: c232e902-c456-497b-8cd4-7ddfeedec467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545915 [ 290 ] {} TCP-Session: bcd18c57-a4a6-43fb-b40b-fadb05ce6d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545825 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.545748 [ 286 ] {} TCP-Session: c0b577e8-e54c-4b4e-94a6-abd2897feb2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:47.545987 [ 294 ] {} TCP-Session: 41038557-9810-4917-b886-848e10330380 Authenticating user 'default' from [fd00:1122:3344:101::e]:50756 2025.12.16 09:14:47.545733 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60069 2025.12.16 09:14:47.546028 [ 294 ] {} TCP-Session: 41038557-9810-4917-b886-848e10330380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545717 [ 287 ] {} TCP-Session: 29848166-bdf1-4b43-affe-8d4b801aa9f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:38710 2025.12.16 09:14:47.546069 [ 294 ] {} TCP-Session: 41038557-9810-4917-b886-848e10330380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546095 [ 287 ] {} TCP-Session: 29848166-bdf1-4b43-affe-8d4b801aa9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546095 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.546115 [ 287 ] {} TCP-Session: 29848166-bdf1-4b43-affe-8d4b801aa9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.545693 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59791 2025.12.16 09:14:47.546132 [ 293 ] {} TCP-Session: 7d9e28b9-1f75-4b5f-962f-ca7100080bfd Authenticating user 'default' from [fd00:1122:3344:101::e]:60069 2025.12.16 09:14:47.545723 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65108 2025.12.16 09:14:47.546165 [ 293 ] {} TCP-Session: 7d9e28b9-1f75-4b5f-962f-ca7100080bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546187 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.546206 [ 293 ] {} TCP-Session: 7d9e28b9-1f75-4b5f-962f-ca7100080bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546226 [ 291 ] {} TCP-Session: d1517a6f-0797-49a2-92a8-7513f81d94b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59791 2025.12.16 09:14:47.546158 [ 286 ] {8c18e8de-6d64-4258-a563-9195b5add169} executeQuery: (from [fd00:1122:3344:101::e]:44484) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 09:14:47.546251 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 09:14:47.546254 [ 291 ] {} TCP-Session: d1517a6f-0797-49a2-92a8-7513f81d94b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546295 [ 292 ] {} TCP-Session: c998dd80-f311-4f78-b3b6-a749ab36d027 Authenticating user 'default' from [fd00:1122:3344:101::e]:65108 2025.12.16 09:14:47.546307 [ 291 ] {} TCP-Session: d1517a6f-0797-49a2-92a8-7513f81d94b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546327 [ 292 ] {} TCP-Session: c998dd80-f311-4f78-b3b6-a749ab36d027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546347 [ 292 ] {} TCP-Session: c998dd80-f311-4f78-b3b6-a749ab36d027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.546512 [ 286 ] {8c18e8de-6d64-4258-a563-9195b5add169} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.16 09:14:47.546568 [ 286 ] {8c18e8de-6d64-4258-a563-9195b5add169} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:47.546851 [ 286 ] {8c18e8de-6d64-4258-a563-9195b5add169} oximeter.version (7b89b27e-cdae-407f-82e4-83f95cd97ba2) (SelectExecutor): Key condition: unknown 2025.12.16 09:14:47.547800 [ 298 ] {8c18e8de-6d64-4258-a563-9195b5add169} AggregatingTransform: Aggregating 2025.12.16 09:14:47.547833 [ 298 ] {8c18e8de-6d64-4258-a563-9195b5add169} Aggregator: Aggregation method: without_key 2025.12.16 09:14:47.547870 [ 298 ] {8c18e8de-6d64-4258-a563-9195b5add169} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000918163 sec. (1089.131 rows/sec., 42.54 KiB/sec.) 2025.12.16 09:14:47.547888 [ 298 ] {8c18e8de-6d64-4258-a563-9195b5add169} Aggregator: Merging aggregated data 2025.12.16 09:14:47.549236 [ 286 ] {8c18e8de-6d64-4258-a563-9195b5add169} executeQuery: Read 1 rows, 40.00 B in 0.003132 sec., 319.28480204342276 rows/sec., 12.47 KiB/sec. 2025.12.16 09:14:47.549425 [ 286 ] {8c18e8de-6d64-4258-a563-9195b5add169} TCPHandler: Processed in 0.003805115 sec. 2025.12.16 09:14:47.549538 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549563 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549569 [ 286 ] {} TCP-Session: c0b577e8-e54c-4b4e-94a6-abd2897feb2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549588 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549606 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549624 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549651 [ 291 ] {} TCP-Session: d1517a6f-0797-49a2-92a8-7513f81d94b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549667 [ 294 ] {} TCP-Session: 41038557-9810-4917-b886-848e10330380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549670 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549685 [ 289 ] {} TCP-Session: c232e902-c456-497b-8cd4-7ddfeedec467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549686 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549719 [ 288 ] {} TCP-Session: 4c8a3f7c-7db9-40a7-94f2-57142860c353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549669 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549752 [ 293 ] {} TCP-Session: 7d9e28b9-1f75-4b5f-962f-ca7100080bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549641 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.16 09:14:47.549789 [ 290 ] {} TCP-Session: bcd18c57-a4a6-43fb-b40b-fadb05ce6d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549614 [ 287 ] {} TCP-Session: 29848166-bdf1-4b43-affe-8d4b801aa9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:47.549830 [ 292 ] {} TCP-Session: c998dd80-f311-4f78-b3b6-a749ab36d027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 09:14:50.466128 [ 86 ] {} DNSResolver: Updating DNS cache 2025.12.16 09:14:50.466184 [ 86 ] {} DNSResolver: Updated DNS cache 2025.12.16 09:14:50.530808 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 150 2025.12.16 09:14:50.534145 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:50.534193 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:50.535471 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:50.535903 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): 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.16 09:14:50.536155 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 150 2025.12.16 09:14:50.542514 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1918 2025.12.16 09:14:50.542992 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:50.543041 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:50.543686 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:14:50.544212 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): 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.16 09:14:50.544358 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1918 2025.12.16 09:14:50.675763 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.16 09:14:50.691903 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:50.691964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:50.699800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:14:50.700989 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): 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.16 09:14:50.704736 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.16 09:14:51.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.74 MiB, peak 174.42 MiB, free memory in arenas 0.00 B, will set to 165.89 MiB (RSS), difference: 1.15 MiB 2025.12.16 09:14:51.731567 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:51.731844 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 09:14:51.731943 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 09:14:51.732661 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:51.732703 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:51.733180 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:51.733612 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): 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.16 09:14:51.733754 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} executeQuery: Read 46 rows, 4.01 KiB in 0.001986 sec., 23162.134944612288 rows/sec., 1.97 MiB/sec. 2025.12.16 09:14:51.733794 [ 3 ] {df6e75d6-957e-429a-802a-5590c3d2d359} TCPHandler: Processed in 0.002400415 sec. 2025.12.16 09:14:51.733920 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:51.734015 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 09:14:51.734055 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 09:14:51.734488 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:51.734523 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:51.734968 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:51.735406 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): 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.16 09:14:51.735531 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} executeQuery: Read 10 rows, 770.00 B in 0.001534 sec., 6518.90482398957 rows/sec., 490.19 KiB/sec. 2025.12.16 09:14:51.735567 [ 3 ] {e6308653-ac5e-495a-ac98-c9c1b1cdd35a} TCPHandler: Processed in 0.001694644 sec. 2025.12.16 09:14:51.735677 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:51.735770 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 09:14:51.735809 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 09:14:51.736242 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:51.736277 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:51.736666 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:51.737156 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): 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.16 09:14:51.737280 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} executeQuery: Read 38 rows, 3.04 KiB in 0.001528 sec., 24869.109947643978 rows/sec., 1.94 MiB/sec. 2025.12.16 09:14:51.737315 [ 3 ] {8ff79be7-09e3-46c8-935d-7d459257f4e0} TCPHandler: Processed in 0.001685484 sec. 2025.12.16 09:14:51.737424 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:51.737517 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:51.737559 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 09:14:51.737958 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:51.737993 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:51.738422 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:51.738856 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): 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.16 09:14:51.738981 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} executeQuery: Read 100 rows, 7.10 KiB in 0.001482 sec., 67476.38326585694 rows/sec., 4.68 MiB/sec. 2025.12.16 09:14:51.739015 [ 3 ] {f09fce74-88a6-40ef-b06f-8853717e60be} TCPHandler: Processed in 0.001638534 sec. 2025.12.16 09:14:51.739126 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:51.739217 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:51.739269 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} 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.16 09:14:51.739996 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:51.740032 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:51.740633 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:51.741088 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): 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.16 09:14:51.741220 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} executeQuery: Read 10 rows, 18.35 KiB in 0.00202 sec., 4950.495049504951 rows/sec., 8.87 MiB/sec. 2025.12.16 09:14:51.741268 [ 3 ] {73d0cfb8-afc6-449a-ac11-1272a59e708a} TCPHandler: Processed in 0.002189001 sec. 2025.12.16 09:14:51.741377 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:51.741470 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 09:14:51.741510 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 09:14:51.741833 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:51.741868 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.16 09:14:51.742276 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:51.742750 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): 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.16 09:14:51.742876 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} executeQuery: Read 30 rows, 2.10 KiB in 0.001424 sec., 21067.41573033708 rows/sec., 1.44 MiB/sec. 2025.12.16 09:14:51.742911 [ 3 ] {7852f1fa-4cc2-4562-a4ba-79d0af8b878c} TCPHandler: Processed in 0.001580913 sec. 2025.12.16 09:14:56.731347 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.731583 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.731903 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.735850 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2025.12.16 09:14:56.736092 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.736165 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.736352 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.12.16 09:14:56.738362 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.740307 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.740337 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.744224 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2025.12.16 09:14:56.744260 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.772376 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} executeQuery: Read 16 rows, 671.00 B in 0.040878 sec., 391.4085816331523 rows/sec., 16.03 KiB/sec. 2025.12.16 09:14:56.772492 [ 3 ] {08e3e3a5-0b7f-4980-b59e-154ddb57d3c3} TCPHandler: Processed in 0.041268263 sec. 2025.12.16 09:14:56.772803 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.772972 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.773223 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.773256 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2025.12.16 09:14:56.773434 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.773490 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.773599 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.12.16 09:14:56.773630 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.773649 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.773664 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.773701 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2025.12.16 09:14:56.773719 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.774228 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} executeQuery: Read 16 rows, 671.00 B in 0.001327 sec., 12057.272042200451 rows/sec., 493.80 KiB/sec. 2025.12.16 09:14:56.774289 [ 3 ] {dc5432f9-87ee-4334-9e0d-997a265b8bab} TCPHandler: Processed in 0.001550082 sec. 2025.12.16 09:14:56.774512 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.774645 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.774864 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.774896 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2025.12.16 09:14:56.775058 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.775111 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.775211 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.12.16 09:14:56.775240 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.775259 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.775274 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.775307 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2025.12.16 09:14:56.775326 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.775810 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} executeQuery: Read 16 rows, 671.00 B in 0.001216 sec., 13157.894736842105 rows/sec., 538.88 KiB/sec. 2025.12.16 09:14:56.775892 [ 3 ] {ccfac299-7660-4e9c-ad51-7e69f418fb7b} TCPHandler: Processed in 0.00143246 sec. 2025.12.16 09:14:56.776554 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.776684 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.776898 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.776930 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} 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.16 09:14:56.777097 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.777151 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.777250 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.12.16 09:14:56.777279 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.777298 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.777312 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.777345 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} 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.16 09:14:56.777362 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.777779 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} executeQuery: Read 16 rows, 671.00 B in 0.001146 sec., 13961.605584642233 rows/sec., 571.79 KiB/sec. 2025.12.16 09:14:56.777859 [ 3 ] {ec854b7f-990a-4214-8409-853e67b0548f} TCPHandler: Processed in 0.00135576 sec. 2025.12.16 09:14:56.778066 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.778193 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.778406 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.778438 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} 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.16 09:14:56.778606 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.778659 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.778758 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.12.16 09:14:56.778786 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.778805 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.778819 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.778852 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} 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.16 09:14:56.778869 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.779347 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} executeQuery: Read 16 rows, 671.00 B in 0.001204 sec., 13289.036544850498 rows/sec., 544.25 KiB/sec. 2025.12.16 09:14:56.779403 [ 3 ] {5d98a5f6-50d7-4fee-b6be-2650d469871c} TCPHandler: Processed in 0.00138688 sec. 2025.12.16 09:14:56.779635 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.779759 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.779972 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.780006 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} 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.16 09:14:56.780173 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.780226 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.780323 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.12.16 09:14:56.780352 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.780370 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.780384 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.780415 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} 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.16 09:14:56.780432 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.780785 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} executeQuery: Read 16 rows, 671.00 B in 0.001073 sec., 14911.463187325257 rows/sec., 610.69 KiB/sec. 2025.12.16 09:14:56.780841 [ 3 ] {ef74bed3-d351-4bcd-91ef-ae29a0a63d2f} TCPHandler: Processed in 0.001256708 sec. 2025.12.16 09:14:56.781035 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.781161 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} executeQuery: (from [fd00:1122:3344:101::d]:61491) 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.16 09:14:56.781369 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.16 09:14:56.781403 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} 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.16 09:14:56.781571 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.781623 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 09:14:56.781720 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.12.16 09:14:56.781750 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.16 09:14:56.781769 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (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.16 09:14:56.781783 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.16 09:14:56.781815 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} 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.16 09:14:56.781833 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.12.16 09:14:56.782193 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} executeQuery: Read 16 rows, 671.00 B in 0.00108 sec., 14814.814814814814 rows/sec., 606.73 KiB/sec. 2025.12.16 09:14:56.782249 [ 3 ] {d50b45d3-b990-49d7-86e1-e38d4656bcb6} TCPHandler: Processed in 0.001263438 sec. 2025.12.16 09:14:56.784491 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.784600 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.16 09:14:56.784641 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 09:14:56.785144 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.785185 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.785722 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:56.786120 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} oximeter.timeseries_schema (f5181ed6-0820-4236-a2fc-d8a482db9f5d): 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.16 09:14:56.786274 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} executeQuery: Read 7 rows, 801.00 B in 0.001704 sec., 4107.981220657277 rows/sec., 459.05 KiB/sec. 2025.12.16 09:14:56.786313 [ 3 ] {0ef5c666-bdc3-415e-8cb9-255783141898} TCPHandler: Processed in 0.001873027 sec. 2025.12.16 09:14:56.786417 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.786513 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.16 09:14:56.786553 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.16 09:14:56.786968 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} oximeter.fields_ipaddr (1b53ff50-b0aa-41ee-8eeb-6d5266345e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.787007 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.787421 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 09:14:56.787950 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} oximeter.fields_ipaddr (1b53ff50-b0aa-41ee-8eeb-6d5266345e5e): 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.16 09:14:56.788103 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} executeQuery: Read 4 rows, 334.00 B in 0.001609 sec., 2486.016159105034 rows/sec., 202.72 KiB/sec. 2025.12.16 09:14:56.788146 [ 3 ] {c776d712-f0b2-467b-a611-3e4e87667cf9} TCPHandler: Processed in 0.001778166 sec. 2025.12.16 09:14:56.788270 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.788387 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 09:14:56.788435 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 09:14:56.788957 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.789003 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.789453 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:14:56.789882 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): 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.16 09:14:56.790018 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} executeQuery: Read 70 rows, 6.04 KiB in 0.001657 sec., 42245.02112251056 rows/sec., 3.56 MiB/sec. 2025.12.16 09:14:56.790057 [ 3 ] {4533231c-ae7c-4bbe-8bfe-addd69e6c86f} TCPHandler: Processed in 0.001848286 sec. 2025.12.16 09:14:56.790167 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.790263 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 09:14:56.790303 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 09:14:56.790819 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.790857 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.791318 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:56.791817 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): 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.16 09:14:56.791980 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} executeQuery: Read 23 rows, 1.71 KiB in 0.001735 sec., 13256.484149855907 rows/sec., 984.44 KiB/sec. 2025.12.16 09:14:56.792028 [ 3 ] {dd9414b8-20a1-4b2a-bfcc-3ae9809bb9a2} TCPHandler: Processed in 0.001910697 sec. 2025.12.16 09:14:56.792134 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.792249 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 09:14:56.792298 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 09:14:56.792808 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.792853 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.793328 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:14:56.793884 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): 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.16 09:14:56.794030 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} executeQuery: Read 69 rows, 5.54 KiB in 0.001806 sec., 38205.98006644518 rows/sec., 3.00 MiB/sec. 2025.12.16 09:14:56.794069 [ 3 ] {5ba30a81-01d4-422e-bde8-e44389411553} TCPHandler: Processed in 0.001987519 sec. 2025.12.16 09:14:56.794179 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.794275 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:56.794318 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 09:14:56.794712 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.794748 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.795272 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:14:56.795717 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): 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.16 09:14:56.795857 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} executeQuery: Read 108 rows, 7.70 KiB in 0.001601 sec., 67457.8388507183 rows/sec., 4.70 MiB/sec. 2025.12.16 09:14:56.795894 [ 3 ] {a575b441-cf07-41c1-aad6-0dfc1ee29e36} TCPHandler: Processed in 0.001765865 sec. 2025.12.16 09:14:56.796004 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.796102 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 09:14:56.796155 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} 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.16 09:14:56.796973 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.797010 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.797705 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:14:56.798222 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): 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.16 09:14:56.798368 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} executeQuery: Read 19 rows, 34.86 KiB in 0.002286 sec., 8311.46106736658 rows/sec., 14.89 MiB/sec. 2025.12.16 09:14:56.798426 [ 3 ] {899e3a83-954c-4997-8ea8-dd1237604d49} TCPHandler: Processed in 0.002471645 sec. 2025.12.16 09:14:56.798536 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.798631 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.16 09:14:56.798673 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.16 09:14:56.799014 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} oximeter.measurements_i64 (955d0bc5-d798-4e52-83c6-7b2a3cd604c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.799051 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.799581 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 09:14:56.800032 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} oximeter.measurements_i64 (955d0bc5-d798-4e52-83c6-7b2a3cd604c2): 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.16 09:14:56.800158 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} executeQuery: Read 15 rows, 1.12 KiB in 0.001546 sec., 9702.457956015523 rows/sec., 722.00 KiB/sec. 2025.12.16 09:14:56.800202 [ 3 ] {27756101-93c2-493b-85b6-eb77d3ac148a} TCPHandler: Processed in 0.001715165 sec. 2025.12.16 09:14:56.800303 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:14:56.800399 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 09:14:56.800439 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 09:14:56.800762 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:56.800798 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:56.801209 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:14:56.801647 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): 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.16 09:14:56.801782 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} executeQuery: Read 36 rows, 2.48 KiB in 0.001401 sec., 25695.93147751606 rows/sec., 1.73 MiB/sec. 2025.12.16 09:14:56.801822 [ 3 ] {287ad5e7-a22b-4aaf-bb7b-8b51d7d16e19} TCPHandler: Processed in 0.001568462 sec. 2025.12.16 09:14:58.044523 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2430 2025.12.16 09:14:58.045031 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:58.045076 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:58.045804 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 09:14:58.046344 [ 245 ] {} system.asynchronous_metric_log (45518127-14e0-4b3b-93f8-4bf019aec1dc): 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.16 09:14:58.046519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2430 2025.12.16 09:14:58.204891 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.16 09:14:58.221556 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:14:58.221611 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:14:58.227796 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 09:14:58.228957 [ 244 ] {} system.metric_log (4ed2c0f7-b668-45b6-b5e7-adc071dcf787): 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.16 09:14:58.232043 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.16 09:15:00.536477 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 194 2025.12.16 09:15:00.539280 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:00.539341 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:00.540982 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 09:15:00.541573 [ 243 ] {} system.query_log (3305b894-eb6b-4acd-873a-6ff9ce8ec295): 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.16 09:15:00.541894 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 194 2025.12.16 09:15:01.733316 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:15:01.733493 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 09:15:01.733562 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 09:15:01.734235 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:01.734285 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:01.734851 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 09:15:01.735358 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} oximeter.fields_string (99837e8d-d07d-48db-945e-8f247ab67f1d): 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.16 09:15:01.735548 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} executeQuery: Read 50 rows, 4.35 KiB in 0.002104 sec., 23764.25855513308 rows/sec., 2.02 MiB/sec. 2025.12.16 09:15:01.735596 [ 3 ] {bdc15c40-2be1-4a33-ad45-6c3aea788818} TCPHandler: Processed in 0.002415185 sec. 2025.12.16 09:15:01.735727 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:15:01.735829 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 09:15:01.735871 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 09:15:01.736309 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:01.736348 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:01.736871 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:15:01.737413 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} oximeter.fields_u16 (ad319ede-4a6a-4a15-90f1-c713e7442d7d): 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.16 09:15:01.737555 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} executeQuery: Read 10 rows, 770.00 B in 0.001747 sec., 5724.098454493417 rows/sec., 430.43 KiB/sec. 2025.12.16 09:15:01.737594 [ 3 ] {25bf0212-dd2a-4dfe-85dd-77691d14488c} TCPHandler: Processed in 0.001919008 sec. 2025.12.16 09:15:01.737721 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:15:01.737816 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 09:15:01.737858 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 09:15:01.738279 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:01.738317 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:01.738747 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 09:15:01.739225 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} oximeter.fields_uuid (d98dce6b-c11e-46ff-b293-c476c5562ef3): 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.16 09:15:01.739379 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} executeQuery: Read 46 rows, 3.68 KiB in 0.001581 sec., 29095.5091714105 rows/sec., 2.27 MiB/sec. 2025.12.16 09:15:01.739422 [ 3 ] {d5625caf-2a64-4679-87a5-a8ca3f8d4cb0} TCPHandler: Processed in 0.001750795 sec. 2025.12.16 09:15:01.739543 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:15:01.739641 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 09:15:01.739685 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 09:15:01.740089 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:01.740127 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:01.740586 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 09:15:01.741185 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} oximeter.measurements_cumulativeu64 (172f699d-9e81-4cb7-bdd5-7679e7b3fa8b): 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.16 09:15:01.741361 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} executeQuery: Read 110 rows, 7.86 KiB in 0.001738 sec., 63291.13924050633 rows/sec., 4.42 MiB/sec. 2025.12.16 09:15:01.741410 [ 3 ] {d34ac389-caf1-46bd-b391-7f6690802892} TCPHandler: Processed in 0.001916538 sec. 2025.12.16 09:15:01.741533 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:15:01.741630 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 09:15:01.741683 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} 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.16 09:15:01.742551 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:01.742596 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:01.743384 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 09:15:01.743828 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} oximeter.measurements_histogramu64 (da1086ae-a67f-4743-9ad9-022bd1260a05): 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.16 09:15:01.743983 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} executeQuery: Read 10 rows, 18.35 KiB in 0.002372 sec., 4215.851602023608 rows/sec., 7.55 MiB/sec. 2025.12.16 09:15:01.744045 [ 3 ] {ad8425a9-9d76-4325-b02a-ca694171bf33} TCPHandler: Processed in 0.002561957 sec. 2025.12.16 09:15:01.744177 [ 3 ] {} TCP-Session: d0bbb5f1-6fe6-4474-b280-d2d6740312d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 09:15:01.744279 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} executeQuery: (from [fd00:1122:3344:101::d]:61491) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 09:15:01.744323 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 09:15:01.744674 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 09:15:01.744712 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.12.16 09:15:01.745272 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 09:15:01.745740 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} oximeter.measurements_u64 (e9f9b6e8-a9e2-4349-90fd-5cb21865858c): 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.16 09:15:01.745905 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} executeQuery: Read 40 rows, 2.73 KiB in 0.001646 sec., 24301.336573511544 rows/sec., 1.62 MiB/sec. 2025.12.16 09:15:01.745947 [ 3 ] {fbfa1e33-feac-41b5-a344-aec7fe70ce41} TCPHandler: Processed in 0.001821136 sec.