[ May 4 19:29:30 Enabled. ] [ May 4 19:29:30 Rereading configuration. ] [ May 4 19:29:31 Rereading configuration. ] [ May 4 19:29:42 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 4 19:29:42 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.05.04 19:29:46.376796 [ 1 ] {} Application: Will watch for the process with pid 24835 2026.05.04 19:29:46.377173 [ 1 ] {} Application: Forked a child process to watch 2026.05.04 19:29:46.627972 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24835 2026.05.04 19:29:46.630276 [ 1 ] {} Application: starting up 2026.05.04 19:29:46.630440 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.04 19:29:47.460356 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.04 19:29:47.559545 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.04 19:29:47.559656 [ 1 ] {} Application: Initializing DateLUT. 2026.05.04 19:29:47.559675 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.04 19:29:47.559753 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.04 19:29:47.560579 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.04 19:29:47.567156 [ 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.05.04 19:29:47.568107 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.04 19:29:47.569120 [ 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.05.04 19:29:47.569182 [ 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.05.04 19:29:47.569231 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.04 19:29:47.571660 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 19:29:47.573041 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.04 19:29:47.579618 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 19:29:47.580405 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 19:29:47.583733 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.04 19:29:47.583837 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.04 19:29:47.585078 [ 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.05.04 19:29:47.585627 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.04 19:29:47.600205 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.04 19:29:47.600998 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.04 19:29:47.613261 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.04 19:29:47.613659 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.04 19:29:47.614133 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.04 19:29:47.614539 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.04 19:29:47.617962 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.04 19:29:47.618003 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.04 19:29:47.618092 [ 115 ] {} DNSResolver: Updating DNS cache 2026.05.04 19:29:47.618172 [ 115 ] {} DNSResolver: Updated DNS cache 2026.05.04 19:29:47.646497 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.04 19:29:47.646536 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000193784 sec 2026.05.04 19:29:47.646614 [ 1 ] {} ReferentialDeps: No tables 2026.05.04 19:29:47.646666 [ 1 ] {} LoadingDeps: No tables 2026.05.04 19:29:47.649343 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.04 19:29:47.651848 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.04 19:29:47.687958 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.04 19:29:47.688027 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.04 19:29:47.688152 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.04 19:29:47.688165 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.04 19:29:47.688200 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.04 19:29:47.688283 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.04 19:29:47.691887 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.04 19:29:47.691949 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.04 19:29:47.692008 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.04 19:29:47.692203 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.04 19:29:47.692257 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.04 19:29:47.692274 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.04 19:29:47.692357 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.04 19:29:47.692370 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.04 19:29:47.692400 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.04 19:29:47.692455 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.04 19:29:47.755752 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.04 19:29:47.761170 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.04 19:29:47.761291 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151593 sec 2026.05.04 19:29:47.761306 [ 1 ] {} ReferentialDeps: No tables 2026.05.04 19:29:47.761316 [ 1 ] {} LoadingDeps: No tables 2026.05.04 19:29:47.761350 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.04 19:29:47.762128 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.04 19:29:47.762420 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.04 19:29:47.762452 [ 1 ] {} Application: Loaded metadata. 2026.05.04 19:29:47.762465 [ 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.05.04 19:29:47.762663 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.04 19:29:47.768995 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.04 19:29:47.769282 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.68 MiB (RSS), difference: 91.90 MiB 2026.05.04 19:29:47.774815 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.329e-05 sec. 2026.05.04 19:29:47.775172 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.04 19:29:47.775919 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.04 19:29:47.775936 [ 1 ] {} Application: Ready for connections. 2026.05.04 19:29:47.839441 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61132 2026.05.04 19:29:47.840450 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.840525 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Authenticating user 'default' from [fd00:1122:3344:101::e]:61132 2026.05.04 19:29:47.840553 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.840672 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.840777 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 19:29:47.840804 [ 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.05.04 19:29:47.840898 [ 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.05.04 19:29:47.841414 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41694 2026.05.04 19:29:47.841433 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50367 2026.05.04 19:29:47.841614 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.841656 [ 4 ] {} TCP-Session: 8918c1da-1a70-48f4-9527-08aa057b951a Authenticating user 'default' from [fd00:1122:3344:101::e]:41694 2026.05.04 19:29:47.841689 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.841786 [ 4 ] {} TCP-Session: 8918c1da-1a70-48f4-9527-08aa057b951a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.841807 [ 4 ] {} TCP-Session: 8918c1da-1a70-48f4-9527-08aa057b951a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.841810 [ 5 ] {} TCP-Session: 4785233b-c019-4e37-861b-bba2edb0f281 Authenticating user 'default' from [fd00:1122:3344:101::e]:50367 2026.05.04 19:29:47.841925 [ 5 ] {} TCP-Session: 4785233b-c019-4e37-861b-bba2edb0f281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.841948 [ 5 ] {} TCP-Session: 4785233b-c019-4e37-861b-bba2edb0f281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.842358 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53908 2026.05.04 19:29:47.844097 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.844105 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44960 2026.05.04 19:29:47.844140 [ 253 ] {} TCP-Session: 8268594b-7729-4aa5-83e1-512ed7420c61 Authenticating user 'default' from [fd00:1122:3344:101::e]:53908 2026.05.04 19:29:47.844262 [ 253 ] {} TCP-Session: 8268594b-7729-4aa5-83e1-512ed7420c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.844277 [ 253 ] {} TCP-Session: 8268594b-7729-4aa5-83e1-512ed7420c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.844279 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58739 2026.05.04 19:29:47.844922 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.844925 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53500 2026.05.04 19:29:47.844962 [ 254 ] {} TCP-Session: fa399c79-9d90-4add-8cba-e6ab9d24940f Authenticating user 'default' from [fd00:1122:3344:101::e]:44960 2026.05.04 19:29:47.844986 [ 254 ] {} TCP-Session: fa399c79-9d90-4add-8cba-e6ab9d24940f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.845092 [ 254 ] {} TCP-Session: fa399c79-9d90-4add-8cba-e6ab9d24940f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847017 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.847060 [ 255 ] {} TCP-Session: 1319d461-4baf-4269-8773-2602ae471df1 Authenticating user 'default' from [fd00:1122:3344:101::e]:58739 2026.05.04 19:29:47.847146 [ 255 ] {} TCP-Session: 1319d461-4baf-4269-8773-2602ae471df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847145 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.847162 [ 255 ] {} TCP-Session: 1319d461-4baf-4269-8773-2602ae471df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847202 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55299 2026.05.04 19:29:47.847175 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:47.847194 [ 256 ] {} TCP-Session: f22a9fa8-3a18-4791-9f78-9d247093d280 Authenticating user 'default' from [fd00:1122:3344:101::e]:53500 2026.05.04 19:29:47.847353 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57707 2026.05.04 19:29:47.847383 [ 256 ] {} TCP-Session: f22a9fa8-3a18-4791-9f78-9d247093d280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847425 [ 256 ] {} TCP-Session: f22a9fa8-3a18-4791-9f78-9d247093d280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847503 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.847578 [ 257 ] {} TCP-Session: b1514abc-70f1-45ef-92ab-7cc359b208d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55299 2026.05.04 19:29:47.847590 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:47.847601 [ 257 ] {} TCP-Session: b1514abc-70f1-45ef-92ab-7cc359b208d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847681 [ 258 ] {} TCP-Session: 5a4cd686-32fa-4112-a079-63d4719b8910 Authenticating user 'default' from [fd00:1122:3344:101::e]:57707 2026.05.04 19:29:47.847693 [ 257 ] {} TCP-Session: b1514abc-70f1-45ef-92ab-7cc359b208d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847718 [ 258 ] {} TCP-Session: 5a4cd686-32fa-4112-a079-63d4719b8910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.847825 [ 258 ] {} TCP-Session: 5a4cd686-32fa-4112-a079-63d4719b8910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:47.854719 [ 3 ] {eddd1aca-6b86-4175-a72c-a014067d0cac} executeQuery: (from [fd00:1122:3344:101::e]:61132) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 19:29:48.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 116.74 MiB, peak 116.74 MiB, free memory in arenas 0.00 B, will set to 126.70 MiB (RSS), difference: 9.96 MiB 2026.05.04 19:29:48.006305 [ 3 ] {eddd1aca-6b86-4175-a72c-a014067d0cac} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::e]:61132) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 19:29:48.007362 [ 3 ] {eddd1aca-6b86-4175-a72c-a014067d0cac} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 19:29:48.007569 [ 3 ] {eddd1aca-6b86-4175-a72c-a014067d0cac} TCPHandler: Processed in 0.165859465 sec. 2026.05.04 19:29:48.007961 [ 4 ] {} TCP-Session: 8918c1da-1a70-48f4-9527-08aa057b951a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.008228 [ 4 ] {0558d747-cf0e-4c5c-84ac-69c41633987e} executeQuery: (from [fd00:1122:3344:101::e]:41694) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 19:29:48.009854 [ 4 ] {0558d747-cf0e-4c5c-84ac-69c41633987e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::e]:41694) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 19:29:48.010106 [ 4 ] {0558d747-cf0e-4c5c-84ac-69c41633987e} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 19:29:48.010322 [ 4 ] {0558d747-cf0e-4c5c-84ac-69c41633987e} TCPHandler: Processed in 0.002543082 sec. 2026.05.04 19:29:48.010684 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.011183 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} executeQuery: (from [fd00:1122:3344:101::e]:61132) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.04 19:29:48.013324 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.04 19:29:48.020466 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.04 19:29:48.020492 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3801e-05 sec 2026.05.04 19:29:48.020578 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} ReferentialDeps: No tables 2026.05.04 19:29:48.020590 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} LoadingDeps: No tables 2026.05.04 19:29:48.020614 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} DatabaseAtomic (oximeter): Starting up tables. 2026.05.04 19:29:48.022657 [ 3 ] {d546378e-1ed5-43cb-ac29-9bcac6e13370} TCPHandler: Processed in 0.012088683 sec. 2026.05.04 19:29:48.022883 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.023044 [ 3 ] {496a0261-c438-4a93-8328-4458f74d3282} executeQuery: (from [fd00:1122:3344:101::e]:61132) /* 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.05.04 19:29:48.023205 [ 3 ] {496a0261-c438-4a93-8328-4458f74d3282} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.04 19:29:48.041520 [ 3 ] {496a0261-c438-4a93-8328-4458f74d3282} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.04 19:29:48.044538 [ 3 ] {496a0261-c438-4a93-8328-4458f74d3282} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096): Loading data parts 2026.05.04 19:29:48.047449 [ 3 ] {496a0261-c438-4a93-8328-4458f74d3282} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096): There are no data parts 2026.05.04 19:29:48.062469 [ 3 ] {496a0261-c438-4a93-8328-4458f74d3282} TCPHandler: Processed in 0.039655478 sec. 2026.05.04 19:29:48.062682 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.063002 [ 3 ] {cb857faf-8a6d-40bc-8931-228b773d87c2} executeQuery: (from [fd00:1122:3344:101::e]:61132) /* 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.05.04 19:29:48.063163 [ 3 ] {cb857faf-8a6d-40bc-8931-228b773d87c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.04 19:29:48.093302 [ 3 ] {cb857faf-8a6d-40bc-8931-228b773d87c2} oximeter.measurements_bool (ac2b7404-8c1a-4d48-9bb5-6776d45ea7c0): Loading data parts 2026.05.04 19:29:48.093608 [ 3 ] {cb857faf-8a6d-40bc-8931-228b773d87c2} oximeter.measurements_bool (ac2b7404-8c1a-4d48-9bb5-6776d45ea7c0): There are no data parts 2026.05.04 19:29:48.096301 [ 3 ] {cb857faf-8a6d-40bc-8931-228b773d87c2} TCPHandler: Processed in 0.033722508 sec. 2026.05.04 19:29:48.096609 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.096816 [ 3 ] {baf22d01-4398-4f29-84a7-f04212c691b0} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.096938 [ 3 ] {baf22d01-4398-4f29-84a7-f04212c691b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.04 19:29:48.102473 [ 3 ] {baf22d01-4398-4f29-84a7-f04212c691b0} oximeter.measurements_i8 (7c4b09b3-072c-488f-97bf-ca49fccc9f80): Loading data parts 2026.05.04 19:29:48.102717 [ 3 ] {baf22d01-4398-4f29-84a7-f04212c691b0} oximeter.measurements_i8 (7c4b09b3-072c-488f-97bf-ca49fccc9f80): There are no data parts 2026.05.04 19:29:48.108608 [ 3 ] {baf22d01-4398-4f29-84a7-f04212c691b0} TCPHandler: Processed in 0.012113634 sec. 2026.05.04 19:29:48.108776 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.109056 [ 3 ] {52094100-37ea-4ca5-96cf-81fdaf8c82cf} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.109110 [ 3 ] {52094100-37ea-4ca5-96cf-81fdaf8c82cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.04 19:29:48.113649 [ 3 ] {52094100-37ea-4ca5-96cf-81fdaf8c82cf} oximeter.measurements_u8 (e3230d59-c32d-48b3-adc5-e39213919fc9): Loading data parts 2026.05.04 19:29:48.113830 [ 3 ] {52094100-37ea-4ca5-96cf-81fdaf8c82cf} oximeter.measurements_u8 (e3230d59-c32d-48b3-adc5-e39213919fc9): There are no data parts 2026.05.04 19:29:48.119948 [ 3 ] {52094100-37ea-4ca5-96cf-81fdaf8c82cf} TCPHandler: Processed in 0.011236276 sec. 2026.05.04 19:29:48.120164 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.120322 [ 3 ] {1da83fcd-0abb-4a45-9e58-41f5d86c29b8} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.120436 [ 3 ] {1da83fcd-0abb-4a45-9e58-41f5d86c29b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.04 19:29:48.130166 [ 3 ] {1da83fcd-0abb-4a45-9e58-41f5d86c29b8} oximeter.measurements_i16 (b3a824a2-bf8e-4def-af70-44e277c938c6): Loading data parts 2026.05.04 19:29:48.130395 [ 3 ] {1da83fcd-0abb-4a45-9e58-41f5d86c29b8} oximeter.measurements_i16 (b3a824a2-bf8e-4def-af70-44e277c938c6): There are no data parts 2026.05.04 19:29:48.133555 [ 3 ] {1da83fcd-0abb-4a45-9e58-41f5d86c29b8} TCPHandler: Processed in 0.013444741 sec. 2026.05.04 19:29:48.133765 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.133975 [ 3 ] {08573e2f-b9fc-4f96-b33a-4116a2a71e22} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.134110 [ 3 ] {08573e2f-b9fc-4f96-b33a-4116a2a71e22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.04 19:29:48.140129 [ 3 ] {08573e2f-b9fc-4f96-b33a-4116a2a71e22} oximeter.measurements_u16 (2812936c-765b-461e-87a9-d5f552a12cfe): Loading data parts 2026.05.04 19:29:48.140297 [ 3 ] {08573e2f-b9fc-4f96-b33a-4116a2a71e22} oximeter.measurements_u16 (2812936c-765b-461e-87a9-d5f552a12cfe): There are no data parts 2026.05.04 19:29:48.146207 [ 3 ] {08573e2f-b9fc-4f96-b33a-4116a2a71e22} TCPHandler: Processed in 0.012521212 sec. 2026.05.04 19:29:48.146405 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.146640 [ 3 ] {450585e0-4564-4168-ba88-fd3c01825ed9} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.146766 [ 3 ] {450585e0-4564-4168-ba88-fd3c01825ed9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.04 19:29:48.151800 [ 3 ] {450585e0-4564-4168-ba88-fd3c01825ed9} oximeter.measurements_i32 (b4da25aa-192d-486e-b88b-817bc7493a4d): Loading data parts 2026.05.04 19:29:48.152027 [ 3 ] {450585e0-4564-4168-ba88-fd3c01825ed9} oximeter.measurements_i32 (b4da25aa-192d-486e-b88b-817bc7493a4d): There are no data parts 2026.05.04 19:29:48.156275 [ 3 ] {450585e0-4564-4168-ba88-fd3c01825ed9} TCPHandler: Processed in 0.00993235 sec. 2026.05.04 19:29:48.156435 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.156628 [ 3 ] {35709a49-65b9-4572-b7d9-de727e4607f3} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.156756 [ 3 ] {35709a49-65b9-4572-b7d9-de727e4607f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.04 19:29:48.158795 [ 3 ] {35709a49-65b9-4572-b7d9-de727e4607f3} oximeter.measurements_u32 (0a6ca6ce-cd33-4aa3-a89b-cd89f8de6b43): Loading data parts 2026.05.04 19:29:48.158991 [ 3 ] {35709a49-65b9-4572-b7d9-de727e4607f3} oximeter.measurements_u32 (0a6ca6ce-cd33-4aa3-a89b-cd89f8de6b43): There are no data parts 2026.05.04 19:29:48.163517 [ 3 ] {35709a49-65b9-4572-b7d9-de727e4607f3} TCPHandler: Processed in 0.007145463 sec. 2026.05.04 19:29:48.163702 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.163946 [ 3 ] {9a2b0633-5c39-47a6-9be2-952fb1e51bd6} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.164058 [ 3 ] {9a2b0633-5c39-47a6-9be2-952fb1e51bd6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.04 19:29:48.166324 [ 3 ] {9a2b0633-5c39-47a6-9be2-952fb1e51bd6} oximeter.measurements_i64 (8096704a-4b5d-4dde-a626-3ba42ff1dcf6): Loading data parts 2026.05.04 19:29:48.166592 [ 3 ] {9a2b0633-5c39-47a6-9be2-952fb1e51bd6} oximeter.measurements_i64 (8096704a-4b5d-4dde-a626-3ba42ff1dcf6): There are no data parts 2026.05.04 19:29:48.170757 [ 3 ] {9a2b0633-5c39-47a6-9be2-952fb1e51bd6} TCPHandler: Processed in 0.007128223 sec. 2026.05.04 19:29:48.170908 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.171101 [ 3 ] {611e4529-8ccd-4fb3-8b1b-efe125f2ca0b} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.171242 [ 3 ] {611e4529-8ccd-4fb3-8b1b-efe125f2ca0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.04 19:29:48.177116 [ 3 ] {611e4529-8ccd-4fb3-8b1b-efe125f2ca0b} oximeter.measurements_u64 (8b7d11cb-0b45-4e3a-ac3f-f7394c37a360): Loading data parts 2026.05.04 19:29:48.177885 [ 3 ] {611e4529-8ccd-4fb3-8b1b-efe125f2ca0b} oximeter.measurements_u64 (8b7d11cb-0b45-4e3a-ac3f-f7394c37a360): There are no data parts 2026.05.04 19:29:48.183734 [ 3 ] {611e4529-8ccd-4fb3-8b1b-efe125f2ca0b} TCPHandler: Processed in 0.012887809 sec. 2026.05.04 19:29:48.183917 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.184235 [ 3 ] {b2c3e5dd-495e-40f2-bafe-a151317b9897} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.184426 [ 3 ] {b2c3e5dd-495e-40f2-bafe-a151317b9897} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.04 19:29:48.187589 [ 3 ] {b2c3e5dd-495e-40f2-bafe-a151317b9897} oximeter.measurements_f32 (6867be58-b96e-4407-b816-6e0a5b687266): Loading data parts 2026.05.04 19:29:48.187808 [ 3 ] {b2c3e5dd-495e-40f2-bafe-a151317b9897} oximeter.measurements_f32 (6867be58-b96e-4407-b816-6e0a5b687266): There are no data parts 2026.05.04 19:29:48.192577 [ 3 ] {b2c3e5dd-495e-40f2-bafe-a151317b9897} TCPHandler: Processed in 0.008749536 sec. 2026.05.04 19:29:48.192719 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.192911 [ 3 ] {818d343d-1381-4f8e-be36-44ccccdae8eb} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.193038 [ 3 ] {818d343d-1381-4f8e-be36-44ccccdae8eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.04 19:29:48.198820 [ 3 ] {818d343d-1381-4f8e-be36-44ccccdae8eb} oximeter.measurements_f64 (ba61ade5-019f-4b03-a568-9face4bc65e6): Loading data parts 2026.05.04 19:29:48.199085 [ 3 ] {818d343d-1381-4f8e-be36-44ccccdae8eb} oximeter.measurements_f64 (ba61ade5-019f-4b03-a568-9face4bc65e6): There are no data parts 2026.05.04 19:29:48.200999 [ 3 ] {818d343d-1381-4f8e-be36-44ccccdae8eb} TCPHandler: Processed in 0.008337327 sec. 2026.05.04 19:29:48.201161 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.201433 [ 3 ] {3048fdf4-9819-41a3-8276-c7224a0836ab} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.201558 [ 3 ] {3048fdf4-9819-41a3-8276-c7224a0836ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.04 19:29:48.207120 [ 3 ] {3048fdf4-9819-41a3-8276-c7224a0836ab} oximeter.measurements_string (4b30f2dc-95d3-4915-a07b-618f36224fba): Loading data parts 2026.05.04 19:29:48.207336 [ 3 ] {3048fdf4-9819-41a3-8276-c7224a0836ab} oximeter.measurements_string (4b30f2dc-95d3-4915-a07b-618f36224fba): There are no data parts 2026.05.04 19:29:48.213492 [ 3 ] {3048fdf4-9819-41a3-8276-c7224a0836ab} TCPHandler: Processed in 0.01239731 sec. 2026.05.04 19:29:48.213623 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.213785 [ 3 ] {40ef502b-3a54-4454-a869-9eec03e3461c} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.213911 [ 3 ] {40ef502b-3a54-4454-a869-9eec03e3461c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.04 19:29:48.219321 [ 3 ] {40ef502b-3a54-4454-a869-9eec03e3461c} oximeter.measurements_bytes (b191b0eb-0de1-4f80-acab-9e0068c139c0): Loading data parts 2026.05.04 19:29:48.219455 [ 3 ] {40ef502b-3a54-4454-a869-9eec03e3461c} oximeter.measurements_bytes (b191b0eb-0de1-4f80-acab-9e0068c139c0): There are no data parts 2026.05.04 19:29:48.222343 [ 3 ] {40ef502b-3a54-4454-a869-9eec03e3461c} TCPHandler: Processed in 0.008771367 sec. 2026.05.04 19:29:48.222482 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.222647 [ 3 ] {1b4bdfd3-3900-4d54-8d84-51f19b95731c} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.222767 [ 3 ] {1b4bdfd3-3900-4d54-8d84-51f19b95731c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.04 19:29:48.226144 [ 3 ] {1b4bdfd3-3900-4d54-8d84-51f19b95731c} oximeter.measurements_cumulativei64 (b22d6a2f-6980-4ba1-baaa-0d9d13d24ba9): Loading data parts 2026.05.04 19:29:48.226314 [ 3 ] {1b4bdfd3-3900-4d54-8d84-51f19b95731c} oximeter.measurements_cumulativei64 (b22d6a2f-6980-4ba1-baaa-0d9d13d24ba9): There are no data parts 2026.05.04 19:29:48.228820 [ 3 ] {1b4bdfd3-3900-4d54-8d84-51f19b95731c} TCPHandler: Processed in 0.006389829 sec. 2026.05.04 19:29:48.229007 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.229205 [ 3 ] {6c8984fc-c62d-45a1-a001-f18f2e3e5822} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.229311 [ 3 ] {6c8984fc-c62d-45a1-a001-f18f2e3e5822} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.04 19:29:48.232976 [ 3 ] {6c8984fc-c62d-45a1-a001-f18f2e3e5822} oximeter.measurements_cumulativeu64 (c78e9efb-7b77-4018-8944-45193b244a0c): Loading data parts 2026.05.04 19:29:48.233244 [ 3 ] {6c8984fc-c62d-45a1-a001-f18f2e3e5822} oximeter.measurements_cumulativeu64 (c78e9efb-7b77-4018-8944-45193b244a0c): There are no data parts 2026.05.04 19:29:48.235846 [ 3 ] {6c8984fc-c62d-45a1-a001-f18f2e3e5822} TCPHandler: Processed in 0.006889668 sec. 2026.05.04 19:29:48.236037 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.236381 [ 3 ] {abc74d6a-f0ff-4103-a33e-bf700772edb7} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.236480 [ 3 ] {abc74d6a-f0ff-4103-a33e-bf700772edb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.04 19:29:48.242225 [ 3 ] {abc74d6a-f0ff-4103-a33e-bf700772edb7} oximeter.measurements_cumulativef32 (17fa6b7e-ad97-401a-aa3e-09815426e366): Loading data parts 2026.05.04 19:29:48.242371 [ 3 ] {abc74d6a-f0ff-4103-a33e-bf700772edb7} oximeter.measurements_cumulativef32 (17fa6b7e-ad97-401a-aa3e-09815426e366): There are no data parts 2026.05.04 19:29:48.245318 [ 3 ] {abc74d6a-f0ff-4103-a33e-bf700772edb7} TCPHandler: Processed in 0.009374759 sec. 2026.05.04 19:29:48.245450 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.245612 [ 3 ] {8f5ceb24-474d-4106-a7d6-fdc3e2ea3df5} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.245731 [ 3 ] {8f5ceb24-474d-4106-a7d6-fdc3e2ea3df5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.04 19:29:48.247703 [ 3 ] {8f5ceb24-474d-4106-a7d6-fdc3e2ea3df5} oximeter.measurements_cumulativef64 (4f8df463-128c-41c7-b256-db0359cc3618): Loading data parts 2026.05.04 19:29:48.247941 [ 3 ] {8f5ceb24-474d-4106-a7d6-fdc3e2ea3df5} oximeter.measurements_cumulativef64 (4f8df463-128c-41c7-b256-db0359cc3618): There are no data parts 2026.05.04 19:29:48.252519 [ 3 ] {8f5ceb24-474d-4106-a7d6-fdc3e2ea3df5} TCPHandler: Processed in 0.007119494 sec. 2026.05.04 19:29:48.252684 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.253061 [ 3 ] {bee9e7a2-a625-48bb-9d86-fec39414e829} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.253213 [ 3 ] {bee9e7a2-a625-48bb-9d86-fec39414e829} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.04 19:29:48.261510 [ 3 ] {bee9e7a2-a625-48bb-9d86-fec39414e829} oximeter.measurements_histogrami8 (0686560e-c189-4745-812e-9a4958889e1e): Loading data parts 2026.05.04 19:29:48.261691 [ 3 ] {bee9e7a2-a625-48bb-9d86-fec39414e829} oximeter.measurements_histogrami8 (0686560e-c189-4745-812e-9a4958889e1e): There are no data parts 2026.05.04 19:29:48.273544 [ 3 ] {bee9e7a2-a625-48bb-9d86-fec39414e829} TCPHandler: Processed in 0.02091992 sec. 2026.05.04 19:29:48.273726 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.273992 [ 3 ] {34e22c43-eec6-4cef-be9f-77ab82bc4024} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.274161 [ 3 ] {34e22c43-eec6-4cef-be9f-77ab82bc4024} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.04 19:29:48.282703 [ 3 ] {34e22c43-eec6-4cef-be9f-77ab82bc4024} oximeter.measurements_histogramu8 (51acd525-8847-41bf-a10d-a546ea9555b0): Loading data parts 2026.05.04 19:29:48.283035 [ 3 ] {34e22c43-eec6-4cef-be9f-77ab82bc4024} oximeter.measurements_histogramu8 (51acd525-8847-41bf-a10d-a546ea9555b0): There are no data parts 2026.05.04 19:29:48.286175 [ 3 ] {34e22c43-eec6-4cef-be9f-77ab82bc4024} TCPHandler: Processed in 0.012542082 sec. 2026.05.04 19:29:48.286361 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.286804 [ 3 ] {60bb6b57-983a-461d-8b3e-6901d2c53f8d} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.287081 [ 3 ] {60bb6b57-983a-461d-8b3e-6901d2c53f8d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.04 19:29:48.292938 [ 3 ] {60bb6b57-983a-461d-8b3e-6901d2c53f8d} oximeter.measurements_histogrami16 (9928f0c1-bf27-4689-8263-d83042238418): Loading data parts 2026.05.04 19:29:48.293103 [ 3 ] {60bb6b57-983a-461d-8b3e-6901d2c53f8d} oximeter.measurements_histogrami16 (9928f0c1-bf27-4689-8263-d83042238418): There are no data parts 2026.05.04 19:29:48.294675 [ 3 ] {60bb6b57-983a-461d-8b3e-6901d2c53f8d} TCPHandler: Processed in 0.008388429 sec. 2026.05.04 19:29:48.294968 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.295192 [ 3 ] {66f08b96-3a77-4bd9-a4a8-d8f54bbb1d12} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.295328 [ 3 ] {66f08b96-3a77-4bd9-a4a8-d8f54bbb1d12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.04 19:29:48.298484 [ 3 ] {66f08b96-3a77-4bd9-a4a8-d8f54bbb1d12} oximeter.measurements_histogramu16 (28890c71-3c7f-4b07-b91e-4cd17cc13e4f): Loading data parts 2026.05.04 19:29:48.298737 [ 3 ] {66f08b96-3a77-4bd9-a4a8-d8f54bbb1d12} oximeter.measurements_histogramu16 (28890c71-3c7f-4b07-b91e-4cd17cc13e4f): There are no data parts 2026.05.04 19:29:48.300089 [ 3 ] {66f08b96-3a77-4bd9-a4a8-d8f54bbb1d12} TCPHandler: Processed in 0.005173544 sec. 2026.05.04 19:29:48.300228 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.300544 [ 3 ] {ac44bd16-16d1-471a-ac7a-e3b57695c763} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.300678 [ 3 ] {ac44bd16-16d1-471a-ac7a-e3b57695c763} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.04 19:29:48.306032 [ 3 ] {ac44bd16-16d1-471a-ac7a-e3b57695c763} oximeter.measurements_histogrami32 (edabb31e-57ee-4bfb-b1c2-d0264321984f): Loading data parts 2026.05.04 19:29:48.306182 [ 3 ] {ac44bd16-16d1-471a-ac7a-e3b57695c763} oximeter.measurements_histogrami32 (edabb31e-57ee-4bfb-b1c2-d0264321984f): There are no data parts 2026.05.04 19:29:48.307824 [ 3 ] {ac44bd16-16d1-471a-ac7a-e3b57695c763} TCPHandler: Processed in 0.007647074 sec. 2026.05.04 19:29:48.308035 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.308251 [ 3 ] {c6abb9b0-696f-4f5d-a90e-3224066501cb} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.308382 [ 3 ] {c6abb9b0-696f-4f5d-a90e-3224066501cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.04 19:29:48.311535 [ 3 ] {c6abb9b0-696f-4f5d-a90e-3224066501cb} oximeter.measurements_histogramu32 (cce770ff-d4da-47ef-b096-1baeac9e0083): Loading data parts 2026.05.04 19:29:48.311805 [ 3 ] {c6abb9b0-696f-4f5d-a90e-3224066501cb} oximeter.measurements_histogramu32 (cce770ff-d4da-47ef-b096-1baeac9e0083): There are no data parts 2026.05.04 19:29:48.313249 [ 3 ] {c6abb9b0-696f-4f5d-a90e-3224066501cb} TCPHandler: Processed in 0.005264846 sec. 2026.05.04 19:29:48.313372 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.313657 [ 3 ] {c8198a92-b40d-424f-b73c-b7335ac6e2fc} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.313781 [ 3 ] {c8198a92-b40d-424f-b73c-b7335ac6e2fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.04 19:29:48.319149 [ 3 ] {c8198a92-b40d-424f-b73c-b7335ac6e2fc} oximeter.measurements_histogrami64 (db0c0a60-12fd-4663-b9ba-5154bba51dca): Loading data parts 2026.05.04 19:29:48.319284 [ 3 ] {c8198a92-b40d-424f-b73c-b7335ac6e2fc} oximeter.measurements_histogrami64 (db0c0a60-12fd-4663-b9ba-5154bba51dca): There are no data parts 2026.05.04 19:29:48.320900 [ 3 ] {c8198a92-b40d-424f-b73c-b7335ac6e2fc} TCPHandler: Processed in 0.007578242 sec. 2026.05.04 19:29:48.321105 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.321318 [ 3 ] {22135d6e-8046-4cf6-bd7b-152aae02e2fa} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.321452 [ 3 ] {22135d6e-8046-4cf6-bd7b-152aae02e2fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.04 19:29:48.324605 [ 3 ] {22135d6e-8046-4cf6-bd7b-152aae02e2fa} oximeter.measurements_histogramu64 (04aca417-0f93-4af8-9ec9-1dcadf7617d9): Loading data parts 2026.05.04 19:29:48.324733 [ 3 ] {22135d6e-8046-4cf6-bd7b-152aae02e2fa} oximeter.measurements_histogramu64 (04aca417-0f93-4af8-9ec9-1dcadf7617d9): There are no data parts 2026.05.04 19:29:48.326249 [ 3 ] {22135d6e-8046-4cf6-bd7b-152aae02e2fa} TCPHandler: Processed in 0.005193755 sec. 2026.05.04 19:29:48.326375 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.326586 [ 3 ] {4397f157-5c62-402e-8908-fcc9193c81c9} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.326734 [ 3 ] {4397f157-5c62-402e-8908-fcc9193c81c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.04 19:29:48.332030 [ 3 ] {4397f157-5c62-402e-8908-fcc9193c81c9} oximeter.measurements_histogramf32 (3ec634f9-ef13-40cc-9dfa-547b441f2e2b): Loading data parts 2026.05.04 19:29:48.332155 [ 3 ] {4397f157-5c62-402e-8908-fcc9193c81c9} oximeter.measurements_histogramf32 (3ec634f9-ef13-40cc-9dfa-547b441f2e2b): There are no data parts 2026.05.04 19:29:48.333790 [ 3 ] {4397f157-5c62-402e-8908-fcc9193c81c9} TCPHandler: Processed in 0.00746599 sec. 2026.05.04 19:29:48.334063 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.334278 [ 3 ] {628fad5b-81cd-42b0-af51-23da650a8e27} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.334420 [ 3 ] {628fad5b-81cd-42b0-af51-23da650a8e27} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.04 19:29:48.337773 [ 3 ] {628fad5b-81cd-42b0-af51-23da650a8e27} oximeter.measurements_histogramf64 (662bdf5e-36ee-4c88-82d4-8f2419aac0cc): Loading data parts 2026.05.04 19:29:48.337991 [ 3 ] {628fad5b-81cd-42b0-af51-23da650a8e27} oximeter.measurements_histogramf64 (662bdf5e-36ee-4c88-82d4-8f2419aac0cc): There are no data parts 2026.05.04 19:29:48.339499 [ 3 ] {628fad5b-81cd-42b0-af51-23da650a8e27} TCPHandler: Processed in 0.00549332 sec. 2026.05.04 19:29:48.339629 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.339819 [ 3 ] {ec17cf36-6bb9-4838-a583-bed0e5125eb6} executeQuery: (from [fd00:1122:3344:101::e]:61132) /* 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.05.04 19:29:48.339993 [ 3 ] {ec17cf36-6bb9-4838-a583-bed0e5125eb6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.04 19:29:48.347703 [ 3 ] {ec17cf36-6bb9-4838-a583-bed0e5125eb6} oximeter.fields_bool (115c754c-a446-4c03-b08c-ce14c2d7879c): Loading data parts 2026.05.04 19:29:48.347942 [ 3 ] {ec17cf36-6bb9-4838-a583-bed0e5125eb6} oximeter.fields_bool (115c754c-a446-4c03-b08c-ce14c2d7879c): There are no data parts 2026.05.04 19:29:48.351066 [ 3 ] {ec17cf36-6bb9-4838-a583-bed0e5125eb6} TCPHandler: Processed in 0.011489241 sec. 2026.05.04 19:29:48.351191 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.351428 [ 3 ] {10563245-3501-4dd3-97dc-f6799bd9a2a6} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.351546 [ 3 ] {10563245-3501-4dd3-97dc-f6799bd9a2a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.04 19:29:48.358598 [ 3 ] {10563245-3501-4dd3-97dc-f6799bd9a2a6} oximeter.fields_i8 (439b24c6-e58d-4e44-8dbf-5e0a8dee798d): Loading data parts 2026.05.04 19:29:48.358767 [ 3 ] {10563245-3501-4dd3-97dc-f6799bd9a2a6} oximeter.fields_i8 (439b24c6-e58d-4e44-8dbf-5e0a8dee798d): There are no data parts 2026.05.04 19:29:48.365121 [ 3 ] {10563245-3501-4dd3-97dc-f6799bd9a2a6} TCPHandler: Processed in 0.013982002 sec. 2026.05.04 19:29:48.365263 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.365425 [ 3 ] {24b8d359-fd9a-4a09-a374-22b735f4ad78} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.365571 [ 3 ] {24b8d359-fd9a-4a09-a374-22b735f4ad78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.04 19:29:48.367843 [ 3 ] {24b8d359-fd9a-4a09-a374-22b735f4ad78} oximeter.fields_u8 (fa652d2c-c48f-4c5b-92a1-84ab03a125f7): Loading data parts 2026.05.04 19:29:48.368135 [ 3 ] {24b8d359-fd9a-4a09-a374-22b735f4ad78} oximeter.fields_u8 (fa652d2c-c48f-4c5b-92a1-84ab03a125f7): There are no data parts 2026.05.04 19:29:48.370703 [ 3 ] {24b8d359-fd9a-4a09-a374-22b735f4ad78} TCPHandler: Processed in 0.005493151 sec. 2026.05.04 19:29:48.370834 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.371086 [ 3 ] {d1d3a9e3-7d44-4dd3-be32-1531d6379d56} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.371204 [ 3 ] {d1d3a9e3-7d44-4dd3-be32-1531d6379d56} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.04 19:29:48.373127 [ 3 ] {d1d3a9e3-7d44-4dd3-be32-1531d6379d56} oximeter.fields_i16 (687775c6-e4b4-4d2d-b25f-7b2afb2fead5): Loading data parts 2026.05.04 19:29:48.373264 [ 3 ] {d1d3a9e3-7d44-4dd3-be32-1531d6379d56} oximeter.fields_i16 (687775c6-e4b4-4d2d-b25f-7b2afb2fead5): There are no data parts 2026.05.04 19:29:48.378201 [ 3 ] {d1d3a9e3-7d44-4dd3-be32-1531d6379d56} TCPHandler: Processed in 0.00742088 sec. 2026.05.04 19:29:48.378343 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.378539 [ 3 ] {5ed65fda-f02f-4288-9cda-92bf7026d91e} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.378704 [ 3 ] {5ed65fda-f02f-4288-9cda-92bf7026d91e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.04 19:29:48.380844 [ 3 ] {5ed65fda-f02f-4288-9cda-92bf7026d91e} oximeter.fields_u16 (e5982614-df8d-4ac3-b5b9-ac7ff81f7260): Loading data parts 2026.05.04 19:29:48.381075 [ 3 ] {5ed65fda-f02f-4288-9cda-92bf7026d91e} oximeter.fields_u16 (e5982614-df8d-4ac3-b5b9-ac7ff81f7260): There are no data parts 2026.05.04 19:29:48.383623 [ 3 ] {5ed65fda-f02f-4288-9cda-92bf7026d91e} TCPHandler: Processed in 0.005343308 sec. 2026.05.04 19:29:48.383748 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.383995 [ 3 ] {f6aa5011-d969-4c5d-a61f-e7d50c9bd842} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.384105 [ 3 ] {f6aa5011-d969-4c5d-a61f-e7d50c9bd842} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.04 19:29:48.386110 [ 3 ] {f6aa5011-d969-4c5d-a61f-e7d50c9bd842} oximeter.fields_i32 (8d7cad10-f89c-42c7-8a6b-ad53cc89bdfa): Loading data parts 2026.05.04 19:29:48.386291 [ 3 ] {f6aa5011-d969-4c5d-a61f-e7d50c9bd842} oximeter.fields_i32 (8d7cad10-f89c-42c7-8a6b-ad53cc89bdfa): There are no data parts 2026.05.04 19:29:48.391294 [ 3 ] {f6aa5011-d969-4c5d-a61f-e7d50c9bd842} TCPHandler: Processed in 0.007594763 sec. 2026.05.04 19:29:48.391432 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.391652 [ 3 ] {96b92ab3-b24c-4ad2-ade4-9e5dbba34933} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.391794 [ 3 ] {96b92ab3-b24c-4ad2-ade4-9e5dbba34933} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.04 19:29:48.393850 [ 3 ] {96b92ab3-b24c-4ad2-ade4-9e5dbba34933} oximeter.fields_u32 (f030d5ad-3329-431c-8f12-747b3978c39b): Loading data parts 2026.05.04 19:29:48.394100 [ 3 ] {96b92ab3-b24c-4ad2-ade4-9e5dbba34933} oximeter.fields_u32 (f030d5ad-3329-431c-8f12-747b3978c39b): There are no data parts 2026.05.04 19:29:48.396693 [ 3 ] {96b92ab3-b24c-4ad2-ade4-9e5dbba34933} TCPHandler: Processed in 0.005329428 sec. 2026.05.04 19:29:48.396808 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.397042 [ 3 ] {6d9ab73d-4959-4408-a9fc-a67c5bdec0a7} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.397158 [ 3 ] {6d9ab73d-4959-4408-a9fc-a67c5bdec0a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.04 19:29:48.399439 [ 3 ] {6d9ab73d-4959-4408-a9fc-a67c5bdec0a7} oximeter.fields_i64 (1c0c3f54-f243-423b-aa22-5e33ef9b3442): Loading data parts 2026.05.04 19:29:48.399625 [ 3 ] {6d9ab73d-4959-4408-a9fc-a67c5bdec0a7} oximeter.fields_i64 (1c0c3f54-f243-423b-aa22-5e33ef9b3442): There are no data parts 2026.05.04 19:29:48.404478 [ 3 ] {6d9ab73d-4959-4408-a9fc-a67c5bdec0a7} TCPHandler: Processed in 0.007718245 sec. 2026.05.04 19:29:48.404596 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.404753 [ 3 ] {fab96779-24ca-43c6-b0c9-9d04369ba287} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.404873 [ 3 ] {fab96779-24ca-43c6-b0c9-9d04369ba287} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.04 19:29:48.407367 [ 3 ] {fab96779-24ca-43c6-b0c9-9d04369ba287} oximeter.fields_u64 (e10041cf-eb0c-4349-b25d-172381530855): Loading data parts 2026.05.04 19:29:48.407591 [ 3 ] {fab96779-24ca-43c6-b0c9-9d04369ba287} oximeter.fields_u64 (e10041cf-eb0c-4349-b25d-172381530855): There are no data parts 2026.05.04 19:29:48.410096 [ 3 ] {fab96779-24ca-43c6-b0c9-9d04369ba287} TCPHandler: Processed in 0.005550361 sec. 2026.05.04 19:29:48.410229 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.410509 [ 3 ] {bb13facf-9c8d-4564-89d4-e9431919f190} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.410651 [ 3 ] {bb13facf-9c8d-4564-89d4-e9431919f190} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.04 19:29:48.412983 [ 3 ] {bb13facf-9c8d-4564-89d4-e9431919f190} oximeter.fields_ipaddr (9187c4ef-f13e-4fdd-a8d6-d2a1c325e088): Loading data parts 2026.05.04 19:29:48.413187 [ 3 ] {bb13facf-9c8d-4564-89d4-e9431919f190} oximeter.fields_ipaddr (9187c4ef-f13e-4fdd-a8d6-d2a1c325e088): There are no data parts 2026.05.04 19:29:48.417895 [ 3 ] {bb13facf-9c8d-4564-89d4-e9431919f190} TCPHandler: Processed in 0.007725115 sec. 2026.05.04 19:29:48.418059 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.418264 [ 3 ] {884cb431-a57e-4ce6-a763-808f04082982} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.418408 [ 3 ] {884cb431-a57e-4ce6-a763-808f04082982} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.04 19:29:48.421104 [ 3 ] {884cb431-a57e-4ce6-a763-808f04082982} oximeter.fields_string (ce3b07ec-fba9-475d-b2b4-7e90e2a49f80): Loading data parts 2026.05.04 19:29:48.421262 [ 3 ] {884cb431-a57e-4ce6-a763-808f04082982} oximeter.fields_string (ce3b07ec-fba9-475d-b2b4-7e90e2a49f80): There are no data parts 2026.05.04 19:29:48.423805 [ 3 ] {884cb431-a57e-4ce6-a763-808f04082982} TCPHandler: Processed in 0.005813427 sec. 2026.05.04 19:29:48.423919 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.424160 [ 3 ] {8f5d2b82-4d94-494e-b555-446d1168a33a} executeQuery: (from [fd00:1122:3344:101::e]:61132) 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.05.04 19:29:48.424284 [ 3 ] {8f5d2b82-4d94-494e-b555-446d1168a33a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.04 19:29:48.426621 [ 3 ] {8f5d2b82-4d94-494e-b555-446d1168a33a} oximeter.fields_uuid (e612bea2-b128-4931-b779-a431dd3c0984): Loading data parts 2026.05.04 19:29:48.426756 [ 3 ] {8f5d2b82-4d94-494e-b555-446d1168a33a} oximeter.fields_uuid (e612bea2-b128-4931-b779-a431dd3c0984): There are no data parts 2026.05.04 19:29:48.431457 [ 3 ] {8f5d2b82-4d94-494e-b555-446d1168a33a} TCPHandler: Processed in 0.007587513 sec. 2026.05.04 19:29:48.431607 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.431864 [ 3 ] {74acc6cd-7e0b-40b5-a843-a6f8815919e1} executeQuery: (from [fd00:1122:3344:101::e]:61132) /* 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.05.04 19:29:48.431997 [ 3 ] {74acc6cd-7e0b-40b5-a843-a6f8815919e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.04 19:29:48.434480 [ 3 ] {74acc6cd-7e0b-40b5-a843-a6f8815919e1} oximeter.timeseries_schema (3d9089e3-a1f8-4d3e-9bed-772b88b0c6a0): Loading data parts 2026.05.04 19:29:48.434599 [ 3 ] {74acc6cd-7e0b-40b5-a843-a6f8815919e1} oximeter.timeseries_schema (3d9089e3-a1f8-4d3e-9bed-772b88b0c6a0): There are no data parts 2026.05.04 19:29:48.437286 [ 3 ] {74acc6cd-7e0b-40b5-a843-a6f8815919e1} TCPHandler: Processed in 0.005738725 sec. 2026.05.04 19:29:48.437584 [ 4 ] {} TCP-Session: 8918c1da-1a70-48f4-9527-08aa057b951a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.437882 [ 4 ] {04300404-355a-4842-9dbe-c9f31c785f40} executeQuery: (from [fd00:1122:3344:101::e]:41694) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.04 19:29:48.442578 [ 4 ] {04300404-355a-4842-9dbe-c9f31c785f40} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.04 19:29:48.466569 [ 260 ] {04300404-355a-4842-9dbe-c9f31c785f40} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 19:29:48.466616 [ 260 ] {04300404-355a-4842-9dbe-c9f31c785f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.04 19:29:48.474605 [ 260 ] {04300404-355a-4842-9dbe-c9f31c785f40} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 19:29:48.475176 [ 260 ] {04300404-355a-4842-9dbe-c9f31c785f40} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 19:29:48.475463 [ 4 ] {04300404-355a-4842-9dbe-c9f31c785f40} executeQuery: Read 1 rows, 16.00 B in 0.037723 sec., 26.50902632346314 rows/sec., 424.14 B/sec. 2026.05.04 19:29:48.475875 [ 4 ] {04300404-355a-4842-9dbe-c9f31c785f40} TCPHandler: Processed in 0.038429733 sec. 2026.05.04 19:29:48.481113 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481130 [ 4 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481178 [ 4 ] {} TCP-Session: 8918c1da-1a70-48f4-9527-08aa057b951a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481231 [ 254 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481244 [ 255 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481270 [ 253 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481289 [ 257 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481328 [ 254 ] {} TCP-Session: fa399c79-9d90-4add-8cba-e6ab9d24940f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481367 [ 253 ] {} TCP-Session: 8268594b-7729-4aa5-83e1-512ed7420c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481174 [ 5 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481383 [ 257 ] {} TCP-Session: b1514abc-70f1-45ef-92ab-7cc359b208d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481315 [ 255 ] {} TCP-Session: 1319d461-4baf-4269-8773-2602ae471df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481480 [ 5 ] {} TCP-Session: 4785233b-c019-4e37-861b-bba2edb0f281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481210 [ 258 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481203 [ 256 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:48.481186 [ 3 ] {} TCP-Session: d97e7eb7-ffb0-4a4f-99a8-b53a4ff8c610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481674 [ 256 ] {} TCP-Session: f22a9fa8-3a18-4791-9f78-9d247093d280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.481654 [ 258 ] {} TCP-Session: 5a4cd686-32fa-4112-a079-63d4719b8910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.974910 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61407 2026.05.04 19:29:48.977357 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.977506 [ 258 ] {} TCP-Session: c8b05c13-2db2-43fe-b6ed-759d844c67ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61407 2026.05.04 19:29:48.977529 [ 258 ] {} TCP-Session: c8b05c13-2db2-43fe-b6ed-759d844c67ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.977541 [ 258 ] {} TCP-Session: c8b05c13-2db2-43fe-b6ed-759d844c67ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.977751 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 19:29:48.977794 [ 258 ] {} 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.05.04 19:29:48.977991 [ 258 ] {} 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.05.04 19:29:48.978359 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56503 2026.05.04 19:29:48.978459 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44617 2026.05.04 19:29:48.978459 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38612 2026.05.04 19:29:48.978418 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44505 2026.05.04 19:29:48.978400 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41452 2026.05.04 19:29:48.978468 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43559 2026.05.04 19:29:48.978751 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.978438 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47925 2026.05.04 19:29:48.978790 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.978971 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.978992 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.979021 [ 4 ] {} TCP-Session: 74cf7efc-71c3-4bcc-933e-8b14cdd1a850 Authenticating user 'default' from [fd00:1122:3344:101::d]:41452 2026.05.04 19:29:48.978816 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.979118 [ 253 ] {} TCP-Session: 19fe0965-e99d-4849-9a4a-d7f2cda8634e Authenticating user 'default' from [fd00:1122:3344:101::d]:47925 2026.05.04 19:29:48.978834 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.979149 [ 5 ] {} TCP-Session: 3ee13394-ec98-42b0-b79d-9f5043131269 Authenticating user 'default' from [fd00:1122:3344:101::d]:44505 2026.05.04 19:29:48.979268 [ 253 ] {} TCP-Session: 19fe0965-e99d-4849-9a4a-d7f2cda8634e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979282 [ 257 ] {} TCP-Session: e2752e13-5881-441e-992d-ba0555290198 Authenticating user 'default' from [fd00:1122:3344:101::d]:43559 2026.05.04 19:29:48.979295 [ 5 ] {} TCP-Session: 3ee13394-ec98-42b0-b79d-9f5043131269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979146 [ 4 ] {} TCP-Session: 74cf7efc-71c3-4bcc-933e-8b14cdd1a850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979417 [ 255 ] {} TCP-Session: 681dbaef-2b4a-44d8-9474-9d84e8be3a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:44617 2026.05.04 19:29:48.979419 [ 5 ] {} TCP-Session: 3ee13394-ec98-42b0-b79d-9f5043131269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979437 [ 257 ] {} TCP-Session: e2752e13-5881-441e-992d-ba0555290198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979527 [ 4 ] {} TCP-Session: 74cf7efc-71c3-4bcc-933e-8b14cdd1a850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979546 [ 257 ] {} TCP-Session: e2752e13-5881-441e-992d-ba0555290198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979567 [ 255 ] {} TCP-Session: 681dbaef-2b4a-44d8-9474-9d84e8be3a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.978832 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.978437 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61074 2026.05.04 19:29:48.978921 [ 3 ] {} TCP-Session: c15ba40a-cee9-4af8-bc68-8230119bb73c Authenticating user 'default' from [fd00:1122:3344:101::d]:56503 2026.05.04 19:29:48.979832 [ 253 ] {} TCP-Session: 19fe0965-e99d-4849-9a4a-d7f2cda8634e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979867 [ 256 ] {} TCP-Session: bf713eab-69f9-4db6-ac06-fc66da967765 Authenticating user 'default' from [fd00:1122:3344:101::d]:38612 2026.05.04 19:29:48.979873 [ 3 ] {} TCP-Session: c15ba40a-cee9-4af8-bc68-8230119bb73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979939 [ 256 ] {} TCP-Session: bf713eab-69f9-4db6-ac06-fc66da967765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979948 [ 255 ] {} TCP-Session: 681dbaef-2b4a-44d8-9474-9d84e8be3a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.979899 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:48.980059 [ 3 ] {} TCP-Session: c15ba40a-cee9-4af8-bc68-8230119bb73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.980093 [ 254 ] {} TCP-Session: 3bb3ddb8-f981-4c66-afb4-cd86568c40c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61074 2026.05.04 19:29:48.980164 [ 254 ] {} TCP-Session: 3bb3ddb8-f981-4c66-afb4-cd86568c40c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.980172 [ 256 ] {} TCP-Session: bf713eab-69f9-4db6-ac06-fc66da967765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.980333 [ 254 ] {} TCP-Session: 3bb3ddb8-f981-4c66-afb4-cd86568c40c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:48.986349 [ 258 ] {} TCP-Session: c8b05c13-2db2-43fe-b6ed-759d844c67ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:48.986642 [ 258 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} executeQuery: (from [fd00:1122:3344:101::d]:61407) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 19:29:48.987133 [ 258 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 19:29:48.987456 [ 258 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 19:29:48.990310 [ 258 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096) (SelectExecutor): Key condition: unknown 2026.05.04 19:29:49.000577 [ 261 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} AggregatingTransform: Aggregating 2026.05.04 19:29:49.000721 [ 261 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} Aggregator: Aggregation method: without_key 2026.05.04 19:29:49.001102 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 130.15 MiB, peak 144.06 MiB, free memory in arenas 0.00 B, will set to 141.41 MiB (RSS), difference: 11.26 MiB 2026.05.04 19:29:49.001621 [ 261 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004215565 sec. (237.216 rows/sec., 9.27 KiB/sec.) 2026.05.04 19:29:49.001660 [ 261 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} Aggregator: Merging aggregated data 2026.05.04 19:29:49.001782 [ 261 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.04 19:29:49.003303 [ 258 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} executeQuery: Read 1 rows, 40.00 B in 0.016727 sec., 59.78358342799068 rows/sec., 2.34 KiB/sec. 2026.05.04 19:29:49.003450 [ 258 ] {979e9363-6e89-4ec0-af60-97ae8c43fa0c} TCPHandler: Processed in 0.017238197 sec. 2026.05.04 19:29:49.204490 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37361 2026.05.04 19:29:49.204791 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.204831 [ 308 ] {} TCP-Session: 3a3f7a19-d176-4441-aeb3-da6de79b9ac2 Authenticating user 'default' from [fd00:1122:3344:101::c]:37361 2026.05.04 19:29:49.204855 [ 308 ] {} TCP-Session: 3a3f7a19-d176-4441-aeb3-da6de79b9ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.204960 [ 308 ] {} TCP-Session: 3a3f7a19-d176-4441-aeb3-da6de79b9ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.205039 [ 308 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 19:29:49.205071 [ 308 ] {} 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.05.04 19:29:49.205175 [ 308 ] {} 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.05.04 19:29:49.205703 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45894 2026.05.04 19:29:49.205903 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.205933 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62286 2026.05.04 19:29:49.205950 [ 309 ] {} TCP-Session: a7b2afc2-9592-4f89-b486-1648e7ec811f Authenticating user 'default' from [fd00:1122:3344:101::c]:45894 2026.05.04 19:29:49.206016 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35354 2026.05.04 19:29:49.205935 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38398 2026.05.04 19:29:49.206150 [ 309 ] {} TCP-Session: a7b2afc2-9592-4f89-b486-1648e7ec811f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206173 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61173 2026.05.04 19:29:49.206149 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.206270 [ 309 ] {} TCP-Session: a7b2afc2-9592-4f89-b486-1648e7ec811f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206291 [ 311 ] {} TCP-Session: dbfeca3c-ef8a-4168-b2f9-482f8c0ca96e Authenticating user 'default' from [fd00:1122:3344:101::c]:62286 2026.05.04 19:29:49.206341 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51811 2026.05.04 19:29:49.206332 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.206446 [ 311 ] {} TCP-Session: dbfeca3c-ef8a-4168-b2f9-482f8c0ca96e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206492 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.206454 [ 312 ] {} TCP-Session: 51ee300b-f851-47eb-936c-ca11c23efbec Authenticating user 'default' from [fd00:1122:3344:101::c]:35354 2026.05.04 19:29:49.206553 [ 311 ] {} TCP-Session: dbfeca3c-ef8a-4168-b2f9-482f8c0ca96e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206605 [ 310 ] {} TCP-Session: ea48522b-2ac7-4c33-a868-f928e0659d8c Authenticating user 'default' from [fd00:1122:3344:101::c]:38398 2026.05.04 19:29:49.206604 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.206565 [ 312 ] {} TCP-Session: 51ee300b-f851-47eb-936c-ca11c23efbec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206691 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62262 2026.05.04 19:29:49.206715 [ 313 ] {} TCP-Session: a3f57e54-48e7-4fae-b14d-8c3c3920092c Authenticating user 'default' from [fd00:1122:3344:101::c]:61173 2026.05.04 19:29:49.206713 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.206702 [ 310 ] {} TCP-Session: ea48522b-2ac7-4c33-a868-f928e0659d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206836 [ 314 ] {} TCP-Session: 0cd31660-f8b8-442e-af2f-188000e4c518 Authenticating user 'default' from [fd00:1122:3344:101::c]:51811 2026.05.04 19:29:49.206834 [ 313 ] {} TCP-Session: a3f57e54-48e7-4fae-b14d-8c3c3920092c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206719 [ 312 ] {} TCP-Session: 51ee300b-f851-47eb-936c-ca11c23efbec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206994 [ 314 ] {} TCP-Session: 0cd31660-f8b8-442e-af2f-188000e4c518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206977 [ 313 ] {} TCP-Session: a3f57e54-48e7-4fae-b14d-8c3c3920092c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206966 [ 310 ] {} TCP-Session: ea48522b-2ac7-4c33-a868-f928e0659d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.207097 [ 314 ] {} TCP-Session: 0cd31660-f8b8-442e-af2f-188000e4c518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.206948 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.207213 [ 315 ] {} TCP-Session: 2b271c1a-3088-4e9f-b723-b7011090db58 Authenticating user 'default' from [fd00:1122:3344:101::c]:62262 2026.05.04 19:29:49.207343 [ 315 ] {} TCP-Session: 2b271c1a-3088-4e9f-b723-b7011090db58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.207359 [ 315 ] {} TCP-Session: 2b271c1a-3088-4e9f-b723-b7011090db58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.726935 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54847 2026.05.04 19:29:49.727157 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.727298 [ 316 ] {} TCP-Session: cbd1dfad-8fbf-4b59-ad36-de339f529534 Authenticating user 'default' from [fd00:1122:3344:101::b]:54847 2026.05.04 19:29:49.727326 [ 316 ] {} TCP-Session: cbd1dfad-8fbf-4b59-ad36-de339f529534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.727357 [ 316 ] {} TCP-Session: cbd1dfad-8fbf-4b59-ad36-de339f529534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.727506 [ 316 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 19:29:49.727544 [ 316 ] {} 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.05.04 19:29:49.727655 [ 316 ] {} 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.05.04 19:29:49.728120 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52084 2026.05.04 19:29:49.728249 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61211 2026.05.04 19:29:49.728326 [ 319 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57035 2026.05.04 19:29:49.728519 [ 320 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47581 2026.05.04 19:29:49.728603 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.728693 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.728732 [ 317 ] {} TCP-Session: 7939aa7b-7d34-40d6-ad1f-9061f97d1f80 Authenticating user 'default' from [fd00:1122:3344:101::b]:52084 2026.05.04 19:29:49.728731 [ 321 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62356 2026.05.04 19:29:49.728792 [ 319 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.728765 [ 320 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.728763 [ 317 ] {} TCP-Session: 7939aa7b-7d34-40d6-ad1f-9061f97d1f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.728863 [ 322 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52255 2026.05.04 19:29:49.728920 [ 317 ] {} TCP-Session: 7939aa7b-7d34-40d6-ad1f-9061f97d1f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.728953 [ 320 ] {} TCP-Session: 0444787e-4f0b-49d7-aa17-7468148b8e69 Authenticating user 'default' from [fd00:1122:3344:101::b]:47581 2026.05.04 19:29:49.728742 [ 318 ] {} TCP-Session: 8fbba6da-d5dd-4bab-8153-ca172128a79c Authenticating user 'default' from [fd00:1122:3344:101::b]:61211 2026.05.04 19:29:49.729025 [ 321 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.729023 [ 323 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53766 2026.05.04 19:29:49.729216 [ 322 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.729230 [ 318 ] {} TCP-Session: 8fbba6da-d5dd-4bab-8153-ca172128a79c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729264 [ 322 ] {} TCP-Session: a580ada3-2560-4917-b6b9-eaf6382a4130 Authenticating user 'default' from [fd00:1122:3344:101::b]:52255 2026.05.04 19:29:49.729255 [ 321 ] {} TCP-Session: 8ca539d4-faf1-45ad-b43a-09220a3d5ed2 Authenticating user 'default' from [fd00:1122:3344:101::b]:62356 2026.05.04 19:29:49.729024 [ 320 ] {} TCP-Session: 0444787e-4f0b-49d7-aa17-7468148b8e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729366 [ 322 ] {} TCP-Session: a580ada3-2560-4917-b6b9-eaf6382a4130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729357 [ 323 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:49.729339 [ 318 ] {} TCP-Session: 8fbba6da-d5dd-4bab-8153-ca172128a79c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729608 [ 320 ] {} TCP-Session: 0444787e-4f0b-49d7-aa17-7468148b8e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729006 [ 319 ] {} TCP-Session: bf6e2df1-95ee-4314-ab6f-b85f1bc06976 Authenticating user 'default' from [fd00:1122:3344:101::b]:57035 2026.05.04 19:29:49.729355 [ 321 ] {} TCP-Session: 8ca539d4-faf1-45ad-b43a-09220a3d5ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729701 [ 323 ] {} TCP-Session: 01350313-f5df-4679-87d2-d28afb5bb18e Authenticating user 'default' from [fd00:1122:3344:101::b]:53766 2026.05.04 19:29:49.729708 [ 322 ] {} TCP-Session: a580ada3-2560-4917-b6b9-eaf6382a4130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729698 [ 319 ] {} TCP-Session: bf6e2df1-95ee-4314-ab6f-b85f1bc06976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729816 [ 323 ] {} TCP-Session: 01350313-f5df-4679-87d2-d28afb5bb18e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729780 [ 321 ] {} TCP-Session: 8ca539d4-faf1-45ad-b43a-09220a3d5ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729887 [ 319 ] {} TCP-Session: bf6e2df1-95ee-4314-ab6f-b85f1bc06976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:49.729915 [ 323 ] {} TCP-Session: 01350313-f5df-4679-87d2-d28afb5bb18e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.740291 [ 324 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49345 2026.05.04 19:29:50.740481 [ 324 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.740576 [ 324 ] {} TCP-Session: c529810e-e2c8-45e8-a312-e5b28ef3a03a Authenticating user 'default' from [fd00:1122:3344:101::e]:49345 2026.05.04 19:29:50.740647 [ 324 ] {} TCP-Session: c529810e-e2c8-45e8-a312-e5b28ef3a03a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.740662 [ 324 ] {} TCP-Session: c529810e-e2c8-45e8-a312-e5b28ef3a03a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.740986 [ 325 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43749 2026.05.04 19:29:50.741120 [ 326 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32849 2026.05.04 19:29:50.741257 [ 324 ] {} TCP-Session: c529810e-e2c8-45e8-a312-e5b28ef3a03a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:50.741249 [ 327 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42396 2026.05.04 19:29:50.741364 [ 328 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57261 2026.05.04 19:29:50.741329 [ 325 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.741470 [ 325 ] {} TCP-Session: f024d863-fad4-40bb-a9b6-ea6db2cb5603 Authenticating user 'default' from [fd00:1122:3344:101::e]:43749 2026.05.04 19:29:50.741472 [ 326 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.741495 [ 329 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50734 2026.05.04 19:29:50.741573 [ 324 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} executeQuery: (from [fd00:1122:3344:101::e]:49345) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 19:29:50.741609 [ 327 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.741637 [ 326 ] {} TCP-Session: 3df985e4-8130-437b-9814-dffc28495d28 Authenticating user 'default' from [fd00:1122:3344:101::e]:32849 2026.05.04 19:29:50.741644 [ 330 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54389 2026.05.04 19:29:50.741653 [ 328 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.741497 [ 325 ] {} TCP-Session: f024d863-fad4-40bb-a9b6-ea6db2cb5603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741727 [ 327 ] {} TCP-Session: f664e811-586a-47b3-ac6f-26853d24c708 Authenticating user 'default' from [fd00:1122:3344:101::e]:42396 2026.05.04 19:29:50.741740 [ 328 ] {} TCP-Session: 35ad5640-babd-41d6-9b20-ac11d0ffa9a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57261 2026.05.04 19:29:50.741742 [ 325 ] {} TCP-Session: f024d863-fad4-40bb-a9b6-ea6db2cb5603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741744 [ 331 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54894 2026.05.04 19:29:50.741801 [ 327 ] {} TCP-Session: f664e811-586a-47b3-ac6f-26853d24c708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741809 [ 329 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.741828 [ 327 ] {} TCP-Session: f664e811-586a-47b3-ac6f-26853d24c708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741897 [ 328 ] {} TCP-Session: 35ad5640-babd-41d6-9b20-ac11d0ffa9a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741917 [ 332 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37159 2026.05.04 19:29:50.741923 [ 328 ] {} TCP-Session: 35ad5640-babd-41d6-9b20-ac11d0ffa9a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741951 [ 329 ] {} TCP-Session: cb26fd9b-7e18-4a39-90a0-b106e8664476 Authenticating user 'default' from [fd00:1122:3344:101::e]:50734 2026.05.04 19:29:50.741964 [ 326 ] {} TCP-Session: 3df985e4-8130-437b-9814-dffc28495d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.741980 [ 331 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.742002 [ 329 ] {} TCP-Session: cb26fd9b-7e18-4a39-90a0-b106e8664476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742005 [ 326 ] {} TCP-Session: 3df985e4-8130-437b-9814-dffc28495d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742032 [ 329 ] {} TCP-Session: cb26fd9b-7e18-4a39-90a0-b106e8664476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742030 [ 331 ] {} TCP-Session: 8a662459-a216-41d9-9a84-e7ff5d8125cc Authenticating user 'default' from [fd00:1122:3344:101::e]:54894 2026.05.04 19:29:50.742072 [ 331 ] {} TCP-Session: 8a662459-a216-41d9-9a84-e7ff5d8125cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742084 [ 331 ] {} TCP-Session: 8a662459-a216-41d9-9a84-e7ff5d8125cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742149 [ 330 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.742188 [ 330 ] {} TCP-Session: b7566e68-e4d2-418e-8235-0032f54f9104 Authenticating user 'default' from [fd00:1122:3344:101::e]:54389 2026.05.04 19:29:50.742207 [ 330 ] {} TCP-Session: b7566e68-e4d2-418e-8235-0032f54f9104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742209 [ 332 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.742221 [ 330 ] {} TCP-Session: b7566e68-e4d2-418e-8235-0032f54f9104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742260 [ 332 ] {} TCP-Session: f95d2cc1-4cc3-4b94-8031-c53c7388eac8 Authenticating user 'default' from [fd00:1122:3344:101::e]:37159 2026.05.04 19:29:50.742286 [ 332 ] {} TCP-Session: f95d2cc1-4cc3-4b94-8031-c53c7388eac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742302 [ 332 ] {} TCP-Session: f95d2cc1-4cc3-4b94-8031-c53c7388eac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.742383 [ 324 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 19:29:50.742459 [ 324 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 19:29:50.742810 [ 324 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096) (SelectExecutor): Key condition: unknown 2026.05.04 19:29:50.744180 [ 262 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} AggregatingTransform: Aggregating 2026.05.04 19:29:50.744228 [ 262 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} Aggregator: Aggregation method: without_key 2026.05.04 19:29:50.744298 [ 262 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001384708 sec. (722.174 rows/sec., 28.21 KiB/sec.) 2026.05.04 19:29:50.744320 [ 262 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} Aggregator: Merging aggregated data 2026.05.04 19:29:50.745476 [ 324 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} executeQuery: Read 1 rows, 40.00 B in 0.004001 sec., 249.93751562109472 rows/sec., 9.76 KiB/sec. 2026.05.04 19:29:50.745604 [ 324 ] {2dc0be63-330f-4a05-8c19-a5d87d370b61} TCPHandler: Processed in 0.004599852 sec. 2026.05.04 19:29:50.745736 [ 324 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745762 [ 324 ] {} TCP-Session: c529810e-e2c8-45e8-a312-e5b28ef3a03a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745768 [ 325 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745798 [ 332 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745813 [ 325 ] {} TCP-Session: f024d863-fad4-40bb-a9b6-ea6db2cb5603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745831 [ 330 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745841 [ 332 ] {} TCP-Session: f95d2cc1-4cc3-4b94-8031-c53c7388eac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745864 [ 329 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745878 [ 330 ] {} TCP-Session: b7566e68-e4d2-418e-8235-0032f54f9104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745895 [ 327 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745906 [ 329 ] {} TCP-Session: cb26fd9b-7e18-4a39-90a0-b106e8664476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745920 [ 331 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745940 [ 327 ] {} TCP-Session: f664e811-586a-47b3-ac6f-26853d24c708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745847 [ 328 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.745976 [ 331 ] {} TCP-Session: 8a662459-a216-41d9-9a84-e7ff5d8125cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.745805 [ 326 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.746012 [ 328 ] {} TCP-Session: 35ad5640-babd-41d6-9b20-ac11d0ffa9a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.746052 [ 326 ] {} TCP-Session: 3df985e4-8130-437b-9814-dffc28495d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762314 [ 324 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64128 2026.05.04 19:29:50.762384 [ 324 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.762406 [ 324 ] {} TCP-Session: bd8c2361-20c6-4766-ae06-725a4c3dd740 Authenticating user 'default' from [fd00:1122:3344:101::e]:64128 2026.05.04 19:29:50.762423 [ 324 ] {} TCP-Session: bd8c2361-20c6-4766-ae06-725a4c3dd740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762442 [ 324 ] {} TCP-Session: bd8c2361-20c6-4766-ae06-725a4c3dd740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762606 [ 325 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51538 2026.05.04 19:29:50.762632 [ 326 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41087 2026.05.04 19:29:50.762640 [ 327 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41556 2026.05.04 19:29:50.762665 [ 328 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38780 2026.05.04 19:29:50.762681 [ 324 ] {} TCP-Session: bd8c2361-20c6-4766-ae06-725a4c3dd740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 19:29:50.762703 [ 332 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38725 2026.05.04 19:29:50.762728 [ 327 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.762701 [ 326 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.762762 [ 327 ] {} TCP-Session: 2efaf6cb-f890-48a6-a4e6-238346907426 Authenticating user 'default' from [fd00:1122:3344:101::e]:41556 2026.05.04 19:29:50.762776 [ 332 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.762791 [ 327 ] {} TCP-Session: 2efaf6cb-f890-48a6-a4e6-238346907426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762783 [ 326 ] {} TCP-Session: b64ce877-e67a-4ea3-a81a-78c26a625b0f Authenticating user 'default' from [fd00:1122:3344:101::e]:41087 2026.05.04 19:29:50.762806 [ 332 ] {} TCP-Session: 61a8d9c7-d45c-436f-90bc-20cf100d6ed8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38725 2026.05.04 19:29:50.762818 [ 327 ] {} TCP-Session: 2efaf6cb-f890-48a6-a4e6-238346907426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762835 [ 324 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} executeQuery: (from [fd00:1122:3344:101::e]:64128) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 19:29:50.762845 [ 332 ] {} TCP-Session: 61a8d9c7-d45c-436f-90bc-20cf100d6ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762831 [ 326 ] {} TCP-Session: b64ce877-e67a-4ea3-a81a-78c26a625b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762877 [ 332 ] {} TCP-Session: 61a8d9c7-d45c-436f-90bc-20cf100d6ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762898 [ 326 ] {} TCP-Session: b64ce877-e67a-4ea3-a81a-78c26a625b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762754 [ 328 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.762693 [ 331 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59465 2026.05.04 19:29:50.762970 [ 328 ] {} TCP-Session: f1130e28-43ae-4971-8f4e-9af0e397bec3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38780 2026.05.04 19:29:50.762685 [ 330 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42754 2026.05.04 19:29:50.763016 [ 328 ] {} TCP-Session: f1130e28-43ae-4971-8f4e-9af0e397bec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763033 [ 331 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.763059 [ 328 ] {} TCP-Session: f1130e28-43ae-4971-8f4e-9af0e397bec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763076 [ 324 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 19:29:50.763082 [ 331 ] {} TCP-Session: 54124029-36dd-4398-8108-94981648c7c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59465 2026.05.04 19:29:50.763078 [ 330 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.763129 [ 324 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 19:29:50.763133 [ 331 ] {} TCP-Session: 54124029-36dd-4398-8108-94981648c7c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763149 [ 330 ] {} TCP-Session: 0974d760-c15f-4d2c-9908-cee1ce0391e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42754 2026.05.04 19:29:50.763174 [ 331 ] {} TCP-Session: 54124029-36dd-4398-8108-94981648c7c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763191 [ 330 ] {} TCP-Session: 0974d760-c15f-4d2c-9908-cee1ce0391e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.762678 [ 325 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.763217 [ 330 ] {} TCP-Session: 0974d760-c15f-4d2c-9908-cee1ce0391e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763244 [ 325 ] {} TCP-Session: 6a6ccbbe-6b41-4c9a-90b1-d4f7dbe826fa Authenticating user 'default' from [fd00:1122:3344:101::e]:51538 2026.05.04 19:29:50.762674 [ 329 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50737 2026.05.04 19:29:50.763270 [ 325 ] {} TCP-Session: 6a6ccbbe-6b41-4c9a-90b1-d4f7dbe826fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763295 [ 325 ] {} TCP-Session: 6a6ccbbe-6b41-4c9a-90b1-d4f7dbe826fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763331 [ 329 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.763355 [ 329 ] {} TCP-Session: e8dce019-356b-449a-829d-e2657fd9707d Authenticating user 'default' from [fd00:1122:3344:101::e]:50737 2026.05.04 19:29:50.763374 [ 329 ] {} TCP-Session: e8dce019-356b-449a-829d-e2657fd9707d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763389 [ 329 ] {} TCP-Session: e8dce019-356b-449a-829d-e2657fd9707d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.763414 [ 324 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} oximeter.version (fc3f9635-4773-4123-a055-34c932c44096) (SelectExecutor): Key condition: unknown 2026.05.04 19:29:50.764294 [ 303 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} AggregatingTransform: Aggregating 2026.05.04 19:29:50.764343 [ 303 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} Aggregator: Aggregation method: without_key 2026.05.04 19:29:50.764384 [ 303 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000873528 sec. (1144.783 rows/sec., 44.72 KiB/sec.) 2026.05.04 19:29:50.764404 [ 303 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} Aggregator: Merging aggregated data 2026.05.04 19:29:50.765495 [ 324 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} executeQuery: Read 1 rows, 40.00 B in 0.0027 sec., 370.3703703703703 rows/sec., 14.47 KiB/sec. 2026.05.04 19:29:50.765690 [ 324 ] {c0d87fca-0ebb-4399-a8cb-9e3ba0ae7991} TCPHandler: Processed in 0.003082172 sec. 2026.05.04 19:29:50.765827 [ 324 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765848 [ 332 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765867 [ 325 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765884 [ 328 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765891 [ 332 ] {} TCP-Session: 61a8d9c7-d45c-436f-90bc-20cf100d6ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.765911 [ 325 ] {} TCP-Session: 6a6ccbbe-6b41-4c9a-90b1-d4f7dbe826fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.765924 [ 327 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765943 [ 326 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765969 [ 330 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765974 [ 327 ] {} TCP-Session: 2efaf6cb-f890-48a6-a4e6-238346907426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.765986 [ 329 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.766005 [ 330 ] {} TCP-Session: 0974d760-c15f-4d2c-9908-cee1ce0391e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.765992 [ 326 ] {} TCP-Session: b64ce877-e67a-4ea3-a81a-78c26a625b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.766045 [ 329 ] {} TCP-Session: e8dce019-356b-449a-829d-e2657fd9707d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.765928 [ 328 ] {} TCP-Session: f1130e28-43ae-4971-8f4e-9af0e397bec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.765903 [ 331 ] {} TCPHandler: Done processing connection. 2026.05.04 19:29:50.765871 [ 324 ] {} TCP-Session: bd8c2361-20c6-4766-ae06-725a4c3dd740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.766131 [ 331 ] {} TCP-Session: 54124029-36dd-4398-8108-94981648c7c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933071 [ 324 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39845 2026.05.04 19:29:50.933184 [ 324 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.933212 [ 324 ] {} TCP-Session: dededcd9-d621-49b9-ace1-20c430fc42b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:39845 2026.05.04 19:29:50.933235 [ 324 ] {} TCP-Session: dededcd9-d621-49b9-ace1-20c430fc42b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933247 [ 324 ] {} TCP-Session: dededcd9-d621-49b9-ace1-20c430fc42b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933301 [ 324 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 19:29:50.933324 [ 324 ] {} 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.05.04 19:29:50.933340 [ 324 ] {} 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.05.04 19:29:50.933639 [ 325 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41214 2026.05.04 19:29:50.933654 [ 326 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45642 2026.05.04 19:29:50.933692 [ 329 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45667 2026.05.04 19:29:50.933715 [ 331 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58740 2026.05.04 19:29:50.933764 [ 325 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.933707 [ 330 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43420 2026.05.04 19:29:50.933809 [ 326 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.933831 [ 329 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.933848 [ 326 ] {} TCP-Session: e3718340-dc75-44b5-8d68-1951f66e2de5 Authenticating user 'default' from [fd00:1122:3344:101::a]:45642 2026.05.04 19:29:50.933852 [ 331 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.933869 [ 329 ] {} TCP-Session: 3cf4ab60-fe3c-4bda-8320-bb47cc38295f Authenticating user 'default' from [fd00:1122:3344:101::a]:45667 2026.05.04 19:29:50.933883 [ 326 ] {} TCP-Session: e3718340-dc75-44b5-8d68-1951f66e2de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933915 [ 329 ] {} TCP-Session: 3cf4ab60-fe3c-4bda-8320-bb47cc38295f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933928 [ 326 ] {} TCP-Session: e3718340-dc75-44b5-8d68-1951f66e2de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933942 [ 329 ] {} TCP-Session: 3cf4ab60-fe3c-4bda-8320-bb47cc38295f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933873 [ 330 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.933805 [ 325 ] {} TCP-Session: 09de0caf-3057-4ac9-be92-f1cc5eb7afe6 Authenticating user 'default' from [fd00:1122:3344:101::a]:41214 2026.05.04 19:29:50.934006 [ 330 ] {} TCP-Session: 9cfe8dae-5c09-41aa-96a6-dc86f25967b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:43420 2026.05.04 19:29:50.934031 [ 325 ] {} TCP-Session: 09de0caf-3057-4ac9-be92-f1cc5eb7afe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934041 [ 330 ] {} TCP-Session: 9cfe8dae-5c09-41aa-96a6-dc86f25967b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934059 [ 325 ] {} TCP-Session: 09de0caf-3057-4ac9-be92-f1cc5eb7afe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934071 [ 330 ] {} TCP-Session: 9cfe8dae-5c09-41aa-96a6-dc86f25967b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.933676 [ 328 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53498 2026.05.04 19:29:50.933667 [ 327 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51594 2026.05.04 19:29:50.933899 [ 331 ] {} TCP-Session: 666172a4-7210-4b72-bd9c-4ad280e3a674 Authenticating user 'default' from [fd00:1122:3344:101::a]:58740 2026.05.04 19:29:50.934182 [ 331 ] {} TCP-Session: 666172a4-7210-4b72-bd9c-4ad280e3a674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934184 [ 328 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.934198 [ 331 ] {} TCP-Session: 666172a4-7210-4b72-bd9c-4ad280e3a674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934208 [ 327 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 19:29:50.934220 [ 328 ] {} TCP-Session: 91c49704-57b0-46f4-9d4b-4615dc33324f Authenticating user 'default' from [fd00:1122:3344:101::a]:53498 2026.05.04 19:29:50.934248 [ 327 ] {} TCP-Session: 6cbb7b93-4b76-48ce-83e2-25b02963eedc Authenticating user 'default' from [fd00:1122:3344:101::a]:51594 2026.05.04 19:29:50.934256 [ 328 ] {} TCP-Session: 91c49704-57b0-46f4-9d4b-4615dc33324f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934274 [ 327 ] {} TCP-Session: 6cbb7b93-4b76-48ce-83e2-25b02963eedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934280 [ 328 ] {} TCP-Session: 91c49704-57b0-46f4-9d4b-4615dc33324f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:50.934299 [ 327 ] {} TCP-Session: 6cbb7b93-4b76-48ce-83e2-25b02963eedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 19:29:55.192820 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.04 19:29:55.192856 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 567 entries to flush up to offset 567 2026.05.04 19:29:55.192966 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.04 19:29:55.192985 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.04 19:29:55.200245 [ 244 ] {} system.asynchronous_metric_log (5f6073d8-6f36-4f7e-ac4c-b1226b2f59eb): Loading data parts 2026.05.04 19:29:55.200454 [ 244 ] {} system.asynchronous_metric_log (5f6073d8-6f36-4f7e-ac4c-b1226b2f59eb): There are no data parts 2026.05.04 19:29:55.206147 [ 243 ] {} system.metric_log (ab99394f-b04e-46f7-8ffc-b9ad24f68554): Loading data parts 2026.05.04 19:29:55.206355 [ 243 ] {} system.metric_log (ab99394f-b04e-46f7-8ffc-b9ad24f68554): There are no data parts 2026.05.04 19:29:55.206990 [ 244 ] {} system.asynchronous_metric_log (5f6073d8-6f36-4f7e-ac4c-b1226b2f59eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 19:29:55.207035 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.04 19:29:55.217706 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 19:29:55.218297 [ 244 ] {} system.asynchronous_metric_log (5f6073d8-6f36-4f7e-ac4c-b1226b2f59eb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 19:29:55.218475 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 567 2026.05.04 19:29:55.247005 [ 243 ] {} system.metric_log (ab99394f-b04e-46f7-8ffc-b9ad24f68554): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 19:29:55.247080 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.05.04 19:29:55.253221 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 19:29:55.254615 [ 243 ] {} system.metric_log (ab99394f-b04e-46f7-8ffc-b9ad24f68554): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 19:29:55.258103 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.04 19:29:56.000274 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 149.20 MiB, peak 153.20 MiB, free memory in arenas 0.00 B, will set to 158.25 MiB (RSS), difference: 9.04 MiB 2026.05.04 19:29:57.692905 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 94 entries to flush up to offset 94 2026.05.04 19:29:57.693004 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.04 19:29:57.700134 [ 242 ] {} system.query_log (18e10f38-14eb-4b4d-997f-f0cfb41a6598): Loading data parts 2026.05.04 19:29:57.700312 [ 242 ] {} system.query_log (18e10f38-14eb-4b4d-997f-f0cfb41a6598): There are no data parts 2026.05.04 19:29:57.710914 [ 242 ] {} system.query_log (18e10f38-14eb-4b4d-997f-f0cfb41a6598): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 19:29:57.710954 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.05.04 19:29:57.714494 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 19:29:57.714962 [ 242 ] {} system.query_log (18e10f38-14eb-4b4d-997f-f0cfb41a6598): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 19:29:57.715218 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.05.04 19:29:58.000258 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 162.45 MiB, peak 162.45 MiB, free memory in arenas 0.00 B, will set to 159.56 MiB (RSS), difference: -2.89 MiB