[ Feb 4 23:29:34 Enabled. ] [ Feb 4 23:29:34 Rereading configuration. ] [ Feb 4 23:29:35 Rereading configuration. ] [ Feb 4 23:29:38 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 [ Feb 4 23:29:38 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.02.04 23:29:39.177378 [ 1 ] {} Application: Will watch for the process with pid 24006 2026.02.04 23:29:39.177731 [ 1 ] {} Application: Forked a child process to watch 2026.02.04 23:29:39.393776 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24006 2026.02.04 23:29:39.396391 [ 1 ] {} Application: starting up 2026.02.04 23:29:39.396545 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.04 23:29:39.503484 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.04 23:29:39.596144 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.04 23:29:39.596196 [ 1 ] {} Application: Initializing DateLUT. 2026.02.04 23:29:39.596213 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.04 23:29:39.596268 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.04 23:29:39.596634 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.04 23:29:39.598846 [ 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.02.04 23:29:39.599640 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.04 23:29:39.600490 [ 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.02.04 23:29:39.600514 [ 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.02.04 23:29:39.600527 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.04 23:29:39.601244 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.04 23:29:39.602220 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.04 23:29:39.607958 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.04 23:29:39.608750 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.04 23:29:39.610058 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.04 23:29:39.610122 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.04 23:29:39.611113 [ 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.02.04 23:29:39.611499 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.04 23:29:39.615334 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.04 23:29:39.615629 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.04 23:29:39.618734 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.04 23:29:39.619129 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.04 23:29:39.619488 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.04 23:29:39.619817 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.04 23:29:39.621214 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.04 23:29:39.621250 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.04 23:29:39.621341 [ 115 ] {} DNSResolver: Updating DNS cache 2026.02.04 23:29:39.621436 [ 115 ] {} DNSResolver: Updated DNS cache 2026.02.04 23:29:39.655653 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.04 23:29:39.655707 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000301434 sec 2026.02.04 23:29:39.655752 [ 1 ] {} ReferentialDeps: No tables 2026.02.04 23:29:39.655776 [ 1 ] {} LoadingDeps: No tables 2026.02.04 23:29:39.656612 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.04 23:29:39.657237 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.04 23:29:39.665849 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.04 23:29:39.665892 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.04 23:29:39.665917 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.04 23:29:39.665929 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.04 23:29:39.665961 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.04 23:29:39.665980 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.04 23:29:39.667981 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.04 23:29:39.668023 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.04 23:29:39.668042 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.04 23:29:39.668176 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.04 23:29:39.668215 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.04 23:29:39.668227 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.04 23:29:39.668250 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.04 23:29:39.668262 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.04 23:29:39.668288 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.04 23:29:39.668308 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.04 23:29:39.690747 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.04 23:29:39.693063 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.04 23:29:39.693093 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.916e-05 sec 2026.02.04 23:29:39.693106 [ 1 ] {} ReferentialDeps: No tables 2026.02.04 23:29:39.693116 [ 1 ] {} LoadingDeps: No tables 2026.02.04 23:29:39.693138 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.04 23:29:39.693327 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.04 23:29:39.693372 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.04 23:29:39.693389 [ 1 ] {} Application: Loaded metadata. 2026.02.04 23:29:39.693400 [ 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.02.04 23:29:39.693410 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.04 23:29:39.704558 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.04 23:29:39.704768 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.88 MiB 2026.02.04 23:29:39.706106 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3891e-05 sec. 2026.02.04 23:29:39.706513 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.04 23:29:39.707148 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.04 23:29:39.707165 [ 1 ] {} Application: Ready for connections. 2026.02.04 23:29:39.921629 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55993 2026.02.04 23:29:39.922459 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.922522 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55993 2026.02.04 23:29:39.922550 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.922578 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.922671 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.04 23:29:39.922697 [ 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.02.04 23:29:39.922721 [ 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.02.04 23:29:39.923088 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58665 2026.02.04 23:29:39.923112 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55874 2026.02.04 23:29:39.923355 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.923391 [ 5 ] {} TCP-Session: 2c43f201-f240-4f38-bd13-ea88c5c26d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55874 2026.02.04 23:29:39.923437 [ 5 ] {} TCP-Session: 2c43f201-f240-4f38-bd13-ea88c5c26d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.923452 [ 5 ] {} TCP-Session: 2c43f201-f240-4f38-bd13-ea88c5c26d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.924071 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60825 2026.02.04 23:29:39.924092 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.924353 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38161 2026.02.04 23:29:39.924357 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34080 2026.02.04 23:29:39.924438 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33657 2026.02.04 23:29:39.924508 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63086 2026.02.04 23:29:39.924580 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57677 2026.02.04 23:29:39.924619 [ 4 ] {} TCP-Session: f9b89073-bd07-444f-a08e-a27ef85a2095 Authenticating user 'default' from [fd00:1122:3344:101::d]:58665 2026.02.04 23:29:39.924652 [ 4 ] {} TCP-Session: f9b89073-bd07-444f-a08e-a27ef85a2095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.924690 [ 4 ] {} TCP-Session: f9b89073-bd07-444f-a08e-a27ef85a2095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.924955 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.925000 [ 256 ] {} TCP-Session: 84f335cd-1f45-4435-ae91-fd5572344d5a Authenticating user 'default' from [fd00:1122:3344:101::d]:38161 2026.02.04 23:29:39.925030 [ 256 ] {} TCP-Session: 84f335cd-1f45-4435-ae91-fd5572344d5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925043 [ 256 ] {} TCP-Session: 84f335cd-1f45-4435-ae91-fd5572344d5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925052 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.925081 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.925124 [ 253 ] {} TCP-Session: 32f28706-30c4-47e2-899d-b28e229b3b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:60825 2026.02.04 23:29:39.925134 [ 259 ] {} TCP-Session: 40c020ce-bb23-4aa6-bbde-281f431f5ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57677 2026.02.04 23:29:39.925149 [ 253 ] {} TCP-Session: 32f28706-30c4-47e2-899d-b28e229b3b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925170 [ 259 ] {} TCP-Session: 40c020ce-bb23-4aa6-bbde-281f431f5ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925188 [ 253 ] {} TCP-Session: 32f28706-30c4-47e2-899d-b28e229b3b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925205 [ 259 ] {} TCP-Session: 40c020ce-bb23-4aa6-bbde-281f431f5ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925265 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.925296 [ 255 ] {} TCP-Session: 1e1c7a81-dc49-4936-bad9-2a35b43f3d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:34080 2026.02.04 23:29:39.925314 [ 255 ] {} TCP-Session: 1e1c7a81-dc49-4936-bad9-2a35b43f3d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925400 [ 255 ] {} TCP-Session: 1e1c7a81-dc49-4936-bad9-2a35b43f3d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925396 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.925440 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:39.925464 [ 257 ] {} TCP-Session: fb62607e-0e2b-4deb-a273-eaec11ccbc30 Authenticating user 'default' from [fd00:1122:3344:101::d]:33657 2026.02.04 23:29:39.925514 [ 257 ] {} TCP-Session: fb62607e-0e2b-4deb-a273-eaec11ccbc30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925520 [ 258 ] {} TCP-Session: 8fe8567b-d11f-4d20-8bd0-2914209e9d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:63086 2026.02.04 23:29:39.925540 [ 257 ] {} TCP-Session: fb62607e-0e2b-4deb-a273-eaec11ccbc30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925563 [ 258 ] {} TCP-Session: 8fe8567b-d11f-4d20-8bd0-2914209e9d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.925581 [ 258 ] {} TCP-Session: 8fe8567b-d11f-4d20-8bd0-2914209e9d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:39.927435 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:39.930229 [ 3 ] {fa90c444-5159-4a75-aeae-474fc80d0072} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.04 23:29:40.002434 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.73 MiB, peak 116.73 MiB, free memory in arenas 0.00 B, will set to 121.68 MiB (RSS), difference: 4.95 MiB 2026.02.04 23:29:40.045458 [ 3 ] {fa90c444-5159-4a75-aeae-474fc80d0072} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55993) (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.02.04 23:29:40.046285 [ 3 ] {fa90c444-5159-4a75-aeae-474fc80d0072} 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.02.04 23:29:40.046390 [ 3 ] {fa90c444-5159-4a75-aeae-474fc80d0072} TCPHandler: Processed in 0.121175629 sec. 2026.02.04 23:29:40.046772 [ 4 ] {} TCP-Session: f9b89073-bd07-444f-a08e-a27ef85a2095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.046999 [ 4 ] {5042af17-6cb7-40d9-9b24-0d5a2fc3d250} executeQuery: (from [fd00:1122:3344:101::d]:58665) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.04 23:29:40.047364 [ 4 ] {5042af17-6cb7-40d9-9b24-0d5a2fc3d250} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58665) (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.02.04 23:29:40.047510 [ 4 ] {5042af17-6cb7-40d9-9b24-0d5a2fc3d250} 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.02.04 23:29:40.047581 [ 4 ] {5042af17-6cb7-40d9-9b24-0d5a2fc3d250} TCPHandler: Processed in 0.000975972 sec. 2026.02.04 23:29:40.048437 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.049175 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} executeQuery: (from [fd00:1122:3344:101::d]:55993) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.04 23:29:40.049809 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.04 23:29:40.053618 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.04 23:29:40.053654 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.3792e-05 sec 2026.02.04 23:29:40.053719 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} ReferentialDeps: No tables 2026.02.04 23:29:40.053739 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} LoadingDeps: No tables 2026.02.04 23:29:40.053776 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} DatabaseAtomic (oximeter): Starting up tables. 2026.02.04 23:29:40.054494 [ 3 ] {b1129ea7-7508-4313-a996-c14c4c3074fc} TCPHandler: Processed in 0.006170761 sec. 2026.02.04 23:29:40.054674 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.054820 [ 3 ] {6780244d-08bc-479e-af95-4c1e9f619c73} executeQuery: (from [fd00:1122:3344:101::d]:55993) /* 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.02.04 23:29:40.054884 [ 3 ] {6780244d-08bc-479e-af95-4c1e9f619c73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.04 23:29:40.059613 [ 3 ] {6780244d-08bc-479e-af95-4c1e9f619c73} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.04 23:29:40.060959 [ 3 ] {6780244d-08bc-479e-af95-4c1e9f619c73} oximeter.version (bb6e8158-e030-4687-8bf6-9ee93515feb8): Loading data parts 2026.02.04 23:29:40.061898 [ 3 ] {6780244d-08bc-479e-af95-4c1e9f619c73} oximeter.version (bb6e8158-e030-4687-8bf6-9ee93515feb8): There are no data parts 2026.02.04 23:29:40.065154 [ 3 ] {6780244d-08bc-479e-af95-4c1e9f619c73} TCPHandler: Processed in 0.010527391 sec. 2026.02.04 23:29:40.065315 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.065522 [ 3 ] {8028b680-362b-416e-8f28-e5179b920304} executeQuery: (from [fd00:1122:3344:101::d]:55993) /* 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.02.04 23:29:40.065582 [ 3 ] {8028b680-362b-416e-8f28-e5179b920304} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.04 23:29:40.074336 [ 3 ] {8028b680-362b-416e-8f28-e5179b920304} oximeter.measurements_bool (6f657ba4-e759-46c8-8630-442396b4b64d): Loading data parts 2026.02.04 23:29:40.074518 [ 3 ] {8028b680-362b-416e-8f28-e5179b920304} oximeter.measurements_bool (6f657ba4-e759-46c8-8630-442396b4b64d): There are no data parts 2026.02.04 23:29:40.078261 [ 3 ] {8028b680-362b-416e-8f28-e5179b920304} TCPHandler: Processed in 0.012997321 sec. 2026.02.04 23:29:40.078450 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.078605 [ 3 ] {456b3806-6993-4a0c-ae85-0cfff5ac2a7f} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.078655 [ 3 ] {456b3806-6993-4a0c-ae85-0cfff5ac2a7f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.04 23:29:40.080404 [ 3 ] {456b3806-6993-4a0c-ae85-0cfff5ac2a7f} oximeter.measurements_i8 (4c5d90c1-3a5a-4de4-b69a-0d40c4c77ae5): Loading data parts 2026.02.04 23:29:40.080555 [ 3 ] {456b3806-6993-4a0c-ae85-0cfff5ac2a7f} oximeter.measurements_i8 (4c5d90c1-3a5a-4de4-b69a-0d40c4c77ae5): There are no data parts 2026.02.04 23:29:40.089258 [ 3 ] {456b3806-6993-4a0c-ae85-0cfff5ac2a7f} TCPHandler: Processed in 0.010857746 sec. 2026.02.04 23:29:40.089400 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.089567 [ 3 ] {fcfe3765-8916-4fa4-adec-be5be54055df} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.089608 [ 3 ] {fcfe3765-8916-4fa4-adec-be5be54055df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.04 23:29:40.096171 [ 3 ] {fcfe3765-8916-4fa4-adec-be5be54055df} oximeter.measurements_u8 (d118d470-5f75-491c-bc5c-1d95d9fc883c): Loading data parts 2026.02.04 23:29:40.096453 [ 3 ] {fcfe3765-8916-4fa4-adec-be5be54055df} oximeter.measurements_u8 (d118d470-5f75-491c-bc5c-1d95d9fc883c): There are no data parts 2026.02.04 23:29:40.102113 [ 3 ] {fcfe3765-8916-4fa4-adec-be5be54055df} TCPHandler: Processed in 0.012761097 sec. 2026.02.04 23:29:40.102296 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.102450 [ 3 ] {f354eb2d-f24b-4ade-8acd-e93381bf2f63} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.102501 [ 3 ] {f354eb2d-f24b-4ade-8acd-e93381bf2f63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.04 23:29:40.108732 [ 3 ] {f354eb2d-f24b-4ade-8acd-e93381bf2f63} oximeter.measurements_i16 (cf96492e-1d96-4f1f-ae23-6495653ea938): Loading data parts 2026.02.04 23:29:40.108990 [ 3 ] {f354eb2d-f24b-4ade-8acd-e93381bf2f63} oximeter.measurements_i16 (cf96492e-1d96-4f1f-ae23-6495653ea938): There are no data parts 2026.02.04 23:29:40.113322 [ 3 ] {f354eb2d-f24b-4ade-8acd-e93381bf2f63} TCPHandler: Processed in 0.011074508 sec. 2026.02.04 23:29:40.113458 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.113610 [ 3 ] {fbe9434d-a756-470b-bf9d-5ab75b387238} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.113661 [ 3 ] {fbe9434d-a756-470b-bf9d-5ab75b387238} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.04 23:29:40.120272 [ 3 ] {fbe9434d-a756-470b-bf9d-5ab75b387238} oximeter.measurements_u16 (e9288825-d0dc-4a8a-9465-f4cfd05c001f): Loading data parts 2026.02.04 23:29:40.120520 [ 3 ] {fbe9434d-a756-470b-bf9d-5ab75b387238} oximeter.measurements_u16 (e9288825-d0dc-4a8a-9465-f4cfd05c001f): There are no data parts 2026.02.04 23:29:40.126067 [ 3 ] {fbe9434d-a756-470b-bf9d-5ab75b387238} TCPHandler: Processed in 0.012655506 sec. 2026.02.04 23:29:40.126236 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.126427 [ 3 ] {d3bb8671-3f85-4089-8ff4-54c716d9d872} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.126504 [ 3 ] {d3bb8671-3f85-4089-8ff4-54c716d9d872} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.04 23:29:40.128504 [ 3 ] {d3bb8671-3f85-4089-8ff4-54c716d9d872} oximeter.measurements_i32 (05066aba-6eb0-4033-ac2e-d3039a0121d7): Loading data parts 2026.02.04 23:29:40.128645 [ 3 ] {d3bb8671-3f85-4089-8ff4-54c716d9d872} oximeter.measurements_i32 (05066aba-6eb0-4033-ac2e-d3039a0121d7): There are no data parts 2026.02.04 23:29:40.137049 [ 3 ] {d3bb8671-3f85-4089-8ff4-54c716d9d872} TCPHandler: Processed in 0.010870095 sec. 2026.02.04 23:29:40.137211 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.137409 [ 3 ] {7d3210f2-f152-4774-8881-21fb714f2b76} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.137534 [ 3 ] {7d3210f2-f152-4774-8881-21fb714f2b76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.04 23:29:40.139875 [ 3 ] {7d3210f2-f152-4774-8881-21fb714f2b76} oximeter.measurements_u32 (db5a1e84-fe30-44df-a5ad-ccefd80d4c4c): Loading data parts 2026.02.04 23:29:40.140014 [ 3 ] {7d3210f2-f152-4774-8881-21fb714f2b76} oximeter.measurements_u32 (db5a1e84-fe30-44df-a5ad-ccefd80d4c4c): There are no data parts 2026.02.04 23:29:40.149624 [ 3 ] {7d3210f2-f152-4774-8881-21fb714f2b76} TCPHandler: Processed in 0.012471715 sec. 2026.02.04 23:29:40.149771 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.149946 [ 3 ] {576fe613-736e-40ec-8960-79ea4b90639c} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.149996 [ 3 ] {576fe613-736e-40ec-8960-79ea4b90639c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.04 23:29:40.152360 [ 3 ] {576fe613-736e-40ec-8960-79ea4b90639c} oximeter.measurements_i64 (24dc4a65-ff44-472b-9963-b6de0b667246): Loading data parts 2026.02.04 23:29:40.152500 [ 3 ] {576fe613-736e-40ec-8960-79ea4b90639c} oximeter.measurements_i64 (24dc4a65-ff44-472b-9963-b6de0b667246): There are no data parts 2026.02.04 23:29:40.160975 [ 3 ] {576fe613-736e-40ec-8960-79ea4b90639c} TCPHandler: Processed in 0.01125198 sec. 2026.02.04 23:29:40.161120 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.161302 [ 3 ] {46a05fdc-9565-4b4a-b690-6c1d6ed74728} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.161362 [ 3 ] {46a05fdc-9565-4b4a-b690-6c1d6ed74728} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.04 23:29:40.166741 [ 3 ] {46a05fdc-9565-4b4a-b690-6c1d6ed74728} oximeter.measurements_u64 (3e965cc1-7e53-4894-8426-018592e31ed6): Loading data parts 2026.02.04 23:29:40.166879 [ 3 ] {46a05fdc-9565-4b4a-b690-6c1d6ed74728} oximeter.measurements_u64 (3e965cc1-7e53-4894-8426-018592e31ed6): There are no data parts 2026.02.04 23:29:40.173696 [ 3 ] {46a05fdc-9565-4b4a-b690-6c1d6ed74728} TCPHandler: Processed in 0.012634935 sec. 2026.02.04 23:29:40.173835 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.173998 [ 3 ] {b59f582e-328c-4369-80f8-ed0213e1a963} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.174048 [ 3 ] {b59f582e-328c-4369-80f8-ed0213e1a963} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.04 23:29:40.178305 [ 3 ] {b59f582e-328c-4369-80f8-ed0213e1a963} oximeter.measurements_f32 (c4c640cb-e1ad-46d0-b816-3b16bb2a4670): Loading data parts 2026.02.04 23:29:40.178435 [ 3 ] {b59f582e-328c-4369-80f8-ed0213e1a963} oximeter.measurements_f32 (c4c640cb-e1ad-46d0-b816-3b16bb2a4670): There are no data parts 2026.02.04 23:29:40.185297 [ 3 ] {b59f582e-328c-4369-80f8-ed0213e1a963} TCPHandler: Processed in 0.011509213 sec. 2026.02.04 23:29:40.185487 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.185675 [ 3 ] {c36c3184-a5c6-4534-9727-6051cdb071e4} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.185766 [ 3 ] {c36c3184-a5c6-4534-9727-6051cdb071e4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.04 23:29:40.187960 [ 3 ] {c36c3184-a5c6-4534-9727-6051cdb071e4} oximeter.measurements_f64 (cffcc3e5-3c61-4e4d-a691-10976a87f681): Loading data parts 2026.02.04 23:29:40.188143 [ 3 ] {c36c3184-a5c6-4534-9727-6051cdb071e4} oximeter.measurements_f64 (cffcc3e5-3c61-4e4d-a691-10976a87f681): There are no data parts 2026.02.04 23:29:40.198465 [ 3 ] {c36c3184-a5c6-4534-9727-6051cdb071e4} TCPHandler: Processed in 0.013036141 sec. 2026.02.04 23:29:40.198622 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.198813 [ 3 ] {ffb11a94-7d46-4ae2-8250-472252c4e724} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.198865 [ 3 ] {ffb11a94-7d46-4ae2-8250-472252c4e724} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.04 23:29:40.269246 [ 3 ] {ffb11a94-7d46-4ae2-8250-472252c4e724} oximeter.measurements_string (c4e684d8-22af-44d4-a563-a63daa848776): Loading data parts 2026.02.04 23:29:40.269442 [ 3 ] {ffb11a94-7d46-4ae2-8250-472252c4e724} oximeter.measurements_string (c4e684d8-22af-44d4-a563-a63daa848776): There are no data parts 2026.02.04 23:29:40.314793 [ 3 ] {ffb11a94-7d46-4ae2-8250-472252c4e724} TCPHandler: Processed in 0.116219901 sec. 2026.02.04 23:29:40.315001 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.315177 [ 3 ] {5266784c-e9f9-45f0-a617-f2a80d04c8b7} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.315283 [ 3 ] {5266784c-e9f9-45f0-a617-f2a80d04c8b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.04 23:29:40.331887 [ 3 ] {5266784c-e9f9-45f0-a617-f2a80d04c8b7} oximeter.measurements_bytes (8693e1ec-807c-4aae-98f6-226ef1c6a0ed): Loading data parts 2026.02.04 23:29:40.332083 [ 3 ] {5266784c-e9f9-45f0-a617-f2a80d04c8b7} oximeter.measurements_bytes (8693e1ec-807c-4aae-98f6-226ef1c6a0ed): There are no data parts 2026.02.04 23:29:40.345112 [ 3 ] {5266784c-e9f9-45f0-a617-f2a80d04c8b7} TCPHandler: Processed in 0.030181288 sec. 2026.02.04 23:29:40.345296 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.345500 [ 3 ] {3d9a262e-ced0-436a-a5d6-1d48146de064} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.345654 [ 3 ] {3d9a262e-ced0-436a-a5d6-1d48146de064} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.04 23:29:40.355978 [ 3 ] {3d9a262e-ced0-436a-a5d6-1d48146de064} oximeter.measurements_cumulativei64 (d80fcd32-a83a-44c0-aff6-2018505ba128): Loading data parts 2026.02.04 23:29:40.356137 [ 3 ] {3d9a262e-ced0-436a-a5d6-1d48146de064} oximeter.measurements_cumulativei64 (d80fcd32-a83a-44c0-aff6-2018505ba128): There are no data parts 2026.02.04 23:29:40.368818 [ 3 ] {3d9a262e-ced0-436a-a5d6-1d48146de064} TCPHandler: Processed in 0.023582492 sec. 2026.02.04 23:29:40.369045 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.369232 [ 3 ] {336db837-6fc8-472c-b4bd-e1efe33617f4} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.369300 [ 3 ] {336db837-6fc8-472c-b4bd-e1efe33617f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.04 23:29:40.392502 [ 3 ] {336db837-6fc8-472c-b4bd-e1efe33617f4} oximeter.measurements_cumulativeu64 (570e168d-572e-4c86-88a7-3e381a71a6c6): Loading data parts 2026.02.04 23:29:40.392671 [ 3 ] {336db837-6fc8-472c-b4bd-e1efe33617f4} oximeter.measurements_cumulativeu64 (570e168d-572e-4c86-88a7-3e381a71a6c6): There are no data parts 2026.02.04 23:29:40.438292 [ 3 ] {336db837-6fc8-472c-b4bd-e1efe33617f4} TCPHandler: Processed in 0.06930692 sec. 2026.02.04 23:29:40.438477 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.438693 [ 3 ] {2895e705-c995-4427-9080-770d53757c50} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.438752 [ 3 ] {2895e705-c995-4427-9080-770d53757c50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.04 23:29:40.443643 [ 3 ] {2895e705-c995-4427-9080-770d53757c50} oximeter.measurements_cumulativef32 (2338e77c-2b80-47f5-b7a1-f97ac906326b): Loading data parts 2026.02.04 23:29:40.443811 [ 3 ] {2895e705-c995-4427-9080-770d53757c50} oximeter.measurements_cumulativef32 (2338e77c-2b80-47f5-b7a1-f97ac906326b): There are no data parts 2026.02.04 23:29:40.454820 [ 3 ] {2895e705-c995-4427-9080-770d53757c50} TCPHandler: Processed in 0.016403659 sec. 2026.02.04 23:29:40.454973 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.455137 [ 3 ] {b303e7f6-7e8c-4656-bfa2-2d17d5907cec} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.455194 [ 3 ] {b303e7f6-7e8c-4656-bfa2-2d17d5907cec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.04 23:29:40.457877 [ 3 ] {b303e7f6-7e8c-4656-bfa2-2d17d5907cec} oximeter.measurements_cumulativef64 (d4546aca-17af-4020-9507-4bb2f4d70ff3): Loading data parts 2026.02.04 23:29:40.458059 [ 3 ] {b303e7f6-7e8c-4656-bfa2-2d17d5907cec} oximeter.measurements_cumulativef64 (d4546aca-17af-4020-9507-4bb2f4d70ff3): There are no data parts 2026.02.04 23:29:40.467575 [ 3 ] {b303e7f6-7e8c-4656-bfa2-2d17d5907cec} TCPHandler: Processed in 0.012649616 sec. 2026.02.04 23:29:40.467748 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.468037 [ 3 ] {8cfec3b2-3f6f-459a-ae84-d5e510a35374} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.468116 [ 3 ] {8cfec3b2-3f6f-459a-ae84-d5e510a35374} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.04 23:29:40.472540 [ 3 ] {8cfec3b2-3f6f-459a-ae84-d5e510a35374} oximeter.measurements_histogrami8 (236526f1-2d6f-4d76-be72-2c00b89a805c): Loading data parts 2026.02.04 23:29:40.472708 [ 3 ] {8cfec3b2-3f6f-459a-ae84-d5e510a35374} oximeter.measurements_histogrami8 (236526f1-2d6f-4d76-be72-2c00b89a805c): There are no data parts 2026.02.04 23:29:40.478598 [ 3 ] {8cfec3b2-3f6f-459a-ae84-d5e510a35374} TCPHandler: Processed in 0.010911136 sec. 2026.02.04 23:29:40.478744 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.478954 [ 3 ] {bc214ac5-ab1d-4308-aa78-a60f6b8ef0bb} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.479025 [ 3 ] {bc214ac5-ab1d-4308-aa78-a60f6b8ef0bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.04 23:29:40.481148 [ 3 ] {bc214ac5-ab1d-4308-aa78-a60f6b8ef0bb} oximeter.measurements_histogramu8 (f427d1ea-3a0e-4839-82a8-dba9d33b50d6): Loading data parts 2026.02.04 23:29:40.481310 [ 3 ] {bc214ac5-ab1d-4308-aa78-a60f6b8ef0bb} oximeter.measurements_histogramu8 (f427d1ea-3a0e-4839-82a8-dba9d33b50d6): There are no data parts 2026.02.04 23:29:40.491215 [ 3 ] {bc214ac5-ab1d-4308-aa78-a60f6b8ef0bb} TCPHandler: Processed in 0.012519534 sec. 2026.02.04 23:29:40.491384 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.491677 [ 3 ] {b4657508-f02f-4605-afde-e47f0aaa127d} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.491769 [ 3 ] {b4657508-f02f-4605-afde-e47f0aaa127d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.04 23:29:40.498283 [ 3 ] {b4657508-f02f-4605-afde-e47f0aaa127d} oximeter.measurements_histogrami16 (35112d4f-1029-4e91-97cb-3b7bf8465da6): Loading data parts 2026.02.04 23:29:40.498434 [ 3 ] {b4657508-f02f-4605-afde-e47f0aaa127d} oximeter.measurements_histogrami16 (35112d4f-1029-4e91-97cb-3b7bf8465da6): There are no data parts 2026.02.04 23:29:40.525441 [ 3 ] {b4657508-f02f-4605-afde-e47f0aaa127d} TCPHandler: Processed in 0.034116394 sec. 2026.02.04 23:29:40.525701 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.526089 [ 3 ] {4d20e131-46f6-49ce-8ee9-03feab2c0ea7} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.526154 [ 3 ] {4d20e131-46f6-49ce-8ee9-03feab2c0ea7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.04 23:29:40.530387 [ 3 ] {4d20e131-46f6-49ce-8ee9-03feab2c0ea7} oximeter.measurements_histogramu16 (a888f6f7-1052-4969-84e4-a7479bfb500c): Loading data parts 2026.02.04 23:29:40.530601 [ 3 ] {4d20e131-46f6-49ce-8ee9-03feab2c0ea7} oximeter.measurements_histogramu16 (a888f6f7-1052-4969-84e4-a7479bfb500c): There are no data parts 2026.02.04 23:29:40.538268 [ 3 ] {4d20e131-46f6-49ce-8ee9-03feab2c0ea7} TCPHandler: Processed in 0.012661247 sec. 2026.02.04 23:29:40.538449 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.538729 [ 3 ] {a5063e83-256d-4d33-a0ba-082d40241bb4} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.538806 [ 3 ] {a5063e83-256d-4d33-a0ba-082d40241bb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.04 23:29:40.546173 [ 3 ] {a5063e83-256d-4d33-a0ba-082d40241bb4} oximeter.measurements_histogrami32 (52b1ca02-d43a-4f40-a687-e19444a0c57f): Loading data parts 2026.02.04 23:29:40.546303 [ 3 ] {a5063e83-256d-4d33-a0ba-082d40241bb4} oximeter.measurements_histogrami32 (52b1ca02-d43a-4f40-a687-e19444a0c57f): There are no data parts 2026.02.04 23:29:40.562969 [ 3 ] {a5063e83-256d-4d33-a0ba-082d40241bb4} TCPHandler: Processed in 0.024577204 sec. 2026.02.04 23:29:40.563176 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.563385 [ 3 ] {62e5d12a-94e4-4283-803c-78b74bb74431} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.563448 [ 3 ] {62e5d12a-94e4-4283-803c-78b74bb74431} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.04 23:29:40.566575 [ 3 ] {62e5d12a-94e4-4283-803c-78b74bb74431} oximeter.measurements_histogramu32 (11ca429b-59e1-42b3-9996-58e035f5c09f): Loading data parts 2026.02.04 23:29:40.566729 [ 3 ] {62e5d12a-94e4-4283-803c-78b74bb74431} oximeter.measurements_histogramu32 (11ca429b-59e1-42b3-9996-58e035f5c09f): There are no data parts 2026.02.04 23:29:40.586814 [ 3 ] {62e5d12a-94e4-4283-803c-78b74bb74431} TCPHandler: Processed in 0.023687673 sec. 2026.02.04 23:29:40.586955 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.587175 [ 3 ] {b7443689-f442-4e85-83fb-640eca2b4eb7} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.587236 [ 3 ] {b7443689-f442-4e85-83fb-640eca2b4eb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.04 23:29:40.590939 [ 3 ] {b7443689-f442-4e85-83fb-640eca2b4eb7} oximeter.measurements_histogrami64 (42b49ec9-8b1b-4130-b5c6-d1f2a417e998): Loading data parts 2026.02.04 23:29:40.591123 [ 3 ] {b7443689-f442-4e85-83fb-640eca2b4eb7} oximeter.measurements_histogrami64 (42b49ec9-8b1b-4130-b5c6-d1f2a417e998): There are no data parts 2026.02.04 23:29:40.610441 [ 3 ] {b7443689-f442-4e85-83fb-640eca2b4eb7} TCPHandler: Processed in 0.023533012 sec. 2026.02.04 23:29:40.610703 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.611116 [ 3 ] {dd34e72b-f6a0-42f7-884b-546f9435bda9} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.611179 [ 3 ] {dd34e72b-f6a0-42f7-884b-546f9435bda9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.04 23:29:40.614652 [ 3 ] {dd34e72b-f6a0-42f7-884b-546f9435bda9} oximeter.measurements_histogramu64 (3b12d1f4-0e7d-4c2a-84db-e4e62421334f): Loading data parts 2026.02.04 23:29:40.614831 [ 3 ] {dd34e72b-f6a0-42f7-884b-546f9435bda9} oximeter.measurements_histogramu64 (3b12d1f4-0e7d-4c2a-84db-e4e62421334f): There are no data parts 2026.02.04 23:29:40.621624 [ 3 ] {dd34e72b-f6a0-42f7-884b-546f9435bda9} TCPHandler: Processed in 0.011021427 sec. 2026.02.04 23:29:40.621762 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.621976 [ 3 ] {50f6f607-e1e4-4c50-bf41-05da186da3cc} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.622039 [ 3 ] {50f6f607-e1e4-4c50-bf41-05da186da3cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.04 23:29:40.624328 [ 3 ] {50f6f607-e1e4-4c50-bf41-05da186da3cc} oximeter.measurements_histogramf32 (90556d34-f668-4fcc-b352-80885f9ca91d): Loading data parts 2026.02.04 23:29:40.624470 [ 3 ] {50f6f607-e1e4-4c50-bf41-05da186da3cc} oximeter.measurements_histogramf32 (90556d34-f668-4fcc-b352-80885f9ca91d): There are no data parts 2026.02.04 23:29:40.634641 [ 3 ] {50f6f607-e1e4-4c50-bf41-05da186da3cc} TCPHandler: Processed in 0.012927059 sec. 2026.02.04 23:29:40.634817 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.635069 [ 3 ] {caaf41a2-dc9d-4945-ba49-37bafd39adb1} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.635135 [ 3 ] {caaf41a2-dc9d-4945-ba49-37bafd39adb1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.04 23:29:40.639142 [ 3 ] {caaf41a2-dc9d-4945-ba49-37bafd39adb1} oximeter.measurements_histogramf64 (ff5a61e9-c163-4706-bbba-ccdb6343e5bc): Loading data parts 2026.02.04 23:29:40.639282 [ 3 ] {caaf41a2-dc9d-4945-ba49-37bafd39adb1} oximeter.measurements_histogramf64 (ff5a61e9-c163-4706-bbba-ccdb6343e5bc): There are no data parts 2026.02.04 23:29:40.645726 [ 3 ] {caaf41a2-dc9d-4945-ba49-37bafd39adb1} TCPHandler: Processed in 0.010969386 sec. 2026.02.04 23:29:40.645872 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.646049 [ 3 ] {ae489683-27bf-42ab-a766-e804194348ec} executeQuery: (from [fd00:1122:3344:101::d]:55993) /* 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.02.04 23:29:40.646122 [ 3 ] {ae489683-27bf-42ab-a766-e804194348ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.04 23:29:40.648284 [ 3 ] {ae489683-27bf-42ab-a766-e804194348ec} oximeter.fields_bool (5ae55890-2d2e-4693-9e19-42a27666743d): Loading data parts 2026.02.04 23:29:40.648444 [ 3 ] {ae489683-27bf-42ab-a766-e804194348ec} oximeter.fields_bool (5ae55890-2d2e-4693-9e19-42a27666743d): There are no data parts 2026.02.04 23:29:40.659162 [ 3 ] {ae489683-27bf-42ab-a766-e804194348ec} TCPHandler: Processed in 0.013338224 sec. 2026.02.04 23:29:40.659327 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.659531 [ 3 ] {eab20f9f-9934-4bd9-a687-2836a06e8a6f} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.659595 [ 3 ] {eab20f9f-9934-4bd9-a687-2836a06e8a6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.04 23:29:40.662223 [ 3 ] {eab20f9f-9934-4bd9-a687-2836a06e8a6f} oximeter.fields_i8 (5c824be8-ea1f-4a38-9268-9a05f4191dfb): Loading data parts 2026.02.04 23:29:40.662358 [ 3 ] {eab20f9f-9934-4bd9-a687-2836a06e8a6f} oximeter.fields_i8 (5c824be8-ea1f-4a38-9268-9a05f4191dfb): There are no data parts 2026.02.04 23:29:40.670059 [ 3 ] {eab20f9f-9934-4bd9-a687-2836a06e8a6f} TCPHandler: Processed in 0.010790305 sec. 2026.02.04 23:29:40.670220 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.670410 [ 3 ] {eb04d242-b2a4-48be-9749-62506cdc6f0e} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.670482 [ 3 ] {eb04d242-b2a4-48be-9749-62506cdc6f0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.04 23:29:40.672842 [ 3 ] {eb04d242-b2a4-48be-9749-62506cdc6f0e} oximeter.fields_u8 (7f6a6456-8022-48bb-b13a-95391c56f3bd): Loading data parts 2026.02.04 23:29:40.672989 [ 3 ] {eb04d242-b2a4-48be-9749-62506cdc6f0e} oximeter.fields_u8 (7f6a6456-8022-48bb-b13a-95391c56f3bd): There are no data parts 2026.02.04 23:29:40.683013 [ 3 ] {eb04d242-b2a4-48be-9749-62506cdc6f0e} TCPHandler: Processed in 0.012852109 sec. 2026.02.04 23:29:40.683181 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.683386 [ 3 ] {c40f3491-be6c-4d6b-97ac-3ef45b0f073f} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.683451 [ 3 ] {c40f3491-be6c-4d6b-97ac-3ef45b0f073f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.04 23:29:40.686100 [ 3 ] {c40f3491-be6c-4d6b-97ac-3ef45b0f073f} oximeter.fields_i16 (0c380f73-2b5d-40fb-ab52-491a8470a4c1): Loading data parts 2026.02.04 23:29:40.686227 [ 3 ] {c40f3491-be6c-4d6b-97ac-3ef45b0f073f} oximeter.fields_i16 (0c380f73-2b5d-40fb-ab52-491a8470a4c1): There are no data parts 2026.02.04 23:29:40.694566 [ 3 ] {c40f3491-be6c-4d6b-97ac-3ef45b0f073f} TCPHandler: Processed in 0.011443452 sec. 2026.02.04 23:29:40.694704 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.694855 [ 3 ] {cd02406d-069d-41bc-a488-c19ebf135af9} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.694908 [ 3 ] {cd02406d-069d-41bc-a488-c19ebf135af9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.04 23:29:40.701846 [ 3 ] {cd02406d-069d-41bc-a488-c19ebf135af9} oximeter.fields_u16 (58ee84e0-2ff3-4e6c-af40-8b1fc65459bc): Loading data parts 2026.02.04 23:29:40.702141 [ 3 ] {cd02406d-069d-41bc-a488-c19ebf135af9} oximeter.fields_u16 (58ee84e0-2ff3-4e6c-af40-8b1fc65459bc): There are no data parts 2026.02.04 23:29:40.707453 [ 3 ] {cd02406d-069d-41bc-a488-c19ebf135af9} TCPHandler: Processed in 0.012796948 sec. 2026.02.04 23:29:40.707610 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.707810 [ 3 ] {e21dc03c-13bf-4c96-8d5e-96fefefa01ce} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.707873 [ 3 ] {e21dc03c-13bf-4c96-8d5e-96fefefa01ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.04 23:29:40.709789 [ 3 ] {e21dc03c-13bf-4c96-8d5e-96fefefa01ce} oximeter.fields_i32 (05cb7604-88d7-48d4-b96e-4e820446d44f): Loading data parts 2026.02.04 23:29:40.709940 [ 3 ] {e21dc03c-13bf-4c96-8d5e-96fefefa01ce} oximeter.fields_i32 (05cb7604-88d7-48d4-b96e-4e820446d44f): There are no data parts 2026.02.04 23:29:40.718778 [ 3 ] {e21dc03c-13bf-4c96-8d5e-96fefefa01ce} TCPHandler: Processed in 0.01122575 sec. 2026.02.04 23:29:40.718917 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.719067 [ 3 ] {d6d5a379-fdcf-4e37-a130-0a62fa8fa803} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.719120 [ 3 ] {d6d5a379-fdcf-4e37-a130-0a62fa8fa803} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.04 23:29:40.726809 [ 3 ] {d6d5a379-fdcf-4e37-a130-0a62fa8fa803} oximeter.fields_u32 (83d5c7c4-618b-4a03-ac19-ef7687ffd73e): Loading data parts 2026.02.04 23:29:40.727034 [ 3 ] {d6d5a379-fdcf-4e37-a130-0a62fa8fa803} oximeter.fields_u32 (83d5c7c4-618b-4a03-ac19-ef7687ffd73e): There are no data parts 2026.02.04 23:29:40.731488 [ 3 ] {d6d5a379-fdcf-4e37-a130-0a62fa8fa803} TCPHandler: Processed in 0.012618615 sec. 2026.02.04 23:29:40.731650 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.731853 [ 3 ] {75be09b9-5186-40c6-a199-ca0568437ab2} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.731918 [ 3 ] {75be09b9-5186-40c6-a199-ca0568437ab2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.04 23:29:40.733748 [ 3 ] {75be09b9-5186-40c6-a199-ca0568437ab2} oximeter.fields_i64 (4353bc08-ebc1-45e5-91fb-a55d4087830a): Loading data parts 2026.02.04 23:29:40.733894 [ 3 ] {75be09b9-5186-40c6-a199-ca0568437ab2} oximeter.fields_i64 (4353bc08-ebc1-45e5-91fb-a55d4087830a): There are no data parts 2026.02.04 23:29:40.743000 [ 3 ] {75be09b9-5186-40c6-a199-ca0568437ab2} TCPHandler: Processed in 0.011408151 sec. 2026.02.04 23:29:40.743163 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.743364 [ 3 ] {507547c4-e1ec-47e1-8325-a59641f0697d} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.743437 [ 3 ] {507547c4-e1ec-47e1-8325-a59641f0697d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.04 23:29:40.746085 [ 3 ] {507547c4-e1ec-47e1-8325-a59641f0697d} oximeter.fields_u64 (d7d301fc-a83e-4beb-a945-1e074e34e551): Loading data parts 2026.02.04 23:29:40.746236 [ 3 ] {507547c4-e1ec-47e1-8325-a59641f0697d} oximeter.fields_u64 (d7d301fc-a83e-4beb-a945-1e074e34e551): There are no data parts 2026.02.04 23:29:40.756162 [ 3 ] {507547c4-e1ec-47e1-8325-a59641f0697d} TCPHandler: Processed in 0.01305863 sec. 2026.02.04 23:29:40.756323 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.756527 [ 3 ] {d2879181-a4cb-49db-b691-b64437b4f43a} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.756592 [ 3 ] {d2879181-a4cb-49db-b691-b64437b4f43a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.04 23:29:40.759340 [ 3 ] {d2879181-a4cb-49db-b691-b64437b4f43a} oximeter.fields_ipaddr (d8a4ec7c-ee60-4e95-9520-24c33b120ad4): Loading data parts 2026.02.04 23:29:40.759499 [ 3 ] {d2879181-a4cb-49db-b691-b64437b4f43a} oximeter.fields_ipaddr (d8a4ec7c-ee60-4e95-9520-24c33b120ad4): There are no data parts 2026.02.04 23:29:40.768970 [ 3 ] {d2879181-a4cb-49db-b691-b64437b4f43a} TCPHandler: Processed in 0.012706527 sec. 2026.02.04 23:29:40.769130 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.769286 [ 3 ] {6ebf9664-7eaa-4938-ba34-df75a4b4af39} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.769349 [ 3 ] {6ebf9664-7eaa-4938-ba34-df75a4b4af39} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.04 23:29:40.774818 [ 3 ] {6ebf9664-7eaa-4938-ba34-df75a4b4af39} oximeter.fields_string (a105efb0-5e7b-4eaf-a8c7-014c93ed31ca): Loading data parts 2026.02.04 23:29:40.774999 [ 3 ] {6ebf9664-7eaa-4938-ba34-df75a4b4af39} oximeter.fields_string (a105efb0-5e7b-4eaf-a8c7-014c93ed31ca): There are no data parts 2026.02.04 23:29:40.782157 [ 3 ] {6ebf9664-7eaa-4938-ba34-df75a4b4af39} TCPHandler: Processed in 0.013079801 sec. 2026.02.04 23:29:40.782304 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.782478 [ 3 ] {82b26ccc-afc1-43b5-a073-32376ceb302e} executeQuery: (from [fd00:1122:3344:101::d]:55993) 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.02.04 23:29:40.782537 [ 3 ] {82b26ccc-afc1-43b5-a073-32376ceb302e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.04 23:29:40.784745 [ 3 ] {82b26ccc-afc1-43b5-a073-32376ceb302e} oximeter.fields_uuid (65186cd6-2a4b-47f2-b103-6b0c5d0c734e): Loading data parts 2026.02.04 23:29:40.784941 [ 3 ] {82b26ccc-afc1-43b5-a073-32376ceb302e} oximeter.fields_uuid (65186cd6-2a4b-47f2-b103-6b0c5d0c734e): There are no data parts 2026.02.04 23:29:40.793917 [ 3 ] {82b26ccc-afc1-43b5-a073-32376ceb302e} TCPHandler: Processed in 0.011661224 sec. 2026.02.04 23:29:40.794088 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.794341 [ 3 ] {8752eb9b-fbe3-49c4-9390-04896b811747} executeQuery: (from [fd00:1122:3344:101::d]:55993) /* 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.02.04 23:29:40.794417 [ 3 ] {8752eb9b-fbe3-49c4-9390-04896b811747} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.04 23:29:40.797266 [ 3 ] {8752eb9b-fbe3-49c4-9390-04896b811747} oximeter.timeseries_schema (c3578c55-5568-40f9-bd14-9069af1a90cc): Loading data parts 2026.02.04 23:29:40.797398 [ 3 ] {8752eb9b-fbe3-49c4-9390-04896b811747} oximeter.timeseries_schema (c3578c55-5568-40f9-bd14-9069af1a90cc): There are no data parts 2026.02.04 23:29:40.806984 [ 3 ] {8752eb9b-fbe3-49c4-9390-04896b811747} TCPHandler: Processed in 0.01294999 sec. 2026.02.04 23:29:40.807307 [ 4 ] {} TCP-Session: f9b89073-bd07-444f-a08e-a27ef85a2095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:29:40.807635 [ 4 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} executeQuery: (from [fd00:1122:3344:101::d]:58665) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.04 23:29:40.808896 [ 4 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.04 23:29:40.822096 [ 260 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} oximeter.version (bb6e8158-e030-4687-8bf6-9ee93515feb8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:29:40.822135 [ 260 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.04 23:29:40.826194 [ 260 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:29:40.826536 [ 260 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} oximeter.version (bb6e8158-e030-4687-8bf6-9ee93515feb8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:29:40.826780 [ 4 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} executeQuery: Read 1 rows, 16.00 B in 0.019303 sec., 51.80541884681138 rows/sec., 828.89 B/sec. 2026.02.04 23:29:40.827058 [ 4 ] {6ffd6070-0300-4c2c-b144-ddc974dd7d41} TCPHandler: Processed in 0.01989292 sec. 2026.02.04 23:29:41.000137 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 128.98 MiB, peak 128.98 MiB, free memory in arenas 0.00 B, will set to 138.05 MiB (RSS), difference: 9.07 MiB 2026.02.04 23:29:41.954788 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63255 2026.02.04 23:29:41.954998 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.955027 [ 262 ] {} TCP-Session: 328f50d4-3f39-489e-aaa6-ed74d8c69ec1 Authenticating user 'default' from [fd00:1122:3344:101::a]:63255 2026.02.04 23:29:41.955049 [ 262 ] {} TCP-Session: 328f50d4-3f39-489e-aaa6-ed74d8c69ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.955115 [ 262 ] {} TCP-Session: 328f50d4-3f39-489e-aaa6-ed74d8c69ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.955235 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.04 23:29:41.955268 [ 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.02.04 23:29:41.955416 [ 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.02.04 23:29:41.956004 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58487 2026.02.04 23:29:41.956101 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51824 2026.02.04 23:29:41.956167 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.956203 [ 263 ] {} TCP-Session: 25fdc0a2-6171-4b78-87d6-abb947d853e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:58487 2026.02.04 23:29:41.956210 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34149 2026.02.04 23:29:41.956290 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.956298 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61772 2026.02.04 23:29:41.956326 [ 263 ] {} TCP-Session: 25fdc0a2-6171-4b78-87d6-abb947d853e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956382 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33571 2026.02.04 23:29:41.956354 [ 264 ] {} TCP-Session: 74832987-e445-448f-88a8-c75a50c5382b Authenticating user 'default' from [fd00:1122:3344:101::a]:51824 2026.02.04 23:29:41.956439 [ 263 ] {} TCP-Session: 25fdc0a2-6171-4b78-87d6-abb947d853e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956464 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.956461 [ 264 ] {} TCP-Session: 74832987-e445-448f-88a8-c75a50c5382b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956471 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60496 2026.02.04 23:29:41.956571 [ 264 ] {} TCP-Session: 74832987-e445-448f-88a8-c75a50c5382b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956630 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.956603 [ 266 ] {} TCP-Session: 2129d293-1378-4daa-8236-acc9604d3acd Authenticating user 'default' from [fd00:1122:3344:101::a]:61772 2026.02.04 23:29:41.956673 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.956736 [ 266 ] {} TCP-Session: 2129d293-1378-4daa-8236-acc9604d3acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956759 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.956759 [ 265 ] {} TCP-Session: 558dd602-8970-4966-ae3f-a8c263c6007e Authenticating user 'default' from [fd00:1122:3344:101::a]:34149 2026.02.04 23:29:41.956825 [ 266 ] {} TCP-Session: 2129d293-1378-4daa-8236-acc9604d3acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956819 [ 268 ] {} TCP-Session: 534f8166-e145-4bb5-a121-650291b8bada Authenticating user 'default' from [fd00:1122:3344:101::a]:60496 2026.02.04 23:29:41.956813 [ 267 ] {} TCP-Session: fe658276-1c9a-4431-a007-0dadde1b8f6d Authenticating user 'default' from [fd00:1122:3344:101::a]:33571 2026.02.04 23:29:41.956935 [ 265 ] {} TCP-Session: 558dd602-8970-4966-ae3f-a8c263c6007e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956942 [ 268 ] {} TCP-Session: 534f8166-e145-4bb5-a121-650291b8bada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.956592 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64017 2026.02.04 23:29:41.957046 [ 265 ] {} TCP-Session: 558dd602-8970-4966-ae3f-a8c263c6007e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.957029 [ 268 ] {} TCP-Session: 534f8166-e145-4bb5-a121-650291b8bada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.957020 [ 267 ] {} TCP-Session: fe658276-1c9a-4431-a007-0dadde1b8f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.957171 [ 267 ] {} TCP-Session: fe658276-1c9a-4431-a007-0dadde1b8f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.957248 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:41.957296 [ 269 ] {} TCP-Session: 117334d8-f536-4a88-b86f-440736bab04a Authenticating user 'default' from [fd00:1122:3344:101::a]:64017 2026.02.04 23:29:41.957318 [ 269 ] {} TCP-Session: 117334d8-f536-4a88-b86f-440736bab04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:41.957446 [ 269 ] {} TCP-Session: 117334d8-f536-4a88-b86f-440736bab04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.116902 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61398 2026.02.04 23:29:42.117134 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.117277 [ 270 ] {} TCP-Session: 56216b95-1d54-483f-9f96-0fc161a91601 Authenticating user 'default' from [fd00:1122:3344:101::b]:61398 2026.02.04 23:29:42.117301 [ 270 ] {} TCP-Session: 56216b95-1d54-483f-9f96-0fc161a91601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.117312 [ 270 ] {} TCP-Session: 56216b95-1d54-483f-9f96-0fc161a91601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.117527 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.04 23:29:42.117566 [ 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.02.04 23:29:42.117665 [ 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.02.04 23:29:42.118091 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61938 2026.02.04 23:29:42.118198 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63812 2026.02.04 23:29:42.118296 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48432 2026.02.04 23:29:42.118374 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34737 2026.02.04 23:29:42.118611 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.118653 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56262 2026.02.04 23:29:42.118712 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.118731 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.118747 [ 271 ] {} TCP-Session: 92a77f3a-8816-4000-940c-ca34fd9e64bc Authenticating user 'default' from [fd00:1122:3344:101::b]:61938 2026.02.04 23:29:42.118792 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37483 2026.02.04 23:29:42.118779 [ 273 ] {} TCP-Session: cbdaa762-44b6-4d17-bf65-b3edc5ac2cdd Authenticating user 'default' from [fd00:1122:3344:101::b]:48432 2026.02.04 23:29:42.118750 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.118905 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.118907 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35388 2026.02.04 23:29:42.118929 [ 274 ] {} TCP-Session: 3da2da3c-592c-49a7-b78a-6f984ec5bf9d Authenticating user 'default' from [fd00:1122:3344:101::b]:34737 2026.02.04 23:29:42.118866 [ 273 ] {} TCP-Session: cbdaa762-44b6-4d17-bf65-b3edc5ac2cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119027 [ 275 ] {} TCP-Session: 8fd12f12-5dc7-4da8-847e-d16370b21f6c Authenticating user 'default' from [fd00:1122:3344:101::b]:56262 2026.02.04 23:29:42.119039 [ 274 ] {} TCP-Session: 3da2da3c-592c-49a7-b78a-6f984ec5bf9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119010 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.119167 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.119143 [ 275 ] {} TCP-Session: 8fd12f12-5dc7-4da8-847e-d16370b21f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119109 [ 273 ] {} TCP-Session: cbdaa762-44b6-4d17-bf65-b3edc5ac2cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119265 [ 277 ] {} TCP-Session: 8aa484df-53bf-40c7-a02d-a5f1db04779f Authenticating user 'default' from [fd00:1122:3344:101::b]:35388 2026.02.04 23:29:42.119240 [ 276 ] {} TCP-Session: 23aad97a-6f03-4221-a6e7-55ac75b185cb Authenticating user 'default' from [fd00:1122:3344:101::b]:37483 2026.02.04 23:29:42.119239 [ 275 ] {} TCP-Session: 8fd12f12-5dc7-4da8-847e-d16370b21f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119444 [ 277 ] {} TCP-Session: 8aa484df-53bf-40c7-a02d-a5f1db04779f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119422 [ 276 ] {} TCP-Session: 23aad97a-6f03-4221-a6e7-55ac75b185cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.118854 [ 271 ] {} TCP-Session: 92a77f3a-8816-4000-940c-ca34fd9e64bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119564 [ 277 ] {} TCP-Session: 8aa484df-53bf-40c7-a02d-a5f1db04779f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119553 [ 276 ] {} TCP-Session: 23aad97a-6f03-4221-a6e7-55ac75b185cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.118755 [ 272 ] {} TCP-Session: 9ab67286-8e5a-4dd5-93f2-d0e4d727485e Authenticating user 'default' from [fd00:1122:3344:101::b]:63812 2026.02.04 23:29:42.119671 [ 271 ] {} TCP-Session: 92a77f3a-8816-4000-940c-ca34fd9e64bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119124 [ 274 ] {} TCP-Session: 3da2da3c-592c-49a7-b78a-6f984ec5bf9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119818 [ 272 ] {} TCP-Session: 9ab67286-8e5a-4dd5-93f2-d0e4d727485e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.119920 [ 272 ] {} TCP-Session: 9ab67286-8e5a-4dd5-93f2-d0e4d727485e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.542049 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45802 2026.02.04 23:29:42.542267 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.542301 [ 278 ] {} TCP-Session: 039aec1b-7290-4001-a3c2-5ca9a6990fe4 Authenticating user 'default' from [fd00:1122:3344:101::c]:45802 2026.02.04 23:29:42.542498 [ 278 ] {} TCP-Session: 039aec1b-7290-4001-a3c2-5ca9a6990fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.542515 [ 278 ] {} TCP-Session: 039aec1b-7290-4001-a3c2-5ca9a6990fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.542658 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.04 23:29:42.542781 [ 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.02.04 23:29:42.542803 [ 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.02.04 23:29:42.543402 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62663 2026.02.04 23:29:42.543427 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55690 2026.02.04 23:29:42.543475 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48684 2026.02.04 23:29:42.543587 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60920 2026.02.04 23:29:42.543631 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.543676 [ 280 ] {} TCP-Session: c84f5da8-71f9-41a5-9b0d-990fb41899ca Authenticating user 'default' from [fd00:1122:3344:101::c]:62663 2026.02.04 23:29:42.543690 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57427 2026.02.04 23:29:42.543827 [ 280 ] {} TCP-Session: c84f5da8-71f9-41a5-9b0d-990fb41899ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.543838 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46564 2026.02.04 23:29:42.543851 [ 280 ] {} TCP-Session: c84f5da8-71f9-41a5-9b0d-990fb41899ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.543832 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.543937 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.543973 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.544008 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63278 2026.02.04 23:29:42.543994 [ 281 ] {} TCP-Session: 520181ae-d44d-4924-ae7c-43865e1ec0b6 Authenticating user 'default' from [fd00:1122:3344:101::c]:48684 2026.02.04 23:29:42.543994 [ 279 ] {} TCP-Session: aa8c9a75-22d2-4cf2-a9d3-9cd50ff7f116 Authenticating user 'default' from [fd00:1122:3344:101::c]:55690 2026.02.04 23:29:42.544152 [ 282 ] {} TCP-Session: 7ac4567a-5ab7-48dd-bdd1-dffa1292f7b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:60920 2026.02.04 23:29:42.544164 [ 281 ] {} TCP-Session: 520181ae-d44d-4924-ae7c-43865e1ec0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544181 [ 279 ] {} TCP-Session: aa8c9a75-22d2-4cf2-a9d3-9cd50ff7f116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544125 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.544259 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.544259 [ 279 ] {} TCP-Session: aa8c9a75-22d2-4cf2-a9d3-9cd50ff7f116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544256 [ 282 ] {} TCP-Session: 7ac4567a-5ab7-48dd-bdd1-dffa1292f7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544253 [ 281 ] {} TCP-Session: 520181ae-d44d-4924-ae7c-43865e1ec0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544386 [ 283 ] {} TCP-Session: 01d6a497-3fef-468b-b51b-b840016e5a64 Authenticating user 'default' from [fd00:1122:3344:101::c]:57427 2026.02.04 23:29:42.544389 [ 282 ] {} TCP-Session: 7ac4567a-5ab7-48dd-bdd1-dffa1292f7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544126 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.04 23:29:42.544533 [ 284 ] {} TCP-Session: 0fafb7fe-8682-4825-b0cd-610dafc46063 Authenticating user 'default' from [fd00:1122:3344:101::c]:46564 2026.02.04 23:29:42.544726 [ 284 ] {} TCP-Session: 0fafb7fe-8682-4825-b0cd-610dafc46063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544779 [ 285 ] {} TCP-Session: 106a9ce3-780d-4245-b593-1ad39a4dd31b Authenticating user 'default' from [fd00:1122:3344:101::c]:63278 2026.02.04 23:29:42.544746 [ 283 ] {} TCP-Session: 01d6a497-3fef-468b-b51b-b840016e5a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544824 [ 284 ] {} TCP-Session: 0fafb7fe-8682-4825-b0cd-610dafc46063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544841 [ 285 ] {} TCP-Session: 106a9ce3-780d-4245-b593-1ad39a4dd31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544827 [ 283 ] {} TCP-Session: 01d6a497-3fef-468b-b51b-b840016e5a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:42.544985 [ 285 ] {} TCP-Session: 106a9ce3-780d-4245-b593-1ad39a4dd31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.04 23:29:43.000568 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.77 MiB, peak 138.77 MiB, free memory in arenas 0.00 B, will set to 139.79 MiB (RSS), difference: 1.03 MiB 2026.02.04 23:29:47.168949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.04 23:29:47.168965 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.02.04 23:29:47.169070 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.04 23:29:47.169281 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.04 23:29:47.190691 [ 244 ] {} system.asynchronous_metric_log (2510cb53-201e-4a91-86b1-d437409a9878): Loading data parts 2026.02.04 23:29:47.190719 [ 243 ] {} system.metric_log (0730a6de-f681-4d9a-b2c9-05671ad08c3f): Loading data parts 2026.02.04 23:29:47.191217 [ 244 ] {} system.asynchronous_metric_log (2510cb53-201e-4a91-86b1-d437409a9878): There are no data parts 2026.02.04 23:29:47.191479 [ 243 ] {} system.metric_log (0730a6de-f681-4d9a-b2c9-05671ad08c3f): There are no data parts 2026.02.04 23:29:47.208524 [ 244 ] {} system.asynchronous_metric_log (2510cb53-201e-4a91-86b1-d437409a9878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:29:47.208663 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.04 23:29:47.213985 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:29:47.214465 [ 244 ] {} system.asynchronous_metric_log (2510cb53-201e-4a91-86b1-d437409a9878): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:29:47.214647 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.02.04 23:29:47.243253 [ 243 ] {} system.metric_log (0730a6de-f681-4d9a-b2c9-05671ad08c3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:29:47.243300 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.04 23:29:47.249830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:29:47.251046 [ 243 ] {} system.metric_log (0730a6de-f681-4d9a-b2c9-05671ad08c3f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:29:47.254221 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.04 23:29:48.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.85 MiB, peak 148.85 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 9.15 MiB 2026.02.04 23:29:49.668974 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.04 23:29:49.669074 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.04 23:29:49.676293 [ 242 ] {} system.query_log (0bdb7594-1db7-45d6-b228-c4f617df96cc): Loading data parts 2026.02.04 23:29:49.676461 [ 242 ] {} system.query_log (0bdb7594-1db7-45d6-b228-c4f617df96cc): There are no data parts 2026.02.04 23:29:49.684666 [ 242 ] {} system.query_log (0bdb7594-1db7-45d6-b228-c4f617df96cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:29:49.684709 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.04 23:29:49.686886 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:29:49.687626 [ 242 ] {} system.query_log (0bdb7594-1db7-45d6-b228-c4f617df96cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:29:49.687980 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.04 23:29:50.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.20 MiB, peak 158.20 MiB, free memory in arenas 0.00 B, will set to 155.17 MiB (RSS), difference: -3.03 MiB 2026.02.04 23:29:54.621670 [ 97 ] {} DNSResolver: Updating DNS cache 2026.02.04 23:29:54.621829 [ 97 ] {} DNSResolver: Updated DNS cache 2026.02.04 23:29:54.715343 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.02.04 23:29:54.718002 [ 244 ] {} system.asynchronous_metric_log (2510cb53-201e-4a91-86b1-d437409a9878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:29:54.718056 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.04 23:29:54.718950 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.04 23:29:54.719410 [ 244 ] {} system.asynchronous_metric_log (2510cb53-201e-4a91-86b1-d437409a9878): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:29:54.721677 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.02.04 23:29:54.754880 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.04 23:29:54.774049 [ 243 ] {} system.metric_log (0730a6de-f681-4d9a-b2c9-05671ad08c3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:29:54.774119 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.04 23:29:54.781062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.04 23:29:54.782447 [ 243 ] {} system.metric_log (0730a6de-f681-4d9a-b2c9-05671ad08c3f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:29:54.785916 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.04 23:29:55.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.84 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.74 MiB (RSS), difference: 1.90 MiB 2026.02.04 23:30:00.001021 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.75 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 4.02 MiB 2026.02.04 23:30:00.835245 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.835435 [ 3 ] {7d670ab1-dd55-4270-9778-3c6fa8b1c8e3} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.837885 [ 3 ] {7d670ab1-dd55-4270-9778-3c6fa8b1c8e3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.842344 [ 3 ] {7d670ab1-dd55-4270-9778-3c6fa8b1c8e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.849496 [ 3 ] {7d670ab1-dd55-4270-9778-3c6fa8b1c8e3} TCPHandler: Processed in 0.014386526 sec. 2026.02.04 23:30:00.863733 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.863920 [ 3 ] {89fa27cf-863f-4d71-92f2-9c3ed0f21277} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.877288 [ 3 ] {89fa27cf-863f-4d71-92f2-9c3ed0f21277} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.877364 [ 3 ] {89fa27cf-863f-4d71-92f2-9c3ed0f21277} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.877943 [ 3 ] {89fa27cf-863f-4d71-92f2-9c3ed0f21277} TCPHandler: Processed in 0.014300835 sec. 2026.02.04 23:30:00.879026 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.879197 [ 3 ] {e367c0ba-49c7-4ced-97b2-05613f45beae} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.881658 [ 3 ] {e367c0ba-49c7-4ced-97b2-05613f45beae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.881710 [ 3 ] {e367c0ba-49c7-4ced-97b2-05613f45beae} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.882097 [ 3 ] {e367c0ba-49c7-4ced-97b2-05613f45beae} TCPHandler: Processed in 0.003165756 sec. 2026.02.04 23:30:00.882349 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.882476 [ 3 ] {9bcd1653-fb29-4dab-8d1a-01fc18ba3688} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.882737 [ 3 ] {9bcd1653-fb29-4dab-8d1a-01fc18ba3688} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.882782 [ 3 ] {9bcd1653-fb29-4dab-8d1a-01fc18ba3688} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.883124 [ 3 ] {9bcd1653-fb29-4dab-8d1a-01fc18ba3688} TCPHandler: Processed in 0.00082533 sec. 2026.02.04 23:30:00.883358 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.883477 [ 3 ] {b2e1ea9f-5d43-4b9e-a03a-ef970ff848e5} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.883751 [ 3 ] {b2e1ea9f-5d43-4b9e-a03a-ef970ff848e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.883797 [ 3 ] {b2e1ea9f-5d43-4b9e-a03a-ef970ff848e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.884141 [ 3 ] {b2e1ea9f-5d43-4b9e-a03a-ef970ff848e5} TCPHandler: Processed in 0.00083239 sec. 2026.02.04 23:30:00.884440 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.884577 [ 3 ] {04e2266f-0a48-4523-887e-9d4fecd6784e} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.884903 [ 3 ] {04e2266f-0a48-4523-887e-9d4fecd6784e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.884957 [ 3 ] {04e2266f-0a48-4523-887e-9d4fecd6784e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.885367 [ 3 ] {04e2266f-0a48-4523-887e-9d4fecd6784e} TCPHandler: Processed in 0.000990172 sec. 2026.02.04 23:30:00.885620 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.885762 [ 3 ] {d066c1a1-7fda-449c-97d0-e331d5b0e28b} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.886073 [ 3 ] {d066c1a1-7fda-449c-97d0-e331d5b0e28b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.886129 [ 3 ] {d066c1a1-7fda-449c-97d0-e331d5b0e28b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.886526 [ 3 ] {d066c1a1-7fda-449c-97d0-e331d5b0e28b} TCPHandler: Processed in 0.000966931 sec. 2026.02.04 23:30:00.886783 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.886925 [ 3 ] {a9f225d6-b93d-4ecf-b765-55161c2aace3} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.887194 [ 3 ] {a9f225d6-b93d-4ecf-b765-55161c2aace3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.887240 [ 3 ] {a9f225d6-b93d-4ecf-b765-55161c2aace3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.887585 [ 3 ] {a9f225d6-b93d-4ecf-b765-55161c2aace3} TCPHandler: Processed in 0.00086168 sec. 2026.02.04 23:30:00.887813 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.887946 [ 3 ] {598a3cc6-efcd-4ab5-a2ae-1a0903e3b9f3} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.888234 [ 3 ] {598a3cc6-efcd-4ab5-a2ae-1a0903e3b9f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.888286 [ 3 ] {598a3cc6-efcd-4ab5-a2ae-1a0903e3b9f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.888633 [ 3 ] {598a3cc6-efcd-4ab5-a2ae-1a0903e3b9f3} TCPHandler: Processed in 0.00087124 sec. 2026.02.04 23:30:00.888871 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.888996 [ 3 ] {e98b3707-998f-464d-8a05-88ee4de5f098} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.889252 [ 3 ] {e98b3707-998f-464d-8a05-88ee4de5f098} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.889297 [ 3 ] {e98b3707-998f-464d-8a05-88ee4de5f098} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.889621 [ 3 ] {e98b3707-998f-464d-8a05-88ee4de5f098} TCPHandler: Processed in 0.000799469 sec. 2026.02.04 23:30:00.889887 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.890020 [ 3 ] {1acd450a-c4ce-4679-bbc9-5d771f68f9a8} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.890292 [ 3 ] {1acd450a-c4ce-4679-bbc9-5d771f68f9a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.890342 [ 3 ] {1acd450a-c4ce-4679-bbc9-5d771f68f9a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.890719 [ 3 ] {1acd450a-c4ce-4679-bbc9-5d771f68f9a8} TCPHandler: Processed in 0.00088168 sec. 2026.02.04 23:30:00.890971 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.891104 [ 3 ] {722918ea-08c1-4b63-978e-c14d7e758a07} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.891378 [ 3 ] {722918ea-08c1-4b63-978e-c14d7e758a07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.891428 [ 3 ] {722918ea-08c1-4b63-978e-c14d7e758a07} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.891789 [ 3 ] {722918ea-08c1-4b63-978e-c14d7e758a07} TCPHandler: Processed in 0.00087809 sec. 2026.02.04 23:30:00.892064 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.892195 [ 3 ] {3f4f60b8-0553-4931-bd4c-67fab0addcd3} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.892469 [ 3 ] {3f4f60b8-0553-4931-bd4c-67fab0addcd3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.892514 [ 3 ] {3f4f60b8-0553-4931-bd4c-67fab0addcd3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.892854 [ 3 ] {3f4f60b8-0553-4931-bd4c-67fab0addcd3} TCPHandler: Processed in 0.00083815 sec. 2026.02.04 23:30:00.893078 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.893200 [ 3 ] {114179b1-044d-4a17-86b5-053efd9aaee2} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.893466 [ 3 ] {114179b1-044d-4a17-86b5-053efd9aaee2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.893511 [ 3 ] {114179b1-044d-4a17-86b5-053efd9aaee2} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.893870 [ 3 ] {114179b1-044d-4a17-86b5-053efd9aaee2} TCPHandler: Processed in 0.00084392 sec. 2026.02.04 23:30:00.894105 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.894228 [ 3 ] {c2349533-8cc3-461d-97ff-14719ad7d878} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.894565 [ 3 ] {c2349533-8cc3-461d-97ff-14719ad7d878} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.894620 [ 3 ] {c2349533-8cc3-461d-97ff-14719ad7d878} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.895053 [ 3 ] {c2349533-8cc3-461d-97ff-14719ad7d878} TCPHandler: Processed in 0.000997291 sec. 2026.02.04 23:30:00.895303 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.895423 [ 3 ] {52742558-779c-4279-b4b5-07f2743b006c} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.895684 [ 3 ] {52742558-779c-4279-b4b5-07f2743b006c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.895727 [ 3 ] {52742558-779c-4279-b4b5-07f2743b006c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.896085 [ 3 ] {52742558-779c-4279-b4b5-07f2743b006c} TCPHandler: Processed in 0.00083005 sec. 2026.02.04 23:30:00.897627 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.897763 [ 3 ] {703b924a-e926-4a25-a406-0f5782bafc08} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.898139 [ 3 ] {703b924a-e926-4a25-a406-0f5782bafc08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.898192 [ 3 ] {703b924a-e926-4a25-a406-0f5782bafc08} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.898739 [ 3 ] {703b924a-e926-4a25-a406-0f5782bafc08} TCPHandler: Processed in 0.001163713 sec. 2026.02.04 23:30:00.899027 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.899168 [ 3 ] {cc9f1b0c-e3d0-4836-8430-e163f44ce58f} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.899482 [ 3 ] {cc9f1b0c-e3d0-4836-8430-e163f44ce58f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.899534 [ 3 ] {cc9f1b0c-e3d0-4836-8430-e163f44ce58f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.899898 [ 3 ] {cc9f1b0c-e3d0-4836-8430-e163f44ce58f} TCPHandler: Processed in 0.000933951 sec. 2026.02.04 23:30:00.900127 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.900260 [ 3 ] {c8c7a719-fdcf-498d-a68c-72bfc67f8172} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.900571 [ 3 ] {c8c7a719-fdcf-498d-a68c-72bfc67f8172} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.900621 [ 3 ] {c8c7a719-fdcf-498d-a68c-72bfc67f8172} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.900975 [ 3 ] {c8c7a719-fdcf-498d-a68c-72bfc67f8172} TCPHandler: Processed in 0.00090161 sec. 2026.02.04 23:30:00.901233 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.901365 [ 3 ] {7a9e1103-b3b9-4849-b1e1-d06bba9e9330} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.901708 [ 3 ] {7a9e1103-b3b9-4849-b1e1-d06bba9e9330} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.901765 [ 3 ] {7a9e1103-b3b9-4849-b1e1-d06bba9e9330} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.902130 [ 3 ] {7a9e1103-b3b9-4849-b1e1-d06bba9e9330} TCPHandler: Processed in 0.000944571 sec. 2026.02.04 23:30:00.902387 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.902567 [ 3 ] {fc6e97e7-e9e5-4ff9-80c6-c4d7aee9c436} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.902948 [ 3 ] {fc6e97e7-e9e5-4ff9-80c6-c4d7aee9c436} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.902996 [ 3 ] {fc6e97e7-e9e5-4ff9-80c6-c4d7aee9c436} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.903430 [ 3 ] {fc6e97e7-e9e5-4ff9-80c6-c4d7aee9c436} TCPHandler: Processed in 0.001104533 sec. 2026.02.04 23:30:00.903792 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.903932 [ 3 ] {3b7fbfed-d978-4078-b9c8-f673cc315a57} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.904260 [ 3 ] {3b7fbfed-d978-4078-b9c8-f673cc315a57} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.904318 [ 3 ] {3b7fbfed-d978-4078-b9c8-f673cc315a57} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.904688 [ 3 ] {3b7fbfed-d978-4078-b9c8-f673cc315a57} TCPHandler: Processed in 0.000951171 sec. 2026.02.04 23:30:00.905003 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.905140 [ 3 ] {25251c18-09a0-42b8-84ef-22203e8d34aa} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.905475 [ 3 ] {25251c18-09a0-42b8-84ef-22203e8d34aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.905523 [ 3 ] {25251c18-09a0-42b8-84ef-22203e8d34aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.905864 [ 3 ] {25251c18-09a0-42b8-84ef-22203e8d34aa} TCPHandler: Processed in 0.00093093 sec. 2026.02.04 23:30:00.906161 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.906291 [ 3 ] {3713f79a-b546-4cdc-8e78-7aee50babfc9} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.906594 [ 3 ] {3713f79a-b546-4cdc-8e78-7aee50babfc9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.906640 [ 3 ] {3713f79a-b546-4cdc-8e78-7aee50babfc9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.907006 [ 3 ] {3713f79a-b546-4cdc-8e78-7aee50babfc9} TCPHandler: Processed in 0.00089517 sec. 2026.02.04 23:30:00.907341 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.907469 [ 3 ] {92aaecdf-ed3c-4117-b4ba-0bad56549d1f} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.907818 [ 3 ] {92aaecdf-ed3c-4117-b4ba-0bad56549d1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.907874 [ 3 ] {92aaecdf-ed3c-4117-b4ba-0bad56549d1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.908253 [ 3 ] {92aaecdf-ed3c-4117-b4ba-0bad56549d1f} TCPHandler: Processed in 0.000960981 sec. 2026.02.04 23:30:00.908635 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.908778 [ 3 ] {5454e53c-0191-41d1-8ebe-0e45726d80f5} executeQuery: (from [fd00:1122:3344:101::d]:55993) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.04 23:30:00.909089 [ 3 ] {5454e53c-0191-41d1-8ebe-0e45726d80f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.909135 [ 3 ] {5454e53c-0191-41d1-8ebe-0e45726d80f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.04 23:30:00.909470 [ 3 ] {5454e53c-0191-41d1-8ebe-0e45726d80f5} TCPHandler: Processed in 0.00088543 sec. 2026.02.04 23:30:00.921558 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.921677 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.04 23:30:00.921725 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.04 23:30:00.924807 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} oximeter.timeseries_schema (c3578c55-5568-40f9-bd14-9069af1a90cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.924854 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.927777 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.928195 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} oximeter.timeseries_schema (c3578c55-5568-40f9-bd14-9069af1a90cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.928358 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} executeQuery: Read 26 rows, 5.74 KiB in 0.006711 sec., 3874.2363284160333 rows/sec., 854.62 KiB/sec. 2026.02.04 23:30:00.928405 [ 3 ] {7d14a167-bab3-4880-b16f-b34119af3874} TCPHandler: Processed in 0.00690888 sec. 2026.02.04 23:30:00.928588 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.928743 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.928797 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.04 23:30:00.936103 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} oximeter.fields_i16 (0c380f73-2b5d-40fb-ab52-491a8470a4c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.936141 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.939022 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.939712 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} oximeter.fields_i16 (0c380f73-2b5d-40fb-ab52-491a8470a4c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.939922 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} executeQuery: Read 24 rows, 2.04 KiB in 0.011204 sec., 2142.092109960728 rows/sec., 181.99 KiB/sec. 2026.02.04 23:30:00.939984 [ 3 ] {0ee06d06-1430-4182-b9ac-74a2356b8f2f} TCPHandler: Processed in 0.011460672 sec. 2026.02.04 23:30:00.940151 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.940274 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.04 23:30:00.940332 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.04 23:30:00.940892 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} oximeter.fields_ipaddr (d8a4ec7c-ee60-4e95-9520-24c33b120ad4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.940941 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.941454 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.942065 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} oximeter.fields_ipaddr (d8a4ec7c-ee60-4e95-9520-24c33b120ad4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.942233 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} executeQuery: Read 10 rows, 835.00 B in 0.00199 sec., 5025.125628140703 rows/sec., 409.76 KiB/sec. 2026.02.04 23:30:00.942277 [ 3 ] {99621ef2-61b9-4bda-9e4c-1d4a5940bb5c} TCPHandler: Processed in 0.002192535 sec. 2026.02.04 23:30:00.942419 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.942547 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.04 23:30:00.942600 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.04 23:30:00.943215 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} oximeter.fields_string (a105efb0-5e7b-4eaf-a8c7-014c93ed31ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.943265 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.943826 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.944366 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} oximeter.fields_string (a105efb0-5e7b-4eaf-a8c7-014c93ed31ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.944514 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} executeQuery: Read 201 rows, 18.24 KiB in 0.001991 sec., 100954.29432446006 rows/sec., 8.95 MiB/sec. 2026.02.04 23:30:00.944555 [ 3 ] {4cd45975-27c5-4b9c-8118-dc8479ff04af} TCPHandler: Processed in 0.002190005 sec. 2026.02.04 23:30:00.944713 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.944831 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.944888 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.04 23:30:00.945395 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} oximeter.fields_u16 (58ee84e0-2ff3-4e6c-af40-8b1fc65459bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.945436 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.945900 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.946611 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} oximeter.fields_u16 (58ee84e0-2ff3-4e6c-af40-8b1fc65459bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.946752 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} executeQuery: Read 32 rows, 2.41 KiB in 0.001943 sec., 16469.37725167267 rows/sec., 1.21 MiB/sec. 2026.02.04 23:30:00.946882 [ 3 ] {89d641b0-f444-4a25-8def-3cbfadcb9a18} TCPHandler: Processed in 0.002232676 sec. 2026.02.04 23:30:00.947033 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.947135 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.947177 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.04 23:30:00.947668 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} oximeter.fields_u32 (83d5c7c4-618b-4a03-ac19-ef7687ffd73e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.947708 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.948243 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.948823 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} oximeter.fields_u32 (83d5c7c4-618b-4a03-ac19-ef7687ffd73e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.948992 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} executeQuery: Read 24 rows, 2.04 KiB in 0.001877 sec., 12786.361214704315 rows/sec., 1.06 MiB/sec. 2026.02.04 23:30:00.949041 [ 3 ] {3c7d05f9-65d1-4999-9b7b-640f27618e79} TCPHandler: Processed in 0.002059424 sec. 2026.02.04 23:30:00.949173 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.949282 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.949324 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.04 23:30:00.949787 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} oximeter.fields_u8 (7f6a6456-8022-48bb-b13a-95391c56f3bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.949831 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.950295 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.950741 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} oximeter.fields_u8 (7f6a6456-8022-48bb-b13a-95391c56f3bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.950887 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} executeQuery: Read 12 rows, 960.00 B in 0.001629 sec., 7366.482504604051 rows/sec., 575.51 KiB/sec. 2026.02.04 23:30:00.950964 [ 3 ] {4efd72d6-1270-4952-87b6-235948bb46a6} TCPHandler: Processed in 0.001820741 sec. 2026.02.04 23:30:00.951127 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.951243 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.04 23:30:00.951295 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.04 23:30:00.951865 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} oximeter.fields_uuid (65186cd6-2a4b-47f2-b103-6b0c5d0c734e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.951907 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.952341 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.952883 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} oximeter.fields_uuid (65186cd6-2a4b-47f2-b103-6b0c5d0c734e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.953034 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} executeQuery: Read 120 rows, 9.99 KiB in 0.001814 sec., 66152.1499448732 rows/sec., 5.38 MiB/sec. 2026.02.04 23:30:00.953081 [ 3 ] {d88f80ce-1501-44b8-99e7-6c6bd566752e} TCPHandler: Processed in 0.002006184 sec. 2026.02.04 23:30:00.953237 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.953358 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.953413 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.04 23:30:00.953999 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} oximeter.measurements_cumulativeu64 (570e168d-572e-4c86-88a7-3e381a71a6c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.954036 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.956713 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.957320 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} oximeter.measurements_cumulativeu64 (570e168d-572e-4c86-88a7-3e381a71a6c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.957462 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} executeQuery: Read 233 rows, 18.16 KiB in 0.004129 sec., 56430.128360377814 rows/sec., 4.29 MiB/sec. 2026.02.04 23:30:00.957503 [ 3 ] {b5fb9af3-6874-4224-8dd0-26cde0b38319} TCPHandler: Processed in 0.00432732 sec. 2026.02.04 23:30:00.957635 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.957743 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.957809 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} 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.02.04 23:30:00.958834 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} oximeter.measurements_histogramu64 (3b12d1f4-0e7d-4c2a-84db-e4e62421334f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.958874 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.962561 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.963194 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} oximeter.measurements_histogramu64 (3b12d1f4-0e7d-4c2a-84db-e4e62421334f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.963352 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} executeQuery: Read 10 rows, 18.35 KiB in 0.005634 sec., 1774.9378771742988 rows/sec., 3.18 MiB/sec. 2026.02.04 23:30:00.963423 [ 3 ] {59761638-792f-48f9-af9d-92eae4e72bc2} TCPHandler: Processed in 0.005841657 sec. 2026.02.04 23:30:00.963556 [ 3 ] {} TCP-Session: 2b673d55-bc0a-4f6b-968d-68ea46cdd3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.04 23:30:00.963654 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} executeQuery: (from [fd00:1122:3344:101::d]:55993) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.04 23:30:00.963697 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.04 23:30:00.964077 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} oximeter.measurements_u64 (3e965cc1-7e53-4894-8426-018592e31ed6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.04 23:30:00.964116 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.04 23:30:00.964569 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.04 23:30:00.965184 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} oximeter.measurements_u64 (3e965cc1-7e53-4894-8426-018592e31ed6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.04 23:30:00.965326 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} executeQuery: Read 36 rows, 2.48 KiB in 0.001692 sec., 21276.595744680853 rows/sec., 1.43 MiB/sec. 2026.02.04 23:30:00.965364 [ 3 ] {aee13656-6f97-4832-a867-1a58a02b6554} TCPHandler: Processed in 0.001866201 sec.