[ Mar 2 22:29:25 Enabled. ] [ Mar 2 22:29:25 Rereading configuration. ] [ Mar 2 22:29:26 Rereading configuration. ] [ Mar 2 22:29:29 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 [ Mar 2 22:29:29 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.02 22:29:30.365496 [ 1 ] {} Application: Will watch for the process with pid 25536 2026.03.02 22:29:30.365902 [ 1 ] {} Application: Forked a child process to watch 2026.03.02 22:29:30.529339 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25536 2026.03.02 22:29:30.530065 [ 1 ] {} Application: starting up 2026.03.02 22:29:30.530213 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.02 22:29:30.615535 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.02 22:29:30.681130 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.02 22:29:30.681190 [ 1 ] {} Application: Initializing DateLUT. 2026.03.02 22:29:30.681211 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.02 22:29:30.681274 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.02 22:29:30.681702 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.02 22:29:30.683819 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.02 22:29:30.684599 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.02 22:29:30.685453 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.02 22:29:30.685478 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.02 22:29:30.685492 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.02 22:29:30.686199 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.02 22:29:30.687291 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.02 22:29:30.692940 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.02 22:29:30.693652 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.02 22:29:30.695140 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.02 22:29:30.695206 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.02 22:29:30.696191 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.02 22:29:30.696576 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.02 22:29:30.700433 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.02 22:29:30.700707 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.02 22:29:30.703871 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.02 22:29:30.704214 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.02 22:29:30.704560 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.02 22:29:30.704888 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.02 22:29:30.706198 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.02 22:29:30.706222 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.02 22:29:30.706325 [ 25 ] {} DNSResolver: Updating DNS cache 2026.03.02 22:29:30.706423 [ 25 ] {} DNSResolver: Updated DNS cache 2026.03.02 22:29:30.730358 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.02 22:29:30.730399 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000183114 sec 2026.03.02 22:29:30.730422 [ 1 ] {} ReferentialDeps: No tables 2026.03.02 22:29:30.730435 [ 1 ] {} LoadingDeps: No tables 2026.03.02 22:29:30.731099 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.02 22:29:30.731668 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.02 22:29:30.739941 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.02 22:29:30.739982 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.02 22:29:30.740008 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.02 22:29:30.740019 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.02 22:29:30.740050 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.02 22:29:30.740067 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.02 22:29:30.742069 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.02 22:29:30.742112 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.02 22:29:30.742130 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.02 22:29:30.742268 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.02 22:29:30.742307 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.02 22:29:30.742320 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.02 22:29:30.742341 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.02 22:29:30.742353 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.02 22:29:30.742382 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.02 22:29:30.742400 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.02 22:29:30.764224 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.02 22:29:30.767549 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.02 22:29:30.767591 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3121e-05 sec 2026.03.02 22:29:30.767606 [ 1 ] {} ReferentialDeps: No tables 2026.03.02 22:29:30.767618 [ 1 ] {} LoadingDeps: No tables 2026.03.02 22:29:30.767646 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.02 22:29:30.767857 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.02 22:29:30.767906 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.02 22:29:30.767922 [ 1 ] {} Application: Loaded metadata. 2026.03.02 22:29:30.767932 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.02 22:29:30.767943 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.02 22:29:30.771533 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.02 22:29:30.771747 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.67 MiB (RSS), difference: 91.89 MiB 2026.03.02 22:29:30.773112 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.327e-05 sec. 2026.03.02 22:29:30.773487 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.02 22:29:30.773543 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.02 22:29:30.773558 [ 1 ] {} Application: Ready for connections. 2026.03.02 22:29:31.385607 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42984 2026.03.02 22:29:31.386620 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.386678 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42984 2026.03.02 22:29:31.386705 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.386734 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.386828 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.02 22:29:31.386855 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:31.386884 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:31.387384 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60338 2026.03.02 22:29:31.388275 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51606 2026.03.02 22:29:31.388614 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60893 2026.03.02 22:29:31.389037 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.388275 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60661 2026.03.02 22:29:31.389153 [ 4 ] {} TCP-Session: 3f8c77bd-f30d-4e89-af1b-304f953dc82c Authenticating user 'default' from [fd00:1122:3344:101::d]:60338 2026.03.02 22:29:31.389183 [ 4 ] {} TCP-Session: 3f8c77bd-f30d-4e89-af1b-304f953dc82c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.389197 [ 4 ] {} TCP-Session: 3f8c77bd-f30d-4e89-af1b-304f953dc82c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.389246 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51585 2026.03.02 22:29:31.389871 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.389917 [ 5 ] {} TCP-Session: 0c881d5c-5e5a-4e8e-b7ae-5c59279948e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51606 2026.03.02 22:29:31.389955 [ 5 ] {} TCP-Session: 0c881d5c-5e5a-4e8e-b7ae-5c59279948e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.389967 [ 5 ] {} TCP-Session: 0c881d5c-5e5a-4e8e-b7ae-5c59279948e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390020 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.390044 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37806 2026.03.02 22:29:31.390052 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.390077 [ 256 ] {} TCP-Session: 84176244-d1df-4750-989e-3ec5126a71fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51585 2026.03.02 22:29:31.390042 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.390117 [ 256 ] {} TCP-Session: 84176244-d1df-4750-989e-3ec5126a71fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390157 [ 253 ] {} TCP-Session: 8df9969c-b02d-4cec-b986-c8ba311eab64 Authenticating user 'default' from [fd00:1122:3344:101::d]:60661 2026.03.02 22:29:31.390178 [ 256 ] {} TCP-Session: 84176244-d1df-4750-989e-3ec5126a71fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390198 [ 253 ] {} TCP-Session: 8df9969c-b02d-4cec-b986-c8ba311eab64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390181 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38015 2026.03.02 22:29:31.390232 [ 253 ] {} TCP-Session: 8df9969c-b02d-4cec-b986-c8ba311eab64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390105 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.390297 [ 255 ] {} TCP-Session: 11558b12-ea9d-4776-9907-7b7de32ff50b Authenticating user 'default' from [fd00:1122:3344:101::d]:60893 2026.03.02 22:29:31.390314 [ 255 ] {} TCP-Session: 11558b12-ea9d-4776-9907-7b7de32ff50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390322 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.390345 [ 255 ] {} TCP-Session: 11558b12-ea9d-4776-9907-7b7de32ff50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390359 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51361 2026.03.02 22:29:31.390400 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.390373 [ 257 ] {} TCP-Session: c8bfef60-fe38-4625-92b1-15f3e9012521 Authenticating user 'default' from [fd00:1122:3344:101::d]:37806 2026.03.02 22:29:31.390450 [ 258 ] {} TCP-Session: c0329307-b539-4b42-8254-4823d48ad06e Authenticating user 'default' from [fd00:1122:3344:101::d]:38015 2026.03.02 22:29:31.390476 [ 257 ] {} TCP-Session: c8bfef60-fe38-4625-92b1-15f3e9012521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390482 [ 258 ] {} TCP-Session: c0329307-b539-4b42-8254-4823d48ad06e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390537 [ 257 ] {} TCP-Session: c8bfef60-fe38-4625-92b1-15f3e9012521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.390547 [ 258 ] {} TCP-Session: c0329307-b539-4b42-8254-4823d48ad06e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.391694 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:31.391756 [ 259 ] {} TCP-Session: 38ac7a11-2508-4637-a2a6-d38b398ce0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51361 2026.03.02 22:29:31.391779 [ 259 ] {} TCP-Session: 38ac7a11-2508-4637-a2a6-d38b398ce0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.391801 [ 259 ] {} TCP-Session: 38ac7a11-2508-4637-a2a6-d38b398ce0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:31.393110 [ 3 ] {5cc32e67-d58f-432b-8435-79e71f62ac7c} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.02 22:29:31.503164 [ 3 ] {5cc32e67-d58f-432b-8435-79e71f62ac7c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42984) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.02 22:29:31.503459 [ 3 ] {5cc32e67-d58f-432b-8435-79e71f62ac7c} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.02 22:29:31.503550 [ 3 ] {5cc32e67-d58f-432b-8435-79e71f62ac7c} TCPHandler: Processed in 0.115938368 sec. 2026.03.02 22:29:31.504020 [ 4 ] {} TCP-Session: 3f8c77bd-f30d-4e89-af1b-304f953dc82c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.504287 [ 4 ] {46964091-fbec-4c5c-a923-4a6cce87602a} executeQuery: (from [fd00:1122:3344:101::d]:60338) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.02 22:29:31.504727 [ 4 ] {46964091-fbec-4c5c-a923-4a6cce87602a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60338) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.02 22:29:31.504881 [ 4 ] {46964091-fbec-4c5c-a923-4a6cce87602a} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.02 22:29:31.504965 [ 4 ] {46964091-fbec-4c5c-a923-4a6cce87602a} TCPHandler: Processed in 0.001116158 sec. 2026.03.02 22:29:31.505510 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.506306 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.02 22:29:31.506918 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.02 22:29:31.512352 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.02 22:29:31.512380 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0832e-05 sec 2026.03.02 22:29:31.512397 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} ReferentialDeps: No tables 2026.03.02 22:29:31.512436 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} LoadingDeps: No tables 2026.03.02 22:29:31.512469 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} DatabaseAtomic (oximeter): Starting up tables. 2026.03.02 22:29:31.513201 [ 3 ] {0fe66da7-1658-4b82-a9f5-6f0520730e8b} TCPHandler: Processed in 0.007807636 sec. 2026.03.02 22:29:31.513357 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.513551 [ 3 ] {162e0f37-4b6b-4237-ade1-74ed933c97fb} executeQuery: (from [fd00:1122:3344:101::d]:42984) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.02 22:29:31.513607 [ 3 ] {162e0f37-4b6b-4237-ade1-74ed933c97fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.02 22:29:31.518793 [ 3 ] {162e0f37-4b6b-4237-ade1-74ed933c97fb} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.02 22:29:31.521285 [ 3 ] {162e0f37-4b6b-4237-ade1-74ed933c97fb} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73): Loading data parts 2026.03.02 22:29:31.522465 [ 3 ] {162e0f37-4b6b-4237-ade1-74ed933c97fb} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73): There are no data parts 2026.03.02 22:29:31.530153 [ 3 ] {162e0f37-4b6b-4237-ade1-74ed933c97fb} TCPHandler: Processed in 0.016848432 sec. 2026.03.02 22:29:31.530319 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.530506 [ 3 ] {b216b12b-79d9-4c10-81f6-adc61c1bd7a8} executeQuery: (from [fd00:1122:3344:101::d]:42984) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.530600 [ 3 ] {b216b12b-79d9-4c10-81f6-adc61c1bd7a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.02 22:29:31.543424 [ 3 ] {b216b12b-79d9-4c10-81f6-adc61c1bd7a8} oximeter.measurements_bool (97de96e7-5575-45cc-bb55-c0b9486cda0d): Loading data parts 2026.03.02 22:29:31.543670 [ 3 ] {b216b12b-79d9-4c10-81f6-adc61c1bd7a8} oximeter.measurements_bool (97de96e7-5575-45cc-bb55-c0b9486cda0d): There are no data parts 2026.03.02 22:29:31.545287 [ 3 ] {b216b12b-79d9-4c10-81f6-adc61c1bd7a8} TCPHandler: Processed in 0.015021162 sec. 2026.03.02 22:29:31.545440 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.545617 [ 3 ] {41adc93d-6834-4542-900d-6088d5286f02} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.545675 [ 3 ] {41adc93d-6834-4542-900d-6088d5286f02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.02 22:29:31.548183 [ 3 ] {41adc93d-6834-4542-900d-6088d5286f02} oximeter.measurements_i8 (a51073d1-90b4-4510-a1be-82153cac9154): Loading data parts 2026.03.02 22:29:31.548324 [ 3 ] {41adc93d-6834-4542-900d-6088d5286f02} oximeter.measurements_i8 (a51073d1-90b4-4510-a1be-82153cac9154): There are no data parts 2026.03.02 22:29:31.549625 [ 3 ] {41adc93d-6834-4542-900d-6088d5286f02} TCPHandler: Processed in 0.004236888 sec. 2026.03.02 22:29:31.549786 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.549943 [ 3 ] {d3e89486-f480-46e7-89a2-290db7de53d1} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.550017 [ 3 ] {d3e89486-f480-46e7-89a2-290db7de53d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.02 22:29:31.559722 [ 3 ] {d3e89486-f480-46e7-89a2-290db7de53d1} oximeter.measurements_u8 (2591c691-65bd-4b64-be76-5b71572ddd9b): Loading data parts 2026.03.02 22:29:31.559895 [ 3 ] {d3e89486-f480-46e7-89a2-290db7de53d1} oximeter.measurements_u8 (2591c691-65bd-4b64-be76-5b71572ddd9b): There are no data parts 2026.03.02 22:29:31.563199 [ 3 ] {d3e89486-f480-46e7-89a2-290db7de53d1} TCPHandler: Processed in 0.013462037 sec. 2026.03.02 22:29:31.563354 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.563523 [ 3 ] {80af0c62-4d1d-436c-a9d5-da5b460b0a2d} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.563566 [ 3 ] {80af0c62-4d1d-436c-a9d5-da5b460b0a2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.02 22:29:31.566259 [ 3 ] {80af0c62-4d1d-436c-a9d5-da5b460b0a2d} oximeter.measurements_i16 (c05d94c1-fde1-47c5-b3e0-a79dbe8c2222): Loading data parts 2026.03.02 22:29:31.566413 [ 3 ] {80af0c62-4d1d-436c-a9d5-da5b460b0a2d} oximeter.measurements_i16 (c05d94c1-fde1-47c5-b3e0-a79dbe8c2222): There are no data parts 2026.03.02 22:29:31.567752 [ 3 ] {80af0c62-4d1d-436c-a9d5-da5b460b0a2d} TCPHandler: Processed in 0.004451071 sec. 2026.03.02 22:29:31.567923 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.568078 [ 3 ] {d92c84de-18de-4b94-addf-b4d3e231ef4a} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.568131 [ 3 ] {d92c84de-18de-4b94-addf-b4d3e231ef4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.02 22:29:31.575930 [ 3 ] {d92c84de-18de-4b94-addf-b4d3e231ef4a} oximeter.measurements_u16 (c2fc5b78-3a9e-4967-a8c8-7cf688f187ad): Loading data parts 2026.03.02 22:29:31.576266 [ 3 ] {d92c84de-18de-4b94-addf-b4d3e231ef4a} oximeter.measurements_u16 (c2fc5b78-3a9e-4967-a8c8-7cf688f187ad): There are no data parts 2026.03.02 22:29:31.580409 [ 3 ] {d92c84de-18de-4b94-addf-b4d3e231ef4a} TCPHandler: Processed in 0.012534842 sec. 2026.03.02 22:29:31.580580 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.580782 [ 3 ] {44c4aa04-5147-4ba2-9be6-f03a2d7bb366} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.580834 [ 3 ] {44c4aa04-5147-4ba2-9be6-f03a2d7bb366} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.02 22:29:31.586799 [ 3 ] {44c4aa04-5147-4ba2-9be6-f03a2d7bb366} oximeter.measurements_i32 (5ea91a71-0f9f-4454-9090-e5f899f38c89): Loading data parts 2026.03.02 22:29:31.586947 [ 3 ] {44c4aa04-5147-4ba2-9be6-f03a2d7bb366} oximeter.measurements_i32 (5ea91a71-0f9f-4454-9090-e5f899f38c89): There are no data parts 2026.03.02 22:29:31.591713 [ 3 ] {44c4aa04-5147-4ba2-9be6-f03a2d7bb366} TCPHandler: Processed in 0.01119349 sec. 2026.03.02 22:29:31.591918 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.592079 [ 3 ] {d03e046c-aef2-439b-b71e-f986669aedc0} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.592139 [ 3 ] {d03e046c-aef2-439b-b71e-f986669aedc0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.02 22:29:31.596944 [ 3 ] {d03e046c-aef2-439b-b71e-f986669aedc0} oximeter.measurements_u32 (22e1a85a-9b2b-458a-a567-151f0d1054ae): Loading data parts 2026.03.02 22:29:31.597148 [ 3 ] {d03e046c-aef2-439b-b71e-f986669aedc0} oximeter.measurements_u32 (22e1a85a-9b2b-458a-a567-151f0d1054ae): There are no data parts 2026.03.02 22:29:31.605043 [ 3 ] {d03e046c-aef2-439b-b71e-f986669aedc0} TCPHandler: Processed in 0.013176302 sec. 2026.03.02 22:29:31.605219 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.605426 [ 3 ] {3ec73eeb-3063-48cc-9022-6c26396a1d78} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.605502 [ 3 ] {3ec73eeb-3063-48cc-9022-6c26396a1d78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.02 22:29:31.610707 [ 3 ] {3ec73eeb-3063-48cc-9022-6c26396a1d78} oximeter.measurements_i64 (0cdc9c06-0b74-41b8-a7f6-3f9997b3cac9): Loading data parts 2026.03.02 22:29:31.610854 [ 3 ] {3ec73eeb-3063-48cc-9022-6c26396a1d78} oximeter.measurements_i64 (0cdc9c06-0b74-41b8-a7f6-3f9997b3cac9): There are no data parts 2026.03.02 22:29:31.616483 [ 3 ] {3ec73eeb-3063-48cc-9022-6c26396a1d78} TCPHandler: Processed in 0.011322412 sec. 2026.03.02 22:29:31.616665 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.616827 [ 3 ] {95295d35-860b-4b79-8919-f5b7c11f60d7} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.616878 [ 3 ] {95295d35-860b-4b79-8919-f5b7c11f60d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.02 22:29:31.620808 [ 3 ] {95295d35-860b-4b79-8919-f5b7c11f60d7} oximeter.measurements_u64 (2e4a2253-0e16-4442-9c2e-6f4aa8cbb67d): Loading data parts 2026.03.02 22:29:31.620955 [ 3 ] {95295d35-860b-4b79-8919-f5b7c11f60d7} oximeter.measurements_u64 (2e4a2253-0e16-4442-9c2e-6f4aa8cbb67d): There are no data parts 2026.03.02 22:29:31.625422 [ 3 ] {95295d35-860b-4b79-8919-f5b7c11f60d7} TCPHandler: Processed in 0.008803952 sec. 2026.03.02 22:29:31.625593 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.625782 [ 3 ] {e049c9ba-e457-4779-b1b0-57926c2b7b9e} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.625862 [ 3 ] {e049c9ba-e457-4779-b1b0-57926c2b7b9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.02 22:29:31.627809 [ 3 ] {e049c9ba-e457-4779-b1b0-57926c2b7b9e} oximeter.measurements_f32 (29793c70-83bd-47c8-b42c-f6d2585e5427): Loading data parts 2026.03.02 22:29:31.627955 [ 3 ] {e049c9ba-e457-4779-b1b0-57926c2b7b9e} oximeter.measurements_f32 (29793c70-83bd-47c8-b42c-f6d2585e5427): There are no data parts 2026.03.02 22:29:31.633179 [ 3 ] {e049c9ba-e457-4779-b1b0-57926c2b7b9e} TCPHandler: Processed in 0.007643523 sec. 2026.03.02 22:29:31.633336 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.633537 [ 3 ] {99907b69-9288-4282-82d1-df51fd84ec3d} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.633608 [ 3 ] {99907b69-9288-4282-82d1-df51fd84ec3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.02 22:29:31.639723 [ 3 ] {99907b69-9288-4282-82d1-df51fd84ec3d} oximeter.measurements_f64 (e87334f3-337d-4fe5-a446-14ded06d67df): Loading data parts 2026.03.02 22:29:31.639948 [ 3 ] {99907b69-9288-4282-82d1-df51fd84ec3d} oximeter.measurements_f64 (e87334f3-337d-4fe5-a446-14ded06d67df): There are no data parts 2026.03.02 22:29:31.645928 [ 3 ] {99907b69-9288-4282-82d1-df51fd84ec3d} TCPHandler: Processed in 0.012650853 sec. 2026.03.02 22:29:31.646073 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.646227 [ 3 ] {70aea00e-778b-42f2-b657-6640f7051485} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.646280 [ 3 ] {70aea00e-778b-42f2-b657-6640f7051485} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.02 22:29:31.648313 [ 3 ] {70aea00e-778b-42f2-b657-6640f7051485} oximeter.measurements_string (2c97f380-64de-41aa-b9b7-62d4f2e50df6): Loading data parts 2026.03.02 22:29:31.648473 [ 3 ] {70aea00e-778b-42f2-b657-6640f7051485} oximeter.measurements_string (2c97f380-64de-41aa-b9b7-62d4f2e50df6): There are no data parts 2026.03.02 22:29:31.650511 [ 3 ] {70aea00e-778b-42f2-b657-6640f7051485} TCPHandler: Processed in 0.004487652 sec. 2026.03.02 22:29:31.650653 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.650823 [ 3 ] {954a1ce4-1886-4d0a-9959-79ee37afe81d} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.650888 [ 3 ] {954a1ce4-1886-4d0a-9959-79ee37afe81d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.02 22:29:31.652609 [ 3 ] {954a1ce4-1886-4d0a-9959-79ee37afe81d} oximeter.measurements_bytes (b6333cac-084d-4592-b972-7a65a36eaf6c): Loading data parts 2026.03.02 22:29:31.652754 [ 3 ] {954a1ce4-1886-4d0a-9959-79ee37afe81d} oximeter.measurements_bytes (b6333cac-084d-4592-b972-7a65a36eaf6c): There are no data parts 2026.03.02 22:29:31.660184 [ 3 ] {954a1ce4-1886-4d0a-9959-79ee37afe81d} TCPHandler: Processed in 0.009578744 sec. 2026.03.02 22:29:31.660373 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.660574 [ 3 ] {c2a90810-ba7e-4859-8359-d4f8f1e0dbc3} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.660643 [ 3 ] {c2a90810-ba7e-4859-8359-d4f8f1e0dbc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.02 22:29:31.663801 [ 3 ] {c2a90810-ba7e-4859-8359-d4f8f1e0dbc3} oximeter.measurements_cumulativei64 (6825f656-98be-43e1-a420-f28275ed85f1): Loading data parts 2026.03.02 22:29:31.663962 [ 3 ] {c2a90810-ba7e-4859-8359-d4f8f1e0dbc3} oximeter.measurements_cumulativei64 (6825f656-98be-43e1-a420-f28275ed85f1): There are no data parts 2026.03.02 22:29:31.665292 [ 3 ] {c2a90810-ba7e-4859-8359-d4f8f1e0dbc3} TCPHandler: Processed in 0.00497904 sec. 2026.03.02 22:29:31.665444 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.665613 [ 3 ] {b7f8146e-b659-4068-81de-23114a8aef55} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.665662 [ 3 ] {b7f8146e-b659-4068-81de-23114a8aef55} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.02 22:29:31.675587 [ 3 ] {b7f8146e-b659-4068-81de-23114a8aef55} oximeter.measurements_cumulativeu64 (05718752-14a3-442f-b8ef-c94e1b7a8763): Loading data parts 2026.03.02 22:29:31.675732 [ 3 ] {b7f8146e-b659-4068-81de-23114a8aef55} oximeter.measurements_cumulativeu64 (05718752-14a3-442f-b8ef-c94e1b7a8763): There are no data parts 2026.03.02 22:29:31.680291 [ 3 ] {b7f8146e-b659-4068-81de-23114a8aef55} TCPHandler: Processed in 0.01489543 sec. 2026.03.02 22:29:31.680462 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.680653 [ 3 ] {d458953d-b449-4449-a3bd-e73becee0870} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.680718 [ 3 ] {d458953d-b449-4449-a3bd-e73becee0870} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.02 22:29:31.684099 [ 3 ] {d458953d-b449-4449-a3bd-e73becee0870} oximeter.measurements_cumulativef32 (044eb464-51c3-45fc-93bc-2407b7bc1c74): Loading data parts 2026.03.02 22:29:31.684272 [ 3 ] {d458953d-b449-4449-a3bd-e73becee0870} oximeter.measurements_cumulativef32 (044eb464-51c3-45fc-93bc-2407b7bc1c74): There are no data parts 2026.03.02 22:29:31.685657 [ 3 ] {d458953d-b449-4449-a3bd-e73becee0870} TCPHandler: Processed in 0.005253584 sec. 2026.03.02 22:29:31.685794 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.685965 [ 3 ] {88f514a2-591f-4f2b-896f-d09730acf3cb} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.686019 [ 3 ] {88f514a2-591f-4f2b-896f-d09730acf3cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.02 22:29:31.693869 [ 3 ] {88f514a2-591f-4f2b-896f-d09730acf3cb} oximeter.measurements_cumulativef64 (2ab0551b-b76a-412f-97c2-e142e2cea7cb): Loading data parts 2026.03.02 22:29:31.694118 [ 3 ] {88f514a2-591f-4f2b-896f-d09730acf3cb} oximeter.measurements_cumulativef64 (2ab0551b-b76a-412f-97c2-e142e2cea7cb): There are no data parts 2026.03.02 22:29:31.703048 [ 3 ] {88f514a2-591f-4f2b-896f-d09730acf3cb} TCPHandler: Processed in 0.017298978 sec. 2026.03.02 22:29:31.703374 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.703613 [ 3 ] {51103cd1-6f8d-47cb-ba1e-f2a6417582a3} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.703687 [ 3 ] {51103cd1-6f8d-47cb-ba1e-f2a6417582a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.02 22:29:31.707129 [ 3 ] {51103cd1-6f8d-47cb-ba1e-f2a6417582a3} oximeter.measurements_histogrami8 (7a491fba-3486-4bec-a469-11ee966e4e79): Loading data parts 2026.03.02 22:29:31.707305 [ 3 ] {51103cd1-6f8d-47cb-ba1e-f2a6417582a3} oximeter.measurements_histogrami8 (7a491fba-3486-4bec-a469-11ee966e4e79): There are no data parts 2026.03.02 22:29:31.708647 [ 3 ] {51103cd1-6f8d-47cb-ba1e-f2a6417582a3} TCPHandler: Processed in 0.005395858 sec. 2026.03.02 22:29:31.708785 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.709006 [ 3 ] {020f2583-dacd-42af-bf0d-60e9fde7a89d} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.709068 [ 3 ] {020f2583-dacd-42af-bf0d-60e9fde7a89d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.02 22:29:31.718880 [ 3 ] {020f2583-dacd-42af-bf0d-60e9fde7a89d} oximeter.measurements_histogramu8 (df071aab-dad3-4977-834e-ba0c7d777616): Loading data parts 2026.03.02 22:29:31.719024 [ 3 ] {020f2583-dacd-42af-bf0d-60e9fde7a89d} oximeter.measurements_histogramu8 (df071aab-dad3-4977-834e-ba0c7d777616): There are no data parts 2026.03.02 22:29:31.724728 [ 3 ] {020f2583-dacd-42af-bf0d-60e9fde7a89d} TCPHandler: Processed in 0.015991618 sec. 2026.03.02 22:29:31.724867 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.725097 [ 3 ] {1369d3ec-908e-4ab0-a322-ad7f3477052b} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.725174 [ 3 ] {1369d3ec-908e-4ab0-a322-ad7f3477052b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.02 22:29:31.728449 [ 3 ] {1369d3ec-908e-4ab0-a322-ad7f3477052b} oximeter.measurements_histogrami16 (a769f3c1-61e9-4c7a-9eeb-2b599fd4a73b): Loading data parts 2026.03.02 22:29:31.728646 [ 3 ] {1369d3ec-908e-4ab0-a322-ad7f3477052b} oximeter.measurements_histogrami16 (a769f3c1-61e9-4c7a-9eeb-2b599fd4a73b): There are no data parts 2026.03.02 22:29:31.729977 [ 3 ] {1369d3ec-908e-4ab0-a322-ad7f3477052b} TCPHandler: Processed in 0.005200914 sec. 2026.03.02 22:29:31.730109 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.730389 [ 3 ] {005a40b1-7c86-4fcc-b797-edbf57849ba3} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.730451 [ 3 ] {005a40b1-7c86-4fcc-b797-edbf57849ba3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.02 22:29:31.738712 [ 3 ] {005a40b1-7c86-4fcc-b797-edbf57849ba3} oximeter.measurements_histogramu16 (a5900e1c-7a18-453a-83dc-43a9927b2638): Loading data parts 2026.03.02 22:29:31.738865 [ 3 ] {005a40b1-7c86-4fcc-b797-edbf57849ba3} oximeter.measurements_histogramu16 (a5900e1c-7a18-453a-83dc-43a9927b2638): There are no data parts 2026.03.02 22:29:31.741073 [ 3 ] {005a40b1-7c86-4fcc-b797-edbf57849ba3} TCPHandler: Processed in 0.010961517 sec. 2026.03.02 22:29:31.741241 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.741524 [ 3 ] {d453e064-767c-495a-83fb-002c4245b0e5} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.741609 [ 3 ] {d453e064-767c-495a-83fb-002c4245b0e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.02 22:29:31.744395 [ 3 ] {d453e064-767c-495a-83fb-002c4245b0e5} oximeter.measurements_histogrami32 (78ec175a-bfb2-4573-a3ab-70c1246eaaa9): Loading data parts 2026.03.02 22:29:31.744568 [ 3 ] {d453e064-767c-495a-83fb-002c4245b0e5} oximeter.measurements_histogrami32 (78ec175a-bfb2-4573-a3ab-70c1246eaaa9): There are no data parts 2026.03.02 22:29:31.745917 [ 3 ] {d453e064-767c-495a-83fb-002c4245b0e5} TCPHandler: Processed in 0.004739177 sec. 2026.03.02 22:29:31.746056 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.746288 [ 3 ] {981d683a-330c-4f5f-b899-c466656777cf} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.746354 [ 3 ] {981d683a-330c-4f5f-b899-c466656777cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.02 22:29:31.755819 [ 3 ] {981d683a-330c-4f5f-b899-c466656777cf} oximeter.measurements_histogramu32 (a2c5569f-49f2-4e06-bf64-8ba9583dcd2b): Loading data parts 2026.03.02 22:29:31.755993 [ 3 ] {981d683a-330c-4f5f-b899-c466656777cf} oximeter.measurements_histogramu32 (a2c5569f-49f2-4e06-bf64-8ba9583dcd2b): There are no data parts 2026.03.02 22:29:31.761957 [ 3 ] {981d683a-330c-4f5f-b899-c466656777cf} TCPHandler: Processed in 0.015950857 sec. 2026.03.02 22:29:31.762139 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.762364 [ 3 ] {b35caeb8-8c66-4f88-b8a9-ddaebd4bc1b6} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.762431 [ 3 ] {b35caeb8-8c66-4f88-b8a9-ddaebd4bc1b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.02 22:29:31.768649 [ 3 ] {b35caeb8-8c66-4f88-b8a9-ddaebd4bc1b6} oximeter.measurements_histogrami64 (16f33ee9-785b-4630-83c5-120961d92c15): Loading data parts 2026.03.02 22:29:31.768798 [ 3 ] {b35caeb8-8c66-4f88-b8a9-ddaebd4bc1b6} oximeter.measurements_histogrami64 (16f33ee9-785b-4630-83c5-120961d92c15): There are no data parts 2026.03.02 22:29:31.770447 [ 3 ] {b35caeb8-8c66-4f88-b8a9-ddaebd4bc1b6} TCPHandler: Processed in 0.008356385 sec. 2026.03.02 22:29:31.770620 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.770846 [ 3 ] {8cb85918-b187-4631-9e84-197a79c634a0} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.770916 [ 3 ] {8cb85918-b187-4631-9e84-197a79c634a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.02 22:29:31.775646 [ 3 ] {8cb85918-b187-4631-9e84-197a79c634a0} oximeter.measurements_histogramu64 (65e68984-0f57-4d25-a270-33c84a4aa599): Loading data parts 2026.03.02 22:29:31.775834 [ 3 ] {8cb85918-b187-4631-9e84-197a79c634a0} oximeter.measurements_histogramu64 (65e68984-0f57-4d25-a270-33c84a4aa599): There are no data parts 2026.03.02 22:29:31.782094 [ 3 ] {8cb85918-b187-4631-9e84-197a79c634a0} TCPHandler: Processed in 0.011523335 sec. 2026.03.02 22:29:31.782280 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.782492 [ 3 ] {bfc19a90-f502-400c-a739-bc4f75896deb} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.782558 [ 3 ] {bfc19a90-f502-400c-a739-bc4f75896deb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.02 22:29:31.785650 [ 3 ] {bfc19a90-f502-400c-a739-bc4f75896deb} oximeter.measurements_histogramf32 (9fd9e9a8-a7f6-4e82-94bb-f431db0f3d9d): Loading data parts 2026.03.02 22:29:31.785818 [ 3 ] {bfc19a90-f502-400c-a739-bc4f75896deb} oximeter.measurements_histogramf32 (9fd9e9a8-a7f6-4e82-94bb-f431db0f3d9d): There are no data parts 2026.03.02 22:29:31.787156 [ 3 ] {bfc19a90-f502-400c-a739-bc4f75896deb} TCPHandler: Processed in 0.004925239 sec. 2026.03.02 22:29:31.787314 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.787540 [ 3 ] {94850692-cfcd-451b-a8be-a575f1ac876c} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.787605 [ 3 ] {94850692-cfcd-451b-a8be-a575f1ac876c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.02 22:29:31.792275 [ 3 ] {94850692-cfcd-451b-a8be-a575f1ac876c} oximeter.measurements_histogramf64 (671356e1-fa76-4b93-8d98-4ec4ab7c11e7): Loading data parts 2026.03.02 22:29:31.792427 [ 3 ] {94850692-cfcd-451b-a8be-a575f1ac876c} oximeter.measurements_histogramf64 (671356e1-fa76-4b93-8d98-4ec4ab7c11e7): There are no data parts 2026.03.02 22:29:31.793969 [ 3 ] {94850692-cfcd-451b-a8be-a575f1ac876c} TCPHandler: Processed in 0.006704628 sec. 2026.03.02 22:29:31.794159 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.794339 [ 3 ] {8aada830-9e94-418c-8484-2cbf058160ca} executeQuery: (from [fd00:1122:3344:101::d]:42984) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.794402 [ 3 ] {8aada830-9e94-418c-8484-2cbf058160ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.02 22:29:31.802114 [ 3 ] {8aada830-9e94-418c-8484-2cbf058160ca} oximeter.fields_bool (77759e58-f1fc-443f-bdae-c39e55e81baa): Loading data parts 2026.03.02 22:29:31.802277 [ 3 ] {8aada830-9e94-418c-8484-2cbf058160ca} oximeter.fields_bool (77759e58-f1fc-443f-bdae-c39e55e81baa): There are no data parts 2026.03.02 22:29:31.819091 [ 3 ] {8aada830-9e94-418c-8484-2cbf058160ca} TCPHandler: Processed in 0.024979772 sec. 2026.03.02 22:29:31.819254 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.819410 [ 3 ] {dc4613ab-40fc-42ef-9d9a-25778b691179} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.819468 [ 3 ] {dc4613ab-40fc-42ef-9d9a-25778b691179} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.02 22:29:31.822698 [ 3 ] {dc4613ab-40fc-42ef-9d9a-25778b691179} oximeter.fields_i8 (a685905d-7e3c-4866-8c0e-524255895bf9): Loading data parts 2026.03.02 22:29:31.822861 [ 3 ] {dc4613ab-40fc-42ef-9d9a-25778b691179} oximeter.fields_i8 (a685905d-7e3c-4866-8c0e-524255895bf9): There are no data parts 2026.03.02 22:29:31.825068 [ 3 ] {dc4613ab-40fc-42ef-9d9a-25778b691179} TCPHandler: Processed in 0.005863025 sec. 2026.03.02 22:29:31.825223 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.825399 [ 3 ] {7242ab6b-afcf-44ac-8772-c90255835418} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.825455 [ 3 ] {7242ab6b-afcf-44ac-8772-c90255835418} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.02 22:29:31.827494 [ 3 ] {7242ab6b-afcf-44ac-8772-c90255835418} oximeter.fields_u8 (c2c8a920-8215-4ccd-a72a-3830de7d760a): Loading data parts 2026.03.02 22:29:31.827642 [ 3 ] {7242ab6b-afcf-44ac-8772-c90255835418} oximeter.fields_u8 (c2c8a920-8215-4ccd-a72a-3830de7d760a): There are no data parts 2026.03.02 22:29:31.831876 [ 3 ] {7242ab6b-afcf-44ac-8772-c90255835418} TCPHandler: Processed in 0.006702588 sec. 2026.03.02 22:29:31.832746 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.832918 [ 3 ] {b9faf6ba-8ee4-4b00-85f4-c1c33f6b9c6e} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.832989 [ 3 ] {b9faf6ba-8ee4-4b00-85f4-c1c33f6b9c6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.02 22:29:31.835085 [ 3 ] {b9faf6ba-8ee4-4b00-85f4-c1c33f6b9c6e} oximeter.fields_i16 (77ab7134-db67-48d1-a030-72956d63a100): Loading data parts 2026.03.02 22:29:31.835272 [ 3 ] {b9faf6ba-8ee4-4b00-85f4-c1c33f6b9c6e} oximeter.fields_i16 (77ab7134-db67-48d1-a030-72956d63a100): There are no data parts 2026.03.02 22:29:31.841676 [ 3 ] {b9faf6ba-8ee4-4b00-85f4-c1c33f6b9c6e} TCPHandler: Processed in 0.009265869 sec. 2026.03.02 22:29:31.841858 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.842054 [ 3 ] {c9a9f028-09ca-4b76-950e-cb88b5273773} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.842114 [ 3 ] {c9a9f028-09ca-4b76-950e-cb88b5273773} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.02 22:29:31.854746 [ 3 ] {c9a9f028-09ca-4b76-950e-cb88b5273773} oximeter.fields_u16 (a1bfb860-1852-4e52-9003-e11852aebd4e): Loading data parts 2026.03.02 22:29:31.854934 [ 3 ] {c9a9f028-09ca-4b76-950e-cb88b5273773} oximeter.fields_u16 (a1bfb860-1852-4e52-9003-e11852aebd4e): There are no data parts 2026.03.02 22:29:31.869202 [ 3 ] {c9a9f028-09ca-4b76-950e-cb88b5273773} TCPHandler: Processed in 0.027405001 sec. 2026.03.02 22:29:31.869358 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.869515 [ 3 ] {7267ce37-5fc4-468c-b9f1-d377fd368140} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.869580 [ 3 ] {7267ce37-5fc4-468c-b9f1-d377fd368140} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.02 22:29:31.875831 [ 3 ] {7267ce37-5fc4-468c-b9f1-d377fd368140} oximeter.fields_i32 (f9a78246-75b4-4d4f-9ad7-318cfba19bdc): Loading data parts 2026.03.02 22:29:31.876006 [ 3 ] {7267ce37-5fc4-468c-b9f1-d377fd368140} oximeter.fields_i32 (f9a78246-75b4-4d4f-9ad7-318cfba19bdc): There are no data parts 2026.03.02 22:29:31.894472 [ 3 ] {7267ce37-5fc4-468c-b9f1-d377fd368140} TCPHandler: Processed in 0.025162515 sec. 2026.03.02 22:29:31.894722 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.894939 [ 3 ] {0c91bb27-b0fd-4ef7-8cee-5c4dceb1a52f} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.895003 [ 3 ] {0c91bb27-b0fd-4ef7-8cee-5c4dceb1a52f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.02 22:29:31.908973 [ 3 ] {0c91bb27-b0fd-4ef7-8cee-5c4dceb1a52f} oximeter.fields_u32 (e77f6016-2e4c-4688-81ac-d5e6aa0dfeaf): Loading data parts 2026.03.02 22:29:31.909190 [ 3 ] {0c91bb27-b0fd-4ef7-8cee-5c4dceb1a52f} oximeter.fields_u32 (e77f6016-2e4c-4688-81ac-d5e6aa0dfeaf): There are no data parts 2026.03.02 22:29:31.914359 [ 3 ] {0c91bb27-b0fd-4ef7-8cee-5c4dceb1a52f} TCPHandler: Processed in 0.019701858 sec. 2026.03.02 22:29:31.914507 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.914650 [ 3 ] {5ce0bbdf-202b-46fb-ad60-490777bfd600} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.914704 [ 3 ] {5ce0bbdf-202b-46fb-ad60-490777bfd600} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.02 22:29:31.926844 [ 3 ] {5ce0bbdf-202b-46fb-ad60-490777bfd600} oximeter.fields_i64 (22c91010-1ef6-4b9f-9f9e-d960c2123eb2): Loading data parts 2026.03.02 22:29:31.927022 [ 3 ] {5ce0bbdf-202b-46fb-ad60-490777bfd600} oximeter.fields_i64 (22c91010-1ef6-4b9f-9f9e-d960c2123eb2): There are no data parts 2026.03.02 22:29:31.939217 [ 3 ] {5ce0bbdf-202b-46fb-ad60-490777bfd600} TCPHandler: Processed in 0.024747669 sec. 2026.03.02 22:29:31.939372 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.939611 [ 3 ] {07bc897d-7e6e-46a9-a9ab-8eefe6a84d34} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.939683 [ 3 ] {07bc897d-7e6e-46a9-a9ab-8eefe6a84d34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.02 22:29:31.950091 [ 3 ] {07bc897d-7e6e-46a9-a9ab-8eefe6a84d34} oximeter.fields_u64 (961860e5-f1e5-4d48-a7aa-d25a672f3b48): Loading data parts 2026.03.02 22:29:31.950338 [ 3 ] {07bc897d-7e6e-46a9-a9ab-8eefe6a84d34} oximeter.fields_u64 (961860e5-f1e5-4d48-a7aa-d25a672f3b48): There are no data parts 2026.03.02 22:29:31.961510 [ 3 ] {07bc897d-7e6e-46a9-a9ab-8eefe6a84d34} TCPHandler: Processed in 0.022187517 sec. 2026.03.02 22:29:31.961666 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.961835 [ 3 ] {90e4bd4f-0c0a-4036-a590-0e3b95862b73} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.961909 [ 3 ] {90e4bd4f-0c0a-4036-a590-0e3b95862b73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.02 22:29:31.979164 [ 3 ] {90e4bd4f-0c0a-4036-a590-0e3b95862b73} oximeter.fields_ipaddr (ca12ce55-c1c2-4408-8386-807fb1b25670): Loading data parts 2026.03.02 22:29:31.979347 [ 3 ] {90e4bd4f-0c0a-4036-a590-0e3b95862b73} oximeter.fields_ipaddr (ca12ce55-c1c2-4408-8386-807fb1b25670): There are no data parts 2026.03.02 22:29:31.994104 [ 3 ] {90e4bd4f-0c0a-4036-a590-0e3b95862b73} TCPHandler: Processed in 0.032485443 sec. 2026.03.02 22:29:31.994259 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:31.994465 [ 3 ] {3756bce6-bef2-4d98-81fb-c847e5e6ceb7} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:31.994532 [ 3 ] {3756bce6-bef2-4d98-81fb-c847e5e6ceb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.02 22:29:31.998843 [ 3 ] {3756bce6-bef2-4d98-81fb-c847e5e6ceb7} oximeter.fields_string (bb8b70a9-6e41-4a5d-9819-b9576d1a1123): Loading data parts 2026.03.02 22:29:31.998995 [ 3 ] {3756bce6-bef2-4d98-81fb-c847e5e6ceb7} oximeter.fields_string (bb8b70a9-6e41-4a5d-9819-b9576d1a1123): There are no data parts 2026.03.02 22:29:32.000141 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.27 MiB, peak 124.27 MiB, free memory in arenas 0.00 B, will set to 134.07 MiB (RSS), difference: 9.81 MiB 2026.03.02 22:29:32.000543 [ 3 ] {3756bce6-bef2-4d98-81fb-c847e5e6ceb7} TCPHandler: Processed in 0.006333792 sec. 2026.03.02 22:29:32.000707 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:32.000954 [ 3 ] {a5017d9f-5679-4b88-aa9f-00156344d244} executeQuery: (from [fd00:1122:3344:101::d]:42984) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.02 22:29:32.001020 [ 3 ] {a5017d9f-5679-4b88-aa9f-00156344d244} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.02 22:29:32.011804 [ 3 ] {a5017d9f-5679-4b88-aa9f-00156344d244} oximeter.fields_uuid (89dd40f7-4f6e-4d0c-bbba-3152e583172c): Loading data parts 2026.03.02 22:29:32.011999 [ 3 ] {a5017d9f-5679-4b88-aa9f-00156344d244} oximeter.fields_uuid (89dd40f7-4f6e-4d0c-bbba-3152e583172c): There are no data parts 2026.03.02 22:29:32.016229 [ 3 ] {a5017d9f-5679-4b88-aa9f-00156344d244} TCPHandler: Processed in 0.01556898 sec. 2026.03.02 22:29:32.016507 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:32.016867 [ 3 ] {1e4b947e-09a5-4a31-b4a1-ca651efdf0cf} executeQuery: (from [fd00:1122:3344:101::d]:42984) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.02 22:29:32.016977 [ 3 ] {1e4b947e-09a5-4a31-b4a1-ca651efdf0cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.02 22:29:32.019127 [ 3 ] {1e4b947e-09a5-4a31-b4a1-ca651efdf0cf} oximeter.timeseries_schema (e20660d5-aab8-471b-b6c9-465758d8e704): Loading data parts 2026.03.02 22:29:32.019272 [ 3 ] {1e4b947e-09a5-4a31-b4a1-ca651efdf0cf} oximeter.timeseries_schema (e20660d5-aab8-471b-b6c9-465758d8e704): There are no data parts 2026.03.02 22:29:32.029063 [ 3 ] {1e4b947e-09a5-4a31-b4a1-ca651efdf0cf} TCPHandler: Processed in 0.012676984 sec. 2026.03.02 22:29:32.029365 [ 4 ] {} TCP-Session: 3f8c77bd-f30d-4e89-af1b-304f953dc82c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:32.029675 [ 4 ] {4dac963a-fe65-4340-b77d-815d83376542} executeQuery: (from [fd00:1122:3344:101::d]:60338) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.02 22:29:32.031002 [ 4 ] {4dac963a-fe65-4340-b77d-815d83376542} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.02 22:29:32.046711 [ 261 ] {4dac963a-fe65-4340-b77d-815d83376542} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:32.046768 [ 261 ] {4dac963a-fe65-4340-b77d-815d83376542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.46 GiB. 2026.03.02 22:29:32.051200 [ 261 ] {4dac963a-fe65-4340-b77d-815d83376542} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:32.051563 [ 261 ] {4dac963a-fe65-4340-b77d-815d83376542} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:32.051845 [ 4 ] {4dac963a-fe65-4340-b77d-815d83376542} executeQuery: Read 1 rows, 16.00 B in 0.022315 sec., 44.812906116961685 rows/sec., 717.01 B/sec. 2026.03.02 22:29:32.052209 [ 4 ] {4dac963a-fe65-4340-b77d-815d83376542} TCPHandler: Processed in 0.02297797 sec. 2026.03.02 22:29:33.000148 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.37 MiB, peak 134.37 MiB, free memory in arenas 0.00 B, will set to 138.18 MiB (RSS), difference: 3.82 MiB 2026.03.02 22:29:34.122009 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55600 2026.03.02 22:29:34.124211 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.124246 [ 262 ] {} TCP-Session: a5ba4849-069c-4dd7-aeec-d0b51e0b5d42 Authenticating user 'default' from [fd00:1122:3344:101::c]:55600 2026.03.02 22:29:34.124266 [ 262 ] {} TCP-Session: a5ba4849-069c-4dd7-aeec-d0b51e0b5d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.124313 [ 262 ] {} TCP-Session: a5ba4849-069c-4dd7-aeec-d0b51e0b5d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.124435 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.02 22:29:34.124464 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:34.124553 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:34.127339 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48353 2026.03.02 22:29:34.127546 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.127584 [ 263 ] {} TCP-Session: 4a9282c1-578c-4e8d-9efd-1c2d08790bb1 Authenticating user 'default' from [fd00:1122:3344:101::c]:48353 2026.03.02 22:29:34.127586 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38485 2026.03.02 22:29:34.127606 [ 263 ] {} TCP-Session: 4a9282c1-578c-4e8d-9efd-1c2d08790bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.127691 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53768 2026.03.02 22:29:34.127587 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55082 2026.03.02 22:29:34.127775 [ 263 ] {} TCP-Session: 4a9282c1-578c-4e8d-9efd-1c2d08790bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.127841 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43740 2026.03.02 22:29:34.127759 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38242 2026.03.02 22:29:34.127948 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.128071 [ 266 ] {} TCP-Session: 10f47a70-7aef-445e-adf6-6f3a0338c9b3 Authenticating user 'default' from [fd00:1122:3344:101::c]:53768 2026.03.02 22:29:34.128075 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52939 2026.03.02 22:29:34.128087 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.128136 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.128244 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.128197 [ 265 ] {} TCP-Session: 198ea04f-9d85-4850-a071-6692a40fe46d Authenticating user 'default' from [fd00:1122:3344:101::c]:38485 2026.03.02 22:29:34.128324 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.128389 [ 268 ] {} TCP-Session: 81cc4347-3869-4885-841e-84a6896ab025 Authenticating user 'default' from [fd00:1122:3344:101::c]:43740 2026.03.02 22:29:34.128362 [ 265 ] {} TCP-Session: 198ea04f-9d85-4850-a071-6692a40fe46d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128449 [ 269 ] {} TCP-Session: c90212de-3e79-43e8-ae82-5a08dcdad300 Authenticating user 'default' from [fd00:1122:3344:101::c]:52939 2026.03.02 22:29:34.128358 [ 264 ] {} TCP-Session: f38a5748-5cda-4b20-9684-cbd376ce8e20 Authenticating user 'default' from [fd00:1122:3344:101::c]:55082 2026.03.02 22:29:34.128539 [ 268 ] {} TCP-Session: 81cc4347-3869-4885-841e-84a6896ab025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128555 [ 269 ] {} TCP-Session: c90212de-3e79-43e8-ae82-5a08dcdad300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128559 [ 264 ] {} TCP-Session: f38a5748-5cda-4b20-9684-cbd376ce8e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128608 [ 268 ] {} TCP-Session: 81cc4347-3869-4885-841e-84a6896ab025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128624 [ 264 ] {} TCP-Session: f38a5748-5cda-4b20-9684-cbd376ce8e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128632 [ 269 ] {} TCP-Session: c90212de-3e79-43e8-ae82-5a08dcdad300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128692 [ 265 ] {} TCP-Session: 198ea04f-9d85-4850-a071-6692a40fe46d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128153 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.128140 [ 266 ] {} TCP-Session: 10f47a70-7aef-445e-adf6-6f3a0338c9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128778 [ 267 ] {} TCP-Session: 6ca0034f-5a21-4859-85a0-3a0b025f4598 Authenticating user 'default' from [fd00:1122:3344:101::c]:38242 2026.03.02 22:29:34.128858 [ 266 ] {} TCP-Session: 10f47a70-7aef-445e-adf6-6f3a0338c9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.128891 [ 267 ] {} TCP-Session: 6ca0034f-5a21-4859-85a0-3a0b025f4598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.129033 [ 267 ] {} TCP-Session: 6ca0034f-5a21-4859-85a0-3a0b025f4598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.524719 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37415 2026.03.02 22:29:34.526834 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.526979 [ 270 ] {} TCP-Session: aa441deb-6d4e-4d97-9d20-52aa5a936b81 Authenticating user 'default' from [fd00:1122:3344:101::a]:37415 2026.03.02 22:29:34.527002 [ 270 ] {} TCP-Session: aa441deb-6d4e-4d97-9d20-52aa5a936b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.527015 [ 270 ] {} TCP-Session: aa441deb-6d4e-4d97-9d20-52aa5a936b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.527149 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.02 22:29:34.527180 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:34.527279 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:34.529652 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48931 2026.03.02 22:29:34.529755 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62556 2026.03.02 22:29:34.530027 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41722 2026.03.02 22:29:34.530037 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39562 2026.03.02 22:29:34.530063 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.530236 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.530139 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44625 2026.03.02 22:29:34.530064 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.530310 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45080 2026.03.02 22:29:34.530414 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47505 2026.03.02 22:29:34.530359 [ 274 ] {} TCP-Session: 29427ca1-af16-406f-83f5-efa352897705 Authenticating user 'default' from [fd00:1122:3344:101::a]:41722 2026.03.02 22:29:34.530494 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.530518 [ 274 ] {} TCP-Session: 29427ca1-af16-406f-83f5-efa352897705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530540 [ 275 ] {} TCP-Session: d972010b-c113-4d67-b689-890a8936cd4a Authenticating user 'default' from [fd00:1122:3344:101::a]:44625 2026.03.02 22:29:34.530343 [ 271 ] {} TCP-Session: 5d243984-62de-465d-b31e-bf234a840ba9 Authenticating user 'default' from [fd00:1122:3344:101::a]:48931 2026.03.02 22:29:34.530339 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.530687 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.530669 [ 275 ] {} TCP-Session: d972010b-c113-4d67-b689-890a8936cd4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530663 [ 271 ] {} TCP-Session: 5d243984-62de-465d-b31e-bf234a840ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530829 [ 277 ] {} TCP-Session: b7e80366-2a55-44da-8b08-c5c4d46fb2f8 Authenticating user 'default' from [fd00:1122:3344:101::a]:47505 2026.03.02 22:29:34.530809 [ 275 ] {} TCP-Session: d972010b-c113-4d67-b689-890a8936cd4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530645 [ 274 ] {} TCP-Session: 29427ca1-af16-406f-83f5-efa352897705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530945 [ 277 ] {} TCP-Session: b7e80366-2a55-44da-8b08-c5c4d46fb2f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530916 [ 271 ] {} TCP-Session: 5d243984-62de-465d-b31e-bf234a840ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530637 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.531052 [ 277 ] {} TCP-Session: b7e80366-2a55-44da-8b08-c5c4d46fb2f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.530320 [ 272 ] {} TCP-Session: 2a957a67-79b8-49f3-b17b-960601429b17 Authenticating user 'default' from [fd00:1122:3344:101::a]:62556 2026.03.02 22:29:34.530821 [ 273 ] {} TCP-Session: 4cd8f047-f659-4424-aafa-faf886d705dc Authenticating user 'default' from [fd00:1122:3344:101::a]:39562 2026.03.02 22:29:34.531186 [ 272 ] {} TCP-Session: 2a957a67-79b8-49f3-b17b-960601429b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.531162 [ 276 ] {} TCP-Session: 645803d1-f9f1-4aec-9a81-bae79dee6f98 Authenticating user 'default' from [fd00:1122:3344:101::a]:45080 2026.03.02 22:29:34.531241 [ 273 ] {} TCP-Session: 4cd8f047-f659-4424-aafa-faf886d705dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.531258 [ 272 ] {} TCP-Session: 2a957a67-79b8-49f3-b17b-960601429b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.531257 [ 276 ] {} TCP-Session: 645803d1-f9f1-4aec-9a81-bae79dee6f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.531333 [ 273 ] {} TCP-Session: 4cd8f047-f659-4424-aafa-faf886d705dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.531341 [ 276 ] {} TCP-Session: 645803d1-f9f1-4aec-9a81-bae79dee6f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.577540 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36861 2026.03.02 22:29:34.578070 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.578104 [ 278 ] {} TCP-Session: 8b965be6-67be-4d32-b500-b3983d2e8e24 Authenticating user 'default' from [fd00:1122:3344:101::b]:36861 2026.03.02 22:29:34.578232 [ 278 ] {} TCP-Session: 8b965be6-67be-4d32-b500-b3983d2e8e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.578247 [ 278 ] {} TCP-Session: 8b965be6-67be-4d32-b500-b3983d2e8e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.578314 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.02 22:29:34.578424 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:34.578441 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.02 22:29:34.581160 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41321 2026.03.02 22:29:34.581285 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62323 2026.03.02 22:29:34.581427 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.581506 [ 279 ] {} TCP-Session: 2112e0d9-4071-4876-a05c-01edf7b2a8f8 Authenticating user 'default' from [fd00:1122:3344:101::b]:41321 2026.03.02 22:29:34.581510 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33187 2026.03.02 22:29:34.581529 [ 279 ] {} TCP-Session: 2112e0d9-4071-4876-a05c-01edf7b2a8f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.581614 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.581625 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46492 2026.03.02 22:29:34.581739 [ 279 ] {} TCP-Session: 2112e0d9-4071-4876-a05c-01edf7b2a8f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.581748 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63851 2026.03.02 22:29:34.581798 [ 280 ] {} TCP-Session: 71509529-2d95-4cc2-956e-7119c26cf8a5 Authenticating user 'default' from [fd00:1122:3344:101::b]:62323 2026.03.02 22:29:34.581742 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.581863 [ 280 ] {} TCP-Session: 71509529-2d95-4cc2-956e-7119c26cf8a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.581915 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37183 2026.03.02 22:29:34.581922 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.581877 [ 281 ] {} TCP-Session: e5a1e17b-ffa3-40df-870f-d0e198e1872b Authenticating user 'default' from [fd00:1122:3344:101::b]:33187 2026.03.02 22:29:34.582023 [ 282 ] {} TCP-Session: f5e96d84-ca84-46e7-8cbe-c890a57a20e5 Authenticating user 'default' from [fd00:1122:3344:101::b]:46492 2026.03.02 22:29:34.581999 [ 280 ] {} TCP-Session: 71509529-2d95-4cc2-956e-7119c26cf8a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582080 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.582146 [ 281 ] {} TCP-Session: e5a1e17b-ffa3-40df-870f-d0e198e1872b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582171 [ 282 ] {} TCP-Session: f5e96d84-ca84-46e7-8cbe-c890a57a20e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582106 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46561 2026.03.02 22:29:34.582226 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.582281 [ 281 ] {} TCP-Session: e5a1e17b-ffa3-40df-870f-d0e198e1872b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582263 [ 282 ] {} TCP-Session: f5e96d84-ca84-46e7-8cbe-c890a57a20e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582236 [ 283 ] {} TCP-Session: d6a330a5-ed58-4e51-ad69-acf509addc2f Authenticating user 'default' from [fd00:1122:3344:101::b]:63851 2026.03.02 22:29:34.582419 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:34.582366 [ 284 ] {} TCP-Session: 013707e7-b49b-4e2b-a5a1-b09e4958aedd Authenticating user 'default' from [fd00:1122:3344:101::b]:37183 2026.03.02 22:29:34.582504 [ 283 ] {} TCP-Session: d6a330a5-ed58-4e51-ad69-acf509addc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582548 [ 285 ] {} TCP-Session: 371e9248-94d3-460b-a905-d8eed29e6c85 Authenticating user 'default' from [fd00:1122:3344:101::b]:46561 2026.03.02 22:29:34.582522 [ 284 ] {} TCP-Session: 013707e7-b49b-4e2b-a5a1-b09e4958aedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582614 [ 283 ] {} TCP-Session: d6a330a5-ed58-4e51-ad69-acf509addc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582651 [ 285 ] {} TCP-Session: 371e9248-94d3-460b-a905-d8eed29e6c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582630 [ 284 ] {} TCP-Session: 013707e7-b49b-4e2b-a5a1-b09e4958aedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:34.582751 [ 285 ] {} TCP-Session: 371e9248-94d3-460b-a905-d8eed29e6c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:35.000156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.39 MiB, peak 138.39 MiB, free memory in arenas 0.00 B, will set to 139.87 MiB (RSS), difference: 1.48 MiB 2026.03.02 22:29:38.242980 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.02 22:29:38.243006 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.02 22:29:38.243079 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.02 22:29:38.243238 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.02 22:29:38.247250 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Loading data parts 2026.03.02 22:29:38.247465 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): There are no data parts 2026.03.02 22:29:38.261739 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:38.261781 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:38.267279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:38.267806 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:38.267947 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.02 22:29:38.269264 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Loading data parts 2026.03.02 22:29:38.269527 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): There are no data parts 2026.03.02 22:29:38.305332 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:38.305380 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:38.311619 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:38.312801 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:38.315933 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.02 22:29:39.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 148.87 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.05 MiB 2026.03.02 22:29:40.742812 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.02 22:29:40.742918 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.02 22:29:40.755351 [ 242 ] {} system.query_log (2b6a69b9-9835-4033-9380-6aa383bf51ff): Loading data parts 2026.03.02 22:29:40.755555 [ 242 ] {} system.query_log (2b6a69b9-9835-4033-9380-6aa383bf51ff): There are no data parts 2026.03.02 22:29:40.763055 [ 242 ] {} system.query_log (2b6a69b9-9835-4033-9380-6aa383bf51ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:40.763091 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:40.764879 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:40.765517 [ 242 ] {} system.query_log (2b6a69b9-9835-4033-9380-6aa383bf51ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:40.765869 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.02 22:29:41.000177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.12 MiB, peak 158.12 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.16 MiB 2026.03.02 22:29:45.706468 [ 116 ] {} DNSResolver: Updating DNS cache 2026.03.02 22:29:45.706640 [ 116 ] {} DNSResolver: Updated DNS cache 2026.03.02 22:29:45.768282 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.02 22:29:45.771152 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:45.771211 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:45.772176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:45.772608 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:45.772763 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.02 22:29:45.816273 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.02 22:29:45.834986 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:45.835054 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:45.841578 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:45.842761 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:45.845669 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.02 22:29:46.000200 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.78 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.68 MiB (RSS), difference: 1.90 MiB 2026.03.02 22:29:49.211123 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34605 2026.03.02 22:29:49.211595 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.211630 [ 286 ] {} TCP-Session: 702a159b-ec24-4e55-b2eb-b37a2e2f5cde Authenticating user 'default' from [fd00:1122:3344:101::e]:34605 2026.03.02 22:29:49.211651 [ 286 ] {} TCP-Session: 702a159b-ec24-4e55-b2eb-b37a2e2f5cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.211701 [ 286 ] {} TCP-Session: 702a159b-ec24-4e55-b2eb-b37a2e2f5cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.211770 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.02 22:29:49.211799 [ 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 2026.03.02 22:29:49.211841 [ 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 2026.03.02 22:29:49.212338 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57811 2026.03.02 22:29:49.212344 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37866 2026.03.02 22:29:49.212429 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39212 2026.03.02 22:29:49.212522 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35696 2026.03.02 22:29:49.212952 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64541 2026.03.02 22:29:49.212983 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62137 2026.03.02 22:29:49.213042 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41920 2026.03.02 22:29:49.213366 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44584 2026.03.02 22:29:49.214245 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214264 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214273 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214287 [ 292 ] {} TCP-Session: 32807aa8-4dff-4f5d-b4b7-50852337e93d Authenticating user 'default' from [fd00:1122:3344:101::e]:64541 2026.03.02 22:29:49.214329 [ 294 ] {} TCP-Session: e90f2358-0a2b-4e21-8309-6b20d0bfaf1b Authenticating user 'default' from [fd00:1122:3344:101::e]:44584 2026.03.02 22:29:49.214340 [ 292 ] {} TCP-Session: 32807aa8-4dff-4f5d-b4b7-50852337e93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214351 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214370 [ 294 ] {} TCP-Session: e90f2358-0a2b-4e21-8309-6b20d0bfaf1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214396 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214418 [ 294 ] {} TCP-Session: e90f2358-0a2b-4e21-8309-6b20d0bfaf1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214414 [ 291 ] {} TCP-Session: de4ecd29-ab19-47be-a1df-d4a3abe00e24 Authenticating user 'default' from [fd00:1122:3344:101::e]:62137 2026.03.02 22:29:49.214452 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214479 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214488 [ 291 ] {} TCP-Session: de4ecd29-ab19-47be-a1df-d4a3abe00e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214526 [ 289 ] {} TCP-Session: 080c365d-5e37-4913-8f96-29f8dcb6a2b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:39212 2026.03.02 22:29:49.214535 [ 291 ] {} TCP-Session: de4ecd29-ab19-47be-a1df-d4a3abe00e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214559 [ 289 ] {} TCP-Session: 080c365d-5e37-4913-8f96-29f8dcb6a2b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214534 [ 287 ] {} TCP-Session: 7061d141-4ef1-4b11-ba65-23d7fe5026a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37866 2026.03.02 22:29:49.214585 [ 289 ] {} TCP-Session: 080c365d-5e37-4913-8f96-29f8dcb6a2b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214437 [ 290 ] {} TCP-Session: 14ccd1f4-5eeb-43af-8f5e-da1ad0dbe308 Authenticating user 'default' from [fd00:1122:3344:101::e]:35696 2026.03.02 22:29:49.214619 [ 287 ] {} TCP-Session: 7061d141-4ef1-4b11-ba65-23d7fe5026a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214639 [ 290 ] {} TCP-Session: 14ccd1f4-5eeb-43af-8f5e-da1ad0dbe308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214645 [ 287 ] {} TCP-Session: 7061d141-4ef1-4b11-ba65-23d7fe5026a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214654 [ 290 ] {} TCP-Session: 14ccd1f4-5eeb-43af-8f5e-da1ad0dbe308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214651 [ 286 ] {} TCP-Session: 702a159b-ec24-4e55-b2eb-b37a2e2f5cde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:49.214402 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:49.214374 [ 292 ] {} TCP-Session: 32807aa8-4dff-4f5d-b4b7-50852337e93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214357 [ 293 ] {} TCP-Session: 73fc7421-b0f6-4185-a6c8-b844a57e5740 Authenticating user 'default' from [fd00:1122:3344:101::e]:41920 2026.03.02 22:29:49.214765 [ 288 ] {} TCP-Session: da4f6c63-38ae-4001-92ca-3240cce95c3f Authenticating user 'default' from [fd00:1122:3344:101::e]:57811 2026.03.02 22:29:49.214792 [ 293 ] {} TCP-Session: 73fc7421-b0f6-4185-a6c8-b844a57e5740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214811 [ 288 ] {} TCP-Session: da4f6c63-38ae-4001-92ca-3240cce95c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214815 [ 293 ] {} TCP-Session: 73fc7421-b0f6-4185-a6c8-b844a57e5740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214841 [ 288 ] {} TCP-Session: da4f6c63-38ae-4001-92ca-3240cce95c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.214911 [ 286 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} executeQuery: (from [fd00:1122:3344:101::e]:34605) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.02 22:29:49.219347 [ 286 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.02 22:29:49.223544 [ 286 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:49.226537 [ 286 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73) (SelectExecutor): Key condition: unknown 2026.03.02 22:29:49.238055 [ 295 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} AggregatingTransform: Aggregating 2026.03.02 22:29:49.238166 [ 295 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} Aggregator: Aggregation method: without_key 2026.03.02 22:29:49.239013 [ 295 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004462811 sec. (224.074 rows/sec., 8.75 KiB/sec.) 2026.03.02 22:29:49.239043 [ 295 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} Aggregator: Merging aggregated data 2026.03.02 22:29:49.239082 [ 295 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.02 22:29:49.242435 [ 286 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} executeQuery: Read 1 rows, 40.00 B in 0.027603 sec., 36.227946237727785 rows/sec., 1.42 KiB/sec. 2026.03.02 22:29:49.242593 [ 286 ] {09da2d61-1972-4f13-a205-f9b6d6a28818} TCPHandler: Processed in 0.028129224 sec. 2026.03.02 22:29:49.244461 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244505 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244523 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244545 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244570 [ 287 ] {} TCP-Session: 7061d141-4ef1-4b11-ba65-23d7fe5026a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244574 [ 293 ] {} TCP-Session: 73fc7421-b0f6-4185-a6c8-b844a57e5740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244567 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244605 [ 291 ] {} TCP-Session: de4ecd29-ab19-47be-a1df-d4a3abe00e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244623 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244639 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244662 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244702 [ 289 ] {} TCP-Session: 080c365d-5e37-4913-8f96-29f8dcb6a2b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244697 [ 288 ] {} TCP-Session: da4f6c63-38ae-4001-92ca-3240cce95c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244726 [ 294 ] {} TCP-Session: e90f2358-0a2b-4e21-8309-6b20d0bfaf1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244643 [ 290 ] {} TCP-Session: 14ccd1f4-5eeb-43af-8f5e-da1ad0dbe308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244597 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:49.244516 [ 286 ] {} TCP-Session: 702a159b-ec24-4e55-b2eb-b37a2e2f5cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:49.244822 [ 292 ] {} TCP-Session: 32807aa8-4dff-4f5d-b4b7-50852337e93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.000323 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.97 MiB, peak 166.06 MiB, free memory in arenas 0.00 B, will set to 161.79 MiB (RSS), difference: 3.81 MiB 2026.03.02 22:29:50.023894 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46319 2026.03.02 22:29:50.024007 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024031 [ 286 ] {} TCP-Session: ee27814f-01e3-4a91-8131-92712c4eb1eb Authenticating user 'default' from [fd00:1122:3344:101::e]:46319 2026.03.02 22:29:50.024052 [ 286 ] {} TCP-Session: ee27814f-01e3-4a91-8131-92712c4eb1eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024065 [ 286 ] {} TCP-Session: ee27814f-01e3-4a91-8131-92712c4eb1eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024306 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34576 2026.03.02 22:29:50.024337 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59331 2026.03.02 22:29:50.024362 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62016 2026.03.02 22:29:50.024388 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59054 2026.03.02 22:29:50.024377 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34606 2026.03.02 22:29:50.024442 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024442 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024486 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024497 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024510 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024535 [ 291 ] {} TCP-Session: 6b8dec4a-a60e-4589-9c42-b65448f72ebb Authenticating user 'default' from [fd00:1122:3344:101::e]:62016 2026.03.02 22:29:50.024547 [ 294 ] {} TCP-Session: 7eae0d31-d59a-4bdd-99a9-ca2e58c0f857 Authenticating user 'default' from [fd00:1122:3344:101::e]:59054 2026.03.02 22:29:50.024559 [ 293 ] {} TCP-Session: a1ceb800-f08e-4d0c-b1b7-eae677ddce2a Authenticating user 'default' from [fd00:1122:3344:101::e]:34606 2026.03.02 22:29:50.024579 [ 291 ] {} TCP-Session: 6b8dec4a-a60e-4589-9c42-b65448f72ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024587 [ 294 ] {} TCP-Session: 7eae0d31-d59a-4bdd-99a9-ca2e58c0f857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024605 [ 293 ] {} TCP-Session: a1ceb800-f08e-4d0c-b1b7-eae677ddce2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024626 [ 294 ] {} TCP-Session: 7eae0d31-d59a-4bdd-99a9-ca2e58c0f857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024640 [ 293 ] {} TCP-Session: a1ceb800-f08e-4d0c-b1b7-eae677ddce2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024611 [ 291 ] {} TCP-Session: 6b8dec4a-a60e-4589-9c42-b65448f72ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024520 [ 287 ] {} TCP-Session: 736c5264-f62a-454a-bf91-c59fb78e85a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:34576 2026.03.02 22:29:50.024498 [ 290 ] {} TCP-Session: ff91b2d5-9c7e-4614-8928-3107a2654754 Authenticating user 'default' from [fd00:1122:3344:101::e]:59331 2026.03.02 22:29:50.024725 [ 287 ] {} TCP-Session: 736c5264-f62a-454a-bf91-c59fb78e85a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024742 [ 290 ] {} TCP-Session: ff91b2d5-9c7e-4614-8928-3107a2654754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024749 [ 287 ] {} TCP-Session: 736c5264-f62a-454a-bf91-c59fb78e85a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024763 [ 290 ] {} TCP-Session: ff91b2d5-9c7e-4614-8928-3107a2654754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024357 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42833 2026.03.02 22:29:50.024318 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33556 2026.03.02 22:29:50.024311 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41949 2026.03.02 22:29:50.024378 [ 286 ] {} TCP-Session: ee27814f-01e3-4a91-8131-92712c4eb1eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:50.024888 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024893 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024915 [ 289 ] {} TCP-Session: 969f8bbc-2836-465d-8388-cee8129441cc Authenticating user 'default' from [fd00:1122:3344:101::e]:33556 2026.03.02 22:29:50.024922 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.024936 [ 292 ] {} TCP-Session: 2dc4f1fb-a3ea-4112-9242-124317c7aa9a Authenticating user 'default' from [fd00:1122:3344:101::e]:42833 2026.03.02 22:29:50.024943 [ 289 ] {} TCP-Session: 969f8bbc-2836-465d-8388-cee8129441cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024961 [ 288 ] {} TCP-Session: 587da1b0-aac1-4384-8ed2-e7bc0f4d2930 Authenticating user 'default' from [fd00:1122:3344:101::e]:41949 2026.03.02 22:29:50.024971 [ 292 ] {} TCP-Session: 2dc4f1fb-a3ea-4112-9242-124317c7aa9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024976 [ 289 ] {} TCP-Session: 969f8bbc-2836-465d-8388-cee8129441cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024993 [ 288 ] {} TCP-Session: 587da1b0-aac1-4384-8ed2-e7bc0f4d2930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.024998 [ 292 ] {} TCP-Session: 2dc4f1fb-a3ea-4112-9242-124317c7aa9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.025025 [ 288 ] {} TCP-Session: 587da1b0-aac1-4384-8ed2-e7bc0f4d2930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.025049 [ 286 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} executeQuery: (from [fd00:1122:3344:101::e]:46319) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.02 22:29:50.025306 [ 286 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.02 22:29:50.025359 [ 286 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:50.025659 [ 286 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73) (SelectExecutor): Key condition: unknown 2026.03.02 22:29:50.026604 [ 328 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} AggregatingTransform: Aggregating 2026.03.02 22:29:50.026655 [ 328 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} Aggregator: Aggregation method: without_key 2026.03.02 22:29:50.026693 [ 328 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000937215 sec. (1066.991 rows/sec., 41.68 KiB/sec.) 2026.03.02 22:29:50.026712 [ 328 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} Aggregator: Merging aggregated data 2026.03.02 22:29:50.028255 [ 286 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} executeQuery: Read 1 rows, 40.00 B in 0.003264 sec., 306.37254901960785 rows/sec., 11.97 KiB/sec. 2026.03.02 22:29:50.028387 [ 286 ] {4eca7911-8b3e-4ad6-9548-aa82c3428037} TCPHandler: Processed in 0.004124026 sec. 2026.03.02 22:29:50.028495 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028539 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028544 [ 286 ] {} TCP-Session: ee27814f-01e3-4a91-8131-92712c4eb1eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028573 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028594 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028615 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028620 [ 292 ] {} TCP-Session: 2dc4f1fb-a3ea-4112-9242-124317c7aa9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028634 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028652 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028690 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028702 [ 291 ] {} TCP-Session: 6b8dec4a-a60e-4589-9c42-b65448f72ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028720 [ 290 ] {} TCP-Session: ff91b2d5-9c7e-4614-8928-3107a2654754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028740 [ 293 ] {} TCP-Session: a1ceb800-f08e-4d0c-b1b7-eae677ddce2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028669 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.028643 [ 294 ] {} TCP-Session: 7eae0d31-d59a-4bdd-99a9-ca2e58c0f857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028589 [ 287 ] {} TCP-Session: 736c5264-f62a-454a-bf91-c59fb78e85a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028804 [ 289 ] {} TCP-Session: 969f8bbc-2836-465d-8388-cee8129441cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.028657 [ 288 ] {} TCP-Session: 587da1b0-aac1-4384-8ed2-e7bc0f4d2930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.036752 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33949 2026.03.02 22:29:50.036812 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.036832 [ 286 ] {} TCP-Session: e9497768-f4d7-49cc-bea7-91eb05816f22 Authenticating user 'default' from [fd00:1122:3344:101::e]:33949 2026.03.02 22:29:50.036847 [ 286 ] {} TCP-Session: e9497768-f4d7-49cc-bea7-91eb05816f22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.036860 [ 286 ] {} TCP-Session: e9497768-f4d7-49cc-bea7-91eb05816f22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037008 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40419 2026.03.02 22:29:50.037012 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55916 2026.03.02 22:29:50.037053 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63979 2026.03.02 22:29:50.037069 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51322 2026.03.02 22:29:50.037082 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037105 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46184 2026.03.02 22:29:50.037123 [ 287 ] {} TCP-Session: f0b89889-5784-462d-b2e6-60cae263dafc Authenticating user 'default' from [fd00:1122:3344:101::e]:40419 2026.03.02 22:29:50.037125 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037144 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037152 [ 287 ] {} TCP-Session: f0b89889-5784-462d-b2e6-60cae263dafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037168 [ 289 ] {} TCP-Session: 1fc0e5d9-c93c-4286-94e1-b3bad4ba109c Authenticating user 'default' from [fd00:1122:3344:101::e]:63979 2026.03.02 22:29:50.037183 [ 291 ] {} TCP-Session: e22735ee-146c-4062-8590-728f5f215bb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51322 2026.03.02 22:29:50.037192 [ 287 ] {} TCP-Session: f0b89889-5784-462d-b2e6-60cae263dafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037208 [ 289 ] {} TCP-Session: 1fc0e5d9-c93c-4286-94e1-b3bad4ba109c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037223 [ 291 ] {} TCP-Session: e22735ee-146c-4062-8590-728f5f215bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037247 [ 289 ] {} TCP-Session: 1fc0e5d9-c93c-4286-94e1-b3bad4ba109c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037182 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037263 [ 291 ] {} TCP-Session: e22735ee-146c-4062-8590-728f5f215bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037311 [ 293 ] {} TCP-Session: 4d80dffc-25f5-43b9-8993-437fb6817c0e Authenticating user 'default' from [fd00:1122:3344:101::e]:46184 2026.03.02 22:29:50.037110 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40597 2026.03.02 22:29:50.037344 [ 293 ] {} TCP-Session: 4d80dffc-25f5-43b9-8993-437fb6817c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037064 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56920 2026.03.02 22:29:50.037378 [ 293 ] {} TCP-Session: 4d80dffc-25f5-43b9-8993-437fb6817c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037393 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037085 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35041 2026.03.02 22:29:50.037428 [ 294 ] {} TCP-Session: f9393658-95b5-4e9c-8c51-ef3a51a84df6 Authenticating user 'default' from [fd00:1122:3344:101::e]:40597 2026.03.02 22:29:50.037433 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037461 [ 294 ] {} TCP-Session: f9393658-95b5-4e9c-8c51-ef3a51a84df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037479 [ 290 ] {} TCP-Session: 72be2f46-1fdf-4746-a2ff-700223199d6d Authenticating user 'default' from [fd00:1122:3344:101::e]:56920 2026.03.02 22:29:50.037485 [ 294 ] {} TCP-Session: f9393658-95b5-4e9c-8c51-ef3a51a84df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037505 [ 290 ] {} TCP-Session: 72be2f46-1fdf-4746-a2ff-700223199d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037483 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037531 [ 290 ] {} TCP-Session: 72be2f46-1fdf-4746-a2ff-700223199d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037557 [ 292 ] {} TCP-Session: 0e59adca-2df5-4993-abee-897a0d15827f Authenticating user 'default' from [fd00:1122:3344:101::e]:35041 2026.03.02 22:29:50.037095 [ 286 ] {} TCP-Session: e9497768-f4d7-49cc-bea7-91eb05816f22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:50.037581 [ 292 ] {} TCP-Session: 0e59adca-2df5-4993-abee-897a0d15827f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037098 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:50.037624 [ 292 ] {} TCP-Session: 0e59adca-2df5-4993-abee-897a0d15827f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037644 [ 288 ] {} TCP-Session: ef9ef306-a52b-47e6-9c15-6d66eb01f7f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55916 2026.03.02 22:29:50.037660 [ 288 ] {} TCP-Session: ef9ef306-a52b-47e6-9c15-6d66eb01f7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037672 [ 288 ] {} TCP-Session: ef9ef306-a52b-47e6-9c15-6d66eb01f7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.037729 [ 286 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} executeQuery: (from [fd00:1122:3344:101::e]:33949) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.02 22:29:50.037919 [ 286 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.02 22:29:50.037967 [ 286 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:50.038204 [ 286 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73) (SelectExecutor): Key condition: unknown 2026.03.02 22:29:50.038944 [ 331 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} AggregatingTransform: Aggregating 2026.03.02 22:29:50.038995 [ 331 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} Aggregator: Aggregation method: without_key 2026.03.02 22:29:50.039032 [ 331 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000748763 sec. (1335.536 rows/sec., 52.17 KiB/sec.) 2026.03.02 22:29:50.039052 [ 331 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} Aggregator: Merging aggregated data 2026.03.02 22:29:50.040228 [ 286 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} executeQuery: Read 1 rows, 40.00 B in 0.002534 sec., 394.63299131807423 rows/sec., 15.42 KiB/sec. 2026.03.02 22:29:50.040374 [ 286 ] {e525ebcc-ad3d-4925-9a70-2634bfbb6145} TCPHandler: Processed in 0.003342254 sec. 2026.03.02 22:29:50.040460 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040487 [ 286 ] {} TCP-Session: e9497768-f4d7-49cc-bea7-91eb05816f22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040489 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040512 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040528 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040553 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040579 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040605 [ 292 ] {} TCP-Session: 0e59adca-2df5-4993-abee-897a0d15827f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040610 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040627 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040632 [ 291 ] {} TCP-Session: e22735ee-146c-4062-8590-728f5f215bb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040670 [ 290 ] {} TCP-Session: 72be2f46-1fdf-4746-a2ff-700223199d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040677 [ 293 ] {} TCP-Session: 4d80dffc-25f5-43b9-8993-437fb6817c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040590 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:50.040584 [ 294 ] {} TCP-Session: f9393658-95b5-4e9c-8c51-ef3a51a84df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040539 [ 287 ] {} TCP-Session: f0b89889-5784-462d-b2e6-60cae263dafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040747 [ 289 ] {} TCP-Session: 1fc0e5d9-c93c-4286-94e1-b3bad4ba109c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.040566 [ 288 ] {} TCP-Session: ef9ef306-a52b-47e6-9c15-6d66eb01f7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:50.768741 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 6 entries to flush up to offset 94 2026.03.02 22:29:50.771437 [ 242 ] {} system.query_log (2b6a69b9-9835-4033-9380-6aa383bf51ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:50.771513 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:50.772855 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:50.773401 [ 242 ] {} system.query_log (2b6a69b9-9835-4033-9380-6aa383bf51ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:50.773776 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.03.02 22:29:51.000216 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.26 MiB, peak 170.39 MiB, free memory in arenas 0.00 B, will set to 161.99 MiB (RSS), difference: 3.73 MiB 2026.03.02 22:29:51.720332 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37726 2026.03.02 22:29:51.720457 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.720487 [ 286 ] {} TCP-Session: cda20e49-8e19-4bba-8c4d-b5da86e47891 Authenticating user 'default' from [fd00:1122:3344:101::e]:37726 2026.03.02 22:29:51.720513 [ 286 ] {} TCP-Session: cda20e49-8e19-4bba-8c4d-b5da86e47891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.720529 [ 286 ] {} TCP-Session: cda20e49-8e19-4bba-8c4d-b5da86e47891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.720737 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34623 2026.03.02 22:29:51.720773 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56460 2026.03.02 22:29:51.720799 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45698 2026.03.02 22:29:51.720819 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57067 2026.03.02 22:29:51.720847 [ 286 ] {} TCP-Session: cda20e49-8e19-4bba-8c4d-b5da86e47891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:51.720883 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.720893 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.720923 [ 288 ] {} TCP-Session: 0beec62f-300c-4075-bd67-aa4d7f6a0fc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:56460 2026.03.02 22:29:51.720855 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.720948 [ 290 ] {} TCP-Session: 29c9aa59-7df4-477f-8be9-01ea765fc986 Authenticating user 'default' from [fd00:1122:3344:101::e]:45698 2026.03.02 22:29:51.720951 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.720974 [ 287 ] {} TCP-Session: b95d2bb0-03f8-40b8-87c3-2157df6e0f07 Authenticating user 'default' from [fd00:1122:3344:101::e]:34623 2026.03.02 22:29:51.720987 [ 290 ] {} TCP-Session: 29c9aa59-7df4-477f-8be9-01ea765fc986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721005 [ 291 ] {} TCP-Session: 64f99acb-6b3d-46dc-8458-3c637b05900a Authenticating user 'default' from [fd00:1122:3344:101::e]:57067 2026.03.02 22:29:51.721009 [ 287 ] {} TCP-Session: b95d2bb0-03f8-40b8-87c3-2157df6e0f07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721018 [ 290 ] {} TCP-Session: 29c9aa59-7df4-477f-8be9-01ea765fc986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721038 [ 291 ] {} TCP-Session: 64f99acb-6b3d-46dc-8458-3c637b05900a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721041 [ 287 ] {} TCP-Session: b95d2bb0-03f8-40b8-87c3-2157df6e0f07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721061 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} executeQuery: (from [fd00:1122:3344:101::e]:37726) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.02 22:29:51.721066 [ 291 ] {} TCP-Session: 64f99acb-6b3d-46dc-8458-3c637b05900a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.720958 [ 288 ] {} TCP-Session: 0beec62f-300c-4075-bd67-aa4d7f6a0fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.720843 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52780 2026.03.02 22:29:51.721141 [ 288 ] {} TCP-Session: 0beec62f-300c-4075-bd67-aa4d7f6a0fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.720835 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34103 2026.03.02 22:29:51.720816 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62146 2026.03.02 22:29:51.721219 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.720778 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53178 2026.03.02 22:29:51.721261 [ 294 ] {} TCP-Session: 9cd6c71a-818b-43ef-b817-b5ba288da837 Authenticating user 'default' from [fd00:1122:3344:101::e]:52780 2026.03.02 22:29:51.721255 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.721278 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.721291 [ 294 ] {} TCP-Session: 9cd6c71a-818b-43ef-b817-b5ba288da837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721307 [ 293 ] {} TCP-Session: fcc4cdee-e6b4-49b3-bfbc-ae9d430bb649 Authenticating user 'default' from [fd00:1122:3344:101::e]:34103 2026.03.02 22:29:51.721331 [ 294 ] {} TCP-Session: 9cd6c71a-818b-43ef-b817-b5ba288da837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721348 [ 293 ] {} TCP-Session: fcc4cdee-e6b4-49b3-bfbc-ae9d430bb649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721352 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.02 22:29:51.721371 [ 293 ] {} TCP-Session: fcc4cdee-e6b4-49b3-bfbc-ae9d430bb649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721384 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.02 22:29:51.721323 [ 292 ] {} TCP-Session: e40fbf7e-2e8f-4e75-82d7-bbe94fa2bdda Authenticating user 'default' from [fd00:1122:3344:101::e]:62146 2026.03.02 22:29:51.721422 [ 289 ] {} TCP-Session: 3da81f81-815d-4f72-bf47-6d6045f6514e Authenticating user 'default' from [fd00:1122:3344:101::e]:53178 2026.03.02 22:29:51.721423 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:51.721438 [ 292 ] {} TCP-Session: e40fbf7e-2e8f-4e75-82d7-bbe94fa2bdda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721447 [ 289 ] {} TCP-Session: 3da81f81-815d-4f72-bf47-6d6045f6514e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721470 [ 292 ] {} TCP-Session: e40fbf7e-2e8f-4e75-82d7-bbe94fa2bdda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721483 [ 289 ] {} TCP-Session: 3da81f81-815d-4f72-bf47-6d6045f6514e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:51.721722 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} oximeter.version (ce60bea5-98ca-4601-8fb2-067e31a7da73) (SelectExecutor): Key condition: unknown 2026.03.02 22:29:51.721809 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} Aggregator: Compile expression max()(UInt64) 0 2026.03.02 22:29:52.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.05 MiB, peak 170.39 MiB, free memory in arenas 0.00 B, will set to 181.89 MiB (RSS), difference: 15.84 MiB 2026.03.02 22:29:52.007578 [ 295 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} AggregatingTransform: Aggregating 2026.03.02 22:29:52.007641 [ 295 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} Aggregator: Aggregation method: without_key 2026.03.02 22:29:52.007680 [ 295 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001048507 sec. (953.737 rows/sec., 37.26 KiB/sec.) 2026.03.02 22:29:52.007701 [ 295 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} Aggregator: Merging aggregated data 2026.03.02 22:29:52.008878 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} executeQuery: Read 1 rows, 40.00 B in 0.28788 sec., 3.4736695845491172 rows/sec., 138.95 B/sec. 2026.03.02 22:29:52.009053 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.02 22:29:52.009069 [ 286 ] {88ffd4ab-59f2-4904-a3bb-30e8fde5b1c0} TCPHandler: Processed in 0.288339374 sec. 2026.03.02 22:29:52.009181 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009218 [ 294 ] {} TCP-Session: 9cd6c71a-818b-43ef-b817-b5ba288da837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009224 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009242 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009270 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009286 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009308 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009339 [ 288 ] {} TCP-Session: 0beec62f-300c-4075-bd67-aa4d7f6a0fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009338 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009372 [ 292 ] {} TCP-Session: e40fbf7e-2e8f-4e75-82d7-bbe94fa2bdda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009386 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009356 [ 289 ] {} TCP-Session: 3da81f81-815d-4f72-bf47-6d6045f6514e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009415 [ 291 ] {} TCP-Session: 64f99acb-6b3d-46dc-8458-3c637b05900a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009429 [ 286 ] {} TCP-Session: cda20e49-8e19-4bba-8c4d-b5da86e47891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009352 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.02 22:29:52.009299 [ 290 ] {} TCP-Session: 29c9aa59-7df4-477f-8be9-01ea765fc986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009292 [ 287 ] {} TCP-Session: b95d2bb0-03f8-40b8-87c3-2157df6e0f07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.009532 [ 293 ] {} TCP-Session: fcc4cdee-e6b4-49b3-bfbc-ae9d430bb649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.02 22:29:52.072721 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.072910 [ 3 ] {950f4ce0-18b5-4045-828a-e4d357e163f6} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.073193 [ 3 ] {950f4ce0-18b5-4045-828a-e4d357e163f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.073255 [ 3 ] {950f4ce0-18b5-4045-828a-e4d357e163f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.073684 [ 3 ] {950f4ce0-18b5-4045-828a-e4d357e163f6} TCPHandler: Processed in 0.001096088 sec. 2026.03.02 22:29:52.086724 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.086869 [ 3 ] {23ea715d-4a4d-476e-b91e-5ad40e5ac5b3} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.095333 [ 3 ] {23ea715d-4a4d-476e-b91e-5ad40e5ac5b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.095385 [ 3 ] {23ea715d-4a4d-476e-b91e-5ad40e5ac5b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.097902 [ 3 ] {23ea715d-4a4d-476e-b91e-5ad40e5ac5b3} TCPHandler: Processed in 0.011232481 sec. 2026.03.02 22:29:52.098127 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.098255 [ 3 ] {e3505426-5dc7-47a2-8be3-d54327b3abb6} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.102485 [ 3 ] {e3505426-5dc7-47a2-8be3-d54327b3abb6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.102550 [ 3 ] {e3505426-5dc7-47a2-8be3-d54327b3abb6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.103010 [ 3 ] {e3505426-5dc7-47a2-8be3-d54327b3abb6} TCPHandler: Processed in 0.004932869 sec. 2026.03.02 22:29:52.103243 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.103366 [ 3 ] {71ad2ae7-c779-46f4-95ef-78c84d06c546} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.103617 [ 3 ] {71ad2ae7-c779-46f4-95ef-78c84d06c546} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.103661 [ 3 ] {71ad2ae7-c779-46f4-95ef-78c84d06c546} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.103985 [ 3 ] {71ad2ae7-c779-46f4-95ef-78c84d06c546} TCPHandler: Processed in 0.000796963 sec. 2026.03.02 22:29:52.104181 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.104300 [ 3 ] {36d113ad-279f-4722-ab71-cc10ca611d12} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.104542 [ 3 ] {36d113ad-279f-4722-ab71-cc10ca611d12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.104585 [ 3 ] {36d113ad-279f-4722-ab71-cc10ca611d12} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.104930 [ 3 ] {36d113ad-279f-4722-ab71-cc10ca611d12} TCPHandler: Processed in 0.000797962 sec. 2026.03.02 22:29:52.105180 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.105300 [ 3 ] {90643a7e-7fcb-4983-bc0d-1287af79a282} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.105536 [ 3 ] {90643a7e-7fcb-4983-bc0d-1287af79a282} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.105579 [ 3 ] {90643a7e-7fcb-4983-bc0d-1287af79a282} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.105903 [ 3 ] {90643a7e-7fcb-4983-bc0d-1287af79a282} TCPHandler: Processed in 0.000774672 sec. 2026.03.02 22:29:52.106203 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.106318 [ 3 ] {5b6fbac8-6f24-4f58-baec-8965d8077276} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.106559 [ 3 ] {5b6fbac8-6f24-4f58-baec-8965d8077276} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.106602 [ 3 ] {5b6fbac8-6f24-4f58-baec-8965d8077276} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.106918 [ 3 ] {5b6fbac8-6f24-4f58-baec-8965d8077276} TCPHandler: Processed in 0.000764672 sec. 2026.03.02 22:29:52.107110 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.107225 [ 3 ] {ec8aff33-c0da-4ec3-b504-ce85084ce4c7} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.107469 [ 3 ] {ec8aff33-c0da-4ec3-b504-ce85084ce4c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.107511 [ 3 ] {ec8aff33-c0da-4ec3-b504-ce85084ce4c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.107825 [ 3 ] {ec8aff33-c0da-4ec3-b504-ce85084ce4c7} TCPHandler: Processed in 0.000764132 sec. 2026.03.02 22:29:52.108034 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.108177 [ 3 ] {63a37e3d-aff3-447e-9b39-c5c4bce69c9c} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.108445 [ 3 ] {63a37e3d-aff3-447e-9b39-c5c4bce69c9c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.108491 [ 3 ] {63a37e3d-aff3-447e-9b39-c5c4bce69c9c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.108837 [ 3 ] {63a37e3d-aff3-447e-9b39-c5c4bce69c9c} TCPHandler: Processed in 0.000865754 sec. 2026.03.02 22:29:52.109160 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.109283 [ 3 ] {490c583f-7a42-493c-8e4a-98ccd7859247} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.109540 [ 3 ] {490c583f-7a42-493c-8e4a-98ccd7859247} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.109584 [ 3 ] {490c583f-7a42-493c-8e4a-98ccd7859247} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.109910 [ 3 ] {490c583f-7a42-493c-8e4a-98ccd7859247} TCPHandler: Processed in 0.000798343 sec. 2026.03.02 22:29:52.110115 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.110274 [ 3 ] {ec830245-af12-4859-b085-3331dd94c0e4} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.110534 [ 3 ] {ec830245-af12-4859-b085-3331dd94c0e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.110589 [ 3 ] {ec830245-af12-4859-b085-3331dd94c0e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.110937 [ 3 ] {ec830245-af12-4859-b085-3331dd94c0e4} TCPHandler: Processed in 0.000877754 sec. 2026.03.02 22:29:52.111134 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.111260 [ 3 ] {9aeb40a4-03a6-4302-913a-87a7269aa252} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.111516 [ 3 ] {9aeb40a4-03a6-4302-913a-87a7269aa252} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.111561 [ 3 ] {9aeb40a4-03a6-4302-913a-87a7269aa252} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.111879 [ 3 ] {9aeb40a4-03a6-4302-913a-87a7269aa252} TCPHandler: Processed in 0.000794142 sec. 2026.03.02 22:29:52.112077 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.112198 [ 3 ] {9a1c884a-716b-42d7-a34b-d7ee13b5770e} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.112450 [ 3 ] {9a1c884a-716b-42d7-a34b-d7ee13b5770e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.112496 [ 3 ] {9a1c884a-716b-42d7-a34b-d7ee13b5770e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.112827 [ 3 ] {9a1c884a-716b-42d7-a34b-d7ee13b5770e} TCPHandler: Processed in 0.000798062 sec. 2026.03.02 22:29:52.113037 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.113176 [ 3 ] {31468274-96fe-4d71-9d1a-fc5d94bb7da2} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.113519 [ 3 ] {31468274-96fe-4d71-9d1a-fc5d94bb7da2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.113578 [ 3 ] {31468274-96fe-4d71-9d1a-fc5d94bb7da2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.113922 [ 3 ] {31468274-96fe-4d71-9d1a-fc5d94bb7da2} TCPHandler: Processed in 0.000940125 sec. 2026.03.02 22:29:52.114120 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.114246 [ 3 ] {96ba4990-7cee-41e0-b67f-48826f7d3c47} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.114505 [ 3 ] {96ba4990-7cee-41e0-b67f-48826f7d3c47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.114549 [ 3 ] {96ba4990-7cee-41e0-b67f-48826f7d3c47} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.114890 [ 3 ] {96ba4990-7cee-41e0-b67f-48826f7d3c47} TCPHandler: Processed in 0.000817793 sec. 2026.03.02 22:29:52.115086 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.115209 [ 3 ] {d904bcd9-baf2-4b52-9c91-ac64f5c9d837} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.115466 [ 3 ] {d904bcd9-baf2-4b52-9c91-ac64f5c9d837} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.115510 [ 3 ] {d904bcd9-baf2-4b52-9c91-ac64f5c9d837} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.115839 [ 3 ] {d904bcd9-baf2-4b52-9c91-ac64f5c9d837} TCPHandler: Processed in 0.000800433 sec. 2026.03.02 22:29:52.116109 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.116264 [ 3 ] {eace4301-78f9-40ba-89b9-47e60d1587e4} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.116572 [ 3 ] {eace4301-78f9-40ba-89b9-47e60d1587e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.116617 [ 3 ] {eace4301-78f9-40ba-89b9-47e60d1587e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.116991 [ 3 ] {eace4301-78f9-40ba-89b9-47e60d1587e4} TCPHandler: Processed in 0.000943795 sec. 2026.03.02 22:29:52.117243 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.117367 [ 3 ] {d9dfe6ac-1868-4063-b8ca-8b1f637a78a2} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.117633 [ 3 ] {d9dfe6ac-1868-4063-b8ca-8b1f637a78a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.117675 [ 3 ] {d9dfe6ac-1868-4063-b8ca-8b1f637a78a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.118002 [ 3 ] {d9dfe6ac-1868-4063-b8ca-8b1f637a78a2} TCPHandler: Processed in 0.000809433 sec. 2026.03.02 22:29:52.118211 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.118334 [ 3 ] {52a5aefa-d48e-4547-892d-c4cb25ac37be} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.118600 [ 3 ] {52a5aefa-d48e-4547-892d-c4cb25ac37be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.118644 [ 3 ] {52a5aefa-d48e-4547-892d-c4cb25ac37be} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.119051 [ 3 ] {52a5aefa-d48e-4547-892d-c4cb25ac37be} TCPHandler: Processed in 0.000889445 sec. 2026.03.02 22:29:52.119275 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.119415 [ 3 ] {79fca8f0-996e-4a51-9123-9d052b9b9f54} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.119720 [ 3 ] {79fca8f0-996e-4a51-9123-9d052b9b9f54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.119770 [ 3 ] {79fca8f0-996e-4a51-9123-9d052b9b9f54} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.120158 [ 3 ] {79fca8f0-996e-4a51-9123-9d052b9b9f54} TCPHandler: Processed in 0.000940865 sec. 2026.03.02 22:29:52.120375 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.120502 [ 3 ] {d07f9634-d482-4cab-ad03-a3336da2640f} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.120787 [ 3 ] {d07f9634-d482-4cab-ad03-a3336da2640f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.120831 [ 3 ] {d07f9634-d482-4cab-ad03-a3336da2640f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.121214 [ 3 ] {d07f9634-d482-4cab-ad03-a3336da2640f} TCPHandler: Processed in 0.000889384 sec. 2026.03.02 22:29:52.121440 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.121578 [ 3 ] {cef7c9af-942f-4cf1-b6b0-d3539dd9fe2c} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.121854 [ 3 ] {cef7c9af-942f-4cf1-b6b0-d3539dd9fe2c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.121897 [ 3 ] {cef7c9af-942f-4cf1-b6b0-d3539dd9fe2c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.122245 [ 3 ] {cef7c9af-942f-4cf1-b6b0-d3539dd9fe2c} TCPHandler: Processed in 0.000862544 sec. 2026.03.02 22:29:52.122494 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.122621 [ 3 ] {ba09b9a8-bc53-4de3-8e0e-ea14967e68d5} executeQuery: (from [fd00:1122:3344:101::d]:42984) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.122903 [ 3 ] {ba09b9a8-bc53-4de3-8e0e-ea14967e68d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.122949 [ 3 ] {ba09b9a8-bc53-4de3-8e0e-ea14967e68d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.123317 [ 3 ] {ba09b9a8-bc53-4de3-8e0e-ea14967e68d5} TCPHandler: Processed in 0.000872945 sec. 2026.03.02 22:29:52.123546 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.123671 [ 3 ] {ab76703e-dbdd-4e18-b4d2-dd032d3b10af} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.123948 [ 3 ] {ab76703e-dbdd-4e18-b4d2-dd032d3b10af} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.123992 [ 3 ] {ab76703e-dbdd-4e18-b4d2-dd032d3b10af} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.124340 [ 3 ] {ab76703e-dbdd-4e18-b4d2-dd032d3b10af} TCPHandler: Processed in 0.000843254 sec. 2026.03.02 22:29:52.124739 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.124890 [ 3 ] {552bd4b7-98f1-4c3e-aca4-fd3424b0ca10} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.125243 [ 3 ] {552bd4b7-98f1-4c3e-aca4-fd3424b0ca10} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.125297 [ 3 ] {552bd4b7-98f1-4c3e-aca4-fd3424b0ca10} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.125712 [ 3 ] {552bd4b7-98f1-4c3e-aca4-fd3424b0ca10} TCPHandler: Processed in 0.001028957 sec. 2026.03.02 22:29:52.126316 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.126464 [ 3 ] {e1a8ff2f-d0dc-4159-b1e0-7667f2b1596e} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.126826 [ 3 ] {e1a8ff2f-d0dc-4159-b1e0-7667f2b1596e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.126880 [ 3 ] {e1a8ff2f-d0dc-4159-b1e0-7667f2b1596e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.127444 [ 3 ] {e1a8ff2f-d0dc-4159-b1e0-7667f2b1596e} TCPHandler: Processed in 0.001183019 sec. 2026.03.02 22:29:52.128369 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.128504 [ 3 ] {bd022850-450f-4648-a32f-109042083686} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.128794 [ 3 ] {bd022850-450f-4648-a32f-109042083686} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.128838 [ 3 ] {bd022850-450f-4648-a32f-109042083686} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.129183 [ 3 ] {bd022850-450f-4648-a32f-109042083686} TCPHandler: Processed in 0.000864514 sec. 2026.03.02 22:29:52.129467 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.129597 [ 3 ] {304c97b2-6485-4c21-bace-877137d22388} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.129887 [ 3 ] {304c97b2-6485-4c21-bace-877137d22388} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.129931 [ 3 ] {304c97b2-6485-4c21-bace-877137d22388} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.130276 [ 3 ] {304c97b2-6485-4c21-bace-877137d22388} TCPHandler: Processed in 0.000858634 sec. 2026.03.02 22:29:52.130548 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.130699 [ 3 ] {3fc85de7-0a25-464b-807d-618adf99c100} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.131062 [ 3 ] {3fc85de7-0a25-464b-807d-618adf99c100} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.131112 [ 3 ] {3fc85de7-0a25-464b-807d-618adf99c100} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.131510 [ 3 ] {3fc85de7-0a25-464b-807d-618adf99c100} TCPHandler: Processed in 0.001049787 sec. 2026.03.02 22:29:52.131741 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.131867 [ 3 ] {9bfceb55-2e98-4501-b7da-c625116e2c3f} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.132220 [ 3 ] {9bfceb55-2e98-4501-b7da-c625116e2c3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.132263 [ 3 ] {9bfceb55-2e98-4501-b7da-c625116e2c3f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.132611 [ 3 ] {9bfceb55-2e98-4501-b7da-c625116e2c3f} TCPHandler: Processed in 0.000865734 sec. 2026.03.02 22:29:52.132868 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.133024 [ 3 ] {d914cfc8-c8ec-43f9-b34e-db3503b56f91} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.133406 [ 3 ] {d914cfc8-c8ec-43f9-b34e-db3503b56f91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.133460 [ 3 ] {d914cfc8-c8ec-43f9-b34e-db3503b56f91} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.133882 [ 3 ] {d914cfc8-c8ec-43f9-b34e-db3503b56f91} TCPHandler: Processed in 0.001070848 sec. 2026.03.02 22:29:52.134149 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.134285 [ 3 ] {35393350-8955-4daa-8fce-2f0240413204} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.134593 [ 3 ] {35393350-8955-4daa-8fce-2f0240413204} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.134645 [ 3 ] {35393350-8955-4daa-8fce-2f0240413204} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.135004 [ 3 ] {35393350-8955-4daa-8fce-2f0240413204} TCPHandler: Processed in 0.000904435 sec. 2026.03.02 22:29:52.135262 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.135397 [ 3 ] {9bb22823-ba7c-4f73-93d1-713c022c0a80} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.135699 [ 3 ] {9bb22823-ba7c-4f73-93d1-713c022c0a80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.135751 [ 3 ] {9bb22823-ba7c-4f73-93d1-713c022c0a80} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.136124 [ 3 ] {9bb22823-ba7c-4f73-93d1-713c022c0a80} TCPHandler: Processed in 0.000910485 sec. 2026.03.02 22:29:52.136402 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.136543 [ 3 ] {fed0c526-5b0c-4f76-8f98-2ece7f442cb9} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.136888 [ 3 ] {fed0c526-5b0c-4f76-8f98-2ece7f442cb9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.136943 [ 3 ] {fed0c526-5b0c-4f76-8f98-2ece7f442cb9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.137391 [ 3 ] {fed0c526-5b0c-4f76-8f98-2ece7f442cb9} TCPHandler: Processed in 0.001043847 sec. 2026.03.02 22:29:52.145556 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.145695 [ 3 ] {4cab1a25-4b27-4c10-a34a-4ec7ee611de2} executeQuery: (from [fd00:1122:3344:101::d]:42984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.02 22:29:52.146014 [ 3 ] {4cab1a25-4b27-4c10-a34a-4ec7ee611de2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.146060 [ 3 ] {4cab1a25-4b27-4c10-a34a-4ec7ee611de2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.02 22:29:52.146425 [ 3 ] {4cab1a25-4b27-4c10-a34a-4ec7ee611de2} TCPHandler: Processed in 0.000921304 sec. 2026.03.02 22:29:52.146812 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.146923 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.02 22:29:52.146968 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.02 22:29:52.147553 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} oximeter.timeseries_schema (e20660d5-aab8-471b-b6c9-465758d8e704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.147600 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.148306 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.148708 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} oximeter.timeseries_schema (e20660d5-aab8-471b-b6c9-465758d8e704): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.148860 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} executeQuery: Read 35 rows, 7.54 KiB in 0.001969 sec., 17775.52056881666 rows/sec., 3.74 MiB/sec. 2026.03.02 22:29:52.148900 [ 3 ] {b3ca29cf-ccf5-448f-ba3d-01c558e52577} TCPHandler: Processed in 0.002137965 sec. 2026.03.02 22:29:52.149033 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.149140 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.149191 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.02 22:29:52.155932 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} oximeter.fields_i16 (77ab7134-db67-48d1-a030-72956d63a100): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.155969 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.158748 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.159242 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} oximeter.fields_i16 (77ab7134-db67-48d1-a030-72956d63a100): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.159380 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} executeQuery: Read 284 rows, 18.47 KiB in 0.010264 sec., 27669.524551831644 rows/sec., 1.76 MiB/sec. 2026.03.02 22:29:52.159418 [ 3 ] {508ef808-3647-438a-bf86-3f5d382318f1} TCPHandler: Processed in 0.010438318 sec. 2026.03.02 22:29:52.159545 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.159641 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.02 22:29:52.159683 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.02 22:29:52.160106 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} oximeter.fields_ipaddr (ca12ce55-c1c2-4408-8386-807fb1b25670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.160143 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.160555 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.161103 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} oximeter.fields_ipaddr (ca12ce55-c1c2-4408-8386-807fb1b25670): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.161239 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} executeQuery: Read 8 rows, 668.00 B in 0.001617 sec., 4947.433518862091 rows/sec., 403.43 KiB/sec. 2026.03.02 22:29:52.161276 [ 3 ] {18bdec52-3729-43e5-aa9c-8ae28af83a6b} TCPHandler: Processed in 0.001783099 sec. 2026.03.02 22:29:52.161423 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.161561 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.02 22:29:52.161612 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.02 22:29:52.162490 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} oximeter.fields_string (bb8b70a9-6e41-4a5d-9819-b9576d1a1123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.162528 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.163084 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.163567 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} oximeter.fields_string (bb8b70a9-6e41-4a5d-9819-b9576d1a1123): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.163724 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} executeQuery: Read 779 rows, 62.86 KiB in 0.002188 sec., 356032.90676416823 rows/sec., 28.06 MiB/sec. 2026.03.02 22:29:52.163764 [ 3 ] {be861c11-0a48-4b6c-8559-6875a6f56c22} TCPHandler: Processed in 0.002417249 sec. 2026.03.02 22:29:52.163901 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.164006 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.164056 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.02 22:29:52.164537 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} oximeter.fields_u16 (a1bfb860-1852-4e52-9003-e11852aebd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.164574 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.165022 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.165466 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} oximeter.fields_u16 (a1bfb860-1852-4e52-9003-e11852aebd4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.165601 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} executeQuery: Read 152 rows, 9.25 KiB in 0.001615 sec., 94117.64705882354 rows/sec., 5.59 MiB/sec. 2026.03.02 22:29:52.165638 [ 3 ] {890c85c0-84fe-4a0a-8939-08a28b5b06cc} TCPHandler: Processed in 0.001793779 sec. 2026.03.02 22:29:52.165757 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.165853 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.165892 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.02 22:29:52.166394 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} oximeter.fields_u32 (e77f6016-2e4c-4688-81ac-d5e6aa0dfeaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.166432 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.166919 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.167431 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} oximeter.fields_u32 (e77f6016-2e4c-4688-81ac-d5e6aa0dfeaf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.167570 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} executeQuery: Read 149 rows, 9.86 KiB in 0.001735 sec., 85878.96253602306 rows/sec., 5.55 MiB/sec. 2026.03.02 22:29:52.167608 [ 3 ] {dce78794-79f3-434e-a449-977f007c5746} TCPHandler: Processed in 0.001901041 sec. 2026.03.02 22:29:52.167738 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.167833 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.167871 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.02 22:29:52.168297 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} oximeter.fields_u8 (c2c8a920-8215-4ccd-a72a-3830de7d760a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.168334 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.168828 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.169335 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} oximeter.fields_u8 (c2c8a920-8215-4ccd-a72a-3830de7d760a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.169487 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} executeQuery: Read 148 rows, 8.62 KiB in 0.001671 sec., 88569.71873129862 rows/sec., 5.04 MiB/sec. 2026.03.02 22:29:52.169540 [ 3 ] {14fa1612-9f70-4374-be78-4c4fa60e1812} TCPHandler: Processed in 0.00185046 sec. 2026.03.02 22:29:52.169669 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.169767 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.02 22:29:52.169808 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.02 22:29:52.170374 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} oximeter.fields_uuid (89dd40f7-4f6e-4d0c-bbba-3152e583172c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.170411 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.170894 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.171379 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} oximeter.fields_uuid (89dd40f7-4f6e-4d0c-bbba-3152e583172c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.171511 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} executeQuery: Read 478 rows, 34.24 KiB in 0.001761 sec., 271436.6837024418 rows/sec., 18.99 MiB/sec. 2026.03.02 22:29:52.171550 [ 3 ] {655b7d74-55db-4034-a9a5-6ddf3fe571fe} TCPHandler: Processed in 0.001932411 sec. 2026.03.02 22:29:52.171685 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.171796 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.02 22:29:52.171842 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.02 22:29:52.172257 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} oximeter.measurements_bool (97de96e7-5575-45cc-bb55-c0b9486cda0d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.172293 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.175003 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.175487 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} oximeter.measurements_bool (97de96e7-5575-45cc-bb55-c0b9486cda0d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.175614 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} executeQuery: Read 6 rows, 321.00 B in 0.003839 sec., 1562.9070070330815 rows/sec., 81.66 KiB/sec. 2026.03.02 22:29:52.175650 [ 3 ] {885649ce-cb9e-413f-838f-50297fad9027} TCPHandler: Processed in 0.004021364 sec. 2026.03.02 22:29:52.175768 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.175872 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.175915 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.02 22:29:52.176316 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} oximeter.measurements_cumulativeu64 (05718752-14a3-442f-b8ef-c94e1b7a8763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.176351 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.176809 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.177350 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} oximeter.measurements_cumulativeu64 (05718752-14a3-442f-b8ef-c94e1b7a8763): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.177492 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} executeQuery: Read 121 rows, 7.76 KiB in 0.001643 sec., 73645.7699330493 rows/sec., 4.62 MiB/sec. 2026.03.02 22:29:52.177536 [ 3 ] {cbdaa0b9-3493-4891-bd7b-4961a66ebd24} TCPHandler: Processed in 0.00181752 sec. 2026.03.02 22:29:52.177654 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.177753 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.177797 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.02 22:29:52.178150 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} oximeter.measurements_f64 (e87334f3-337d-4fe5-a446-14ded06d67df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.178186 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.178611 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.179140 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} oximeter.measurements_f64 (e87334f3-337d-4fe5-a446-14ded06d67df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.179286 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. 2026.03.02 22:29:52.179329 [ 3 ] {b60b4f5e-17b5-440e-bfd9-9b86e90761c3} TCPHandler: Processed in 0.001725678 sec. 2026.03.02 22:29:52.179459 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.179554 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.179609 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.02 22:29:52.180457 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} oximeter.measurements_histogramu64 (65e68984-0f57-4d25-a270-33c84a4aa599): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.180500 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.181808 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.182340 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} oximeter.measurements_histogramu64 (65e68984-0f57-4d25-a270-33c84a4aa599): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.182489 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} executeQuery: Read 2 rows, 3.67 KiB in 0.002953 sec., 677.2773450728073 rows/sec., 1.21 MiB/sec. 2026.03.02 22:29:52.182549 [ 3 ] {497ef15f-2b48-4f48-aa25-11de93721a59} TCPHandler: Processed in 0.003145381 sec. 2026.03.02 22:29:52.182673 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.182768 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.182810 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.02 22:29:52.183131 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} oximeter.measurements_i64 (0cdc9c06-0b74-41b8-a7f6-3f9997b3cac9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.183165 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.183574 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.184123 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} oximeter.measurements_i64 (0cdc9c06-0b74-41b8-a7f6-3f9997b3cac9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.184273 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} executeQuery: Read 6 rows, 434.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 278.47 KiB/sec. 2026.03.02 22:29:52.184322 [ 3 ] {02a46989-2dcf-41c3-bdb7-38816dfee5f1} TCPHandler: Processed in 0.001700307 sec. 2026.03.02 22:29:52.184448 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:52.184554 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.02 22:29:52.184597 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.02 22:29:52.184951 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} oximeter.measurements_u64 (2e4a2253-0e16-4442-9c2e-6f4aa8cbb67d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:52.184987 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.45 GiB. 2026.03.02 22:29:52.185470 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.02 22:29:52.185905 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} oximeter.measurements_u64 (2e4a2253-0e16-4442-9c2e-6f4aa8cbb67d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:52.186042 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} executeQuery: Read 36 rows, 2.03 KiB in 0.001512 sec., 23809.52380952381 rows/sec., 1.31 MiB/sec. 2026.03.02 22:29:52.186084 [ 3 ] {fe46aecf-15d9-4961-a153-659b62d0b663} TCPHandler: Processed in 0.001693107 sec. 2026.03.02 22:29:53.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 181.49 MiB, peak 189.36 MiB, free memory in arenas 0.00 B, will set to 183.34 MiB (RSS), difference: 1.85 MiB 2026.03.02 22:29:53.273090 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 500 entries to flush up to offset 1476 2026.03.02 22:29:53.273677 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:53.273730 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.03.02 22:29:53.274455 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.02 22:29:53.274980 [ 244 ] {} system.asynchronous_metric_log (88b6e865-a60c-4037-81c2-70c814eebb8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:53.275138 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1476 2026.03.02 22:29:53.345910 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.02 22:29:53.363041 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:53.363106 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.03.02 22:29:53.369723 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.02 22:29:53.370880 [ 243 ] {} system.metric_log (4f4400eb-e79d-47da-a556-0889e900026b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:53.374039 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.02 22:29:54.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 183.87 MiB, peak 189.36 MiB, free memory in arenas 0.00 B, will set to 186.31 MiB (RSS), difference: 2.44 MiB 2026.03.02 22:29:57.073578 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:57.073761 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.02 22:29:57.073828 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.02 22:29:57.074485 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} oximeter.fields_string (bb8b70a9-6e41-4a5d-9819-b9576d1a1123): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:57.074529 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.03.02 22:29:57.075064 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:57.075630 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} oximeter.fields_string (bb8b70a9-6e41-4a5d-9819-b9576d1a1123): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:57.075788 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} executeQuery: Read 30 rows, 2.40 KiB in 0.002077 sec., 14443.909484833895 rows/sec., 1.13 MiB/sec. 2026.03.02 22:29:57.075838 [ 3 ] {6a928df4-87fa-4319-b70e-6b4ae64d3a50} TCPHandler: Processed in 0.002392269 sec. 2026.03.02 22:29:57.075970 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:57.076066 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.02 22:29:57.076108 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.02 22:29:57.076519 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} oximeter.fields_uuid (89dd40f7-4f6e-4d0c-bbba-3152e583172c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:57.076557 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.03.02 22:29:57.076991 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:57.077490 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} oximeter.fields_uuid (89dd40f7-4f6e-4d0c-bbba-3152e583172c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:57.077620 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} executeQuery: Read 36 rows, 2.88 KiB in 0.001572 sec., 22900.763358778626 rows/sec., 1.79 MiB/sec. 2026.03.02 22:29:57.077657 [ 3 ] {ecaf3c77-bca5-47f3-8923-3abded2d52b7} TCPHandler: Processed in 0.001738048 sec. 2026.03.02 22:29:57.077763 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:57.077947 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.02 22:29:57.077992 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.02 22:29:57.080392 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} oximeter.measurements_cumulativeu64 (05718752-14a3-442f-b8ef-c94e1b7a8763): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:57.080431 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.03.02 22:29:57.081002 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:57.081463 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} oximeter.measurements_cumulativeu64 (05718752-14a3-442f-b8ef-c94e1b7a8763): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:57.081599 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} executeQuery: Read 60 rows, 4.31 KiB in 0.003671 sec., 16344.320348678835 rows/sec., 1.15 MiB/sec. 2026.03.02 22:29:57.081636 [ 3 ] {7f4761e7-69cf-4952-af54-fc1dbadce0a3} TCPHandler: Processed in 0.003923543 sec. 2026.03.02 22:29:57.081840 [ 3 ] {} TCP-Session: 29abe149-e16d-49d0-9014-ed8a2f23c0c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.02 22:29:57.081936 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} executeQuery: (from [fd00:1122:3344:101::d]:42984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.02 22:29:57.081980 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.02 22:29:57.082329 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} oximeter.measurements_u64 (2e4a2253-0e16-4442-9c2e-6f4aa8cbb67d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.02 22:29:57.082365 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.03.02 22:29:57.082779 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.02 22:29:57.083210 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} oximeter.measurements_u64 (2e4a2253-0e16-4442-9c2e-6f4aa8cbb67d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.02 22:29:57.083353 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} executeQuery: Read 30 rows, 2.04 KiB in 0.001435 sec., 20905.923344947732 rows/sec., 1.39 MiB/sec. 2026.03.02 22:29:57.083390 [ 3 ] {7f775470-2f92-40cc-b7be-4a05b6a559cf} TCPHandler: Processed in 0.001601005 sec.