[ Jan 5 21:59:36 Enabled. ] [ Jan 5 21:59:36 Rereading configuration. ] [ Jan 5 21:59:38 Rereading configuration. ] [ Jan 5 21:59:42 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 [ Jan 5 21:59:42 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.01.05 21:59:44.157508 [ 1 ] {} Application: Will watch for the process with pid 24096 2026.01.05 21:59:44.157896 [ 1 ] {} Application: Forked a child process to watch 2026.01.05 21:59:44.384309 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24096 2026.01.05 21:59:44.385047 [ 1 ] {} Application: starting up 2026.01.05 21:59:44.385200 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.05 21:59:44.479665 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.05 21:59:44.502508 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.05 21:59:44.502561 [ 1 ] {} Application: Initializing DateLUT. 2026.01.05 21:59:44.502581 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.05 21:59:44.502640 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.05 21:59:44.503023 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.05 21:59:44.505153 [ 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.01.05 21:59:44.505910 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.05 21:59:44.506741 [ 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.01.05 21:59:44.506767 [ 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.01.05 21:59:44.506780 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.05 21:59:44.507501 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.05 21:59:44.508399 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.05 21:59:44.514179 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.05 21:59:44.514841 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.05 21:59:44.516095 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.05 21:59:44.516154 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.05 21:59:44.517159 [ 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.01.05 21:59:44.517542 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.05 21:59:44.521316 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.05 21:59:44.521634 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.05 21:59:44.526533 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.05 21:59:44.526912 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.05 21:59:44.527266 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.05 21:59:44.527573 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.05 21:59:44.528922 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.05 21:59:44.528945 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.05 21:59:44.529013 [ 109 ] {} DNSResolver: Updating DNS cache 2026.01.05 21:59:44.529073 [ 109 ] {} DNSResolver: Updated DNS cache 2026.01.05 21:59:44.536055 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.05 21:59:44.536076 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143233 sec 2026.01.05 21:59:44.536098 [ 1 ] {} ReferentialDeps: No tables 2026.01.05 21:59:44.536111 [ 1 ] {} LoadingDeps: No tables 2026.01.05 21:59:44.536760 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.05 21:59:44.537328 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.05 21:59:44.548014 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.05 21:59:44.548053 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.05 21:59:44.548073 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.05 21:59:44.548084 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.05 21:59:44.548115 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.05 21:59:44.548134 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.05 21:59:44.550087 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.05 21:59:44.550127 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.05 21:59:44.550145 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.05 21:59:44.550274 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.05 21:59:44.550310 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.05 21:59:44.550322 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.05 21:59:44.550339 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.05 21:59:44.550350 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.05 21:59:44.550377 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.05 21:59:44.550393 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.05 21:59:44.571711 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.05 21:59:44.573148 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.05 21:59:44.573183 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5161e-05 sec 2026.01.05 21:59:44.573195 [ 1 ] {} ReferentialDeps: No tables 2026.01.05 21:59:44.573205 [ 1 ] {} LoadingDeps: No tables 2026.01.05 21:59:44.573227 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.05 21:59:44.573403 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.05 21:59:44.573443 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.05 21:59:44.573455 [ 1 ] {} Application: Loaded metadata. 2026.01.05 21:59:44.573466 [ 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.01.05 21:59:44.573476 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.05 21:59:44.576979 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.05 21:59:44.577161 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.68 MiB (RSS), difference: 91.90 MiB 2026.01.05 21:59:44.578482 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.336e-05 sec. 2026.01.05 21:59:44.578824 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.05 21:59:44.579431 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.05 21:59:44.579448 [ 1 ] {} Application: Ready for connections. 2026.01.05 21:59:45.128937 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58541 2026.01.05 21:59:45.130958 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.131015 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:58541 2026.01.05 21:59:45.131042 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.131072 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.131164 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.05 21:59:45.131189 [ 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.01.05 21:59:45.131215 [ 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.01.05 21:59:45.131732 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41835 2026.01.05 21:59:45.132660 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37966 2026.01.05 21:59:45.132671 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33167 2026.01.05 21:59:45.132694 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.132806 [ 4 ] {} TCP-Session: 3e7c718b-4bd6-40f9-85b7-787f791f02e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 2026.01.05 21:59:45.132836 [ 4 ] {} TCP-Session: 3e7c718b-4bd6-40f9-85b7-787f791f02e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.132857 [ 4 ] {} TCP-Session: 3e7c718b-4bd6-40f9-85b7-787f791f02e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.132983 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44564 2026.01.05 21:59:45.132992 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59356 2026.01.05 21:59:45.133362 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36455 2026.01.05 21:59:45.133382 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58018 2026.01.05 21:59:45.133437 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39386 2026.01.05 21:59:45.133644 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.133682 [ 257 ] {} TCP-Session: 58e0ddd7-bc53-4fa2-9c93-d0dd1c5bf11b Authenticating user 'default' from [fd00:1122:3344:101::d]:58018 2026.01.05 21:59:45.133684 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.133704 [ 257 ] {} TCP-Session: 58e0ddd7-bc53-4fa2-9c93-d0dd1c5bf11b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.133738 [ 257 ] {} TCP-Session: 58e0ddd7-bc53-4fa2-9c93-d0dd1c5bf11b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.133781 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.133865 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.133919 [ 259 ] {} TCP-Session: 92f66cc4-94ad-4fb7-9aa1-0e8b8e816f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:36455 2026.01.05 21:59:45.133897 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.133941 [ 253 ] {} TCP-Session: e9855c1e-4387-4432-a3ea-8f43757ae7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:37966 2026.01.05 21:59:45.133947 [ 259 ] {} TCP-Session: 92f66cc4-94ad-4fb7-9aa1-0e8b8e816f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.133967 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.133986 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:45.134028 [ 5 ] {} TCP-Session: 209b3838-dd8f-4c00-ad34-b3abfaff27e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33167 2026.01.05 21:59:45.134006 [ 259 ] {} TCP-Session: 92f66cc4-94ad-4fb7-9aa1-0e8b8e816f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134060 [ 255 ] {} TCP-Session: 438a4d95-0a46-4ed2-b18d-4b8b78a572dc Authenticating user 'default' from [fd00:1122:3344:101::d]:59356 2026.01.05 21:59:45.134070 [ 5 ] {} TCP-Session: 209b3838-dd8f-4c00-ad34-b3abfaff27e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134004 [ 253 ] {} TCP-Session: e9855c1e-4387-4432-a3ea-8f43757ae7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134119 [ 5 ] {} TCP-Session: 209b3838-dd8f-4c00-ad34-b3abfaff27e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134138 [ 253 ] {} TCP-Session: e9855c1e-4387-4432-a3ea-8f43757ae7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134112 [ 255 ] {} TCP-Session: 438a4d95-0a46-4ed2-b18d-4b8b78a572dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.133971 [ 256 ] {} TCP-Session: bf223b2a-0b1a-43c8-ba1f-526af9cae449 Authenticating user 'default' from [fd00:1122:3344:101::d]:44564 2026.01.05 21:59:45.134191 [ 255 ] {} TCP-Session: 438a4d95-0a46-4ed2-b18d-4b8b78a572dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134237 [ 256 ] {} TCP-Session: bf223b2a-0b1a-43c8-ba1f-526af9cae449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.133937 [ 258 ] {} TCP-Session: 66d8352b-0b66-4b72-a19b-86245a4fff97 Authenticating user 'default' from [fd00:1122:3344:101::d]:39386 2026.01.05 21:59:45.134261 [ 256 ] {} TCP-Session: bf223b2a-0b1a-43c8-ba1f-526af9cae449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134303 [ 258 ] {} TCP-Session: 66d8352b-0b66-4b72-a19b-86245a4fff97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.134321 [ 258 ] {} TCP-Session: 66d8352b-0b66-4b72-a19b-86245a4fff97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:45.136010 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.138892 [ 3 ] {20ecac60-1492-48d7-ad19-2f0fc236e389} executeQuery: (from [fd00:1122:3344:101::d]:58541) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.05 21:59:45.240842 [ 3 ] {20ecac60-1492-48d7-ad19-2f0fc236e389} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58541) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.05 21:59:45.241686 [ 3 ] {20ecac60-1492-48d7-ad19-2f0fc236e389} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.05 21:59:45.241783 [ 3 ] {20ecac60-1492-48d7-ad19-2f0fc236e389} TCPHandler: Processed in 0.107820273 sec. 2026.01.05 21:59:45.242232 [ 4 ] {} TCP-Session: 3e7c718b-4bd6-40f9-85b7-787f791f02e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.242488 [ 4 ] {16f401af-5b6c-4415-938f-52c40f3c2de4} executeQuery: (from [fd00:1122:3344:101::d]:41835) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.05 21:59:45.242904 [ 4 ] {16f401af-5b6c-4415-938f-52c40f3c2de4} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41835) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.05 21:59:45.243060 [ 4 ] {16f401af-5b6c-4415-938f-52c40f3c2de4} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.05 21:59:45.243146 [ 4 ] {16f401af-5b6c-4415-938f-52c40f3c2de4} TCPHandler: Processed in 0.001111135 sec. 2026.01.05 21:59:45.243507 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.244297 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} executeQuery: (from [fd00:1122:3344:101::d]:58541) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.05 21:59:45.244876 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.05 21:59:45.246041 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.05 21:59:45.246067 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2511e-05 sec 2026.01.05 21:59:45.246083 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} ReferentialDeps: No tables 2026.01.05 21:59:45.246105 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} LoadingDeps: No tables 2026.01.05 21:59:45.246135 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} DatabaseAtomic (oximeter): Starting up tables. 2026.01.05 21:59:45.246932 [ 3 ] {7e129b1f-09db-47da-9e27-de920d86b194} TCPHandler: Processed in 0.003555198 sec. 2026.01.05 21:59:45.247079 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.247265 [ 3 ] {4570e121-d6f1-42a5-b807-107d89cc2c64} executeQuery: (from [fd00:1122:3344:101::d]:58541) /* 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.01.05 21:59:45.247313 [ 3 ] {4570e121-d6f1-42a5-b807-107d89cc2c64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.05 21:59:45.252266 [ 3 ] {4570e121-d6f1-42a5-b807-107d89cc2c64} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.05 21:59:45.253483 [ 3 ] {4570e121-d6f1-42a5-b807-107d89cc2c64} oximeter.version (499307c5-51aa-4c1f-8200-4e6038807575): Loading data parts 2026.01.05 21:59:45.254482 [ 3 ] {4570e121-d6f1-42a5-b807-107d89cc2c64} oximeter.version (499307c5-51aa-4c1f-8200-4e6038807575): There are no data parts 2026.01.05 21:59:45.256887 [ 3 ] {4570e121-d6f1-42a5-b807-107d89cc2c64} TCPHandler: Processed in 0.009855047 sec. 2026.01.05 21:59:45.257048 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.257219 [ 3 ] {389a03cd-6aa7-4cb3-9df2-9e967a6eb2a4} executeQuery: (from [fd00:1122:3344:101::d]:58541) /* 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.01.05 21:59:45.257299 [ 3 ] {389a03cd-6aa7-4cb3-9df2-9e967a6eb2a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.05 21:59:45.266276 [ 3 ] {389a03cd-6aa7-4cb3-9df2-9e967a6eb2a4} oximeter.measurements_bool (6652460c-3fc9-402f-bac7-b961dbdcc079): Loading data parts 2026.01.05 21:59:45.266524 [ 3 ] {389a03cd-6aa7-4cb3-9df2-9e967a6eb2a4} oximeter.measurements_bool (6652460c-3fc9-402f-bac7-b961dbdcc079): There are no data parts 2026.01.05 21:59:45.267697 [ 3 ] {389a03cd-6aa7-4cb3-9df2-9e967a6eb2a4} TCPHandler: Processed in 0.010697365 sec. 2026.01.05 21:59:45.267853 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.268014 [ 3 ] {aa262d48-9fba-4b5d-999c-40d5b096bbce} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.268061 [ 3 ] {aa262d48-9fba-4b5d-999c-40d5b096bbce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.05 21:59:45.269678 [ 3 ] {aa262d48-9fba-4b5d-999c-40d5b096bbce} oximeter.measurements_i8 (7366ead8-1a8f-40e1-a737-8e6ae811302a): Loading data parts 2026.01.05 21:59:45.269822 [ 3 ] {aa262d48-9fba-4b5d-999c-40d5b096bbce} oximeter.measurements_i8 (7366ead8-1a8f-40e1-a737-8e6ae811302a): There are no data parts 2026.01.05 21:59:45.270878 [ 3 ] {aa262d48-9fba-4b5d-999c-40d5b096bbce} TCPHandler: Processed in 0.003073308 sec. 2026.01.05 21:59:45.271025 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.271173 [ 3 ] {d26d1f2d-1657-4ba3-ad05-fab893b9397a} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.271229 [ 3 ] {d26d1f2d-1657-4ba3-ad05-fab893b9397a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.05 21:59:45.272753 [ 3 ] {d26d1f2d-1657-4ba3-ad05-fab893b9397a} oximeter.measurements_u8 (f69d6132-0818-4608-a1f7-1ec2958096a5): Loading data parts 2026.01.05 21:59:45.272904 [ 3 ] {d26d1f2d-1657-4ba3-ad05-fab893b9397a} oximeter.measurements_u8 (f69d6132-0818-4608-a1f7-1ec2958096a5): There are no data parts 2026.01.05 21:59:45.273962 [ 3 ] {d26d1f2d-1657-4ba3-ad05-fab893b9397a} TCPHandler: Processed in 0.002984926 sec. 2026.01.05 21:59:45.274090 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.274249 [ 3 ] {cd9f8aac-e463-4a5a-a400-89831220bbe4} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.274289 [ 3 ] {cd9f8aac-e463-4a5a-a400-89831220bbe4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.05 21:59:45.275896 [ 3 ] {cd9f8aac-e463-4a5a-a400-89831220bbe4} oximeter.measurements_i16 (fb803302-a291-4ac2-8913-b21c5dc8eba3): Loading data parts 2026.01.05 21:59:45.276024 [ 3 ] {cd9f8aac-e463-4a5a-a400-89831220bbe4} oximeter.measurements_i16 (fb803302-a291-4ac2-8913-b21c5dc8eba3): There are no data parts 2026.01.05 21:59:45.277093 [ 3 ] {cd9f8aac-e463-4a5a-a400-89831220bbe4} TCPHandler: Processed in 0.003049557 sec. 2026.01.05 21:59:45.277234 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.277381 [ 3 ] {722d5cf4-69be-49da-b09c-4b7febd514dc} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.277429 [ 3 ] {722d5cf4-69be-49da-b09c-4b7febd514dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.05 21:59:45.279008 [ 3 ] {722d5cf4-69be-49da-b09c-4b7febd514dc} oximeter.measurements_u16 (94580dbf-1cff-4fc0-a2b4-321bad26d389): Loading data parts 2026.01.05 21:59:45.279162 [ 3 ] {722d5cf4-69be-49da-b09c-4b7febd514dc} oximeter.measurements_u16 (94580dbf-1cff-4fc0-a2b4-321bad26d389): There are no data parts 2026.01.05 21:59:45.280229 [ 3 ] {722d5cf4-69be-49da-b09c-4b7febd514dc} TCPHandler: Processed in 0.003042417 sec. 2026.01.05 21:59:45.280355 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.280512 [ 3 ] {216d619c-8bfc-47b1-aa5c-5dadb1af57c3} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.280551 [ 3 ] {216d619c-8bfc-47b1-aa5c-5dadb1af57c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.05 21:59:45.282109 [ 3 ] {216d619c-8bfc-47b1-aa5c-5dadb1af57c3} oximeter.measurements_i32 (7e2af3f4-fff7-41dd-b0f3-e346c4f39979): Loading data parts 2026.01.05 21:59:45.282246 [ 3 ] {216d619c-8bfc-47b1-aa5c-5dadb1af57c3} oximeter.measurements_i32 (7e2af3f4-fff7-41dd-b0f3-e346c4f39979): There are no data parts 2026.01.05 21:59:45.283321 [ 3 ] {216d619c-8bfc-47b1-aa5c-5dadb1af57c3} TCPHandler: Processed in 0.003011806 sec. 2026.01.05 21:59:45.283464 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.283610 [ 3 ] {d997c09e-f861-45da-9ee7-06078b0a05c1} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.283659 [ 3 ] {d997c09e-f861-45da-9ee7-06078b0a05c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.05 21:59:45.285204 [ 3 ] {d997c09e-f861-45da-9ee7-06078b0a05c1} oximeter.measurements_u32 (23746ca7-3c84-4dc0-a61e-c342646a5bcd): Loading data parts 2026.01.05 21:59:45.285343 [ 3 ] {d997c09e-f861-45da-9ee7-06078b0a05c1} oximeter.measurements_u32 (23746ca7-3c84-4dc0-a61e-c342646a5bcd): There are no data parts 2026.01.05 21:59:45.286431 [ 3 ] {d997c09e-f861-45da-9ee7-06078b0a05c1} TCPHandler: Processed in 0.003012556 sec. 2026.01.05 21:59:45.286557 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.286720 [ 3 ] {269d4ba6-41c9-452c-a8ca-0b765a0f545b} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.286764 [ 3 ] {269d4ba6-41c9-452c-a8ca-0b765a0f545b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.05 21:59:45.288306 [ 3 ] {269d4ba6-41c9-452c-a8ca-0b765a0f545b} oximeter.measurements_i64 (1224d347-afe8-4971-ac86-5eea1fb23d7e): Loading data parts 2026.01.05 21:59:45.288441 [ 3 ] {269d4ba6-41c9-452c-a8ca-0b765a0f545b} oximeter.measurements_i64 (1224d347-afe8-4971-ac86-5eea1fb23d7e): There are no data parts 2026.01.05 21:59:45.289537 [ 3 ] {269d4ba6-41c9-452c-a8ca-0b765a0f545b} TCPHandler: Processed in 0.003025327 sec. 2026.01.05 21:59:45.289681 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.289826 [ 3 ] {9686ff0f-46db-4000-b063-df4d7b8a86ed} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.289874 [ 3 ] {9686ff0f-46db-4000-b063-df4d7b8a86ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.05 21:59:45.291417 [ 3 ] {9686ff0f-46db-4000-b063-df4d7b8a86ed} oximeter.measurements_u64 (6911d460-6218-444f-8cfe-855f4a3ccadc): Loading data parts 2026.01.05 21:59:45.291556 [ 3 ] {9686ff0f-46db-4000-b063-df4d7b8a86ed} oximeter.measurements_u64 (6911d460-6218-444f-8cfe-855f4a3ccadc): There are no data parts 2026.01.05 21:59:45.292645 [ 3 ] {9686ff0f-46db-4000-b063-df4d7b8a86ed} TCPHandler: Processed in 0.003010446 sec. 2026.01.05 21:59:45.292774 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.292918 [ 3 ] {0aa434ac-6754-4025-83c0-a5835a5e5b79} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.292972 [ 3 ] {0aa434ac-6754-4025-83c0-a5835a5e5b79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.05 21:59:45.294561 [ 3 ] {0aa434ac-6754-4025-83c0-a5835a5e5b79} oximeter.measurements_f32 (b439782d-d1bb-44b5-8397-cf7c1c1f62dd): Loading data parts 2026.01.05 21:59:45.294695 [ 3 ] {0aa434ac-6754-4025-83c0-a5835a5e5b79} oximeter.measurements_f32 (b439782d-d1bb-44b5-8397-cf7c1c1f62dd): There are no data parts 2026.01.05 21:59:45.295771 [ 3 ] {0aa434ac-6754-4025-83c0-a5835a5e5b79} TCPHandler: Processed in 0.003042877 sec. 2026.01.05 21:59:45.295897 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.296063 [ 3 ] {5df3a86a-909e-4f39-afdb-046a529f23af} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.296115 [ 3 ] {5df3a86a-909e-4f39-afdb-046a529f23af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.05 21:59:45.297707 [ 3 ] {5df3a86a-909e-4f39-afdb-046a529f23af} oximeter.measurements_f64 (a70dfa9e-f8b2-4a8c-b891-91b19946411d): Loading data parts 2026.01.05 21:59:45.297845 [ 3 ] {5df3a86a-909e-4f39-afdb-046a529f23af} oximeter.measurements_f64 (a70dfa9e-f8b2-4a8c-b891-91b19946411d): There are no data parts 2026.01.05 21:59:45.298900 [ 3 ] {5df3a86a-909e-4f39-afdb-046a529f23af} TCPHandler: Processed in 0.003049587 sec. 2026.01.05 21:59:45.299029 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.299173 [ 3 ] {2839cc27-f785-4e49-98ee-6e7c1e794962} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.299222 [ 3 ] {2839cc27-f785-4e49-98ee-6e7c1e794962} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.05 21:59:45.300822 [ 3 ] {2839cc27-f785-4e49-98ee-6e7c1e794962} oximeter.measurements_string (6ab22443-1ce6-442f-90fb-4ebd3112b69e): Loading data parts 2026.01.05 21:59:45.300952 [ 3 ] {2839cc27-f785-4e49-98ee-6e7c1e794962} oximeter.measurements_string (6ab22443-1ce6-442f-90fb-4ebd3112b69e): There are no data parts 2026.01.05 21:59:45.302022 [ 3 ] {2839cc27-f785-4e49-98ee-6e7c1e794962} TCPHandler: Processed in 0.003039477 sec. 2026.01.05 21:59:45.302160 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.302328 [ 3 ] {b4bab396-f5ff-4706-baf4-420c4a97e6db} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.302395 [ 3 ] {b4bab396-f5ff-4706-baf4-420c4a97e6db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.05 21:59:45.303914 [ 3 ] {b4bab396-f5ff-4706-baf4-420c4a97e6db} oximeter.measurements_bytes (f03da157-33c4-486d-8e09-3b634ea8aa5d): Loading data parts 2026.01.05 21:59:45.304046 [ 3 ] {b4bab396-f5ff-4706-baf4-420c4a97e6db} oximeter.measurements_bytes (f03da157-33c4-486d-8e09-3b634ea8aa5d): There are no data parts 2026.01.05 21:59:45.305165 [ 3 ] {b4bab396-f5ff-4706-baf4-420c4a97e6db} TCPHandler: Processed in 0.003050937 sec. 2026.01.05 21:59:45.305301 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.305459 [ 3 ] {332c6398-7bca-48ba-bdc8-82cf14c16a36} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.305517 [ 3 ] {332c6398-7bca-48ba-bdc8-82cf14c16a36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.05 21:59:45.307134 [ 3 ] {332c6398-7bca-48ba-bdc8-82cf14c16a36} oximeter.measurements_cumulativei64 (5fc3185e-b43a-4302-940c-94fc3baab539): Loading data parts 2026.01.05 21:59:45.307275 [ 3 ] {332c6398-7bca-48ba-bdc8-82cf14c16a36} oximeter.measurements_cumulativei64 (5fc3185e-b43a-4302-940c-94fc3baab539): There are no data parts 2026.01.05 21:59:45.308392 [ 3 ] {332c6398-7bca-48ba-bdc8-82cf14c16a36} TCPHandler: Processed in 0.003136949 sec. 2026.01.05 21:59:45.308520 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.308690 [ 3 ] {7d731890-07de-4691-bba3-d3ec6dfb2d63} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.308736 [ 3 ] {7d731890-07de-4691-bba3-d3ec6dfb2d63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.05 21:59:45.310290 [ 3 ] {7d731890-07de-4691-bba3-d3ec6dfb2d63} oximeter.measurements_cumulativeu64 (5b6f776c-97be-4090-a995-a94fb6f9cbb4): Loading data parts 2026.01.05 21:59:45.310425 [ 3 ] {7d731890-07de-4691-bba3-d3ec6dfb2d63} oximeter.measurements_cumulativeu64 (5b6f776c-97be-4090-a995-a94fb6f9cbb4): There are no data parts 2026.01.05 21:59:45.311455 [ 3 ] {7d731890-07de-4691-bba3-d3ec6dfb2d63} TCPHandler: Processed in 0.002980445 sec. 2026.01.05 21:59:45.311579 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.311736 [ 3 ] {8c6a3be8-31d6-4f0f-998d-6d32a162cc2f} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.311793 [ 3 ] {8c6a3be8-31d6-4f0f-998d-6d32a162cc2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.05 21:59:45.313395 [ 3 ] {8c6a3be8-31d6-4f0f-998d-6d32a162cc2f} oximeter.measurements_cumulativef32 (8f783d53-4599-49db-957e-3e109b12c055): Loading data parts 2026.01.05 21:59:45.313553 [ 3 ] {8c6a3be8-31d6-4f0f-998d-6d32a162cc2f} oximeter.measurements_cumulativef32 (8f783d53-4599-49db-957e-3e109b12c055): There are no data parts 2026.01.05 21:59:45.314609 [ 3 ] {8c6a3be8-31d6-4f0f-998d-6d32a162cc2f} TCPHandler: Processed in 0.003075118 sec. 2026.01.05 21:59:45.314738 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.314900 [ 3 ] {6fd4daef-7cd7-49b6-871b-5e07c70d699a} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.314955 [ 3 ] {6fd4daef-7cd7-49b6-871b-5e07c70d699a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.05 21:59:45.316574 [ 3 ] {6fd4daef-7cd7-49b6-871b-5e07c70d699a} oximeter.measurements_cumulativef64 (9d5a72c9-1fa1-4d34-88e0-99fdaf37fdb2): Loading data parts 2026.01.05 21:59:45.316780 [ 3 ] {6fd4daef-7cd7-49b6-871b-5e07c70d699a} oximeter.measurements_cumulativef64 (9d5a72c9-1fa1-4d34-88e0-99fdaf37fdb2): There are no data parts 2026.01.05 21:59:45.317910 [ 3 ] {6fd4daef-7cd7-49b6-871b-5e07c70d699a} TCPHandler: Processed in 0.003218171 sec. 2026.01.05 21:59:45.318043 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.318257 [ 3 ] {86de125d-cb52-40f1-aa33-67c3f0857cdd} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.318330 [ 3 ] {86de125d-cb52-40f1-aa33-67c3f0857cdd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.05 21:59:45.320181 [ 3 ] {86de125d-cb52-40f1-aa33-67c3f0857cdd} oximeter.measurements_histogrami8 (5889740d-7113-494e-bba8-fdc62b387521): Loading data parts 2026.01.05 21:59:45.320343 [ 3 ] {86de125d-cb52-40f1-aa33-67c3f0857cdd} oximeter.measurements_histogrami8 (5889740d-7113-494e-bba8-fdc62b387521): There are no data parts 2026.01.05 21:59:45.321473 [ 3 ] {86de125d-cb52-40f1-aa33-67c3f0857cdd} TCPHandler: Processed in 0.003477447 sec. 2026.01.05 21:59:45.321611 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.321827 [ 3 ] {6cd015c7-50f8-47fc-aec5-36623f028b02} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.321886 [ 3 ] {6cd015c7-50f8-47fc-aec5-36623f028b02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.05 21:59:45.323602 [ 3 ] {6cd015c7-50f8-47fc-aec5-36623f028b02} oximeter.measurements_histogramu8 (b5d1494b-bfe1-45e1-8ac3-60a87e1ac1dc): Loading data parts 2026.01.05 21:59:45.323799 [ 3 ] {6cd015c7-50f8-47fc-aec5-36623f028b02} oximeter.measurements_histogramu8 (b5d1494b-bfe1-45e1-8ac3-60a87e1ac1dc): There are no data parts 2026.01.05 21:59:45.324921 [ 3 ] {6cd015c7-50f8-47fc-aec5-36623f028b02} TCPHandler: Processed in 0.003356884 sec. 2026.01.05 21:59:45.325056 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.325258 [ 3 ] {08fd2702-1489-4a25-8cf5-cae5cf6a9a26} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.325320 [ 3 ] {08fd2702-1489-4a25-8cf5-cae5cf6a9a26} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.05 21:59:45.327010 [ 3 ] {08fd2702-1489-4a25-8cf5-cae5cf6a9a26} oximeter.measurements_histogrami16 (acd8406a-bb5d-4568-825c-8b6b72f0425f): Loading data parts 2026.01.05 21:59:45.327162 [ 3 ] {08fd2702-1489-4a25-8cf5-cae5cf6a9a26} oximeter.measurements_histogrami16 (acd8406a-bb5d-4568-825c-8b6b72f0425f): There are no data parts 2026.01.05 21:59:45.328293 [ 3 ] {08fd2702-1489-4a25-8cf5-cae5cf6a9a26} TCPHandler: Processed in 0.003283482 sec. 2026.01.05 21:59:45.328431 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.328654 [ 3 ] {ca027bf5-4d31-4527-9ff9-749eccd95a4c} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.328713 [ 3 ] {ca027bf5-4d31-4527-9ff9-749eccd95a4c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.05 21:59:45.330464 [ 3 ] {ca027bf5-4d31-4527-9ff9-749eccd95a4c} oximeter.measurements_histogramu16 (1981c917-2c00-47fc-9618-95d0967dd5aa): Loading data parts 2026.01.05 21:59:45.330601 [ 3 ] {ca027bf5-4d31-4527-9ff9-749eccd95a4c} oximeter.measurements_histogramu16 (1981c917-2c00-47fc-9618-95d0967dd5aa): There are no data parts 2026.01.05 21:59:45.331745 [ 3 ] {ca027bf5-4d31-4527-9ff9-749eccd95a4c} TCPHandler: Processed in 0.003359634 sec. 2026.01.05 21:59:45.331881 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.332090 [ 3 ] {987d2c92-d219-43bb-a4cd-529f4008a601} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.332150 [ 3 ] {987d2c92-d219-43bb-a4cd-529f4008a601} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.05 21:59:45.333901 [ 3 ] {987d2c92-d219-43bb-a4cd-529f4008a601} oximeter.measurements_histogrami32 (bdacd479-cbab-42ad-9447-51c4a970c8d1): Loading data parts 2026.01.05 21:59:45.334050 [ 3 ] {987d2c92-d219-43bb-a4cd-529f4008a601} oximeter.measurements_histogrami32 (bdacd479-cbab-42ad-9447-51c4a970c8d1): There are no data parts 2026.01.05 21:59:45.335155 [ 3 ] {987d2c92-d219-43bb-a4cd-529f4008a601} TCPHandler: Processed in 0.003320303 sec. 2026.01.05 21:59:45.335282 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.335500 [ 3 ] {3ef3bdd4-4229-4e7c-9a70-0706f5287f85} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.335562 [ 3 ] {3ef3bdd4-4229-4e7c-9a70-0706f5287f85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.05 21:59:45.337262 [ 3 ] {3ef3bdd4-4229-4e7c-9a70-0706f5287f85} oximeter.measurements_histogramu32 (f8d601e4-e791-4a91-b620-d2498355e947): Loading data parts 2026.01.05 21:59:45.337388 [ 3 ] {3ef3bdd4-4229-4e7c-9a70-0706f5287f85} oximeter.measurements_histogramu32 (f8d601e4-e791-4a91-b620-d2498355e947): There are no data parts 2026.01.05 21:59:45.338456 [ 3 ] {3ef3bdd4-4229-4e7c-9a70-0706f5287f85} TCPHandler: Processed in 0.003219841 sec. 2026.01.05 21:59:45.338589 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.338793 [ 3 ] {a3c8432c-1676-4b6f-afc3-e7ced23cae16} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.338858 [ 3 ] {a3c8432c-1676-4b6f-afc3-e7ced23cae16} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.05 21:59:45.340663 [ 3 ] {a3c8432c-1676-4b6f-afc3-e7ced23cae16} oximeter.measurements_histogrami64 (e490f929-126b-49b4-b90d-b707ffc90546): Loading data parts 2026.01.05 21:59:45.340811 [ 3 ] {a3c8432c-1676-4b6f-afc3-e7ced23cae16} oximeter.measurements_histogrami64 (e490f929-126b-49b4-b90d-b707ffc90546): There are no data parts 2026.01.05 21:59:45.341927 [ 3 ] {a3c8432c-1676-4b6f-afc3-e7ced23cae16} TCPHandler: Processed in 0.003384395 sec. 2026.01.05 21:59:45.342068 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.342286 [ 3 ] {566fd6af-b984-4da7-a593-aec28beac37f} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.342354 [ 3 ] {566fd6af-b984-4da7-a593-aec28beac37f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.05 21:59:45.344062 [ 3 ] {566fd6af-b984-4da7-a593-aec28beac37f} oximeter.measurements_histogramu64 (c8e8f2ed-4506-45c4-a136-84b64bfec27b): Loading data parts 2026.01.05 21:59:45.344202 [ 3 ] {566fd6af-b984-4da7-a593-aec28beac37f} oximeter.measurements_histogramu64 (c8e8f2ed-4506-45c4-a136-84b64bfec27b): There are no data parts 2026.01.05 21:59:45.345270 [ 3 ] {566fd6af-b984-4da7-a593-aec28beac37f} TCPHandler: Processed in 0.003248112 sec. 2026.01.05 21:59:45.345416 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.345622 [ 3 ] {d778ea4c-bfa4-477b-b9d2-ca1e62180202} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.345685 [ 3 ] {d778ea4c-bfa4-477b-b9d2-ca1e62180202} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.05 21:59:45.347459 [ 3 ] {d778ea4c-bfa4-477b-b9d2-ca1e62180202} oximeter.measurements_histogramf32 (a03954a3-36db-474e-a02b-1d2d43d72271): Loading data parts 2026.01.05 21:59:45.347617 [ 3 ] {d778ea4c-bfa4-477b-b9d2-ca1e62180202} oximeter.measurements_histogramf32 (a03954a3-36db-474e-a02b-1d2d43d72271): There are no data parts 2026.01.05 21:59:45.348723 [ 3 ] {d778ea4c-bfa4-477b-b9d2-ca1e62180202} TCPHandler: Processed in 0.003356765 sec. 2026.01.05 21:59:45.348856 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.349088 [ 3 ] {e34ce93a-31a4-4d1b-9900-a2802afc4f49} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.349150 [ 3 ] {e34ce93a-31a4-4d1b-9900-a2802afc4f49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.05 21:59:45.350963 [ 3 ] {e34ce93a-31a4-4d1b-9900-a2802afc4f49} oximeter.measurements_histogramf64 (37ca2120-3363-4ce0-bd0c-204d9f8e954f): Loading data parts 2026.01.05 21:59:45.351091 [ 3 ] {e34ce93a-31a4-4d1b-9900-a2802afc4f49} oximeter.measurements_histogramf64 (37ca2120-3363-4ce0-bd0c-204d9f8e954f): There are no data parts 2026.01.05 21:59:45.352206 [ 3 ] {e34ce93a-31a4-4d1b-9900-a2802afc4f49} TCPHandler: Processed in 0.003399035 sec. 2026.01.05 21:59:45.352364 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.352537 [ 3 ] {60cb25ea-bf9d-47ec-b4ac-9d489ba6b937} executeQuery: (from [fd00:1122:3344:101::d]:58541) /* 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.01.05 21:59:45.352602 [ 3 ] {60cb25ea-bf9d-47ec-b4ac-9d489ba6b937} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.05 21:59:45.354403 [ 3 ] {60cb25ea-bf9d-47ec-b4ac-9d489ba6b937} oximeter.fields_bool (5652d7d1-2fd4-49be-a8ea-1799bd119a9c): Loading data parts 2026.01.05 21:59:45.354543 [ 3 ] {60cb25ea-bf9d-47ec-b4ac-9d489ba6b937} oximeter.fields_bool (5652d7d1-2fd4-49be-a8ea-1799bd119a9c): There are no data parts 2026.01.05 21:59:45.355657 [ 3 ] {60cb25ea-bf9d-47ec-b4ac-9d489ba6b937} TCPHandler: Processed in 0.003342354 sec. 2026.01.05 21:59:45.355789 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.355942 [ 3 ] {a418b1e5-bdfc-40eb-bf98-586aa22e0eec} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.355997 [ 3 ] {a418b1e5-bdfc-40eb-bf98-586aa22e0eec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.05 21:59:45.357594 [ 3 ] {a418b1e5-bdfc-40eb-bf98-586aa22e0eec} oximeter.fields_i8 (588905aa-dcad-43a6-9f1d-76737bc02f14): Loading data parts 2026.01.05 21:59:45.357729 [ 3 ] {a418b1e5-bdfc-40eb-bf98-586aa22e0eec} oximeter.fields_i8 (588905aa-dcad-43a6-9f1d-76737bc02f14): There are no data parts 2026.01.05 21:59:45.358792 [ 3 ] {a418b1e5-bdfc-40eb-bf98-586aa22e0eec} TCPHandler: Processed in 0.003052227 sec. 2026.01.05 21:59:45.358926 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.359095 [ 3 ] {8b43ce63-5607-4a49-baf0-661f3efaa03e} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.359147 [ 3 ] {8b43ce63-5607-4a49-baf0-661f3efaa03e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.05 21:59:45.360791 [ 3 ] {8b43ce63-5607-4a49-baf0-661f3efaa03e} oximeter.fields_u8 (1a5c544b-bcaf-46b6-9e4d-690a684fcbcc): Loading data parts 2026.01.05 21:59:45.361011 [ 3 ] {8b43ce63-5607-4a49-baf0-661f3efaa03e} oximeter.fields_u8 (1a5c544b-bcaf-46b6-9e4d-690a684fcbcc): There are no data parts 2026.01.05 21:59:45.362127 [ 3 ] {8b43ce63-5607-4a49-baf0-661f3efaa03e} TCPHandler: Processed in 0.003250812 sec. 2026.01.05 21:59:45.362261 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.362414 [ 3 ] {e90aeeed-d619-4b70-9d3c-c38030786602} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.362475 [ 3 ] {e90aeeed-d619-4b70-9d3c-c38030786602} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.05 21:59:45.364112 [ 3 ] {e90aeeed-d619-4b70-9d3c-c38030786602} oximeter.fields_i16 (4613842c-0c6d-4614-8ce4-16caef75dcbd): Loading data parts 2026.01.05 21:59:45.364259 [ 3 ] {e90aeeed-d619-4b70-9d3c-c38030786602} oximeter.fields_i16 (4613842c-0c6d-4614-8ce4-16caef75dcbd): There are no data parts 2026.01.05 21:59:45.365315 [ 3 ] {e90aeeed-d619-4b70-9d3c-c38030786602} TCPHandler: Processed in 0.003103499 sec. 2026.01.05 21:59:45.365448 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.365613 [ 3 ] {1bf92949-23c2-46c7-b8b6-771a52e6fcd9} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.365666 [ 3 ] {1bf92949-23c2-46c7-b8b6-771a52e6fcd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.05 21:59:45.367365 [ 3 ] {1bf92949-23c2-46c7-b8b6-771a52e6fcd9} oximeter.fields_u16 (5201263b-1eae-4777-9e18-bb26ec9bfe07): Loading data parts 2026.01.05 21:59:45.367505 [ 3 ] {1bf92949-23c2-46c7-b8b6-771a52e6fcd9} oximeter.fields_u16 (5201263b-1eae-4777-9e18-bb26ec9bfe07): There are no data parts 2026.01.05 21:59:45.368597 [ 3 ] {1bf92949-23c2-46c7-b8b6-771a52e6fcd9} TCPHandler: Processed in 0.003197481 sec. 2026.01.05 21:59:45.368732 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.368882 [ 3 ] {7ae2a341-fad9-461f-ac9b-b0a90f8ea800} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.368943 [ 3 ] {7ae2a341-fad9-461f-ac9b-b0a90f8ea800} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.05 21:59:45.370639 [ 3 ] {7ae2a341-fad9-461f-ac9b-b0a90f8ea800} oximeter.fields_i32 (173ca76a-2838-447b-a3b2-6df8abf97564): Loading data parts 2026.01.05 21:59:45.370808 [ 3 ] {7ae2a341-fad9-461f-ac9b-b0a90f8ea800} oximeter.fields_i32 (173ca76a-2838-447b-a3b2-6df8abf97564): There are no data parts 2026.01.05 21:59:45.371960 [ 3 ] {7ae2a341-fad9-461f-ac9b-b0a90f8ea800} TCPHandler: Processed in 0.003277052 sec. 2026.01.05 21:59:45.372092 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.372256 [ 3 ] {a59470fb-2090-4513-b546-9bb6289bf954} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.372315 [ 3 ] {a59470fb-2090-4513-b546-9bb6289bf954} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.05 21:59:45.374004 [ 3 ] {a59470fb-2090-4513-b546-9bb6289bf954} oximeter.fields_u32 (79ba7242-02b0-40fa-be49-10048f32eb22): Loading data parts 2026.01.05 21:59:45.374134 [ 3 ] {a59470fb-2090-4513-b546-9bb6289bf954} oximeter.fields_u32 (79ba7242-02b0-40fa-be49-10048f32eb22): There are no data parts 2026.01.05 21:59:45.375221 [ 3 ] {a59470fb-2090-4513-b546-9bb6289bf954} TCPHandler: Processed in 0.00317878 sec. 2026.01.05 21:59:45.375357 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.375508 [ 3 ] {cdd78f15-cdea-47be-8fc1-659ed18dfb48} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.375561 [ 3 ] {cdd78f15-cdea-47be-8fc1-659ed18dfb48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.05 21:59:45.377180 [ 3 ] {cdd78f15-cdea-47be-8fc1-659ed18dfb48} oximeter.fields_i64 (b35dbbe6-af44-43b0-b22f-281d82b00519): Loading data parts 2026.01.05 21:59:45.377310 [ 3 ] {cdd78f15-cdea-47be-8fc1-659ed18dfb48} oximeter.fields_i64 (b35dbbe6-af44-43b0-b22f-281d82b00519): There are no data parts 2026.01.05 21:59:45.378386 [ 3 ] {cdd78f15-cdea-47be-8fc1-659ed18dfb48} TCPHandler: Processed in 0.003077798 sec. 2026.01.05 21:59:45.378518 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.378691 [ 3 ] {7416a135-4b96-4d6d-aa77-df38ce8fcf6c} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.378749 [ 3 ] {7416a135-4b96-4d6d-aa77-df38ce8fcf6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.05 21:59:45.380447 [ 3 ] {7416a135-4b96-4d6d-aa77-df38ce8fcf6c} oximeter.fields_u64 (f3f2ceb8-2282-43f1-b900-8e7c54266fb2): Loading data parts 2026.01.05 21:59:45.380586 [ 3 ] {7416a135-4b96-4d6d-aa77-df38ce8fcf6c} oximeter.fields_u64 (f3f2ceb8-2282-43f1-b900-8e7c54266fb2): There are no data parts 2026.01.05 21:59:45.381667 [ 3 ] {7416a135-4b96-4d6d-aa77-df38ce8fcf6c} TCPHandler: Processed in 0.00319731 sec. 2026.01.05 21:59:45.381798 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.381947 [ 3 ] {b2f595ec-8593-45c2-88b3-6661f1d01b49} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.382001 [ 3 ] {b2f595ec-8593-45c2-88b3-6661f1d01b49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.05 21:59:45.383692 [ 3 ] {b2f595ec-8593-45c2-88b3-6661f1d01b49} oximeter.fields_ipaddr (d1be47f5-aa13-4cee-8e4d-43023403c2a4): Loading data parts 2026.01.05 21:59:45.383829 [ 3 ] {b2f595ec-8593-45c2-88b3-6661f1d01b49} oximeter.fields_ipaddr (d1be47f5-aa13-4cee-8e4d-43023403c2a4): There are no data parts 2026.01.05 21:59:45.384953 [ 3 ] {b2f595ec-8593-45c2-88b3-6661f1d01b49} TCPHandler: Processed in 0.003203631 sec. 2026.01.05 21:59:45.385106 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.385265 [ 3 ] {ff8f4159-453b-49e4-a22a-0dbbb5f1481c} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.385318 [ 3 ] {ff8f4159-453b-49e4-a22a-0dbbb5f1481c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.05 21:59:45.386974 [ 3 ] {ff8f4159-453b-49e4-a22a-0dbbb5f1481c} oximeter.fields_string (fecd4bf8-62e9-4587-9561-53b36e362831): Loading data parts 2026.01.05 21:59:45.387119 [ 3 ] {ff8f4159-453b-49e4-a22a-0dbbb5f1481c} oximeter.fields_string (fecd4bf8-62e9-4587-9561-53b36e362831): There are no data parts 2026.01.05 21:59:45.388237 [ 3 ] {ff8f4159-453b-49e4-a22a-0dbbb5f1481c} TCPHandler: Processed in 0.00318059 sec. 2026.01.05 21:59:45.388372 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.388523 [ 3 ] {3d55cb66-7031-402f-ba0c-8bf4d7bb7b37} executeQuery: (from [fd00:1122:3344:101::d]:58541) 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.01.05 21:59:45.388590 [ 3 ] {3d55cb66-7031-402f-ba0c-8bf4d7bb7b37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.05 21:59:45.390220 [ 3 ] {3d55cb66-7031-402f-ba0c-8bf4d7bb7b37} oximeter.fields_uuid (7466a029-77e2-4f68-98b3-757a79135bee): Loading data parts 2026.01.05 21:59:45.390344 [ 3 ] {3d55cb66-7031-402f-ba0c-8bf4d7bb7b37} oximeter.fields_uuid (7466a029-77e2-4f68-98b3-757a79135bee): There are no data parts 2026.01.05 21:59:45.391375 [ 3 ] {3d55cb66-7031-402f-ba0c-8bf4d7bb7b37} TCPHandler: Processed in 0.003051837 sec. 2026.01.05 21:59:45.391531 [ 3 ] {} TCP-Session: 2762b808-f8e0-46a0-a9ba-d1b95b3df7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.391780 [ 3 ] {52f3e653-e472-4c74-8e2b-887150e441f7} executeQuery: (from [fd00:1122:3344:101::d]:58541) /* 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.01.05 21:59:45.391854 [ 3 ] {52f3e653-e472-4c74-8e2b-887150e441f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.05 21:59:45.393497 [ 3 ] {52f3e653-e472-4c74-8e2b-887150e441f7} oximeter.timeseries_schema (0f56e3ed-166f-4b96-935b-c5a3995f88ed): Loading data parts 2026.01.05 21:59:45.393683 [ 3 ] {52f3e653-e472-4c74-8e2b-887150e441f7} oximeter.timeseries_schema (0f56e3ed-166f-4b96-935b-c5a3995f88ed): There are no data parts 2026.01.05 21:59:45.394885 [ 3 ] {52f3e653-e472-4c74-8e2b-887150e441f7} TCPHandler: Processed in 0.003404215 sec. 2026.01.05 21:59:45.395065 [ 4 ] {} TCP-Session: 3e7c718b-4bd6-40f9-85b7-787f791f02e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.05 21:59:45.395389 [ 4 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} executeQuery: (from [fd00:1122:3344:101::d]:41835) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.05 21:59:45.396731 [ 4 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.05 21:59:45.411646 [ 261 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} oximeter.version (499307c5-51aa-4c1f-8200-4e6038807575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.05 21:59:45.411769 [ 261 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.05 21:59:45.415981 [ 261 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.05 21:59:45.416379 [ 261 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} oximeter.version (499307c5-51aa-4c1f-8200-4e6038807575): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.05 21:59:45.416655 [ 4 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} executeQuery: Read 1 rows, 16.00 B in 0.021406 sec., 46.71587405400355 rows/sec., 747.45 B/sec. 2026.01.05 21:59:45.416949 [ 4 ] {d5069aa0-058f-4678-bb31-ed1551b5f410} TCPHandler: Processed in 0.021954763 sec. 2026.01.05 21:59:46.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.57 MiB, peak 124.57 MiB, free memory in arenas 0.00 B, will set to 138.11 MiB (RSS), difference: 13.54 MiB 2026.01.05 21:59:48.230385 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61192 2026.01.05 21:59:48.234437 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.234496 [ 262 ] {} TCP-Session: 40867272-f549-468f-a262-dafdcab1fd39 Authenticating user 'default' from [fd00:1122:3344:101::c]:61192 2026.01.05 21:59:48.234619 [ 262 ] {} TCP-Session: 40867272-f549-468f-a262-dafdcab1fd39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.234634 [ 262 ] {} TCP-Session: 40867272-f549-468f-a262-dafdcab1fd39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.234698 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.05 21:59:48.234826 [ 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.01.05 21:59:48.234845 [ 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.01.05 21:59:48.235360 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46941 2026.01.05 21:59:48.235548 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.235656 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63435 2026.01.05 21:59:48.235583 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54351 2026.01.05 21:59:48.235578 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64971 2026.01.05 21:59:48.235762 [ 263 ] {} TCP-Session: c1cdc18d-f7d0-4f72-9c89-dce405b7f970 Authenticating user 'default' from [fd00:1122:3344:101::c]:46941 2026.01.05 21:59:48.235823 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62631 2026.01.05 21:59:48.235736 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59456 2026.01.05 21:59:48.235909 [ 263 ] {} TCP-Session: c1cdc18d-f7d0-4f72-9c89-dce405b7f970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.235955 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58444 2026.01.05 21:59:48.235979 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.236038 [ 263 ] {} TCP-Session: c1cdc18d-f7d0-4f72-9c89-dce405b7f970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236054 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.236181 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.236154 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.236068 [ 264 ] {} TCP-Session: 55b96d36-3436-4d54-987c-6566f91fe85f Authenticating user 'default' from [fd00:1122:3344:101::c]:54351 2026.01.05 21:59:48.236299 [ 268 ] {} TCP-Session: 961765f0-5bd6-4781-97e5-2474cc0462d2 Authenticating user 'default' from [fd00:1122:3344:101::c]:62631 2026.01.05 21:59:48.236297 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.236305 [ 267 ] {} TCP-Session: 9fefea76-d1f9-492a-8f4c-10d3168e8d6e Authenticating user 'default' from [fd00:1122:3344:101::c]:59456 2026.01.05 21:59:48.236343 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.236414 [ 268 ] {} TCP-Session: 961765f0-5bd6-4781-97e5-2474cc0462d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236411 [ 265 ] {} TCP-Session: 4a21bcac-ceec-4974-9728-4a436c29206a Authenticating user 'default' from [fd00:1122:3344:101::c]:64971 2026.01.05 21:59:48.236379 [ 267 ] {} TCP-Session: 9fefea76-d1f9-492a-8f4c-10d3168e8d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236559 [ 268 ] {} TCP-Session: 961765f0-5bd6-4781-97e5-2474cc0462d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236375 [ 264 ] {} TCP-Session: 55b96d36-3436-4d54-987c-6566f91fe85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236294 [ 266 ] {} TCP-Session: 3b7a5efa-83d8-4a2c-8c30-9beaef2aa9a2 Authenticating user 'default' from [fd00:1122:3344:101::c]:63435 2026.01.05 21:59:48.236728 [ 264 ] {} TCP-Session: 55b96d36-3436-4d54-987c-6566f91fe85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236716 [ 267 ] {} TCP-Session: 9fefea76-d1f9-492a-8f4c-10d3168e8d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236553 [ 269 ] {} TCP-Session: 8a1ec7c2-c704-4b3c-b0ce-d3b8995260cb Authenticating user 'default' from [fd00:1122:3344:101::c]:58444 2026.01.05 21:59:48.236839 [ 266 ] {} TCP-Session: 3b7a5efa-83d8-4a2c-8c30-9beaef2aa9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236580 [ 265 ] {} TCP-Session: 4a21bcac-ceec-4974-9728-4a436c29206a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236924 [ 269 ] {} TCP-Session: 8a1ec7c2-c704-4b3c-b0ce-d3b8995260cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236935 [ 266 ] {} TCP-Session: 3b7a5efa-83d8-4a2c-8c30-9beaef2aa9a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.236946 [ 265 ] {} TCP-Session: 4a21bcac-ceec-4974-9728-4a436c29206a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.237029 [ 269 ] {} TCP-Session: 8a1ec7c2-c704-4b3c-b0ce-d3b8995260cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.537285 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48859 2026.01.05 21:59:48.541825 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.541906 [ 270 ] {} TCP-Session: a94f3d7f-1989-4e7f-bc28-118d7f22ea57 Authenticating user 'default' from [fd00:1122:3344:101::b]:48859 2026.01.05 21:59:48.542043 [ 270 ] {} TCP-Session: a94f3d7f-1989-4e7f-bc28-118d7f22ea57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.542057 [ 270 ] {} TCP-Session: a94f3d7f-1989-4e7f-bc28-118d7f22ea57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.542122 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.05 21:59:48.542250 [ 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.01.05 21:59:48.542267 [ 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.01.05 21:59:48.542814 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59614 2026.01.05 21:59:48.542926 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32884 2026.01.05 21:59:48.543041 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.543076 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44014 2026.01.05 21:59:48.543166 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.543219 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43007 2026.01.05 21:59:48.543266 [ 271 ] {} TCP-Session: b23808c0-4127-43db-8856-85ff7de0ec43 Authenticating user 'default' from [fd00:1122:3344:101::b]:59614 2026.01.05 21:59:48.543325 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49189 2026.01.05 21:59:48.543289 [ 272 ] {} TCP-Session: c07145f5-64e4-4f5d-8b6f-a065246f06d6 Authenticating user 'default' from [fd00:1122:3344:101::b]:32884 2026.01.05 21:59:48.543410 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.543457 [ 271 ] {} TCP-Session: b23808c0-4127-43db-8856-85ff7de0ec43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543475 [ 272 ] {} TCP-Session: c07145f5-64e4-4f5d-8b6f-a065246f06d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543522 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40967 2026.01.05 21:59:48.543580 [ 271 ] {} TCP-Session: b23808c0-4127-43db-8856-85ff7de0ec43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543570 [ 272 ] {} TCP-Session: c07145f5-64e4-4f5d-8b6f-a065246f06d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543661 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.543667 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39825 2026.01.05 21:59:48.543760 [ 275 ] {} TCP-Session: be6c7b03-7553-4fde-8a72-9074115b860e Authenticating user 'default' from [fd00:1122:3344:101::b]:49189 2026.01.05 21:59:48.543550 [ 274 ] {} TCP-Session: e86eee0c-9470-4464-b819-9dac9e2cdf8b Authenticating user 'default' from [fd00:1122:3344:101::b]:43007 2026.01.05 21:59:48.543527 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.543871 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.543899 [ 274 ] {} TCP-Session: e86eee0c-9470-4464-b819-9dac9e2cdf8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543911 [ 275 ] {} TCP-Session: be6c7b03-7553-4fde-8a72-9074115b860e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543979 [ 274 ] {} TCP-Session: e86eee0c-9470-4464-b819-9dac9e2cdf8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543986 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.544007 [ 276 ] {} TCP-Session: 2da94f52-c2b9-4a83-a7ac-467df3357939 Authenticating user 'default' from [fd00:1122:3344:101::b]:40967 2026.01.05 21:59:48.544081 [ 277 ] {} TCP-Session: eab3b5c4-0458-499f-b449-161a30cfa601 Authenticating user 'default' from [fd00:1122:3344:101::b]:39825 2026.01.05 21:59:48.544116 [ 276 ] {} TCP-Session: 2da94f52-c2b9-4a83-a7ac-467df3357939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.544053 [ 275 ] {} TCP-Session: be6c7b03-7553-4fde-8a72-9074115b860e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.544229 [ 276 ] {} TCP-Session: 2da94f52-c2b9-4a83-a7ac-467df3357939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.544233 [ 277 ] {} TCP-Session: eab3b5c4-0458-499f-b449-161a30cfa601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.543987 [ 273 ] {} TCP-Session: 42f58524-3be4-451f-b26e-0f6bde7243f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:44014 2026.01.05 21:59:48.544324 [ 277 ] {} TCP-Session: eab3b5c4-0458-499f-b449-161a30cfa601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.544353 [ 273 ] {} TCP-Session: 42f58524-3be4-451f-b26e-0f6bde7243f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.544404 [ 273 ] {} TCP-Session: 42f58524-3be4-451f-b26e-0f6bde7243f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.700960 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58852 2026.01.05 21:59:48.706948 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.706998 [ 278 ] {} TCP-Session: 3fe591d8-1838-4391-afc3-cf61f43e03f7 Authenticating user 'default' from [fd00:1122:3344:101::a]:58852 2026.01.05 21:59:48.707022 [ 278 ] {} TCP-Session: 3fe591d8-1838-4391-afc3-cf61f43e03f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.707135 [ 278 ] {} TCP-Session: 3fe591d8-1838-4391-afc3-cf61f43e03f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.707212 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.05 21:59:48.707282 [ 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.01.05 21:59:48.707466 [ 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.01.05 21:59:48.708166 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60344 2026.01.05 21:59:48.708288 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38719 2026.01.05 21:59:48.708385 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56008 2026.01.05 21:59:48.708396 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.708490 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41828 2026.01.05 21:59:48.708573 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.708654 [ 279 ] {} TCP-Session: a7371d80-4475-4574-a66b-87f1b4488645 Authenticating user 'default' from [fd00:1122:3344:101::a]:60344 2026.01.05 21:59:48.708705 [ 280 ] {} TCP-Session: 59b3770b-48ad-41d1-92ab-2779355e13bd Authenticating user 'default' from [fd00:1122:3344:101::a]:38719 2026.01.05 21:59:48.708737 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44112 2026.01.05 21:59:48.708697 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.708804 [ 279 ] {} TCP-Session: a7371d80-4475-4574-a66b-87f1b4488645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.708849 [ 280 ] {} TCP-Session: 59b3770b-48ad-41d1-92ab-2779355e13bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.708822 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52496 2026.01.05 21:59:48.708919 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40697 2026.01.05 21:59:48.708979 [ 280 ] {} TCP-Session: 59b3770b-48ad-41d1-92ab-2779355e13bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709077 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.708959 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.708820 [ 281 ] {} TCP-Session: 1ea4f82a-a6b7-49c4-af39-bf17fc2843f3 Authenticating user 'default' from [fd00:1122:3344:101::a]:56008 2026.01.05 21:59:48.709189 [ 284 ] {} TCP-Session: 6aa16886-7bb4-4adc-a2fb-259a54018c45 Authenticating user 'default' from [fd00:1122:3344:101::a]:52496 2026.01.05 21:59:48.709160 [ 283 ] {} TCP-Session: 08f84025-dfff-4669-bde7-3faa014c29a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:44112 2026.01.05 21:59:48.708813 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.709319 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.05 21:59:48.709289 [ 284 ] {} TCP-Session: 6aa16886-7bb4-4adc-a2fb-259a54018c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709278 [ 283 ] {} TCP-Session: 08f84025-dfff-4669-bde7-3faa014c29a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709518 [ 285 ] {} TCP-Session: b49ffb9f-fa52-4232-a444-1c584c0546d9 Authenticating user 'default' from [fd00:1122:3344:101::a]:40697 2026.01.05 21:59:48.709473 [ 282 ] {} TCP-Session: a397a404-3d99-4909-bb12-b33f8a556c65 Authenticating user 'default' from [fd00:1122:3344:101::a]:41828 2026.01.05 21:59:48.709482 [ 284 ] {} TCP-Session: 6aa16886-7bb4-4adc-a2fb-259a54018c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709635 [ 285 ] {} TCP-Session: b49ffb9f-fa52-4232-a444-1c584c0546d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709623 [ 282 ] {} TCP-Session: a397a404-3d99-4909-bb12-b33f8a556c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709602 [ 283 ] {} TCP-Session: 08f84025-dfff-4669-bde7-3faa014c29a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709840 [ 282 ] {} TCP-Session: a397a404-3d99-4909-bb12-b33f8a556c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709852 [ 285 ] {} TCP-Session: b49ffb9f-fa52-4232-a444-1c584c0546d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.709271 [ 281 ] {} TCP-Session: 1ea4f82a-a6b7-49c4-af39-bf17fc2843f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.708953 [ 279 ] {} TCP-Session: a7371d80-4475-4574-a66b-87f1b4488645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:48.710137 [ 281 ] {} TCP-Session: 1ea4f82a-a6b7-49c4-af39-bf17fc2843f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.05 21:59:49.000332 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.43 MiB, peak 138.43 MiB, free memory in arenas 0.00 B, will set to 139.91 MiB (RSS), difference: 1.48 MiB 2026.01.05 21:59:52.051572 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.05 21:59:52.051646 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.01.05 21:59:52.051684 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.05 21:59:52.051762 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.05 21:59:52.056609 [ 244 ] {} system.asynchronous_metric_log (70b9702a-5764-4675-930b-85066c3f74eb): Loading data parts 2026.01.05 21:59:52.056812 [ 244 ] {} system.asynchronous_metric_log (70b9702a-5764-4675-930b-85066c3f74eb): There are no data parts 2026.01.05 21:59:52.060855 [ 244 ] {} system.asynchronous_metric_log (70b9702a-5764-4675-930b-85066c3f74eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.05 21:59:52.061026 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.05 21:59:52.066964 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.05 21:59:52.067674 [ 244 ] {} system.asynchronous_metric_log (70b9702a-5764-4675-930b-85066c3f74eb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.05 21:59:52.067952 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.01.05 21:59:52.070494 [ 243 ] {} system.metric_log (c2fb439f-0e80-4d83-8edf-0f5e5469a6c3): Loading data parts 2026.01.05 21:59:52.070664 [ 243 ] {} system.metric_log (c2fb439f-0e80-4d83-8edf-0f5e5469a6c3): There are no data parts 2026.01.05 21:59:52.094257 [ 243 ] {} system.metric_log (c2fb439f-0e80-4d83-8edf-0f5e5469a6c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.05 21:59:52.094420 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.05 21:59:52.100752 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.05 21:59:52.102005 [ 243 ] {} system.metric_log (c2fb439f-0e80-4d83-8edf-0f5e5469a6c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.05 21:59:52.106019 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.05 21:59:53.000323 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.93 MiB, peak 148.93 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.05 MiB 2026.01.05 21:59:54.551553 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.05 21:59:54.551695 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.05 21:59:54.558062 [ 242 ] {} system.query_log (44dd4484-8f8c-463f-a1cb-e28759701316): Loading data parts 2026.01.05 21:59:54.558239 [ 242 ] {} system.query_log (44dd4484-8f8c-463f-a1cb-e28759701316): There are no data parts 2026.01.05 21:59:54.566035 [ 242 ] {} system.query_log (44dd4484-8f8c-463f-a1cb-e28759701316): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.05 21:59:54.566170 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.05 21:59:54.567949 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.05 21:59:54.568408 [ 242 ] {} system.query_log (44dd4484-8f8c-463f-a1cb-e28759701316): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.05 21:59:54.568666 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.05 21:59:55.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 158.17 MiB, free memory in arenas 0.00 B, will set to 155.02 MiB (RSS), difference: -3.15 MiB 2026.01.05 21:59:59.529119 [ 106 ] {} DNSResolver: Updating DNS cache 2026.01.05 21:59:59.529180 [ 106 ] {} DNSResolver: Updated DNS cache 2026.01.05 21:59:59.568054 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.01.05 21:59:59.572964 [ 244 ] {} system.asynchronous_metric_log (70b9702a-5764-4675-930b-85066c3f74eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.05 21:59:59.573018 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.05 21:59:59.573891 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.05 21:59:59.574462 [ 244 ] {} system.asynchronous_metric_log (70b9702a-5764-4675-930b-85066c3f74eb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.05 21:59:59.576775 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.05 21:59:59.606129 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.05 21:59:59.624644 [ 243 ] {} system.metric_log (c2fb439f-0e80-4d83-8edf-0f5e5469a6c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.05 21:59:59.624818 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.05 21:59:59.631359 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.05 21:59:59.632475 [ 243 ] {} system.metric_log (c2fb439f-0e80-4d83-8edf-0f5e5469a6c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.05 21:59:59.635839 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.05 22:00:00.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.81 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 157.90 MiB (RSS), difference: 2.09 MiB