[ Mar 24 18:29:45 Enabled. ] [ Mar 24 18:29:45 Rereading configuration. ] [ Mar 24 18:29:46 Rereading configuration. ] [ Mar 24 18:29:49 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 24 18:29:49 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.24 18:29:52.268396 [ 1 ] {} Application: Will watch for the process with pid 24595 2026.03.24 18:29:52.268794 [ 1 ] {} Application: Forked a child process to watch 2026.03.24 18:29:52.472114 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24595 2026.03.24 18:29:52.474537 [ 1 ] {} Application: starting up 2026.03.24 18:29:52.474679 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.24 18:29:52.587147 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.24 18:29:52.633359 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.24 18:29:52.633451 [ 1 ] {} Application: Initializing DateLUT. 2026.03.24 18:29:52.633480 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.24 18:29:52.633543 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.24 18:29:52.634329 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.24 18:29:52.638169 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.24 18:29:52.639044 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.24 18:29:52.639892 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.24 18:29:52.639945 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.24 18:29:52.639988 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.24 18:29:52.640706 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.24 18:29:52.641710 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.24 18:29:52.647892 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.24 18:29:52.648631 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.24 18:29:52.649879 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.24 18:29:52.649974 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.24 18:29:52.651035 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.24 18:29:52.651574 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.24 18:29:52.655766 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.24 18:29:52.656330 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.24 18:29:52.664743 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.24 18:29:52.665178 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.24 18:29:52.665559 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.24 18:29:52.665928 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.24 18:29:52.667405 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.24 18:29:52.667431 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.24 18:29:52.667515 [ 127 ] {} DNSResolver: Updating DNS cache 2026.03.24 18:29:52.667602 [ 127 ] {} DNSResolver: Updated DNS cache 2026.03.24 18:29:52.683063 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.24 18:29:52.683091 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000172502 sec 2026.03.24 18:29:52.683136 [ 1 ] {} ReferentialDeps: No tables 2026.03.24 18:29:52.683181 [ 1 ] {} LoadingDeps: No tables 2026.03.24 18:29:52.683867 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.24 18:29:52.684447 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.24 18:29:52.701484 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.24 18:29:52.701529 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.24 18:29:52.701611 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.24 18:29:52.701624 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.24 18:29:52.701660 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.24 18:29:52.701742 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.24 18:29:52.703970 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.24 18:29:52.704021 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.24 18:29:52.704075 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.24 18:29:52.704245 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.24 18:29:52.704288 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.24 18:29:52.704303 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.24 18:29:52.704381 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.24 18:29:52.704393 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.24 18:29:52.704425 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.24 18:29:52.704508 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.24 18:29:52.738108 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.24 18:29:52.741129 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.24 18:29:52.741224 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000116851 sec 2026.03.24 18:29:52.741238 [ 1 ] {} ReferentialDeps: No tables 2026.03.24 18:29:52.741248 [ 1 ] {} LoadingDeps: No tables 2026.03.24 18:29:52.741274 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.24 18:29:52.741493 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.24 18:29:52.741600 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.24 18:29:52.741614 [ 1 ] {} Application: Loaded metadata. 2026.03.24 18:29:52.741625 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.24 18:29:52.741636 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.24 18:29:52.746693 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.24 18:29:52.746885 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 91.93 MiB 2026.03.24 18:29:52.748247 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.354e-05 sec. 2026.03.24 18:29:52.748651 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.24 18:29:52.748703 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.24 18:29:52.748717 [ 1 ] {} Application: Ready for connections. 2026.03.24 18:29:53.604564 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56894 2026.03.24 18:29:53.604943 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.605000 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Authenticating user 'default' from [fd00:1122:3344:101::d]:56894 2026.03.24 18:29:53.605039 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.605133 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.605232 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 18:29:53.605258 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:53.605365 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:53.605971 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64167 2026.03.24 18:29:53.606804 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60832 2026.03.24 18:29:53.606818 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37056 2026.03.24 18:29:53.606836 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.607003 [ 4 ] {} TCP-Session: 70042fc4-42b6-410a-9857-581b52fd565e Authenticating user 'default' from [fd00:1122:3344:101::d]:64167 2026.03.24 18:29:53.607028 [ 4 ] {} TCP-Session: 70042fc4-42b6-410a-9857-581b52fd565e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.607042 [ 4 ] {} TCP-Session: 70042fc4-42b6-410a-9857-581b52fd565e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.607099 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58006 2026.03.24 18:29:53.607116 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50965 2026.03.24 18:29:53.607539 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58644 2026.03.24 18:29:53.607590 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36902 2026.03.24 18:29:53.607705 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50116 2026.03.24 18:29:53.607781 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.607935 [ 255 ] {} TCP-Session: 5e710d50-3f05-45ec-b439-09d33f92e7b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50965 2026.03.24 18:29:53.607972 [ 255 ] {} TCP-Session: 5e710d50-3f05-45ec-b439-09d33f92e7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608050 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.608055 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.607996 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.608164 [ 256 ] {} TCP-Session: 0113995b-0503-46c3-87c4-b1bd64731e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:58006 2026.03.24 18:29:53.608168 [ 257 ] {} TCP-Session: 786ec669-4ce1-4da5-aa15-9c913ddf1958 Authenticating user 'default' from [fd00:1122:3344:101::d]:50116 2026.03.24 18:29:53.608194 [ 253 ] {} TCP-Session: db3d736c-0363-4b5f-bd77-5e9ec64c6e53 Authenticating user 'default' from [fd00:1122:3344:101::d]:60832 2026.03.24 18:29:53.608175 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.608264 [ 253 ] {} TCP-Session: db3d736c-0363-4b5f-bd77-5e9ec64c6e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608282 [ 257 ] {} TCP-Session: 786ec669-4ce1-4da5-aa15-9c913ddf1958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608251 [ 256 ] {} TCP-Session: 0113995b-0503-46c3-87c4-b1bd64731e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608370 [ 253 ] {} TCP-Session: db3d736c-0363-4b5f-bd77-5e9ec64c6e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608357 [ 257 ] {} TCP-Session: 786ec669-4ce1-4da5-aa15-9c913ddf1958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608345 [ 259 ] {} TCP-Session: f479e2f5-101b-43bc-8f58-09365968f1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58644 2026.03.24 18:29:53.608438 [ 256 ] {} TCP-Session: 0113995b-0503-46c3-87c4-b1bd64731e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608152 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.608124 [ 255 ] {} TCP-Session: 5e710d50-3f05-45ec-b439-09d33f92e7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.608559 [ 258 ] {} TCP-Session: e58200e7-3947-4120-84e1-ffcd295e4e67 Authenticating user 'default' from [fd00:1122:3344:101::d]:36902 2026.03.24 18:29:53.608079 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:53.608528 [ 259 ] {} TCP-Session: f479e2f5-101b-43bc-8f58-09365968f1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.609002 [ 5 ] {} TCP-Session: aa6de27a-f001-45d2-8f32-a1b5fa3d25ba Authenticating user 'default' from [fd00:1122:3344:101::d]:37056 2026.03.24 18:29:53.609036 [ 258 ] {} TCP-Session: e58200e7-3947-4120-84e1-ffcd295e4e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.609041 [ 259 ] {} TCP-Session: f479e2f5-101b-43bc-8f58-09365968f1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.609065 [ 258 ] {} TCP-Session: e58200e7-3947-4120-84e1-ffcd295e4e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.609058 [ 5 ] {} TCP-Session: aa6de27a-f001-45d2-8f32-a1b5fa3d25ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.609152 [ 5 ] {} TCP-Session: aa6de27a-f001-45d2-8f32-a1b5fa3d25ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:53.610501 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.613323 [ 3 ] {ce2f7125-b842-423a-949b-71933cb78354} executeQuery: (from [fd00:1122:3344:101::d]:56894) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 18:29:53.746055 [ 3 ] {ce2f7125-b842-423a-949b-71933cb78354} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56894) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 18:29:53.747280 [ 3 ] {ce2f7125-b842-423a-949b-71933cb78354} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 18:29:53.747497 [ 3 ] {ce2f7125-b842-423a-949b-71933cb78354} TCPHandler: Processed in 0.139314856 sec. 2026.03.24 18:29:53.748014 [ 4 ] {} TCP-Session: 70042fc4-42b6-410a-9857-581b52fd565e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.748378 [ 4 ] {938ef824-93a1-4060-bb20-fb7fafea6fd6} executeQuery: (from [fd00:1122:3344:101::d]:64167) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.24 18:29:53.748994 [ 4 ] {938ef824-93a1-4060-bb20-fb7fafea6fd6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64167) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 18:29:53.749378 [ 4 ] {938ef824-93a1-4060-bb20-fb7fafea6fd6} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.24 18:29:53.749654 [ 4 ] {938ef824-93a1-4060-bb20-fb7fafea6fd6} TCPHandler: Processed in 0.001837964 sec. 2026.03.24 18:29:53.749990 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.750811 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.24 18:29:53.751474 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.24 18:29:53.755864 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.24 18:29:53.755886 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2381e-05 sec 2026.03.24 18:29:53.755900 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} ReferentialDeps: No tables 2026.03.24 18:29:53.755962 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} LoadingDeps: No tables 2026.03.24 18:29:53.756030 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} DatabaseAtomic (oximeter): Starting up tables. 2026.03.24 18:29:53.756916 [ 3 ] {73c5e514-f8e4-4608-8689-304d2ec22f49} TCPHandler: Processed in 0.007095823 sec. 2026.03.24 18:29:53.757066 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.757449 [ 3 ] {cfca668f-eb6e-448f-9444-0dd19ba6516c} executeQuery: (from [fd00:1122:3344:101::d]:56894) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.24 18:29:53.757530 [ 3 ] {cfca668f-eb6e-448f-9444-0dd19ba6516c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.24 18:29:53.763122 [ 3 ] {cfca668f-eb6e-448f-9444-0dd19ba6516c} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.24 18:29:53.767075 [ 3 ] {cfca668f-eb6e-448f-9444-0dd19ba6516c} oximeter.version (913e2774-1f73-4c4a-b491-cc0669a6e2a3): Loading data parts 2026.03.24 18:29:53.769651 [ 3 ] {cfca668f-eb6e-448f-9444-0dd19ba6516c} oximeter.version (913e2774-1f73-4c4a-b491-cc0669a6e2a3): There are no data parts 2026.03.24 18:29:53.773334 [ 3 ] {cfca668f-eb6e-448f-9444-0dd19ba6516c} TCPHandler: Processed in 0.016263414 sec. 2026.03.24 18:29:53.773530 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.773738 [ 3 ] {dc6beccc-196a-4ba1-a4f2-5194bc356f3c} executeQuery: (from [fd00:1122:3344:101::d]:56894) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.773932 [ 3 ] {dc6beccc-196a-4ba1-a4f2-5194bc356f3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.24 18:29:53.795641 [ 3 ] {dc6beccc-196a-4ba1-a4f2-5194bc356f3c} oximeter.measurements_bool (7a0fc291-ce65-47b5-a2dc-b143052c32b6): Loading data parts 2026.03.24 18:29:53.796026 [ 3 ] {dc6beccc-196a-4ba1-a4f2-5194bc356f3c} oximeter.measurements_bool (7a0fc291-ce65-47b5-a2dc-b143052c32b6): There are no data parts 2026.03.24 18:29:53.797870 [ 3 ] {dc6beccc-196a-4ba1-a4f2-5194bc356f3c} TCPHandler: Processed in 0.02440258 sec. 2026.03.24 18:29:53.798164 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.798478 [ 3 ] {3d0d3a0b-d795-4c43-9127-476102838ed3} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.798621 [ 3 ] {3d0d3a0b-d795-4c43-9127-476102838ed3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.24 18:29:53.802474 [ 3 ] {3d0d3a0b-d795-4c43-9127-476102838ed3} oximeter.measurements_i8 (88302e59-8250-46dd-ae53-8f01d6b54e6b): Loading data parts 2026.03.24 18:29:53.802618 [ 3 ] {3d0d3a0b-d795-4c43-9127-476102838ed3} oximeter.measurements_i8 (88302e59-8250-46dd-ae53-8f01d6b54e6b): There are no data parts 2026.03.24 18:29:53.806991 [ 3 ] {3d0d3a0b-d795-4c43-9127-476102838ed3} TCPHandler: Processed in 0.008969157 sec. 2026.03.24 18:29:53.807223 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.807415 [ 3 ] {3188e228-6ab2-4e99-be50-86ba8cfd8862} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.807553 [ 3 ] {3188e228-6ab2-4e99-be50-86ba8cfd8862} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.24 18:29:53.811096 [ 3 ] {3188e228-6ab2-4e99-be50-86ba8cfd8862} oximeter.measurements_u8 (b59ff0ce-dca1-4bd0-8fa1-09cd885a5921): Loading data parts 2026.03.24 18:29:53.811357 [ 3 ] {3188e228-6ab2-4e99-be50-86ba8cfd8862} oximeter.measurements_u8 (b59ff0ce-dca1-4bd0-8fa1-09cd885a5921): There are no data parts 2026.03.24 18:29:53.815534 [ 3 ] {3188e228-6ab2-4e99-be50-86ba8cfd8862} TCPHandler: Processed in 0.008375209 sec. 2026.03.24 18:29:53.815733 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.816065 [ 3 ] {b3846541-bc9a-4790-baaa-76dcf92d6735} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.816126 [ 3 ] {b3846541-bc9a-4790-baaa-76dcf92d6735} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.24 18:29:53.823439 [ 3 ] {b3846541-bc9a-4790-baaa-76dcf92d6735} oximeter.measurements_i16 (b096f73d-b2a5-4c95-857e-797340056f8d): Loading data parts 2026.03.24 18:29:53.823589 [ 3 ] {b3846541-bc9a-4790-baaa-76dcf92d6735} oximeter.measurements_i16 (b096f73d-b2a5-4c95-857e-797340056f8d): There are no data parts 2026.03.24 18:29:53.825472 [ 3 ] {b3846541-bc9a-4790-baaa-76dcf92d6735} TCPHandler: Processed in 0.009808529 sec. 2026.03.24 18:29:53.825767 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.825967 [ 3 ] {27d18653-ce65-4867-93ef-b4542c899b03} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.826114 [ 3 ] {27d18653-ce65-4867-93ef-b4542c899b03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.24 18:29:53.828057 [ 3 ] {27d18653-ce65-4867-93ef-b4542c899b03} oximeter.measurements_u16 (145bdc1f-a33a-4315-a169-ba3595860b9e): Loading data parts 2026.03.24 18:29:53.828260 [ 3 ] {27d18653-ce65-4867-93ef-b4542c899b03} oximeter.measurements_u16 (145bdc1f-a33a-4315-a169-ba3595860b9e): There are no data parts 2026.03.24 18:29:53.831919 [ 3 ] {27d18653-ce65-4867-93ef-b4542c899b03} TCPHandler: Processed in 0.006214921 sec. 2026.03.24 18:29:53.832086 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.832419 [ 3 ] {325e3c5d-3918-4d27-81b6-67c6f3eba6a9} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.832470 [ 3 ] {325e3c5d-3918-4d27-81b6-67c6f3eba6a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.24 18:29:53.837959 [ 3 ] {325e3c5d-3918-4d27-81b6-67c6f3eba6a9} oximeter.measurements_i32 (2a0738e5-7026-4310-a1ec-0b71e9fb1ccf): Loading data parts 2026.03.24 18:29:53.838100 [ 3 ] {325e3c5d-3918-4d27-81b6-67c6f3eba6a9} oximeter.measurements_i32 (2a0738e5-7026-4310-a1ec-0b71e9fb1ccf): There are no data parts 2026.03.24 18:29:53.841270 [ 3 ] {325e3c5d-3918-4d27-81b6-67c6f3eba6a9} TCPHandler: Processed in 0.009241012 sec. 2026.03.24 18:29:53.841573 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.841837 [ 3 ] {00eee420-174f-49a5-be3a-20105f6fee09} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.841985 [ 3 ] {00eee420-174f-49a5-be3a-20105f6fee09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.24 18:29:53.846701 [ 3 ] {00eee420-174f-49a5-be3a-20105f6fee09} oximeter.measurements_u32 (51d3ebf7-3b59-4a11-832e-6f378b197180): Loading data parts 2026.03.24 18:29:53.847073 [ 3 ] {00eee420-174f-49a5-be3a-20105f6fee09} oximeter.measurements_u32 (51d3ebf7-3b59-4a11-832e-6f378b197180): There are no data parts 2026.03.24 18:29:53.851253 [ 3 ] {00eee420-174f-49a5-be3a-20105f6fee09} TCPHandler: Processed in 0.009767357 sec. 2026.03.24 18:29:53.851429 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.851748 [ 3 ] {5b664611-4b96-47e6-8853-e663cb68d5e4} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.851863 [ 3 ] {5b664611-4b96-47e6-8853-e663cb68d5e4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.24 18:29:53.857275 [ 3 ] {5b664611-4b96-47e6-8853-e663cb68d5e4} oximeter.measurements_i64 (182f6ffa-03eb-4e18-b50b-3ed72b72b098): Loading data parts 2026.03.24 18:29:53.857427 [ 3 ] {5b664611-4b96-47e6-8853-e663cb68d5e4} oximeter.measurements_i64 (182f6ffa-03eb-4e18-b50b-3ed72b72b098): There are no data parts 2026.03.24 18:29:53.861909 [ 3 ] {5b664611-4b96-47e6-8853-e663cb68d5e4} TCPHandler: Processed in 0.010540938 sec. 2026.03.24 18:29:53.862184 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.862366 [ 3 ] {972b46fb-59b4-4a51-b676-b7b4b45cafc9} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.862506 [ 3 ] {972b46fb-59b4-4a51-b676-b7b4b45cafc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.24 18:29:53.867207 [ 3 ] {972b46fb-59b4-4a51-b676-b7b4b45cafc9} oximeter.measurements_u64 (a3036028-bc37-4e34-af7e-a09652524c8d): Loading data parts 2026.03.24 18:29:53.867350 [ 3 ] {972b46fb-59b4-4a51-b676-b7b4b45cafc9} oximeter.measurements_u64 (a3036028-bc37-4e34-af7e-a09652524c8d): There are no data parts 2026.03.24 18:29:53.871230 [ 3 ] {972b46fb-59b4-4a51-b676-b7b4b45cafc9} TCPHandler: Processed in 0.009109699 sec. 2026.03.24 18:29:53.871403 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.871597 [ 3 ] {fc8977bd-5bae-4f3e-ad1a-4428e8ba1396} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.871739 [ 3 ] {fc8977bd-5bae-4f3e-ad1a-4428e8ba1396} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.24 18:29:53.876813 [ 3 ] {fc8977bd-5bae-4f3e-ad1a-4428e8ba1396} oximeter.measurements_f32 (028c7b2a-526f-4617-b604-98fc92349634): Loading data parts 2026.03.24 18:29:53.876983 [ 3 ] {fc8977bd-5bae-4f3e-ad1a-4428e8ba1396} oximeter.measurements_f32 (028c7b2a-526f-4617-b604-98fc92349634): There are no data parts 2026.03.24 18:29:53.880949 [ 3 ] {fc8977bd-5bae-4f3e-ad1a-4428e8ba1396} TCPHandler: Processed in 0.009608656 sec. 2026.03.24 18:29:53.881133 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.881429 [ 3 ] {9d8dee2b-308c-47df-942a-a6f24f2d97cc} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.881574 [ 3 ] {9d8dee2b-308c-47df-942a-a6f24f2d97cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.24 18:29:53.883958 [ 3 ] {9d8dee2b-308c-47df-942a-a6f24f2d97cc} oximeter.measurements_f64 (37d88f1e-f80a-47ec-9514-00ea86aae029): Loading data parts 2026.03.24 18:29:53.884134 [ 3 ] {9d8dee2b-308c-47df-942a-a6f24f2d97cc} oximeter.measurements_f64 (37d88f1e-f80a-47ec-9514-00ea86aae029): There are no data parts 2026.03.24 18:29:53.885659 [ 3 ] {9d8dee2b-308c-47df-942a-a6f24f2d97cc} TCPHandler: Processed in 0.004623501 sec. 2026.03.24 18:29:53.885832 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.886045 [ 3 ] {42c86c74-8474-4194-8bb7-e61ff94bd1f4} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.886259 [ 3 ] {42c86c74-8474-4194-8bb7-e61ff94bd1f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.24 18:29:53.889708 [ 3 ] {42c86c74-8474-4194-8bb7-e61ff94bd1f4} oximeter.measurements_string (ba014f71-2726-4f2b-ac0d-2a7d39dfe588): Loading data parts 2026.03.24 18:29:53.889977 [ 3 ] {42c86c74-8474-4194-8bb7-e61ff94bd1f4} oximeter.measurements_string (ba014f71-2726-4f2b-ac0d-2a7d39dfe588): There are no data parts 2026.03.24 18:29:53.893919 [ 3 ] {42c86c74-8474-4194-8bb7-e61ff94bd1f4} TCPHandler: Processed in 0.008109007 sec. 2026.03.24 18:29:53.894124 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.894445 [ 3 ] {0fdd9750-667d-4bc6-8fb1-9b924527918e} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.894611 [ 3 ] {0fdd9750-667d-4bc6-8fb1-9b924527918e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.24 18:29:53.899748 [ 3 ] {0fdd9750-667d-4bc6-8fb1-9b924527918e} oximeter.measurements_bytes (5ab0eef5-06d1-4a60-850e-5bf664793a10): Loading data parts 2026.03.24 18:29:53.899914 [ 3 ] {0fdd9750-667d-4bc6-8fb1-9b924527918e} oximeter.measurements_bytes (5ab0eef5-06d1-4a60-850e-5bf664793a10): There are no data parts 2026.03.24 18:29:53.902995 [ 3 ] {0fdd9750-667d-4bc6-8fb1-9b924527918e} TCPHandler: Processed in 0.008937008 sec. 2026.03.24 18:29:53.903219 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.903485 [ 3 ] {2f8b49cb-3a58-4ad5-ade6-189c26800c07} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.903637 [ 3 ] {2f8b49cb-3a58-4ad5-ade6-189c26800c07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.24 18:29:53.908325 [ 3 ] {2f8b49cb-3a58-4ad5-ade6-189c26800c07} oximeter.measurements_cumulativei64 (018de59c-f4dd-4d60-9fd1-89731d2da342): Loading data parts 2026.03.24 18:29:53.908638 [ 3 ] {2f8b49cb-3a58-4ad5-ade6-189c26800c07} oximeter.measurements_cumulativei64 (018de59c-f4dd-4d60-9fd1-89731d2da342): There are no data parts 2026.03.24 18:29:53.910350 [ 3 ] {2f8b49cb-3a58-4ad5-ade6-189c26800c07} TCPHandler: Processed in 0.007193324 sec. 2026.03.24 18:29:53.910533 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.910841 [ 3 ] {af5d067a-28f3-407b-9dc8-51317a6646d6} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.910951 [ 3 ] {af5d067a-28f3-407b-9dc8-51317a6646d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.24 18:29:53.916494 [ 3 ] {af5d067a-28f3-407b-9dc8-51317a6646d6} oximeter.measurements_cumulativeu64 (c4632d90-71a8-4ce5-893a-8c690fc19f88): Loading data parts 2026.03.24 18:29:53.916672 [ 3 ] {af5d067a-28f3-407b-9dc8-51317a6646d6} oximeter.measurements_cumulativeu64 (c4632d90-71a8-4ce5-893a-8c690fc19f88): There are no data parts 2026.03.24 18:29:53.918587 [ 3 ] {af5d067a-28f3-407b-9dc8-51317a6646d6} TCPHandler: Processed in 0.008119816 sec. 2026.03.24 18:29:53.918756 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.918960 [ 3 ] {dcc88f10-6a78-4342-9350-b5bb2f74371b} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.919106 [ 3 ] {dcc88f10-6a78-4342-9350-b5bb2f74371b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.24 18:29:53.923538 [ 3 ] {dcc88f10-6a78-4342-9350-b5bb2f74371b} oximeter.measurements_cumulativef32 (f562c9f5-1af7-4bf5-b2a4-b3b6947f5a47): Loading data parts 2026.03.24 18:29:53.923808 [ 3 ] {dcc88f10-6a78-4342-9350-b5bb2f74371b} oximeter.measurements_cumulativef32 (f562c9f5-1af7-4bf5-b2a4-b3b6947f5a47): There are no data parts 2026.03.24 18:29:53.928025 [ 3 ] {dcc88f10-6a78-4342-9350-b5bb2f74371b} TCPHandler: Processed in 0.009327883 sec. 2026.03.24 18:29:53.928195 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.928469 [ 3 ] {fec65c5d-fd4f-4e15-af5e-38b19b414999} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.928623 [ 3 ] {fec65c5d-fd4f-4e15-af5e-38b19b414999} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.24 18:29:53.930914 [ 3 ] {fec65c5d-fd4f-4e15-af5e-38b19b414999} oximeter.measurements_cumulativef64 (d8ca22e4-6b9c-4590-b2ed-92309d6ccb7d): Loading data parts 2026.03.24 18:29:53.931090 [ 3 ] {fec65c5d-fd4f-4e15-af5e-38b19b414999} oximeter.measurements_cumulativef64 (d8ca22e4-6b9c-4590-b2ed-92309d6ccb7d): There are no data parts 2026.03.24 18:29:53.935394 [ 3 ] {fec65c5d-fd4f-4e15-af5e-38b19b414999} TCPHandler: Processed in 0.007253455 sec. 2026.03.24 18:29:53.935576 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.935905 [ 3 ] {18e56b00-13b3-4f4a-b366-5ef35a6cb8ec} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.936068 [ 3 ] {18e56b00-13b3-4f4a-b366-5ef35a6cb8ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.24 18:29:53.938816 [ 3 ] {18e56b00-13b3-4f4a-b366-5ef35a6cb8ec} oximeter.measurements_histogrami8 (a7357ed9-dda4-45e3-9133-2f4a6d74718e): Loading data parts 2026.03.24 18:29:53.939084 [ 3 ] {18e56b00-13b3-4f4a-b366-5ef35a6cb8ec} oximeter.measurements_histogrami8 (a7357ed9-dda4-45e3-9133-2f4a6d74718e): There are no data parts 2026.03.24 18:29:53.942176 [ 3 ] {18e56b00-13b3-4f4a-b366-5ef35a6cb8ec} TCPHandler: Processed in 0.006659287 sec. 2026.03.24 18:29:53.942384 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.942843 [ 3 ] {bd6f0221-d355-4415-adc4-a7cc9a6d730a} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.942999 [ 3 ] {bd6f0221-d355-4415-adc4-a7cc9a6d730a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.24 18:29:53.948215 [ 3 ] {bd6f0221-d355-4415-adc4-a7cc9a6d730a} oximeter.measurements_histogramu8 (e720ba54-3497-465f-99e0-9891c58c4185): Loading data parts 2026.03.24 18:29:53.948458 [ 3 ] {bd6f0221-d355-4415-adc4-a7cc9a6d730a} oximeter.measurements_histogramu8 (e720ba54-3497-465f-99e0-9891c58c4185): There are no data parts 2026.03.24 18:29:53.950185 [ 3 ] {bd6f0221-d355-4415-adc4-a7cc9a6d730a} TCPHandler: Processed in 0.007881333 sec. 2026.03.24 18:29:53.950377 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.950680 [ 3 ] {00252e25-a14b-4825-abc2-2cfa865d036d} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.950843 [ 3 ] {00252e25-a14b-4825-abc2-2cfa865d036d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.24 18:29:53.953193 [ 3 ] {00252e25-a14b-4825-abc2-2cfa865d036d} oximeter.measurements_histogrami16 (a5604fe2-b960-4ca2-b72f-0918ec8d1f8a): Loading data parts 2026.03.24 18:29:53.953557 [ 3 ] {00252e25-a14b-4825-abc2-2cfa865d036d} oximeter.measurements_histogrami16 (a5604fe2-b960-4ca2-b72f-0918ec8d1f8a): There are no data parts 2026.03.24 18:29:53.955536 [ 3 ] {00252e25-a14b-4825-abc2-2cfa865d036d} TCPHandler: Processed in 0.005231239 sec. 2026.03.24 18:29:53.955730 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.956177 [ 3 ] {fdbbddce-82dd-45e9-a89c-bfe03092a01c} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.956342 [ 3 ] {fdbbddce-82dd-45e9-a89c-bfe03092a01c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.24 18:29:53.959685 [ 3 ] {fdbbddce-82dd-45e9-a89c-bfe03092a01c} oximeter.measurements_histogramu16 (0075fc38-3582-464d-a187-9b251fdf1079): Loading data parts 2026.03.24 18:29:53.959914 [ 3 ] {fdbbddce-82dd-45e9-a89c-bfe03092a01c} oximeter.measurements_histogramu16 (0075fc38-3582-464d-a187-9b251fdf1079): There are no data parts 2026.03.24 18:29:53.963005 [ 3 ] {fdbbddce-82dd-45e9-a89c-bfe03092a01c} TCPHandler: Processed in 0.007345476 sec. 2026.03.24 18:29:53.963220 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.963574 [ 3 ] {55534d09-046a-415a-8dee-06df9055ca48} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.963814 [ 3 ] {55534d09-046a-415a-8dee-06df9055ca48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.24 18:29:53.968550 [ 3 ] {55534d09-046a-415a-8dee-06df9055ca48} oximeter.measurements_histogrami32 (fac2a058-7bc6-45d2-8fb1-c9cc08488509): Loading data parts 2026.03.24 18:29:53.968858 [ 3 ] {55534d09-046a-415a-8dee-06df9055ca48} oximeter.measurements_histogrami32 (fac2a058-7bc6-45d2-8fb1-c9cc08488509): There are no data parts 2026.03.24 18:29:53.970658 [ 3 ] {55534d09-046a-415a-8dee-06df9055ca48} TCPHandler: Processed in 0.007511658 sec. 2026.03.24 18:29:53.970865 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.971251 [ 3 ] {7a42f7ed-ac70-4d0e-b51c-ee232c7b7071} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.971417 [ 3 ] {7a42f7ed-ac70-4d0e-b51c-ee232c7b7071} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.24 18:29:53.976016 [ 3 ] {7a42f7ed-ac70-4d0e-b51c-ee232c7b7071} oximeter.measurements_histogramu32 (d5f24109-14c6-4a88-9fe2-f5cd16bfa0df): Loading data parts 2026.03.24 18:29:53.976222 [ 3 ] {7a42f7ed-ac70-4d0e-b51c-ee232c7b7071} oximeter.measurements_histogramu32 (d5f24109-14c6-4a88-9fe2-f5cd16bfa0df): There are no data parts 2026.03.24 18:29:53.980188 [ 3 ] {7a42f7ed-ac70-4d0e-b51c-ee232c7b7071} TCPHandler: Processed in 0.009400643 sec. 2026.03.24 18:29:53.980435 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.980721 [ 3 ] {b31785b5-90cc-423c-b79a-7ef43d475d2c} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.980885 [ 3 ] {b31785b5-90cc-423c-b79a-7ef43d475d2c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.24 18:29:53.983428 [ 3 ] {b31785b5-90cc-423c-b79a-7ef43d475d2c} oximeter.measurements_histogrami64 (a92e09c9-4159-4030-9289-5085ca44d6d5): Loading data parts 2026.03.24 18:29:53.983716 [ 3 ] {b31785b5-90cc-423c-b79a-7ef43d475d2c} oximeter.measurements_histogrami64 (a92e09c9-4159-4030-9289-5085ca44d6d5): There are no data parts 2026.03.24 18:29:53.987830 [ 3 ] {b31785b5-90cc-423c-b79a-7ef43d475d2c} TCPHandler: Processed in 0.007458177 sec. 2026.03.24 18:29:53.988029 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.988428 [ 3 ] {1fd6d7d3-5ef2-4496-b28d-e9a2693cf207} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.988599 [ 3 ] {1fd6d7d3-5ef2-4496-b28d-e9a2693cf207} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.24 18:29:53.992169 [ 3 ] {1fd6d7d3-5ef2-4496-b28d-e9a2693cf207} oximeter.measurements_histogramu64 (1eb2aa70-e1eb-4741-a9de-2610d06299da): Loading data parts 2026.03.24 18:29:53.992318 [ 3 ] {1fd6d7d3-5ef2-4496-b28d-e9a2693cf207} oximeter.measurements_histogramu64 (1eb2aa70-e1eb-4741-a9de-2610d06299da): There are no data parts 2026.03.24 18:29:53.994238 [ 3 ] {1fd6d7d3-5ef2-4496-b28d-e9a2693cf207} TCPHandler: Processed in 0.006281782 sec. 2026.03.24 18:29:53.994505 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:53.994774 [ 3 ] {d635c1c3-7c76-4f96-b526-abd4a669fa61} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:53.994949 [ 3 ] {d635c1c3-7c76-4f96-b526-abd4a669fa61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.24 18:29:53.998718 [ 3 ] {d635c1c3-7c76-4f96-b526-abd4a669fa61} oximeter.measurements_histogramf32 (5c58d832-5839-4694-ad98-1f9ce7f5ad7c): Loading data parts 2026.03.24 18:29:53.999085 [ 3 ] {d635c1c3-7c76-4f96-b526-abd4a669fa61} oximeter.measurements_histogramf32 (5c58d832-5839-4694-ad98-1f9ce7f5ad7c): There are no data parts 2026.03.24 18:29:54.000240 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 123.39 MiB, peak 123.39 MiB, free memory in arenas 0.00 B, will set to 133.06 MiB (RSS), difference: 9.67 MiB 2026.03.24 18:29:54.003052 [ 3 ] {d635c1c3-7c76-4f96-b526-abd4a669fa61} TCPHandler: Processed in 0.008607873 sec. 2026.03.24 18:29:54.003355 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.003653 [ 3 ] {46389162-abee-4de5-92ce-cd1cdb464447} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.003823 [ 3 ] {46389162-abee-4de5-92ce-cd1cdb464447} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.24 18:29:54.009310 [ 3 ] {46389162-abee-4de5-92ce-cd1cdb464447} oximeter.measurements_histogramf64 (1d3c0b28-895c-4e2d-ac8b-8713543095fc): Loading data parts 2026.03.24 18:29:54.009469 [ 3 ] {46389162-abee-4de5-92ce-cd1cdb464447} oximeter.measurements_histogramf64 (1d3c0b28-895c-4e2d-ac8b-8713543095fc): There are no data parts 2026.03.24 18:29:54.014316 [ 3 ] {46389162-abee-4de5-92ce-cd1cdb464447} TCPHandler: Processed in 0.011037005 sec. 2026.03.24 18:29:54.014501 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.014737 [ 3 ] {9670f7e2-5ad8-48d0-a34e-212eae5e1f96} executeQuery: (from [fd00:1122:3344:101::d]:56894) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.014885 [ 3 ] {9670f7e2-5ad8-48d0-a34e-212eae5e1f96} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.24 18:29:54.018793 [ 3 ] {9670f7e2-5ad8-48d0-a34e-212eae5e1f96} oximeter.fields_bool (137d49e1-5ea0-45bd-bf63-7a692acb723f): Loading data parts 2026.03.24 18:29:54.019110 [ 3 ] {9670f7e2-5ad8-48d0-a34e-212eae5e1f96} oximeter.fields_bool (137d49e1-5ea0-45bd-bf63-7a692acb723f): There are no data parts 2026.03.24 18:29:54.023540 [ 3 ] {9670f7e2-5ad8-48d0-a34e-212eae5e1f96} TCPHandler: Processed in 0.009086469 sec. 2026.03.24 18:29:54.023714 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.024129 [ 3 ] {ba575af7-8ca1-4ddf-8365-be4e776d4765} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.024303 [ 3 ] {ba575af7-8ca1-4ddf-8365-be4e776d4765} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.24 18:29:54.027662 [ 3 ] {ba575af7-8ca1-4ddf-8365-be4e776d4765} oximeter.fields_i8 (c1cdcc5e-ca62-4570-bd9f-350c2d460a99): Loading data parts 2026.03.24 18:29:54.027815 [ 3 ] {ba575af7-8ca1-4ddf-8365-be4e776d4765} oximeter.fields_i8 (c1cdcc5e-ca62-4570-bd9f-350c2d460a99): There are no data parts 2026.03.24 18:29:54.032356 [ 3 ] {ba575af7-8ca1-4ddf-8365-be4e776d4765} TCPHandler: Processed in 0.008702424 sec. 2026.03.24 18:29:54.032525 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.032705 [ 3 ] {df0d11c7-5d6c-4d24-8af1-e4809ef59607} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.032865 [ 3 ] {df0d11c7-5d6c-4d24-8af1-e4809ef59607} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.24 18:29:54.037572 [ 3 ] {df0d11c7-5d6c-4d24-8af1-e4809ef59607} oximeter.fields_u8 (8634b654-8d80-4ad4-b4df-a9530805bb6d): Loading data parts 2026.03.24 18:29:54.037891 [ 3 ] {df0d11c7-5d6c-4d24-8af1-e4809ef59607} oximeter.fields_u8 (8634b654-8d80-4ad4-b4df-a9530805bb6d): There are no data parts 2026.03.24 18:29:54.039952 [ 3 ] {df0d11c7-5d6c-4d24-8af1-e4809ef59607} TCPHandler: Processed in 0.007485478 sec. 2026.03.24 18:29:54.040149 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.040471 [ 3 ] {3df34ae9-3834-4d0e-918f-52fce99ed72d} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.040628 [ 3 ] {3df34ae9-3834-4d0e-918f-52fce99ed72d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.24 18:29:54.043610 [ 3 ] {3df34ae9-3834-4d0e-918f-52fce99ed72d} oximeter.fields_i16 (89344499-bf03-4d38-8078-62c7bd0c41b9): Loading data parts 2026.03.24 18:29:54.043845 [ 3 ] {3df34ae9-3834-4d0e-918f-52fce99ed72d} oximeter.fields_i16 (89344499-bf03-4d38-8078-62c7bd0c41b9): There are no data parts 2026.03.24 18:29:54.045479 [ 3 ] {3df34ae9-3834-4d0e-918f-52fce99ed72d} TCPHandler: Processed in 0.005396421 sec. 2026.03.24 18:29:54.045661 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.045891 [ 3 ] {a1c0e428-92d7-4e87-bfb3-2c215e7d968a} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.046043 [ 3 ] {a1c0e428-92d7-4e87-bfb3-2c215e7d968a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.24 18:29:54.050667 [ 3 ] {a1c0e428-92d7-4e87-bfb3-2c215e7d968a} oximeter.fields_u16 (38910ff0-641c-45a2-b110-d41eafa9eaa4): Loading data parts 2026.03.24 18:29:54.050962 [ 3 ] {a1c0e428-92d7-4e87-bfb3-2c215e7d968a} oximeter.fields_u16 (38910ff0-641c-45a2-b110-d41eafa9eaa4): There are no data parts 2026.03.24 18:29:54.052646 [ 3 ] {a1c0e428-92d7-4e87-bfb3-2c215e7d968a} TCPHandler: Processed in 0.007056303 sec. 2026.03.24 18:29:54.052837 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.053164 [ 3 ] {ea53d875-35e4-4dae-a28e-5f847152a58e} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.053394 [ 3 ] {ea53d875-35e4-4dae-a28e-5f847152a58e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.24 18:29:54.056255 [ 3 ] {ea53d875-35e4-4dae-a28e-5f847152a58e} oximeter.fields_i32 (8f4e4e36-4e48-4f5a-963f-2d8f85dcc22c): Loading data parts 2026.03.24 18:29:54.056415 [ 3 ] {ea53d875-35e4-4dae-a28e-5f847152a58e} oximeter.fields_i32 (8f4e4e36-4e48-4f5a-963f-2d8f85dcc22c): There are no data parts 2026.03.24 18:29:54.058114 [ 3 ] {ea53d875-35e4-4dae-a28e-5f847152a58e} TCPHandler: Processed in 0.00535292 sec. 2026.03.24 18:29:54.058309 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.058517 [ 3 ] {5f0c9067-1d81-4f28-9292-7898e85d3d52} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.058670 [ 3 ] {5f0c9067-1d81-4f28-9292-7898e85d3d52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.24 18:29:54.066093 [ 3 ] {5f0c9067-1d81-4f28-9292-7898e85d3d52} oximeter.fields_u32 (b740d7c6-dcbe-443a-9ac8-4102e5073d2b): Loading data parts 2026.03.24 18:29:54.066425 [ 3 ] {5f0c9067-1d81-4f28-9292-7898e85d3d52} oximeter.fields_u32 (b740d7c6-dcbe-443a-9ac8-4102e5073d2b): There are no data parts 2026.03.24 18:29:54.068434 [ 3 ] {5f0c9067-1d81-4f28-9292-7898e85d3d52} TCPHandler: Processed in 0.010190743 sec. 2026.03.24 18:29:54.068623 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.068967 [ 3 ] {19aed031-8ccd-4b95-90ea-0fe800daf2f8} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.069133 [ 3 ] {19aed031-8ccd-4b95-90ea-0fe800daf2f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.24 18:29:54.073049 [ 3 ] {19aed031-8ccd-4b95-90ea-0fe800daf2f8} oximeter.fields_i64 (016b4101-0431-4500-8fec-d59cc37c07a0): Loading data parts 2026.03.24 18:29:54.073259 [ 3 ] {19aed031-8ccd-4b95-90ea-0fe800daf2f8} oximeter.fields_i64 (016b4101-0431-4500-8fec-d59cc37c07a0): There are no data parts 2026.03.24 18:29:54.074948 [ 3 ] {19aed031-8ccd-4b95-90ea-0fe800daf2f8} TCPHandler: Processed in 0.006395774 sec. 2026.03.24 18:29:54.075141 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.075358 [ 3 ] {9ac7e667-18fd-400a-9ce5-f2b72adfc6ef} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.075506 [ 3 ] {9ac7e667-18fd-400a-9ce5-f2b72adfc6ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.24 18:29:54.079116 [ 3 ] {9ac7e667-18fd-400a-9ce5-f2b72adfc6ef} oximeter.fields_u64 (2d6a277e-3a59-4d3a-8403-8a1ac03696fd): Loading data parts 2026.03.24 18:29:54.079532 [ 3 ] {9ac7e667-18fd-400a-9ce5-f2b72adfc6ef} oximeter.fields_u64 (2d6a277e-3a59-4d3a-8403-8a1ac03696fd): There are no data parts 2026.03.24 18:29:54.084155 [ 3 ] {9ac7e667-18fd-400a-9ce5-f2b72adfc6ef} TCPHandler: Processed in 0.009081899 sec. 2026.03.24 18:29:54.084333 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.084734 [ 3 ] {d0b11705-24d5-443b-b970-10524c2f7d3b} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.084902 [ 3 ] {d0b11705-24d5-443b-b970-10524c2f7d3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.24 18:29:54.088367 [ 3 ] {d0b11705-24d5-443b-b970-10524c2f7d3b} oximeter.fields_ipaddr (88d8a2a1-2d61-4adf-9d9f-b7f0307c9b96): Loading data parts 2026.03.24 18:29:54.088563 [ 3 ] {d0b11705-24d5-443b-b970-10524c2f7d3b} oximeter.fields_ipaddr (88d8a2a1-2d61-4adf-9d9f-b7f0307c9b96): There are no data parts 2026.03.24 18:29:54.090901 [ 3 ] {d0b11705-24d5-443b-b970-10524c2f7d3b} TCPHandler: Processed in 0.006628167 sec. 2026.03.24 18:29:54.091144 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.091431 [ 3 ] {af2e3b57-9410-478b-8f8b-f4e0e9161a65} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.091634 [ 3 ] {af2e3b57-9410-478b-8f8b-f4e0e9161a65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.24 18:29:54.093983 [ 3 ] {af2e3b57-9410-478b-8f8b-f4e0e9161a65} oximeter.fields_string (d3f704ce-78ba-4fd9-b75b-90d5b9acab2b): Loading data parts 2026.03.24 18:29:54.094198 [ 3 ] {af2e3b57-9410-478b-8f8b-f4e0e9161a65} oximeter.fields_string (d3f704ce-78ba-4fd9-b75b-90d5b9acab2b): There are no data parts 2026.03.24 18:29:54.097292 [ 3 ] {af2e3b57-9410-478b-8f8b-f4e0e9161a65} TCPHandler: Processed in 0.006236392 sec. 2026.03.24 18:29:54.097513 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.097877 [ 3 ] {7dd415a8-bf98-436c-bacb-c39cdbc97c21} executeQuery: (from [fd00:1122:3344:101::d]:56894) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.24 18:29:54.098110 [ 3 ] {7dd415a8-bf98-436c-bacb-c39cdbc97c21} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.24 18:29:54.102747 [ 3 ] {7dd415a8-bf98-436c-bacb-c39cdbc97c21} oximeter.fields_uuid (db2c58aa-d1af-4122-8508-67f35cd67563): Loading data parts 2026.03.24 18:29:54.103003 [ 3 ] {7dd415a8-bf98-436c-bacb-c39cdbc97c21} oximeter.fields_uuid (db2c58aa-d1af-4122-8508-67f35cd67563): There are no data parts 2026.03.24 18:29:54.108614 [ 3 ] {7dd415a8-bf98-436c-bacb-c39cdbc97c21} TCPHandler: Processed in 0.011191957 sec. 2026.03.24 18:29:54.108826 [ 3 ] {} TCP-Session: 80a5b80c-515c-4e23-b768-227626176324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.109175 [ 3 ] {e9750f13-1be5-4920-b382-535c8885c7a9} executeQuery: (from [fd00:1122:3344:101::d]:56894) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.24 18:29:54.109365 [ 3 ] {e9750f13-1be5-4920-b382-535c8885c7a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.24 18:29:54.113265 [ 3 ] {e9750f13-1be5-4920-b382-535c8885c7a9} oximeter.timeseries_schema (9996f48c-a6e5-43f4-be82-215027fb825f): Loading data parts 2026.03.24 18:29:54.113492 [ 3 ] {e9750f13-1be5-4920-b382-535c8885c7a9} oximeter.timeseries_schema (9996f48c-a6e5-43f4-be82-215027fb825f): There are no data parts 2026.03.24 18:29:54.116349 [ 3 ] {e9750f13-1be5-4920-b382-535c8885c7a9} TCPHandler: Processed in 0.007585649 sec. 2026.03.24 18:29:54.116746 [ 4 ] {} TCP-Session: 70042fc4-42b6-410a-9857-581b52fd565e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.24 18:29:54.117159 [ 4 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} executeQuery: (from [fd00:1122:3344:101::d]:64167) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.24 18:29:54.119362 [ 4 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.24 18:29:54.143271 [ 260 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} oximeter.version (913e2774-1f73-4c4a-b491-cc0669a6e2a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 18:29:54.143338 [ 260 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. 2026.03.24 18:29:54.149994 [ 260 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 18:29:54.150869 [ 260 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} oximeter.version (913e2774-1f73-4c4a-b491-cc0669a6e2a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 18:29:54.151265 [ 4 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} executeQuery: Read 1 rows, 16.00 B in 0.034298 sec., 29.156219021517288 rows/sec., 466.50 B/sec. 2026.03.24 18:29:54.152041 [ 4 ] {3efcd32c-dbf6-4bf3-ad8f-f621b0b75705} TCPHandler: Processed in 0.035471475 sec. 2026.03.24 18:29:54.527901 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63755 2026.03.24 18:29:54.528073 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.528114 [ 262 ] {} TCP-Session: 1d6dcbf3-57f9-4ca2-8ee2-789360397f1e Authenticating user 'default' from [fd00:1122:3344:101::c]:63755 2026.03.24 18:29:54.528248 [ 262 ] {} TCP-Session: 1d6dcbf3-57f9-4ca2-8ee2-789360397f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.528265 [ 262 ] {} TCP-Session: 1d6dcbf3-57f9-4ca2-8ee2-789360397f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.528336 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 18:29:54.528448 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:54.528469 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:54.529779 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46648 2026.03.24 18:29:54.529888 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39042 2026.03.24 18:29:54.529987 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.529967 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43167 2026.03.24 18:29:54.530151 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48014 2026.03.24 18:29:54.530188 [ 263 ] {} TCP-Session: d009540e-33d3-4ff2-9755-37e645c538d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:46648 2026.03.24 18:29:54.530195 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61976 2026.03.24 18:29:54.530282 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49792 2026.03.24 18:29:54.530346 [ 263 ] {} TCP-Session: d009540e-33d3-4ff2-9755-37e645c538d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530389 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.530426 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.530459 [ 263 ] {} TCP-Session: d009540e-33d3-4ff2-9755-37e645c538d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530476 [ 265 ] {} TCP-Session: f8fccc56-df5b-43ae-a997-f62327a56c4c Authenticating user 'default' from [fd00:1122:3344:101::c]:43167 2026.03.24 18:29:54.530530 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.530570 [ 264 ] {} TCP-Session: 6c7d1e79-9530-4db9-adfd-6b90499888b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:39042 2026.03.24 18:29:54.530478 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64627 2026.03.24 18:29:54.530659 [ 264 ] {} TCP-Session: 6c7d1e79-9530-4db9-adfd-6b90499888b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530666 [ 267 ] {} TCP-Session: 5c7c909d-dee8-43b3-a3a7-ed5443d9c0aa Authenticating user 'default' from [fd00:1122:3344:101::c]:48014 2026.03.24 18:29:54.530628 [ 265 ] {} TCP-Session: f8fccc56-df5b-43ae-a997-f62327a56c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530750 [ 267 ] {} TCP-Session: 5c7c909d-dee8-43b3-a3a7-ed5443d9c0aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530764 [ 264 ] {} TCP-Session: 6c7d1e79-9530-4db9-adfd-6b90499888b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530732 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.530850 [ 267 ] {} TCP-Session: 5c7c909d-dee8-43b3-a3a7-ed5443d9c0aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530898 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.530819 [ 265 ] {} TCP-Session: f8fccc56-df5b-43ae-a997-f62327a56c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.530984 [ 268 ] {} TCP-Session: 1c02c994-f2b3-46e6-8dfc-656bb6e6e1a9 Authenticating user 'default' from [fd00:1122:3344:101::c]:49792 2026.03.24 18:29:54.530997 [ 269 ] {} TCP-Session: 5da77558-2a8b-45dd-9e70-dcff8a53124c Authenticating user 'default' from [fd00:1122:3344:101::c]:64627 2026.03.24 18:29:54.530708 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:54.531084 [ 268 ] {} TCP-Session: 1c02c994-f2b3-46e6-8dfc-656bb6e6e1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.531111 [ 266 ] {} TCP-Session: 61cf8380-c8bf-4551-a1a5-de8b38eb3cc9 Authenticating user 'default' from [fd00:1122:3344:101::c]:61976 2026.03.24 18:29:54.531112 [ 269 ] {} TCP-Session: 5da77558-2a8b-45dd-9e70-dcff8a53124c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.531262 [ 268 ] {} TCP-Session: 1c02c994-f2b3-46e6-8dfc-656bb6e6e1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.531312 [ 266 ] {} TCP-Session: 61cf8380-c8bf-4551-a1a5-de8b38eb3cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.531278 [ 269 ] {} TCP-Session: 5da77558-2a8b-45dd-9e70-dcff8a53124c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:54.531425 [ 266 ] {} TCP-Session: 61cf8380-c8bf-4551-a1a5-de8b38eb3cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.000221 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.31 MiB, peak 134.31 MiB, free memory in arenas 0.00 B, will set to 138.66 MiB (RSS), difference: 4.35 MiB 2026.03.24 18:29:55.394510 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35730 2026.03.24 18:29:55.394768 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.394967 [ 270 ] {} TCP-Session: 80cffc52-0ff9-4325-9c09-e34c9ad3e727 Authenticating user 'default' from [fd00:1122:3344:101::a]:35730 2026.03.24 18:29:55.395000 [ 270 ] {} TCP-Session: 80cffc52-0ff9-4325-9c09-e34c9ad3e727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.395016 [ 270 ] {} TCP-Session: 80cffc52-0ff9-4325-9c09-e34c9ad3e727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.395180 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 18:29:55.395231 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:55.395318 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:55.396405 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46971 2026.03.24 18:29:55.396576 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53870 2026.03.24 18:29:55.396699 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47069 2026.03.24 18:29:55.396703 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51096 2026.03.24 18:29:55.396801 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62142 2026.03.24 18:29:55.396907 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.396943 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.397037 [ 273 ] {} TCP-Session: 2c50f84a-d3c7-45ab-8b9b-501257c32881 Authenticating user 'default' from [fd00:1122:3344:101::a]:53870 2026.03.24 18:29:55.397062 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32793 2026.03.24 18:29:55.397068 [ 273 ] {} TCP-Session: 2c50f84a-d3c7-45ab-8b9b-501257c32881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397180 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.397190 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.397271 [ 271 ] {} TCP-Session: 15fc280a-ea43-41dd-893c-0db269ccd014 Authenticating user 'default' from [fd00:1122:3344:101::a]:46971 2026.03.24 18:29:55.397265 [ 272 ] {} TCP-Session: 1bb2b480-f8e8-4203-99af-319260b422a1 Authenticating user 'default' from [fd00:1122:3344:101::a]:47069 2026.03.24 18:29:55.397264 [ 273 ] {} TCP-Session: 2c50f84a-d3c7-45ab-8b9b-501257c32881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397393 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.397388 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53796 2026.03.24 18:29:55.397457 [ 274 ] {} TCP-Session: d6bb82bd-8e10-4b4a-b411-de225d61d272 Authenticating user 'default' from [fd00:1122:3344:101::a]:51096 2026.03.24 18:29:55.397428 [ 272 ] {} TCP-Session: 1bb2b480-f8e8-4203-99af-319260b422a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397555 [ 275 ] {} TCP-Session: 455576e6-14ec-458b-b4df-d03848c40104 Authenticating user 'default' from [fd00:1122:3344:101::a]:62142 2026.03.24 18:29:55.397563 [ 274 ] {} TCP-Session: d6bb82bd-8e10-4b4a-b411-de225d61d272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397516 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.397686 [ 275 ] {} TCP-Session: 455576e6-14ec-458b-b4df-d03848c40104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397656 [ 274 ] {} TCP-Session: d6bb82bd-8e10-4b4a-b411-de225d61d272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397729 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.397800 [ 276 ] {} TCP-Session: c0c2dd2e-fb22-4a9d-b9d0-028af157a145 Authenticating user 'default' from [fd00:1122:3344:101::a]:32793 2026.03.24 18:29:55.397830 [ 275 ] {} TCP-Session: 455576e6-14ec-458b-b4df-d03848c40104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397643 [ 272 ] {} TCP-Session: 1bb2b480-f8e8-4203-99af-319260b422a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397904 [ 277 ] {} TCP-Session: 0cc45b1b-7c5a-4edc-9d1c-970edac2f070 Authenticating user 'default' from [fd00:1122:3344:101::a]:53796 2026.03.24 18:29:55.397934 [ 276 ] {} TCP-Session: c0c2dd2e-fb22-4a9d-b9d0-028af157a145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.397461 [ 271 ] {} TCP-Session: 15fc280a-ea43-41dd-893c-0db269ccd014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.398016 [ 276 ] {} TCP-Session: c0c2dd2e-fb22-4a9d-b9d0-028af157a145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.398010 [ 277 ] {} TCP-Session: 0cc45b1b-7c5a-4edc-9d1c-970edac2f070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.398147 [ 271 ] {} TCP-Session: 15fc280a-ea43-41dd-893c-0db269ccd014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.398174 [ 277 ] {} TCP-Session: 0cc45b1b-7c5a-4edc-9d1c-970edac2f070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.493614 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40605 2026.03.24 18:29:55.493810 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.493857 [ 278 ] {} TCP-Session: 03b660eb-3ab3-4f04-bd75-93c8ffa57b43 Authenticating user 'default' from [fd00:1122:3344:101::b]:40605 2026.03.24 18:29:55.494033 [ 278 ] {} TCP-Session: 03b660eb-3ab3-4f04-bd75-93c8ffa57b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.494072 [ 278 ] {} TCP-Session: 03b660eb-3ab3-4f04-bd75-93c8ffa57b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.494159 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.24 18:29:55.494310 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:55.494334 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.24 18:29:55.495801 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59290 2026.03.24 18:29:55.495931 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39549 2026.03.24 18:29:55.496055 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.496059 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39651 2026.03.24 18:29:55.496211 [ 279 ] {} TCP-Session: 4bdc875a-f898-4161-888f-ad0186afc1d5 Authenticating user 'default' from [fd00:1122:3344:101::b]:59290 2026.03.24 18:29:55.496254 [ 279 ] {} TCP-Session: 4bdc875a-f898-4161-888f-ad0186afc1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.496381 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55510 2026.03.24 18:29:55.496419 [ 279 ] {} TCP-Session: 4bdc875a-f898-4161-888f-ad0186afc1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.496387 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.496525 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.496613 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.496619 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45179 2026.03.24 18:29:55.496668 [ 283 ] {} TCP-Session: dc34a4b9-1945-47ef-bd7f-519d35be5941 Authenticating user 'default' from [fd00:1122:3344:101::b]:55510 2026.03.24 18:29:55.496739 [ 280 ] {} TCP-Session: c0fa61bc-86e2-4b59-b51b-a0b79801b787 Authenticating user 'default' from [fd00:1122:3344:101::b]:39549 2026.03.24 18:29:55.496687 [ 281 ] {} TCP-Session: d7b15e79-84a1-45d5-b9af-3a7d10f5da8c Authenticating user 'default' from [fd00:1122:3344:101::b]:39651 2026.03.24 18:29:55.496678 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47218 2026.03.24 18:29:55.496842 [ 280 ] {} TCP-Session: c0fa61bc-86e2-4b59-b51b-a0b79801b787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.496837 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.496827 [ 281 ] {} TCP-Session: d7b15e79-84a1-45d5-b9af-3a7d10f5da8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.496980 [ 280 ] {} TCP-Session: c0fa61bc-86e2-4b59-b51b-a0b79801b787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.496981 [ 284 ] {} TCP-Session: ff3b6c37-91bc-4760-b838-dd6e0ac1c9da Authenticating user 'default' from [fd00:1122:3344:101::b]:45179 2026.03.24 18:29:55.496812 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60061 2026.03.24 18:29:55.496810 [ 283 ] {} TCP-Session: dc34a4b9-1945-47ef-bd7f-519d35be5941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497070 [ 281 ] {} TCP-Session: d7b15e79-84a1-45d5-b9af-3a7d10f5da8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497104 [ 284 ] {} TCP-Session: ff3b6c37-91bc-4760-b838-dd6e0ac1c9da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497172 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.497220 [ 284 ] {} TCP-Session: ff3b6c37-91bc-4760-b838-dd6e0ac1c9da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497292 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.24 18:29:55.497205 [ 283 ] {} TCP-Session: dc34a4b9-1945-47ef-bd7f-519d35be5941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497356 [ 285 ] {} TCP-Session: 77f3a55b-01cf-4999-b1e3-34d8116d3835 Authenticating user 'default' from [fd00:1122:3344:101::b]:60061 2026.03.24 18:29:55.497345 [ 282 ] {} TCP-Session: 95129e7f-be14-418a-a1cb-1d35a8944c55 Authenticating user 'default' from [fd00:1122:3344:101::b]:47218 2026.03.24 18:29:55.497499 [ 282 ] {} TCP-Session: 95129e7f-be14-418a-a1cb-1d35a8944c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497512 [ 285 ] {} TCP-Session: 77f3a55b-01cf-4999-b1e3-34d8116d3835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497628 [ 282 ] {} TCP-Session: 95129e7f-be14-418a-a1cb-1d35a8944c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:55.497643 [ 285 ] {} TCP-Session: 77f3a55b-01cf-4999-b1e3-34d8116d3835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.24 18:29:56.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.76 MiB, peak 138.76 MiB, free memory in arenas 0.00 B, will set to 139.80 MiB (RSS), difference: 1.05 MiB 2026.03.24 18:30:00.205080 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.24 18:30:00.205139 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.24 18:30:00.205242 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.24 18:30:00.205631 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.24 18:30:00.211512 [ 244 ] {} system.asynchronous_metric_log (5d8c88d1-8adc-4497-8086-e61267441755): Loading data parts 2026.03.24 18:30:00.211784 [ 244 ] {} system.asynchronous_metric_log (5d8c88d1-8adc-4497-8086-e61267441755): There are no data parts 2026.03.24 18:30:00.219045 [ 244 ] {} system.asynchronous_metric_log (5d8c88d1-8adc-4497-8086-e61267441755): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 18:30:00.219110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 18:30:00.229158 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 18:30:00.230848 [ 244 ] {} system.asynchronous_metric_log (5d8c88d1-8adc-4497-8086-e61267441755): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 18:30:00.231172 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.24 18:30:00.233930 [ 243 ] {} system.metric_log (05961155-9bb0-4d6d-9c3b-f13e46967561): Loading data parts 2026.03.24 18:30:00.234277 [ 243 ] {} system.metric_log (05961155-9bb0-4d6d-9c3b-f13e46967561): There are no data parts 2026.03.24 18:30:00.275489 [ 243 ] {} system.metric_log (05961155-9bb0-4d6d-9c3b-f13e46967561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.24 18:30:00.275596 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. 2026.03.24 18:30:00.285658 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.24 18:30:00.288976 [ 243 ] {} system.metric_log (05961155-9bb0-4d6d-9c3b-f13e46967561): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.24 18:30:00.296607 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8