[ Apr 29 23:14:24 Enabled. ] [ Apr 29 23:14:24 Rereading configuration. ] [ Apr 29 23:14:24 Rereading configuration. ] [ Apr 29 23:14:28 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 [ Apr 29 23:14:28 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.04.29 23:14:29.139158 [ 1 ] {} Application: Will watch for the process with pid 24123 2026.04.29 23:14:29.139556 [ 1 ] {} Application: Forked a child process to watch 2026.04.29 23:14:29.530981 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24123 2026.04.29 23:14:29.531835 [ 1 ] {} Application: starting up 2026.04.29 23:14:29.531988 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.29 23:14:29.637562 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.29 23:14:29.753447 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.29 23:14:29.753533 [ 1 ] {} Application: Initializing DateLUT. 2026.04.29 23:14:29.753551 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.29 23:14:29.753607 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.29 23:14:29.754261 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.29 23:14:29.756555 [ 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.04.29 23:14:29.757431 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.29 23:14:29.758355 [ 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.04.29 23:14:29.758422 [ 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.04.29 23:14:29.758467 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.29 23:14:29.759251 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.29 23:14:29.760225 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.29 23:14:29.766184 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.29 23:14:29.767080 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.29 23:14:29.768633 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.29 23:14:29.768742 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.29 23:14:29.769897 [ 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.04.29 23:14:29.770423 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.29 23:14:29.774828 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.29 23:14:29.775538 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.29 23:14:29.779011 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.29 23:14:29.779443 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.29 23:14:29.779854 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.29 23:14:29.780207 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.29 23:14:29.781656 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.29 23:14:29.781680 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.29 23:14:29.781747 [ 137 ] {} DNSResolver: Updating DNS cache 2026.04.29 23:14:29.781809 [ 137 ] {} DNSResolver: Updated DNS cache 2026.04.29 23:14:29.854116 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.29 23:14:29.854144 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000194335 sec 2026.04.29 23:14:29.854203 [ 1 ] {} ReferentialDeps: No tables 2026.04.29 23:14:29.854256 [ 1 ] {} LoadingDeps: No tables 2026.04.29 23:14:29.854997 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.29 23:14:29.855624 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.29 23:14:29.866466 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.29 23:14:29.866509 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.29 23:14:29.866582 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.29 23:14:29.866596 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.29 23:14:29.866631 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.29 23:14:29.866700 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.29 23:14:29.870706 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.29 23:14:29.870751 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.29 23:14:29.870802 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.29 23:14:29.870971 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.29 23:14:29.871014 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.29 23:14:29.871026 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.29 23:14:29.871104 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.29 23:14:29.871117 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.29 23:14:29.871147 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.29 23:14:29.871286 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.29 23:14:29.894818 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.29 23:14:29.941424 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.29 23:14:29.941519 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000115173 sec 2026.04.29 23:14:29.941533 [ 1 ] {} ReferentialDeps: No tables 2026.04.29 23:14:29.941544 [ 1 ] {} LoadingDeps: No tables 2026.04.29 23:14:29.941568 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.29 23:14:29.941793 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.29 23:14:29.941905 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.29 23:14:29.941919 [ 1 ] {} Application: Loaded metadata. 2026.04.29 23:14:29.941929 [ 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.04.29 23:14:29.941940 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.29 23:14:29.946893 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.29 23:14:29.947074 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.74 MiB (RSS), difference: 91.97 MiB 2026.04.29 23:14:29.948562 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.294e-05 sec. 2026.04.29 23:14:29.948958 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.29 23:14:29.950306 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.29 23:14:29.950326 [ 1 ] {} Application: Ready for connections. 2026.04.29 23:14:30.000145 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.75 MiB, peak 116.75 MiB, free memory in arenas 0.00 B, will set to 118.27 MiB (RSS), difference: 1.52 MiB 2026.04.29 23:14:30.959941 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38752 2026.04.29 23:14:30.962089 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.962173 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Authenticating user 'default' from [fd00:1122:3344:101::d]:38752 2026.04.29 23:14:30.962325 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.962340 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.962464 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 23:14:30.962666 [ 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.04.29 23:14:30.962685 [ 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.04.29 23:14:30.963567 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44569 2026.04.29 23:14:30.963589 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54203 2026.04.29 23:14:30.963801 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51209 2026.04.29 23:14:30.963817 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42812 2026.04.29 23:14:30.964014 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.964040 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54464 2026.04.29 23:14:30.964061 [ 255 ] {} TCP-Session: 640d015f-6053-49c9-8e68-a9d568ba3633 Authenticating user 'default' from [fd00:1122:3344:101::d]:51209 2026.04.29 23:14:30.964231 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44159 2026.04.29 23:14:30.964238 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43724 2026.04.29 23:14:30.964277 [ 255 ] {} TCP-Session: 640d015f-6053-49c9-8e68-a9d568ba3633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.964340 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51529 2026.04.29 23:14:30.964573 [ 255 ] {} TCP-Session: 640d015f-6053-49c9-8e68-a9d568ba3633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.965603 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.965644 [ 4 ] {} TCP-Session: 2ebf1ef2-b787-41b2-b65b-a19b2acd5d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:54203 2026.04.29 23:14:30.965651 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.965764 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.965769 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.965955 [ 259 ] {} TCP-Session: 2d00d1e0-3b74-4ae6-b1fe-91233f66f095 Authenticating user 'default' from [fd00:1122:3344:101::d]:51529 2026.04.29 23:14:30.965949 [ 5 ] {} TCP-Session: d283989e-3268-473d-9878-1924133076d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42812 2026.04.29 23:14:30.965909 [ 4 ] {} TCP-Session: 2ebf1ef2-b787-41b2-b65b-a19b2acd5d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.965771 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.965776 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.966227 [ 256 ] {} TCP-Session: 47a53418-4574-414f-bd77-306cd46fdd99 Authenticating user 'default' from [fd00:1122:3344:101::d]:44159 2026.04.29 23:14:30.966242 [ 257 ] {} TCP-Session: 05490bd7-bcac-48bc-ae42-a68adf56aabb Authenticating user 'default' from [fd00:1122:3344:101::d]:54464 2026.04.29 23:14:30.966373 [ 4 ] {} TCP-Session: 2ebf1ef2-b787-41b2-b65b-a19b2acd5d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966391 [ 5 ] {} TCP-Session: d283989e-3268-473d-9878-1924133076d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966408 [ 257 ] {} TCP-Session: 05490bd7-bcac-48bc-ae42-a68adf56aabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.965763 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:30.966501 [ 5 ] {} TCP-Session: d283989e-3268-473d-9878-1924133076d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966513 [ 257 ] {} TCP-Session: 05490bd7-bcac-48bc-ae42-a68adf56aabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966273 [ 256 ] {} TCP-Session: 47a53418-4574-414f-bd77-306cd46fdd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966675 [ 259 ] {} TCP-Session: 2d00d1e0-3b74-4ae6-b1fe-91233f66f095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966257 [ 254 ] {} TCP-Session: 753bf4c5-4c0a-47c9-af75-75f3ec0fdede Authenticating user 'default' from [fd00:1122:3344:101::d]:44569 2026.04.29 23:14:30.966863 [ 254 ] {} TCP-Session: 753bf4c5-4c0a-47c9-af75-75f3ec0fdede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966875 [ 259 ] {} TCP-Session: 2d00d1e0-3b74-4ae6-b1fe-91233f66f095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.966876 [ 258 ] {} TCP-Session: bb340b44-5f76-4d30-9064-5cd7854d0baa Authenticating user 'default' from [fd00:1122:3344:101::d]:43724 2026.04.29 23:14:30.967004 [ 254 ] {} TCP-Session: 753bf4c5-4c0a-47c9-af75-75f3ec0fdede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.967035 [ 258 ] {} TCP-Session: bb340b44-5f76-4d30-9064-5cd7854d0baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.967172 [ 258 ] {} TCP-Session: bb340b44-5f76-4d30-9064-5cd7854d0baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.967190 [ 256 ] {} TCP-Session: 47a53418-4574-414f-bd77-306cd46fdd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:30.970376 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:30.973366 [ 3 ] {c1e48b5b-7795-4521-b90f-f69f507e3156} executeQuery: (from [fd00:1122:3344:101::d]:38752) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 23:14:31.000280 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 118.32 MiB, peak 118.32 MiB, free memory in arenas 0.00 B, will set to 121.17 MiB (RSS), difference: 2.85 MiB 2026.04.29 23:14:31.070670 [ 3 ] {c1e48b5b-7795-4521-b90f-f69f507e3156} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38752) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.29 23:14:31.071665 [ 3 ] {c1e48b5b-7795-4521-b90f-f69f507e3156} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.29 23:14:31.071880 [ 3 ] {c1e48b5b-7795-4521-b90f-f69f507e3156} TCPHandler: Processed in 0.103832915 sec. 2026.04.29 23:14:31.072538 [ 4 ] {} TCP-Session: 2ebf1ef2-b787-41b2-b65b-a19b2acd5d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.072772 [ 4 ] {22042000-4439-4e99-b9f6-4803b40a855d} executeQuery: (from [fd00:1122:3344:101::d]:54203) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 23:14:31.073240 [ 4 ] {22042000-4439-4e99-b9f6-4803b40a855d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54203) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.29 23:14:31.073548 [ 4 ] {22042000-4439-4e99-b9f6-4803b40a855d} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.04.29 23:14:31.073782 [ 4 ] {22042000-4439-4e99-b9f6-4803b40a855d} TCPHandler: Processed in 0.001599168 sec. 2026.04.29 23:14:31.074093 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.074945 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} executeQuery: (from [fd00:1122:3344:101::d]:38752) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.29 23:14:31.075629 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.29 23:14:31.097076 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.29 23:14:31.097217 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000181414 sec 2026.04.29 23:14:31.097235 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} ReferentialDeps: No tables 2026.04.29 23:14:31.097249 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} LoadingDeps: No tables 2026.04.29 23:14:31.097321 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} DatabaseAtomic (oximeter): Starting up tables. 2026.04.29 23:14:31.098086 [ 3 ] {05b95fe3-c900-424c-be16-a69c265ed970} TCPHandler: Processed in 0.024106665 sec. 2026.04.29 23:14:31.098249 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.098404 [ 3 ] {88ab940d-71cb-4798-9562-2d53abf0a270} executeQuery: (from [fd00:1122:3344:101::d]:38752) /* 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.04.29 23:14:31.098541 [ 3 ] {88ab940d-71cb-4798-9562-2d53abf0a270} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.29 23:14:31.103672 [ 3 ] {88ab940d-71cb-4798-9562-2d53abf0a270} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.29 23:14:31.117403 [ 3 ] {88ab940d-71cb-4798-9562-2d53abf0a270} oximeter.version (ef4314dd-65aa-4ea8-bf9e-ee0259338ad9): Loading data parts 2026.04.29 23:14:31.118552 [ 3 ] {88ab940d-71cb-4798-9562-2d53abf0a270} oximeter.version (ef4314dd-65aa-4ea8-bf9e-ee0259338ad9): There are no data parts 2026.04.29 23:14:31.123744 [ 3 ] {88ab940d-71cb-4798-9562-2d53abf0a270} TCPHandler: Processed in 0.025541409 sec. 2026.04.29 23:14:31.124004 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.124194 [ 3 ] {d6e3a13e-a3a1-4311-8713-8e2b1acafee9} executeQuery: (from [fd00:1122:3344:101::d]:38752) /* 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.04.29 23:14:31.124334 [ 3 ] {d6e3a13e-a3a1-4311-8713-8e2b1acafee9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.29 23:14:31.158004 [ 3 ] {d6e3a13e-a3a1-4311-8713-8e2b1acafee9} oximeter.measurements_bool (40b0ecf2-eb3e-4cb1-a19c-70c6d6095a01): Loading data parts 2026.04.29 23:14:31.158222 [ 3 ] {d6e3a13e-a3a1-4311-8713-8e2b1acafee9} oximeter.measurements_bool (40b0ecf2-eb3e-4cb1-a19c-70c6d6095a01): There are no data parts 2026.04.29 23:14:31.174723 [ 3 ] {d6e3a13e-a3a1-4311-8713-8e2b1acafee9} TCPHandler: Processed in 0.050768791 sec. 2026.04.29 23:14:31.174898 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.175116 [ 3 ] {e9d53b16-c8db-4ec9-9e41-7917567c7b29} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.175218 [ 3 ] {e9d53b16-c8db-4ec9-9e41-7917567c7b29} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.29 23:14:31.186410 [ 3 ] {e9d53b16-c8db-4ec9-9e41-7917567c7b29} oximeter.measurements_i8 (50ab47a9-ffc8-4c6d-9036-695e93d21c85): Loading data parts 2026.04.29 23:14:31.186564 [ 3 ] {e9d53b16-c8db-4ec9-9e41-7917567c7b29} oximeter.measurements_i8 (50ab47a9-ffc8-4c6d-9036-695e93d21c85): There are no data parts 2026.04.29 23:14:31.207869 [ 3 ] {e9d53b16-c8db-4ec9-9e41-7917567c7b29} TCPHandler: Processed in 0.033023825 sec. 2026.04.29 23:14:31.208122 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.208369 [ 3 ] {6025e0e6-2fb6-4be6-b7fa-3b13699c8cf6} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.208499 [ 3 ] {6025e0e6-2fb6-4be6-b7fa-3b13699c8cf6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.29 23:14:31.234227 [ 3 ] {6025e0e6-2fb6-4be6-b7fa-3b13699c8cf6} oximeter.measurements_u8 (f6447daa-1924-4832-bc75-ce2c827759c1): Loading data parts 2026.04.29 23:14:31.234574 [ 3 ] {6025e0e6-2fb6-4be6-b7fa-3b13699c8cf6} oximeter.measurements_u8 (f6447daa-1924-4832-bc75-ce2c827759c1): There are no data parts 2026.04.29 23:14:31.255099 [ 3 ] {6025e0e6-2fb6-4be6-b7fa-3b13699c8cf6} TCPHandler: Processed in 0.047033513 sec. 2026.04.29 23:14:31.255322 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.255562 [ 3 ] {1c9aca81-e6a1-4a38-8371-9c0a30a2b356} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.255702 [ 3 ] {1c9aca81-e6a1-4a38-8371-9c0a30a2b356} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.29 23:14:31.269076 [ 3 ] {1c9aca81-e6a1-4a38-8371-9c0a30a2b356} oximeter.measurements_i16 (2369a88c-2175-4621-91d9-adb4f0b96d24): Loading data parts 2026.04.29 23:14:31.269252 [ 3 ] {1c9aca81-e6a1-4a38-8371-9c0a30a2b356} oximeter.measurements_i16 (2369a88c-2175-4621-91d9-adb4f0b96d24): There are no data parts 2026.04.29 23:14:31.292324 [ 3 ] {1c9aca81-e6a1-4a38-8371-9c0a30a2b356} TCPHandler: Processed in 0.037073189 sec. 2026.04.29 23:14:31.292500 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.292741 [ 3 ] {eb11b780-ffff-463b-bcd5-cdc929f94933} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.292916 [ 3 ] {eb11b780-ffff-463b-bcd5-cdc929f94933} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.29 23:14:31.314890 [ 3 ] {eb11b780-ffff-463b-bcd5-cdc929f94933} oximeter.measurements_u16 (b85465c0-3cce-488b-8510-fe7b77774141): Loading data parts 2026.04.29 23:14:31.315059 [ 3 ] {eb11b780-ffff-463b-bcd5-cdc929f94933} oximeter.measurements_u16 (b85465c0-3cce-488b-8510-fe7b77774141): There are no data parts 2026.04.29 23:14:31.338513 [ 3 ] {eb11b780-ffff-463b-bcd5-cdc929f94933} TCPHandler: Processed in 0.04606616 sec. 2026.04.29 23:14:31.338687 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.338854 [ 3 ] {2743ad70-83c1-4ae4-8fcd-6e9197646cef} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.338976 [ 3 ] {2743ad70-83c1-4ae4-8fcd-6e9197646cef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.29 23:14:31.361434 [ 3 ] {2743ad70-83c1-4ae4-8fcd-6e9197646cef} oximeter.measurements_i32 (c719924b-ca6a-4f81-83e5-507d787593fc): Loading data parts 2026.04.29 23:14:31.361702 [ 3 ] {2743ad70-83c1-4ae4-8fcd-6e9197646cef} oximeter.measurements_i32 (c719924b-ca6a-4f81-83e5-507d787593fc): There are no data parts 2026.04.29 23:14:31.365059 [ 3 ] {2743ad70-83c1-4ae4-8fcd-6e9197646cef} TCPHandler: Processed in 0.026421369 sec. 2026.04.29 23:14:31.365234 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.365506 [ 3 ] {077d25f6-c6f4-49c3-909b-c68cc3066270} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.365657 [ 3 ] {077d25f6-c6f4-49c3-909b-c68cc3066270} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.29 23:14:31.389501 [ 3 ] {077d25f6-c6f4-49c3-909b-c68cc3066270} oximeter.measurements_u32 (3f7a86f6-b602-490c-9121-0486e34e5262): Loading data parts 2026.04.29 23:14:31.389689 [ 3 ] {077d25f6-c6f4-49c3-909b-c68cc3066270} oximeter.measurements_u32 (3f7a86f6-b602-490c-9121-0486e34e5262): There are no data parts 2026.04.29 23:14:31.411603 [ 3 ] {077d25f6-c6f4-49c3-909b-c68cc3066270} TCPHandler: Processed in 0.046412899 sec. 2026.04.29 23:14:31.411796 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.411989 [ 3 ] {03f5d127-f34e-451b-8992-3d002f9a7d08} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.412139 [ 3 ] {03f5d127-f34e-451b-8992-3d002f9a7d08} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.29 23:14:31.435253 [ 3 ] {03f5d127-f34e-451b-8992-3d002f9a7d08} oximeter.measurements_i64 (bd9579cb-be3b-429b-9b97-f3fd02f8e543): Loading data parts 2026.04.29 23:14:31.435492 [ 3 ] {03f5d127-f34e-451b-8992-3d002f9a7d08} oximeter.measurements_i64 (bd9579cb-be3b-429b-9b97-f3fd02f8e543): There are no data parts 2026.04.29 23:14:31.450710 [ 3 ] {03f5d127-f34e-451b-8992-3d002f9a7d08} TCPHandler: Processed in 0.038972464 sec. 2026.04.29 23:14:31.450895 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.451145 [ 3 ] {52132bf9-2eda-4968-a393-1e30c9ffce3d} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.451259 [ 3 ] {52132bf9-2eda-4968-a393-1e30c9ffce3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.29 23:14:31.484893 [ 3 ] {52132bf9-2eda-4968-a393-1e30c9ffce3d} oximeter.measurements_u64 (ebdf1e41-60bb-49b6-83d3-1cd047cc8e08): Loading data parts 2026.04.29 23:14:31.485069 [ 3 ] {52132bf9-2eda-4968-a393-1e30c9ffce3d} oximeter.measurements_u64 (ebdf1e41-60bb-49b6-83d3-1cd047cc8e08): There are no data parts 2026.04.29 23:14:31.488315 [ 3 ] {52132bf9-2eda-4968-a393-1e30c9ffce3d} TCPHandler: Processed in 0.037476368 sec. 2026.04.29 23:14:31.488502 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.488668 [ 3 ] {01040128-73c6-40cc-b99c-469b359bd15d} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.488826 [ 3 ] {01040128-73c6-40cc-b99c-469b359bd15d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.29 23:14:31.523539 [ 3 ] {01040128-73c6-40cc-b99c-469b359bd15d} oximeter.measurements_f32 (e731b6c7-411e-4ecf-bd5f-4cb4f853389c): Loading data parts 2026.04.29 23:14:31.523786 [ 3 ] {01040128-73c6-40cc-b99c-469b359bd15d} oximeter.measurements_f32 (e731b6c7-411e-4ecf-bd5f-4cb4f853389c): There are no data parts 2026.04.29 23:14:31.534505 [ 3 ] {01040128-73c6-40cc-b99c-469b359bd15d} TCPHandler: Processed in 0.046068771 sec. 2026.04.29 23:14:31.534721 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.535008 [ 3 ] {fa47f455-a417-4b8b-a24e-6ff81543c7b1} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.535111 [ 3 ] {fa47f455-a417-4b8b-a24e-6ff81543c7b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.29 23:14:31.549544 [ 3 ] {fa47f455-a417-4b8b-a24e-6ff81543c7b1} oximeter.measurements_f64 (d74734fc-6694-4eca-88dd-6255e4314579): Loading data parts 2026.04.29 23:14:31.549723 [ 3 ] {fa47f455-a417-4b8b-a24e-6ff81543c7b1} oximeter.measurements_f64 (d74734fc-6694-4eca-88dd-6255e4314579): There are no data parts 2026.04.29 23:14:31.583272 [ 3 ] {fa47f455-a417-4b8b-a24e-6ff81543c7b1} TCPHandler: Processed in 0.04861843 sec. 2026.04.29 23:14:31.583621 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.583826 [ 3 ] {c450866a-ebab-4e2f-96c8-92678fee2efd} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.583966 [ 3 ] {c450866a-ebab-4e2f-96c8-92678fee2efd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.29 23:14:31.599134 [ 3 ] {c450866a-ebab-4e2f-96c8-92678fee2efd} oximeter.measurements_string (e3f36e32-e9a0-4721-af96-3ef306c26b26): Loading data parts 2026.04.29 23:14:31.599424 [ 3 ] {c450866a-ebab-4e2f-96c8-92678fee2efd} oximeter.measurements_string (e3f36e32-e9a0-4721-af96-3ef306c26b26): There are no data parts 2026.04.29 23:14:31.624478 [ 3 ] {c450866a-ebab-4e2f-96c8-92678fee2efd} TCPHandler: Processed in 0.04095899 sec. 2026.04.29 23:14:31.624658 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.624908 [ 3 ] {eef6feca-8e35-4ad3-8acd-c424ea98a6d5} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.625033 [ 3 ] {eef6feca-8e35-4ad3-8acd-c424ea98a6d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.29 23:14:31.626406 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50789 2026.04.29 23:14:31.626713 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.626766 [ 262 ] {} TCP-Session: ab22f1e3-ad61-4502-9919-c529cd632ba7 Authenticating user 'default' from [fd00:1122:3344:101::c]:50789 2026.04.29 23:14:31.626790 [ 262 ] {} TCP-Session: ab22f1e3-ad61-4502-9919-c529cd632ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.626883 [ 262 ] {} TCP-Session: ab22f1e3-ad61-4502-9919-c529cd632ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.626953 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 23:14:31.626982 [ 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.04.29 23:14:31.627081 [ 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.04.29 23:14:31.628216 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56560 2026.04.29 23:14:31.628312 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34507 2026.04.29 23:14:31.628392 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.628435 [ 263 ] {} TCP-Session: 5393240d-fa8b-4f64-96f6-ff2de9d31e7e Authenticating user 'default' from [fd00:1122:3344:101::c]:56560 2026.04.29 23:14:31.628509 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.628434 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55969 2026.04.29 23:14:31.628611 [ 263 ] {} TCP-Session: 5393240d-fa8b-4f64-96f6-ff2de9d31e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.628648 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64951 2026.04.29 23:14:31.628636 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54062 2026.04.29 23:14:31.628730 [ 263 ] {} TCP-Session: 5393240d-fa8b-4f64-96f6-ff2de9d31e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.628713 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37222 2026.04.29 23:14:31.628767 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.628621 [ 264 ] {} TCP-Session: b010e8ae-3d90-4f89-b45c-082a2fc7fed7 Authenticating user 'default' from [fd00:1122:3344:101::c]:34507 2026.04.29 23:14:31.628902 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63620 2026.04.29 23:14:31.628934 [ 264 ] {} TCP-Session: b010e8ae-3d90-4f89-b45c-082a2fc7fed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.628982 [ 265 ] {} TCP-Session: df3b1841-be3b-442f-91b7-a255980cda00 Authenticating user 'default' from [fd00:1122:3344:101::c]:55969 2026.04.29 23:14:31.629005 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.629023 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.629076 [ 264 ] {} TCP-Session: b010e8ae-3d90-4f89-b45c-082a2fc7fed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629104 [ 266 ] {} TCP-Session: fbe85e11-ffef-4c6d-9f27-70285eea5ed0 Authenticating user 'default' from [fd00:1122:3344:101::c]:64951 2026.04.29 23:14:31.629115 [ 265 ] {} TCP-Session: df3b1841-be3b-442f-91b7-a255980cda00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629186 [ 267 ] {} TCP-Session: 912b6172-c2c1-4869-b9c3-d682be9caf73 Authenticating user 'default' from [fd00:1122:3344:101::c]:54062 2026.04.29 23:14:31.629189 [ 266 ] {} TCP-Session: fbe85e11-ffef-4c6d-9f27-70285eea5ed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629192 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.629292 [ 266 ] {} TCP-Session: fbe85e11-ffef-4c6d-9f27-70285eea5ed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629259 [ 265 ] {} TCP-Session: df3b1841-be3b-442f-91b7-a255980cda00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629186 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.629374 [ 268 ] {} TCP-Session: c6741548-19c6-498c-aed4-c15ab28e8e05 Authenticating user 'default' from [fd00:1122:3344:101::c]:37222 2026.04.29 23:14:31.629484 [ 269 ] {} TCP-Session: 55a633ee-5b70-4f65-88ff-125ce1822181 Authenticating user 'default' from [fd00:1122:3344:101::c]:63620 2026.04.29 23:14:31.629285 [ 267 ] {} TCP-Session: 912b6172-c2c1-4869-b9c3-d682be9caf73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629552 [ 268 ] {} TCP-Session: c6741548-19c6-498c-aed4-c15ab28e8e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629579 [ 269 ] {} TCP-Session: 55a633ee-5b70-4f65-88ff-125ce1822181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629563 [ 267 ] {} TCP-Session: 912b6172-c2c1-4869-b9c3-d682be9caf73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629665 [ 268 ] {} TCP-Session: c6741548-19c6-498c-aed4-c15ab28e8e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.629697 [ 269 ] {} TCP-Session: 55a633ee-5b70-4f65-88ff-125ce1822181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.660963 [ 3 ] {eef6feca-8e35-4ad3-8acd-c424ea98a6d5} oximeter.measurements_bytes (2baad821-6488-481f-9e95-88b6e4534422): Loading data parts 2026.04.29 23:14:31.661195 [ 3 ] {eef6feca-8e35-4ad3-8acd-c424ea98a6d5} oximeter.measurements_bytes (2baad821-6488-481f-9e95-88b6e4534422): There are no data parts 2026.04.29 23:14:31.665230 [ 3 ] {eef6feca-8e35-4ad3-8acd-c424ea98a6d5} TCPHandler: Processed in 0.040611552 sec. 2026.04.29 23:14:31.665483 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.665717 [ 3 ] {b6ae92a3-3107-4414-9599-c9c3a518059e} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.665917 [ 3 ] {b6ae92a3-3107-4414-9599-c9c3a518059e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.29 23:14:31.699499 [ 3 ] {b6ae92a3-3107-4414-9599-c9c3a518059e} oximeter.measurements_cumulativei64 (8dcc7127-6f24-47be-8c10-1fc24b9acc0c): Loading data parts 2026.04.29 23:14:31.699667 [ 3 ] {b6ae92a3-3107-4414-9599-c9c3a518059e} oximeter.measurements_cumulativei64 (8dcc7127-6f24-47be-8c10-1fc24b9acc0c): There are no data parts 2026.04.29 23:14:31.710989 [ 3 ] {b6ae92a3-3107-4414-9599-c9c3a518059e} TCPHandler: Processed in 0.04561807 sec. 2026.04.29 23:14:31.711574 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.711776 [ 3 ] {aa794ba4-9045-4c18-9523-a44a5ab852bd} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.712179 [ 3 ] {aa794ba4-9045-4c18-9523-a44a5ab852bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.29 23:14:31.734710 [ 3 ] {aa794ba4-9045-4c18-9523-a44a5ab852bd} oximeter.measurements_cumulativeu64 (414f09bd-f2bc-4cd7-a95b-b17ae8237e70): Loading data parts 2026.04.29 23:14:31.735029 [ 3 ] {aa794ba4-9045-4c18-9523-a44a5ab852bd} oximeter.measurements_cumulativeu64 (414f09bd-f2bc-4cd7-a95b-b17ae8237e70): There are no data parts 2026.04.29 23:14:31.757802 [ 3 ] {aa794ba4-9045-4c18-9523-a44a5ab852bd} TCPHandler: Processed in 0.046332226 sec. 2026.04.29 23:14:31.758017 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.758319 [ 3 ] {c2af172c-9091-4e8c-a824-76e0b2af5fd9} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.758534 [ 3 ] {c2af172c-9091-4e8c-a824-76e0b2af5fd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.29 23:14:31.762691 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36359 2026.04.29 23:14:31.762887 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.762972 [ 270 ] {} TCP-Session: ee9ebfd8-4cee-4996-b579-78e04ff85321 Authenticating user 'default' from [fd00:1122:3344:101::a]:36359 2026.04.29 23:14:31.763057 [ 270 ] {} TCP-Session: ee9ebfd8-4cee-4996-b579-78e04ff85321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.763074 [ 270 ] {} TCP-Session: ee9ebfd8-4cee-4996-b579-78e04ff85321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.763190 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 23:14:31.763262 [ 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.04.29 23:14:31.763345 [ 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.04.29 23:14:31.766220 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57766 2026.04.29 23:14:31.766380 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56296 2026.04.29 23:14:31.766390 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37287 2026.04.29 23:14:31.766468 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.766493 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57604 2026.04.29 23:14:31.766514 [ 271 ] {} TCP-Session: 9fec0576-ab10-45d4-b665-7d78e214525e Authenticating user 'default' from [fd00:1122:3344:101::a]:57766 2026.04.29 23:14:31.766587 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57254 2026.04.29 23:14:31.766635 [ 271 ] {} TCP-Session: 9fec0576-ab10-45d4-b665-7d78e214525e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.766650 [ 271 ] {} TCP-Session: 9fec0576-ab10-45d4-b665-7d78e214525e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.766714 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.766769 [ 272 ] {} TCP-Session: 9d1e58e1-44ef-4225-93f9-00908204045b Authenticating user 'default' from [fd00:1122:3344:101::a]:56296 2026.04.29 23:14:31.766768 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56144 2026.04.29 23:14:31.766792 [ 272 ] {} TCP-Session: 9d1e58e1-44ef-4225-93f9-00908204045b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.766776 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.766922 [ 272 ] {} TCP-Session: 9d1e58e1-44ef-4225-93f9-00908204045b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.766948 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.766948 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48664 2026.04.29 23:14:31.766948 [ 273 ] {} TCP-Session: deb0af6d-1897-4136-86ad-3e1b9c145eb6 Authenticating user 'default' from [fd00:1122:3344:101::a]:37287 2026.04.29 23:14:31.767027 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.767093 [ 273 ] {} TCP-Session: deb0af6d-1897-4136-86ad-3e1b9c145eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767077 [ 275 ] {} TCP-Session: cbb697ad-6fdc-4d60-a2d6-97e8c9b5beb4 Authenticating user 'default' from [fd00:1122:3344:101::a]:57254 2026.04.29 23:14:31.766924 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.767184 [ 273 ] {} TCP-Session: deb0af6d-1897-4136-86ad-3e1b9c145eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767177 [ 275 ] {} TCP-Session: cbb697ad-6fdc-4d60-a2d6-97e8c9b5beb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767224 [ 274 ] {} TCP-Session: 5d0e3de4-54ce-49ea-a79b-874bbdeff7cb Authenticating user 'default' from [fd00:1122:3344:101::a]:57604 2026.04.29 23:14:31.767235 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:31.767298 [ 274 ] {} TCP-Session: 5d0e3de4-54ce-49ea-a79b-874bbdeff7cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767286 [ 275 ] {} TCP-Session: cbb697ad-6fdc-4d60-a2d6-97e8c9b5beb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767168 [ 276 ] {} TCP-Session: 8d57b8b0-9c0b-4015-8fda-1fd6f5eda9c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:56144 2026.04.29 23:14:31.767465 [ 277 ] {} TCP-Session: 59918fee-bc1d-418e-9251-b4954c7d064e Authenticating user 'default' from [fd00:1122:3344:101::a]:48664 2026.04.29 23:14:31.767468 [ 276 ] {} TCP-Session: 8d57b8b0-9c0b-4015-8fda-1fd6f5eda9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767533 [ 274 ] {} TCP-Session: 5d0e3de4-54ce-49ea-a79b-874bbdeff7cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767564 [ 277 ] {} TCP-Session: 59918fee-bc1d-418e-9251-b4954c7d064e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767548 [ 276 ] {} TCP-Session: 8d57b8b0-9c0b-4015-8fda-1fd6f5eda9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.767657 [ 277 ] {} TCP-Session: 59918fee-bc1d-418e-9251-b4954c7d064e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:31.783298 [ 3 ] {c2af172c-9091-4e8c-a824-76e0b2af5fd9} oximeter.measurements_cumulativef32 (363d8b80-70f8-48cc-a2e4-1ec77ca74e57): Loading data parts 2026.04.29 23:14:31.783577 [ 3 ] {c2af172c-9091-4e8c-a824-76e0b2af5fd9} oximeter.measurements_cumulativef32 (363d8b80-70f8-48cc-a2e4-1ec77ca74e57): There are no data parts 2026.04.29 23:14:31.820382 [ 3 ] {c2af172c-9091-4e8c-a824-76e0b2af5fd9} TCPHandler: Processed in 0.062428803 sec. 2026.04.29 23:14:31.820668 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.820850 [ 3 ] {adf4b85f-c5b5-48e5-9d9b-76b11a11c98e} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.820996 [ 3 ] {adf4b85f-c5b5-48e5-9d9b-76b11a11c98e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.29 23:14:31.842429 [ 3 ] {adf4b85f-c5b5-48e5-9d9b-76b11a11c98e} oximeter.measurements_cumulativef64 (ace61b80-2f95-4162-97a2-394b7eb6774e): Loading data parts 2026.04.29 23:14:31.842704 [ 3 ] {adf4b85f-c5b5-48e5-9d9b-76b11a11c98e} oximeter.measurements_cumulativef64 (ace61b80-2f95-4162-97a2-394b7eb6774e): There are no data parts 2026.04.29 23:14:31.847812 [ 3 ] {adf4b85f-c5b5-48e5-9d9b-76b11a11c98e} TCPHandler: Processed in 0.027210708 sec. 2026.04.29 23:14:31.848037 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.848431 [ 3 ] {e37f1fc7-b0d2-4c38-a295-0832bb0107d7} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.848664 [ 3 ] {e37f1fc7-b0d2-4c38-a295-0832bb0107d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.29 23:14:31.869240 [ 3 ] {e37f1fc7-b0d2-4c38-a295-0832bb0107d7} oximeter.measurements_histogrami8 (56b70167-c817-4e93-8098-e7281ee56b79): Loading data parts 2026.04.29 23:14:31.869381 [ 3 ] {e37f1fc7-b0d2-4c38-a295-0832bb0107d7} oximeter.measurements_histogrami8 (56b70167-c817-4e93-8098-e7281ee56b79): There are no data parts 2026.04.29 23:14:31.885383 [ 3 ] {e37f1fc7-b0d2-4c38-a295-0832bb0107d7} TCPHandler: Processed in 0.037402167 sec. 2026.04.29 23:14:31.885691 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.885929 [ 3 ] {fde96500-724d-4a05-ad81-a7c3c296b9fa} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.886149 [ 3 ] {fde96500-724d-4a05-ad81-a7c3c296b9fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.29 23:14:31.921882 [ 3 ] {fde96500-724d-4a05-ad81-a7c3c296b9fa} oximeter.measurements_histogramu8 (26769d7d-a9e8-4ef1-a466-67ad1ed31401): Loading data parts 2026.04.29 23:14:31.922169 [ 3 ] {fde96500-724d-4a05-ad81-a7c3c296b9fa} oximeter.measurements_histogramu8 (26769d7d-a9e8-4ef1-a466-67ad1ed31401): There are no data parts 2026.04.29 23:14:31.956652 [ 3 ] {fde96500-724d-4a05-ad81-a7c3c296b9fa} TCPHandler: Processed in 0.071015845 sec. 2026.04.29 23:14:31.956873 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.957244 [ 3 ] {638706c3-b303-4778-8700-48450d506efb} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.957396 [ 3 ] {638706c3-b303-4778-8700-48450d506efb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.29 23:14:31.979978 [ 3 ] {638706c3-b303-4778-8700-48450d506efb} oximeter.measurements_histogrami16 (afdafa3f-e8b1-4cde-8ca5-e4f05b2d3328): Loading data parts 2026.04.29 23:14:31.980114 [ 3 ] {638706c3-b303-4778-8700-48450d506efb} oximeter.measurements_histogrami16 (afdafa3f-e8b1-4cde-8ca5-e4f05b2d3328): There are no data parts 2026.04.29 23:14:31.983062 [ 3 ] {638706c3-b303-4778-8700-48450d506efb} TCPHandler: Processed in 0.026247935 sec. 2026.04.29 23:14:31.983374 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:31.983595 [ 3 ] {6aa1bc31-0bc0-4540-91e9-99c7af48aa07} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:31.983798 [ 3 ] {6aa1bc31-0bc0-4540-91e9-99c7af48aa07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.29 23:14:32.000308 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 126.94 MiB, peak 126.94 MiB, free memory in arenas 0.00 B, will set to 133.59 MiB (RSS), difference: 6.65 MiB 2026.04.29 23:14:32.017697 [ 3 ] {6aa1bc31-0bc0-4540-91e9-99c7af48aa07} oximeter.measurements_histogramu16 (d81cedab-b066-4e2f-a280-4780c6b158b1): Loading data parts 2026.04.29 23:14:32.017966 [ 3 ] {6aa1bc31-0bc0-4540-91e9-99c7af48aa07} oximeter.measurements_histogramu16 (d81cedab-b066-4e2f-a280-4780c6b158b1): There are no data parts 2026.04.29 23:14:32.040404 [ 3 ] {6aa1bc31-0bc0-4540-91e9-99c7af48aa07} TCPHandler: Processed in 0.057085818 sec. 2026.04.29 23:14:32.040645 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.040995 [ 3 ] {6094be79-e73a-4787-9bca-46586710d271} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.041140 [ 3 ] {6094be79-e73a-4787-9bca-46586710d271} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.29 23:14:32.065218 [ 3 ] {6094be79-e73a-4787-9bca-46586710d271} oximeter.measurements_histogrami32 (9cfe60a8-954c-42bb-8b91-d04f833948e0): Loading data parts 2026.04.29 23:14:32.065467 [ 3 ] {6094be79-e73a-4787-9bca-46586710d271} oximeter.measurements_histogrami32 (9cfe60a8-954c-42bb-8b91-d04f833948e0): There are no data parts 2026.04.29 23:14:32.089832 [ 3 ] {6094be79-e73a-4787-9bca-46586710d271} TCPHandler: Processed in 0.049250286 sec. 2026.04.29 23:14:32.090036 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.090261 [ 3 ] {2d65ed50-0f47-44e4-bebe-4423556b56f8} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.090407 [ 3 ] {2d65ed50-0f47-44e4-bebe-4423556b56f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.29 23:14:32.103761 [ 3 ] {2d65ed50-0f47-44e4-bebe-4423556b56f8} oximeter.measurements_histogramu32 (6d2f069b-8231-406d-825a-a6053c79b0b6): Loading data parts 2026.04.29 23:14:32.104008 [ 3 ] {2d65ed50-0f47-44e4-bebe-4423556b56f8} oximeter.measurements_histogramu32 (6d2f069b-8231-406d-825a-a6053c79b0b6): There are no data parts 2026.04.29 23:14:32.150432 [ 3 ] {2d65ed50-0f47-44e4-bebe-4423556b56f8} TCPHandler: Processed in 0.060467018 sec. 2026.04.29 23:14:32.150651 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.150994 [ 3 ] {31f7c646-6b53-4454-9088-796b78c429d9} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.151149 [ 3 ] {31f7c646-6b53-4454-9088-796b78c429d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.29 23:14:32.178344 [ 3 ] {31f7c646-6b53-4454-9088-796b78c429d9} oximeter.measurements_histogrami64 (70e4860c-7cdc-4cef-9d0f-ae207a2e0408): Loading data parts 2026.04.29 23:14:32.178537 [ 3 ] {31f7c646-6b53-4454-9088-796b78c429d9} oximeter.measurements_histogrami64 (70e4860c-7cdc-4cef-9d0f-ae207a2e0408): There are no data parts 2026.04.29 23:14:32.194042 [ 3 ] {31f7c646-6b53-4454-9088-796b78c429d9} TCPHandler: Processed in 0.04347753 sec. 2026.04.29 23:14:32.194246 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.194541 [ 3 ] {7866ffaf-6279-4fd4-a181-b8ca26ae1544} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.194739 [ 3 ] {7866ffaf-6279-4fd4-a181-b8ca26ae1544} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.29 23:14:32.198826 [ 3 ] {7866ffaf-6279-4fd4-a181-b8ca26ae1544} oximeter.measurements_histogramu64 (b872fa99-e88f-4185-bf9a-891efd871a34): Loading data parts 2026.04.29 23:14:32.199174 [ 3 ] {7866ffaf-6279-4fd4-a181-b8ca26ae1544} oximeter.measurements_histogramu64 (b872fa99-e88f-4185-bf9a-891efd871a34): There are no data parts 2026.04.29 23:14:32.233949 [ 3 ] {7866ffaf-6279-4fd4-a181-b8ca26ae1544} TCPHandler: Processed in 0.039773423 sec. 2026.04.29 23:14:32.234135 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.234452 [ 3 ] {d54c6bac-884c-4d5f-9170-8025edc21d1f} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.234595 [ 3 ] {d54c6bac-884c-4d5f-9170-8025edc21d1f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.29 23:14:32.268008 [ 3 ] {d54c6bac-884c-4d5f-9170-8025edc21d1f} oximeter.measurements_histogramf32 (51afd919-66ed-4490-a2b7-23d5dbe2669d): Loading data parts 2026.04.29 23:14:32.268188 [ 3 ] {d54c6bac-884c-4d5f-9170-8025edc21d1f} oximeter.measurements_histogramf32 (51afd919-66ed-4490-a2b7-23d5dbe2669d): There are no data parts 2026.04.29 23:14:32.273291 [ 3 ] {d54c6bac-884c-4d5f-9170-8025edc21d1f} TCPHandler: Processed in 0.039228299 sec. 2026.04.29 23:14:32.273557 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.273836 [ 3 ] {85b85cc3-e4aa-4955-bff8-ad6393720c51} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.274131 [ 3 ] {85b85cc3-e4aa-4955-bff8-ad6393720c51} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.29 23:14:32.284416 [ 3 ] {85b85cc3-e4aa-4955-bff8-ad6393720c51} oximeter.measurements_histogramf64 (845f65ec-2300-4ce6-94d7-36e5c974627a): Loading data parts 2026.04.29 23:14:32.284666 [ 3 ] {85b85cc3-e4aa-4955-bff8-ad6393720c51} oximeter.measurements_histogramf64 (845f65ec-2300-4ce6-94d7-36e5c974627a): There are no data parts 2026.04.29 23:14:32.297053 [ 3 ] {85b85cc3-e4aa-4955-bff8-ad6393720c51} TCPHandler: Processed in 0.023574263 sec. 2026.04.29 23:14:32.297225 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.297530 [ 3 ] {4abf1772-c7f7-43af-8192-0f91bdb5b0fb} executeQuery: (from [fd00:1122:3344:101::d]:38752) /* 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.04.29 23:14:32.297789 [ 3 ] {4abf1772-c7f7-43af-8192-0f91bdb5b0fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.29 23:14:32.320010 [ 3 ] {4abf1772-c7f7-43af-8192-0f91bdb5b0fb} oximeter.fields_bool (83af68df-418a-4258-b5a4-548418b367aa): Loading data parts 2026.04.29 23:14:32.320161 [ 3 ] {4abf1772-c7f7-43af-8192-0f91bdb5b0fb} oximeter.fields_bool (83af68df-418a-4258-b5a4-548418b367aa): There are no data parts 2026.04.29 23:14:32.353313 [ 3 ] {4abf1772-c7f7-43af-8192-0f91bdb5b0fb} TCPHandler: Processed in 0.056152856 sec. 2026.04.29 23:14:32.353627 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.353818 [ 3 ] {744452ca-7f4c-482d-b8b2-0ae3ba801320} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.354046 [ 3 ] {744452ca-7f4c-482d-b8b2-0ae3ba801320} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.29 23:14:32.379909 [ 3 ] {744452ca-7f4c-482d-b8b2-0ae3ba801320} oximeter.fields_i8 (9652da92-1199-49c8-9d4e-5712dabf2a7c): Loading data parts 2026.04.29 23:14:32.380211 [ 3 ] {744452ca-7f4c-482d-b8b2-0ae3ba801320} oximeter.fields_i8 (9652da92-1199-49c8-9d4e-5712dabf2a7c): There are no data parts 2026.04.29 23:14:32.428280 [ 3 ] {744452ca-7f4c-482d-b8b2-0ae3ba801320} TCPHandler: Processed in 0.074733753 sec. 2026.04.29 23:14:32.428490 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.428773 [ 3 ] {c61a1629-efe4-4d45-ac4b-1638c9397902} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.428827 [ 3 ] {c61a1629-efe4-4d45-ac4b-1638c9397902} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.29 23:14:32.439958 [ 3 ] {c61a1629-efe4-4d45-ac4b-1638c9397902} oximeter.fields_u8 (37cc1d32-adae-4988-9c8b-e55c653a87d8): Loading data parts 2026.04.29 23:14:32.440196 [ 3 ] {c61a1629-efe4-4d45-ac4b-1638c9397902} oximeter.fields_u8 (37cc1d32-adae-4988-9c8b-e55c653a87d8): There are no data parts 2026.04.29 23:14:32.444550 [ 3 ] {c61a1629-efe4-4d45-ac4b-1638c9397902} TCPHandler: Processed in 0.016145659 sec. 2026.04.29 23:14:32.444838 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.445017 [ 3 ] {7d793a7f-36d1-4344-977f-f95dea335e56} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.445206 [ 3 ] {7d793a7f-36d1-4344-977f-f95dea335e56} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.29 23:14:32.478415 [ 3 ] {7d793a7f-36d1-4344-977f-f95dea335e56} oximeter.fields_i16 (5e1673a2-490f-4ebc-9f3f-504cf9d95c22): Loading data parts 2026.04.29 23:14:32.478747 [ 3 ] {7d793a7f-36d1-4344-977f-f95dea335e56} oximeter.fields_i16 (5e1673a2-490f-4ebc-9f3f-504cf9d95c22): There are no data parts 2026.04.29 23:14:32.489823 [ 3 ] {7d793a7f-36d1-4344-977f-f95dea335e56} TCPHandler: Processed in 0.045048797 sec. 2026.04.29 23:14:32.489995 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.490348 [ 3 ] {b411a3ac-6716-4780-947f-fd305cb05bce} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.490396 [ 3 ] {b411a3ac-6716-4780-947f-fd305cb05bce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.29 23:14:32.514437 [ 3 ] {b411a3ac-6716-4780-947f-fd305cb05bce} oximeter.fields_u16 (3f3cc36e-b456-49f1-9130-7bac3b1b3fd8): Loading data parts 2026.04.29 23:14:32.514635 [ 3 ] {b411a3ac-6716-4780-947f-fd305cb05bce} oximeter.fields_u16 (3f3cc36e-b456-49f1-9130-7bac3b1b3fd8): There are no data parts 2026.04.29 23:14:32.551078 [ 3 ] {b411a3ac-6716-4780-947f-fd305cb05bce} TCPHandler: Processed in 0.061148884 sec. 2026.04.29 23:14:32.551332 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.551504 [ 3 ] {6d21cd0c-a050-41b2-ba48-bc7c83725dcd} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.551693 [ 3 ] {6d21cd0c-a050-41b2-ba48-bc7c83725dcd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.29 23:14:32.586266 [ 3 ] {6d21cd0c-a050-41b2-ba48-bc7c83725dcd} oximeter.fields_i32 (96ad2b45-bcad-4d77-9654-718126b00ea7): Loading data parts 2026.04.29 23:14:32.586544 [ 3 ] {6d21cd0c-a050-41b2-ba48-bc7c83725dcd} oximeter.fields_i32 (96ad2b45-bcad-4d77-9654-718126b00ea7): There are no data parts 2026.04.29 23:14:32.597295 [ 3 ] {6d21cd0c-a050-41b2-ba48-bc7c83725dcd} TCPHandler: Processed in 0.046018009 sec. 2026.04.29 23:14:32.597406 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47048 2026.04.29 23:14:32.597498 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.597586 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.597638 [ 278 ] {} TCP-Session: d85cc9d5-7067-4384-b203-983be4928d12 Authenticating user 'default' from [fd00:1122:3344:101::b]:47048 2026.04.29 23:14:32.597660 [ 278 ] {} TCP-Session: d85cc9d5-7067-4384-b203-983be4928d12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.597763 [ 278 ] {} TCP-Session: d85cc9d5-7067-4384-b203-983be4928d12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.597805 [ 3 ] {cd07b3a1-55e9-4fe4-8d54-9d087ca0525e} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.597835 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 23:14:32.597988 [ 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.04.29 23:14:32.597997 [ 3 ] {cd07b3a1-55e9-4fe4-8d54-9d087ca0525e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.29 23:14:32.598135 [ 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.04.29 23:14:32.599281 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60037 2026.04.29 23:14:32.599375 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38247 2026.04.29 23:14:32.599498 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35641 2026.04.29 23:14:32.599506 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.599585 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46115 2026.04.29 23:14:32.599634 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.599735 [ 280 ] {} TCP-Session: 7b059850-5950-449a-8d64-a071664981b8 Authenticating user 'default' from [fd00:1122:3344:101::b]:38247 2026.04.29 23:14:32.599757 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42774 2026.04.29 23:14:32.599900 [ 279 ] {} TCP-Session: 60cac800-da58-41a4-8df9-a9b90cf5a4fd Authenticating user 'default' from [fd00:1122:3344:101::b]:60037 2026.04.29 23:14:32.599936 [ 280 ] {} TCP-Session: 7b059850-5950-449a-8d64-a071664981b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.599972 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.600007 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.599947 [ 279 ] {} TCP-Session: 60cac800-da58-41a4-8df9-a9b90cf5a4fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600155 [ 281 ] {} TCP-Session: 283aeb46-a302-42ea-8224-d08b4e40efa8 Authenticating user 'default' from [fd00:1122:3344:101::b]:35641 2026.04.29 23:14:32.600176 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33441 2026.04.29 23:14:32.600090 [ 282 ] {} TCP-Session: 42a1f13c-0a72-4156-9166-9cf3047ada34 Authenticating user 'default' from [fd00:1122:3344:101::b]:46115 2026.04.29 23:14:32.600308 [ 281 ] {} TCP-Session: 283aeb46-a302-42ea-8224-d08b4e40efa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600383 [ 282 ] {} TCP-Session: 42a1f13c-0a72-4156-9166-9cf3047ada34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600269 [ 279 ] {} TCP-Session: 60cac800-da58-41a4-8df9-a9b90cf5a4fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600479 [ 282 ] {} TCP-Session: 42a1f13c-0a72-4156-9166-9cf3047ada34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600467 [ 281 ] {} TCP-Session: 283aeb46-a302-42ea-8224-d08b4e40efa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600447 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.600069 [ 280 ] {} TCP-Session: 7b059850-5950-449a-8d64-a071664981b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600608 [ 285 ] {} TCP-Session: 5bdffbba-f389-4e8c-b142-07c657798bc2 Authenticating user 'default' from [fd00:1122:3344:101::b]:33441 2026.04.29 23:14:32.599939 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35165 2026.04.29 23:14:32.600153 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.600869 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:14:32.600769 [ 285 ] {} TCP-Session: 5bdffbba-f389-4e8c-b142-07c657798bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.600945 [ 283 ] {} TCP-Session: 4581cec4-e808-4e49-819d-f3e594766aa8 Authenticating user 'default' from [fd00:1122:3344:101::b]:42774 2026.04.29 23:14:32.600973 [ 284 ] {} TCP-Session: 5c1b9e73-12ed-446d-8bb9-4988efac06ed Authenticating user 'default' from [fd00:1122:3344:101::b]:35165 2026.04.29 23:14:32.600948 [ 285 ] {} TCP-Session: 5bdffbba-f389-4e8c-b142-07c657798bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.601066 [ 283 ] {} TCP-Session: 4581cec4-e808-4e49-819d-f3e594766aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.601079 [ 284 ] {} TCP-Session: 5c1b9e73-12ed-446d-8bb9-4988efac06ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.601186 [ 283 ] {} TCP-Session: 4581cec4-e808-4e49-819d-f3e594766aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.601199 [ 284 ] {} TCP-Session: 5c1b9e73-12ed-446d-8bb9-4988efac06ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:14:32.612075 [ 3 ] {cd07b3a1-55e9-4fe4-8d54-9d087ca0525e} oximeter.fields_u32 (699783d6-18f5-42bf-a6fe-be4f578722ab): Loading data parts 2026.04.29 23:14:32.612254 [ 3 ] {cd07b3a1-55e9-4fe4-8d54-9d087ca0525e} oximeter.fields_u32 (699783d6-18f5-42bf-a6fe-be4f578722ab): There are no data parts 2026.04.29 23:14:32.632008 [ 3 ] {cd07b3a1-55e9-4fe4-8d54-9d087ca0525e} TCPHandler: Processed in 0.034586631 sec. 2026.04.29 23:14:32.632184 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.632475 [ 3 ] {0b6f67cb-411a-4605-b27b-ac16df7b31a5} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.632611 [ 3 ] {0b6f67cb-411a-4605-b27b-ac16df7b31a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.29 23:14:32.658475 [ 3 ] {0b6f67cb-411a-4605-b27b-ac16df7b31a5} oximeter.fields_i64 (64b01802-19a1-4919-a8b4-edc7ab989946): Loading data parts 2026.04.29 23:14:32.658681 [ 3 ] {0b6f67cb-411a-4605-b27b-ac16df7b31a5} oximeter.fields_i64 (64b01802-19a1-4919-a8b4-edc7ab989946): There are no data parts 2026.04.29 23:14:32.692037 [ 3 ] {0b6f67cb-411a-4605-b27b-ac16df7b31a5} TCPHandler: Processed in 0.059919905 sec. 2026.04.29 23:14:32.692284 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.692481 [ 3 ] {1dc38b91-d912-4793-ba5f-2483d8f2c702} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.692639 [ 3 ] {1dc38b91-d912-4793-ba5f-2483d8f2c702} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.29 23:14:32.738879 [ 3 ] {1dc38b91-d912-4793-ba5f-2483d8f2c702} oximeter.fields_u64 (f4037a81-378e-4ba3-9357-fc31276ce20f): Loading data parts 2026.04.29 23:14:32.739090 [ 3 ] {1dc38b91-d912-4793-ba5f-2483d8f2c702} oximeter.fields_u64 (f4037a81-378e-4ba3-9357-fc31276ce20f): There are no data parts 2026.04.29 23:14:32.762380 [ 3 ] {1dc38b91-d912-4793-ba5f-2483d8f2c702} TCPHandler: Processed in 0.070211306 sec. 2026.04.29 23:14:32.762571 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.762870 [ 3 ] {8dac8e6e-89ea-4af6-b27b-1d162371ebe2} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.763011 [ 3 ] {8dac8e6e-89ea-4af6-b27b-1d162371ebe2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.29 23:14:32.766111 [ 3 ] {8dac8e6e-89ea-4af6-b27b-1d162371ebe2} oximeter.fields_ipaddr (1e8d616c-f041-46c1-a2bf-86ce2853d8b9): Loading data parts 2026.04.29 23:14:32.766284 [ 3 ] {8dac8e6e-89ea-4af6-b27b-1d162371ebe2} oximeter.fields_ipaddr (1e8d616c-f041-46c1-a2bf-86ce2853d8b9): There are no data parts 2026.04.29 23:14:32.788439 [ 3 ] {8dac8e6e-89ea-4af6-b27b-1d162371ebe2} TCPHandler: Processed in 0.025941948 sec. 2026.04.29 23:14:32.788602 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.788758 [ 3 ] {fef249e6-7b04-40c3-bd53-bf6f0482303f} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.788899 [ 3 ] {fef249e6-7b04-40c3-bd53-bf6f0482303f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.29 23:14:32.839256 [ 3 ] {fef249e6-7b04-40c3-bd53-bf6f0482303f} oximeter.fields_string (fcb6d76a-a9dd-4a45-976d-f9b047371588): Loading data parts 2026.04.29 23:14:32.839428 [ 3 ] {fef249e6-7b04-40c3-bd53-bf6f0482303f} oximeter.fields_string (fcb6d76a-a9dd-4a45-976d-f9b047371588): There are no data parts 2026.04.29 23:14:32.862124 [ 3 ] {fef249e6-7b04-40c3-bd53-bf6f0482303f} TCPHandler: Processed in 0.073583825 sec. 2026.04.29 23:14:32.862444 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.862729 [ 3 ] {c14946e6-3544-480a-a605-d0c4965b47bf} executeQuery: (from [fd00:1122:3344:101::d]:38752) 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.04.29 23:14:32.862887 [ 3 ] {c14946e6-3544-480a-a605-d0c4965b47bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.29 23:14:32.900903 [ 3 ] {c14946e6-3544-480a-a605-d0c4965b47bf} oximeter.fields_uuid (1817c22e-9c65-49d4-a02c-0b1cd0464a97): Loading data parts 2026.04.29 23:14:32.901106 [ 3 ] {c14946e6-3544-480a-a605-d0c4965b47bf} oximeter.fields_uuid (1817c22e-9c65-49d4-a02c-0b1cd0464a97): There are no data parts 2026.04.29 23:14:32.923349 [ 3 ] {c14946e6-3544-480a-a605-d0c4965b47bf} TCPHandler: Processed in 0.061018382 sec. 2026.04.29 23:14:32.923647 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.924056 [ 3 ] {8abaeef1-4135-419d-a572-dc338a4fa084} executeQuery: (from [fd00:1122:3344:101::d]:38752) /* 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.04.29 23:14:32.924270 [ 3 ] {8abaeef1-4135-419d-a572-dc338a4fa084} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.29 23:14:32.938366 [ 3 ] {8abaeef1-4135-419d-a572-dc338a4fa084} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1): Loading data parts 2026.04.29 23:14:32.938531 [ 3 ] {8abaeef1-4135-419d-a572-dc338a4fa084} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1): There are no data parts 2026.04.29 23:14:32.963465 [ 3 ] {8abaeef1-4135-419d-a572-dc338a4fa084} TCPHandler: Processed in 0.039957107 sec. 2026.04.29 23:14:32.963829 [ 4 ] {} TCP-Session: 2ebf1ef2-b787-41b2-b65b-a19b2acd5d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:32.964194 [ 4 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} executeQuery: (from [fd00:1122:3344:101::d]:54203) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.29 23:14:32.965682 [ 4 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.29 23:14:32.977921 [ 261 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} oximeter.version (ef4314dd-65aa-4ea8-bf9e-ee0259338ad9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:32.977964 [ 261 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.04.29 23:14:32.982676 [ 261 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:32.983215 [ 261 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} oximeter.version (ef4314dd-65aa-4ea8-bf9e-ee0259338ad9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:32.983507 [ 4 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} executeQuery: Read 1 rows, 16.00 B in 0.01951 sec., 51.255766273705795 rows/sec., 820.09 B/sec. 2026.04.29 23:14:32.983839 [ 4 ] {769f5bff-0159-45f9-b2fb-6fdc253df847} TCPHandler: Processed in 0.020188463 sec. 2026.04.29 23:14:33.000983 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 135.26 MiB, peak 135.26 MiB, free memory in arenas 0.00 B, will set to 139.70 MiB (RSS), difference: 4.44 MiB 2026.04.29 23:14:37.372405 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.29 23:14:37.372466 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.04.29 23:14:37.372593 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.29 23:14:37.372624 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.29 23:14:37.378892 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Loading data parts 2026.04.29 23:14:37.379098 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): There are no data parts 2026.04.29 23:14:37.384731 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:37.384821 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.04.29 23:14:37.386155 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Loading data parts 2026.04.29 23:14:37.386337 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): There are no data parts 2026.04.29 23:14:37.390551 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:37.391049 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:37.391285 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.04.29 23:14:37.413003 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:37.413148 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.44 GiB. 2026.04.29 23:14:37.419922 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:37.421148 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:37.424747 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.29 23:14:38.000252 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.77 MiB, peak 148.77 MiB, free memory in arenas 0.00 B, will set to 153.88 MiB (RSS), difference: 9.10 MiB 2026.04.29 23:14:39.872476 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.29 23:14:39.872610 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.29 23:14:39.878902 [ 243 ] {} system.query_log (ae198462-d926-443b-8266-dcd4f34f285a): Loading data parts 2026.04.29 23:14:39.879248 [ 243 ] {} system.query_log (ae198462-d926-443b-8266-dcd4f34f285a): There are no data parts 2026.04.29 23:14:39.887588 [ 243 ] {} system.query_log (ae198462-d926-443b-8266-dcd4f34f285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:39.887675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB. 2026.04.29 23:14:39.890927 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:39.891965 [ 243 ] {} system.query_log (ae198462-d926-443b-8266-dcd4f34f285a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:39.892476 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.29 23:14:40.000353 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.08 MiB, peak 158.08 MiB, free memory in arenas 0.00 B, will set to 154.91 MiB (RSS), difference: -3.17 MiB 2026.04.29 23:14:44.782052 [ 112 ] {} DNSResolver: Updating DNS cache 2026.04.29 23:14:44.782118 [ 112 ] {} DNSResolver: Updated DNS cache 2026.04.29 23:14:44.891623 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.04.29 23:14:44.892368 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:44.892531 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB. 2026.04.29 23:14:44.893354 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:44.893891 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:44.894140 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.29 23:14:44.925021 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.29 23:14:44.943799 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:44.943980 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.43 GiB. 2026.04.29 23:14:44.950805 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:44.951986 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:44.955307 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.29 23:14:45.000181 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.67 MiB, peak 159.67 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 2.09 MiB 2026.04.29 23:14:50.001762 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.81 MiB, peak 159.67 MiB, free memory in arenas 0.00 B, will set to 157.83 MiB (RSS), difference: 4.02 MiB 2026.04.29 23:14:52.394385 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.04.29 23:14:52.394947 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:52.394999 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:52.395743 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 23:14:52.396309 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:52.396449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.04.29 23:14:52.455518 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.29 23:14:52.472484 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:52.472551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:52.478958 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 23:14:52.480041 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:52.483457 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.29 23:14:53.024994 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.025287 [ 3 ] {81d7d67f-6e2a-4ac7-9ad0-d81798687c16} executeQuery: (from [fd00:1122:3344:101::d]:38752) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.04.29 23:14:53.032708 [ 3 ] {81d7d67f-6e2a-4ac7-9ad0-d81798687c16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 23:14:53.033078 [ 3 ] {81d7d67f-6e2a-4ac7-9ad0-d81798687c16} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 23:14:53.038134 [ 3 ] {81d7d67f-6e2a-4ac7-9ad0-d81798687c16} TCPHandler: Processed in 0.013271301 sec. 2026.04.29 23:14:53.049378 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.049499 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.29 23:14:53.049545 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 23:14:53.052637 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.052693 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.055316 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.055699 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.055848 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} executeQuery: Read 31 rows, 7.12 KiB in 0.006385 sec., 4855.12920908379 rows/sec., 1.09 MiB/sec. 2026.04.29 23:14:53.055887 [ 3 ] {bd3686c1-8cc4-492f-98cb-24c9a6907756} TCPHandler: Processed in 0.006565184 sec. 2026.04.29 23:14:53.056057 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.056159 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.056202 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 23:14:53.061362 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} oximeter.fields_i16 (5e1673a2-490f-4ebc-9f3f-504cf9d95c22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.061428 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.064151 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.064673 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} oximeter.fields_i16 (5e1673a2-490f-4ebc-9f3f-504cf9d95c22): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.064829 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} executeQuery: Read 284 rows, 18.47 KiB in 0.008692 sec., 32673.72296364473 rows/sec., 2.08 MiB/sec. 2026.04.29 23:14:53.064873 [ 3 ] {5f6ebbd7-0a0e-4628-85f5-9d878c22bd41} TCPHandler: Processed in 0.008868308 sec. 2026.04.29 23:14:53.065025 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.065145 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 23:14:53.065187 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 23:14:53.065602 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} oximeter.fields_ipaddr (1e8d616c-f041-46c1-a2bf-86ce2853d8b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.065639 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.066034 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.066463 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} oximeter.fields_ipaddr (1e8d616c-f041-46c1-a2bf-86ce2853d8b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.066591 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} executeQuery: Read 6 rows, 501.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 332.15 KiB/sec. 2026.04.29 23:14:53.066629 [ 3 ] {2c087e98-3f46-445d-9a43-b2c1cbdf07cd} TCPHandler: Processed in 0.001665739 sec. 2026.04.29 23:14:53.066750 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.066846 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 23:14:53.066885 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 23:14:53.067696 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} oximeter.fields_string (fcb6d76a-a9dd-4a45-976d-f9b047371588): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.067732 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.068211 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.068645 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} oximeter.fields_string (fcb6d76a-a9dd-4a45-976d-f9b047371588): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.068772 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} executeQuery: Read 774 rows, 61.00 KiB in 0.001944 sec., 398148.14814814815 rows/sec., 30.64 MiB/sec. 2026.04.29 23:14:53.068809 [ 3 ] {622f8967-bfac-4125-8e3f-11ae62e5a3fc} TCPHandler: Processed in 0.00210873 sec. 2026.04.29 23:14:53.068931 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.069026 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.069066 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 23:14:53.069496 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} oximeter.fields_u16 (3f3cc36e-b456-49f1-9130-7bac3b1b3fd8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.069532 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.069937 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.070396 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} oximeter.fields_u16 (3f3cc36e-b456-49f1-9130-7bac3b1b3fd8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.070518 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} executeQuery: Read 148 rows, 8.96 KiB in 0.001509 sec., 98078.19748177602 rows/sec., 5.80 MiB/sec. 2026.04.29 23:14:53.070555 [ 3 ] {a98d6789-9ff3-40f2-8392-5dc80eee0a8b} TCPHandler: Processed in 0.00167383 sec. 2026.04.29 23:14:53.070675 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.070770 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.070809 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 23:14:53.071276 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} oximeter.fields_u32 (699783d6-18f5-42bf-a6fe-be4f578722ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.071310 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.071781 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.072217 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} oximeter.fields_u32 (699783d6-18f5-42bf-a6fe-be4f578722ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.072342 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} executeQuery: Read 149 rows, 9.86 KiB in 0.00159 sec., 93710.69182389937 rows/sec., 6.05 MiB/sec. 2026.04.29 23:14:53.072378 [ 3 ] {32c2e741-34f9-47ab-b5a5-b1941b044f37} TCPHandler: Processed in 0.001752702 sec. 2026.04.29 23:14:53.072497 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.072591 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.072630 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 23:14:53.073049 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} oximeter.fields_u8 (37cc1d32-adae-4988-9c8b-e55c653a87d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.073085 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.073518 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.073958 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} oximeter.fields_u8 (37cc1d32-adae-4988-9c8b-e55c653a87d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.074081 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} executeQuery: Read 148 rows, 8.62 KiB in 0.001508 sec., 98143.23607427055 rows/sec., 5.58 MiB/sec. 2026.04.29 23:14:53.074118 [ 3 ] {179695b0-4ec8-4c9b-aa47-a8330b880b4f} TCPHandler: Processed in 0.001671129 sec. 2026.04.29 23:14:53.074243 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.074339 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 23:14:53.074377 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 23:14:53.074916 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} oximeter.fields_uuid (1817c22e-9c65-49d4-a02c-0b1cd0464a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.074953 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.075395 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.075831 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} oximeter.fields_uuid (1817c22e-9c65-49d4-a02c-0b1cd0464a97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.075955 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} executeQuery: Read 468 rows, 33.43 KiB in 0.001635 sec., 286238.53211009176 rows/sec., 19.97 MiB/sec. 2026.04.29 23:14:53.075993 [ 3 ] {ca3efc08-ee52-42bf-9202-00cf4f47ad8b} TCPHandler: Processed in 0.001798672 sec. 2026.04.29 23:14:53.076112 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.076206 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 23:14:53.076247 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 23:14:53.076624 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} oximeter.measurements_bool (40b0ecf2-eb3e-4cb1-a19c-70c6d6095a01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.076660 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.077247 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.077675 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} oximeter.measurements_bool (40b0ecf2-eb3e-4cb1-a19c-70c6d6095a01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.077799 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} executeQuery: Read 6 rows, 321.00 B in 0.00161 sec., 3726.7080745341614 rows/sec., 194.71 KiB/sec. 2026.04.29 23:14:53.077834 [ 3 ] {0e32a0e4-95c3-44d8-aea2-08bf480492d4} TCPHandler: Processed in 0.001772062 sec. 2026.04.29 23:14:53.077953 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.078048 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.078090 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 23:14:53.078511 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} oximeter.measurements_cumulativeu64 (414f09bd-f2bc-4cd7-a95b-b17ae8237e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.078544 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.078980 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.079415 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} oximeter.measurements_cumulativeu64 (414f09bd-f2bc-4cd7-a95b-b17ae8237e70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.079538 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} executeQuery: Read 218 rows, 14.69 KiB in 0.001508 sec., 144562.33421750664 rows/sec., 9.52 MiB/sec. 2026.04.29 23:14:53.079574 [ 3 ] {e12b556c-478d-49ee-a06c-a971e4e26f5e} TCPHandler: Processed in 0.001669939 sec. 2026.04.29 23:14:53.079689 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.079784 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.079826 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 23:14:53.080138 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} oximeter.measurements_f64 (d74734fc-6694-4eca-88dd-6255e4314579): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.080176 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.080579 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.081003 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} oximeter.measurements_f64 (d74734fc-6694-4eca-88dd-6255e4314579): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.081127 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. 2026.04.29 23:14:53.081168 [ 3 ] {c16c9c5f-fc76-491c-a2b7-127f313368a9} TCPHandler: Processed in 0.001529096 sec. 2026.04.29 23:14:53.081281 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:53.081378 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 23:14:53.081419 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 23:14:53.081750 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} oximeter.measurements_u64 (ebdf1e41-60bb-49b6-83d3-1cd047cc8e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:53.081785 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:53.082243 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 23:14:53.082675 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} oximeter.measurements_u64 (ebdf1e41-60bb-49b6-83d3-1cd047cc8e08): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:53.082798 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} executeQuery: Read 70 rows, 4.36 KiB in 0.001437 sec., 48712.59568545582 rows/sec., 2.96 MiB/sec. 2026.04.29 23:14:53.082832 [ 3 ] {d9acd75c-8e2a-4c34-93e1-819560bf442e} TCPHandler: Processed in 0.001600788 sec. 2026.04.29 23:14:58.009516 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:58.009864 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} executeQuery: (from [fd00:1122:3344:101::d]:38752) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 23:14:58.012645 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 23:14:58.014711 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 23:14:58.015125 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 23:14:58.017456 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 23:14:58.020563 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 23:14:58.025078 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 23:14:58.027090 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.04.29 23:14:58.027113 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} oximeter.timeseries_schema (4a9b1cfb-b9d5-4fbb-9ed7-1800b9ceefe1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 23:14:58.031061 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.29 23:14:58.031090 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2026.04.29 23:14:58.052383 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} executeQuery: Read 31 rows, 7.12 KiB in 0.042651 sec., 726.829382663947 rows/sec., 166.82 KiB/sec. 2026.04.29 23:14:58.052476 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} MemoryTracker: Peak memory usage (for query): 137.19 KiB. 2026.04.29 23:14:58.052494 [ 3 ] {082f6abf-7602-44f9-9b8e-609988a28796} TCPHandler: Processed in 0.043142502 sec. 2026.04.29 23:14:58.056034 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:58.056163 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 23:14:58.056211 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 23:14:58.056716 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} oximeter.fields_string (fcb6d76a-a9dd-4a45-976d-f9b047371588): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:58.056750 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:58.057259 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:58.057695 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} oximeter.fields_string (fcb6d76a-a9dd-4a45-976d-f9b047371588): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:58.057836 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} executeQuery: Read 30 rows, 2.34 KiB in 0.00171 sec., 17543.85964912281 rows/sec., 1.34 MiB/sec. 2026.04.29 23:14:58.057871 [ 3 ] {8c007db0-4eb3-406f-804d-310a83504bb3} TCPHandler: Processed in 0.001897804 sec. 2026.04.29 23:14:58.058008 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:58.058105 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 23:14:58.058145 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 23:14:58.058554 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} oximeter.fields_uuid (1817c22e-9c65-49d4-a02c-0b1cd0464a97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:58.058588 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:58.058972 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:58.059394 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} oximeter.fields_uuid (1817c22e-9c65-49d4-a02c-0b1cd0464a97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:58.059518 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} executeQuery: Read 36 rows, 2.88 KiB in 0.001434 sec., 25104.602510460252 rows/sec., 1.96 MiB/sec. 2026.04.29 23:14:58.059552 [ 3 ] {7ded46d3-4341-4bcd-9906-530142caa9a3} TCPHandler: Processed in 0.001593408 sec. 2026.04.29 23:14:58.059681 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:58.059773 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 23:14:58.059814 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 23:14:58.060198 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} oximeter.measurements_cumulativeu64 (414f09bd-f2bc-4cd7-a95b-b17ae8237e70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:58.060231 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:58.060660 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:58.061115 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} oximeter.measurements_cumulativeu64 (414f09bd-f2bc-4cd7-a95b-b17ae8237e70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:58.061240 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} executeQuery: Read 110 rows, 7.86 KiB in 0.001485 sec., 74074.07407407407 rows/sec., 5.17 MiB/sec. 2026.04.29 23:14:58.061274 [ 3 ] {2bab4519-3959-4bed-bfb5-2e34ab3e8950} TCPHandler: Processed in 0.001650279 sec. 2026.04.29 23:14:58.061390 [ 3 ] {} TCP-Session: 28d42a16-e5be-4904-848c-fa5218e7b38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:14:58.061482 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} executeQuery: (from [fd00:1122:3344:101::d]:38752) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 23:14:58.061522 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 23:14:58.061842 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} oximeter.measurements_u64 (ebdf1e41-60bb-49b6-83d3-1cd047cc8e08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:58.061877 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:58.062265 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:58.062689 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} oximeter.measurements_u64 (ebdf1e41-60bb-49b6-83d3-1cd047cc8e08): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:58.062815 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} executeQuery: Read 40 rows, 2.73 KiB in 0.001351 sec., 29607.698001480385 rows/sec., 1.98 MiB/sec. 2026.04.29 23:14:58.062848 [ 3 ] {2b5e3445-cb80-44e0-9e23-c01fd8741000} TCPHandler: Processed in 0.001510646 sec. 2026.04.29 23:14:59.000187 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 161.04 MiB, peak 162.37 MiB, free memory in arenas 0.00 B, will set to 162.06 MiB (RSS), difference: 1.02 MiB 2026.04.29 23:14:59.782360 [ 54 ] {} DNSResolver: Updating DNS cache 2026.04.29 23:14:59.782436 [ 54 ] {} DNSResolver: Updated DNS cache 2026.04.29 23:14:59.893807 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 124 2026.04.29 23:14:59.896558 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.04.29 23:14:59.896580 [ 243 ] {} system.query_log (ae198462-d926-443b-8266-dcd4f34f285a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:59.896651 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:59.897089 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:14:59.897136 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:14:59.898030 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 23:14:59.898136 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 23:14:59.898647 [ 243 ] {} system.query_log (ae198462-d926-443b-8266-dcd4f34f285a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:59.898706 [ 245 ] {} system.asynchronous_metric_log (e4c16816-d70d-45e5-a742-d6baa4c95116): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:14:59.898860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.04.29 23:14:59.898964 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 124 2026.04.29 23:14:59.983559 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.29 23:15:00.001803 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 23:15:00.001864 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.42 GiB. 2026.04.29 23:15:00.008220 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 23:15:00.009564 [ 244 ] {} system.metric_log (602fad24-f9bd-4f35-9b3c-39f63016ca7f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 23:15:00.012916 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.29 23:15:02.515582 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58140 2026.04.29 23:15:02.517700 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.517752 [ 286 ] {} TCP-Session: 659be802-dbdf-49ac-9141-ef8ca8aed0e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58140 2026.04.29 23:15:02.517776 [ 286 ] {} TCP-Session: 659be802-dbdf-49ac-9141-ef8ca8aed0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.517789 [ 286 ] {} TCP-Session: 659be802-dbdf-49ac-9141-ef8ca8aed0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.517841 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 23:15:02.517866 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 23:15:02.517883 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 23:15:02.518429 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39096 2026.04.29 23:15:02.518438 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39580 2026.04.29 23:15:02.518519 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60330 2026.04.29 23:15:02.518536 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57436 2026.04.29 23:15:02.518610 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56724 2026.04.29 23:15:02.518743 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52949 2026.04.29 23:15:02.518950 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57337 2026.04.29 23:15:02.519184 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48112 2026.04.29 23:15:02.520452 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520471 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520504 [ 288 ] {} TCP-Session: c861fb57-b3f8-4af3-9406-7957d14af577 Authenticating user 'default' from [fd00:1122:3344:101::e]:39580 2026.04.29 23:15:02.520519 [ 289 ] {} TCP-Session: 24b29ef4-3f2f-4482-9396-eef3f5702d17 Authenticating user 'default' from [fd00:1122:3344:101::e]:39096 2026.04.29 23:15:02.520533 [ 288 ] {} TCP-Session: c861fb57-b3f8-4af3-9406-7957d14af577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520530 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520561 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520573 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520608 [ 291 ] {} TCP-Session: 2f4d90fe-944b-441f-81cb-9afb5cc4098d Authenticating user 'default' from [fd00:1122:3344:101::e]:56724 2026.04.29 23:15:02.520629 [ 293 ] {} TCP-Session: 8dde69d1-88f7-42dd-8ccc-3c3d605f2bae Authenticating user 'default' from [fd00:1122:3344:101::e]:57337 2026.04.29 23:15:02.520648 [ 294 ] {} TCP-Session: 6b204375-d3db-417d-a038-cb970bde0e00 Authenticating user 'default' from [fd00:1122:3344:101::e]:48112 2026.04.29 23:15:02.520659 [ 291 ] {} TCP-Session: 2f4d90fe-944b-441f-81cb-9afb5cc4098d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520676 [ 293 ] {} TCP-Session: 8dde69d1-88f7-42dd-8ccc-3c3d605f2bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520688 [ 294 ] {} TCP-Session: 6b204375-d3db-417d-a038-cb970bde0e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520705 [ 293 ] {} TCP-Session: 8dde69d1-88f7-42dd-8ccc-3c3d605f2bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520722 [ 294 ] {} TCP-Session: 6b204375-d3db-417d-a038-cb970bde0e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520689 [ 291 ] {} TCP-Session: 2f4d90fe-944b-441f-81cb-9afb5cc4098d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520560 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520558 [ 288 ] {} TCP-Session: c861fb57-b3f8-4af3-9406-7957d14af577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520552 [ 289 ] {} TCP-Session: 24b29ef4-3f2f-4482-9396-eef3f5702d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520810 [ 292 ] {} TCP-Session: 43cae89b-c5b3-4e22-b6b5-7f53e58bd1d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:52949 2026.04.29 23:15:02.520832 [ 286 ] {} TCP-Session: 659be802-dbdf-49ac-9141-ef8ca8aed0e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 23:15:02.520859 [ 292 ] {} TCP-Session: 43cae89b-c5b3-4e22-b6b5-7f53e58bd1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520831 [ 289 ] {} TCP-Session: 24b29ef4-3f2f-4482-9396-eef3f5702d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520891 [ 292 ] {} TCP-Session: 43cae89b-c5b3-4e22-b6b5-7f53e58bd1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.520527 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520521 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 23:15:02.520978 [ 290 ] {} TCP-Session: d33794b2-0a73-4ba2-b4e1-a6d40d5f754f Authenticating user 'default' from [fd00:1122:3344:101::e]:60330 2026.04.29 23:15:02.521005 [ 287 ] {} TCP-Session: d5bd9369-3a74-4728-a1b4-7e3778077143 Authenticating user 'default' from [fd00:1122:3344:101::e]:57436 2026.04.29 23:15:02.521006 [ 290 ] {} TCP-Session: d33794b2-0a73-4ba2-b4e1-a6d40d5f754f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.521033 [ 287 ] {} TCP-Session: d5bd9369-3a74-4728-a1b4-7e3778077143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.521039 [ 290 ] {} TCP-Session: d33794b2-0a73-4ba2-b4e1-a6d40d5f754f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.521056 [ 287 ] {} TCP-Session: d5bd9369-3a74-4728-a1b4-7e3778077143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.521053 [ 286 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} executeQuery: (from [fd00:1122:3344:101::e]:58140) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 23:15:02.521406 [ 286 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 23:15:02.521478 [ 286 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 23:15:02.524235 [ 286 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} oximeter.version (ef4314dd-65aa-4ea8-bf9e-ee0259338ad9) (SelectExecutor): Key condition: unknown 2026.04.29 23:15:02.534727 [ 296 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} AggregatingTransform: Aggregating 2026.04.29 23:15:02.536894 [ 296 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} Aggregator: Aggregation method: without_key 2026.04.29 23:15:02.537630 [ 296 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005726484 sec. (174.627 rows/sec., 6.82 KiB/sec.) 2026.04.29 23:15:02.537660 [ 296 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} Aggregator: Merging aggregated data 2026.04.29 23:15:02.537695 [ 296 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.29 23:15:02.539069 [ 286 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} executeQuery: Read 1 rows, 40.00 B in 0.018079 sec., 55.31279384921732 rows/sec., 2.16 KiB/sec. 2026.04.29 23:15:02.539235 [ 286 ] {1e2f605c-81d8-406f-b3fa-708424aeff3f} TCPHandler: Processed in 0.018592296 sec. 2026.04.29 23:15:02.545343 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545374 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545397 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545405 [ 286 ] {} TCP-Session: 659be802-dbdf-49ac-9141-ef8ca8aed0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545423 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545440 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545465 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545501 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545513 [ 289 ] {} TCP-Session: 24b29ef4-3f2f-4482-9396-eef3f5702d17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545528 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545555 [ 293 ] {} TCP-Session: 8dde69d1-88f7-42dd-8ccc-3c3d605f2bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545595 [ 294 ] {} TCP-Session: 6b204375-d3db-417d-a038-cb970bde0e00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545561 [ 290 ] {} TCP-Session: d33794b2-0a73-4ba2-b4e1-a6d40d5f754f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545506 [ 291 ] {} TCP-Session: 2f4d90fe-944b-441f-81cb-9afb5cc4098d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545453 [ 288 ] {} TCP-Session: c861fb57-b3f8-4af3-9406-7957d14af577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545427 [ 287 ] {} TCP-Session: d5bd9369-3a74-4728-a1b4-7e3778077143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 23:15:02.545481 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 23:15:02.545775 [ 292 ] {} TCP-Session: 43cae89b-c5b3-4e22-b6b5-7f53e58bd1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db