[ Dec 16 02:58:58 Enabled. ] [ Dec 16 02:58:58 Rereading configuration. ] [ Dec 16 02:58:58 Rereading configuration. ] [ Dec 16 02:59:00 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 [ Dec 16 02:59:00 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 2025.12.16 02:59:02.070785 [ 1 ] {} Application: Will watch for the process with pid 24247 2025.12.16 02:59:02.071152 [ 1 ] {} Application: Forked a child process to watch 2025.12.16 02:59:02.298366 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24247 2025.12.16 02:59:02.299082 [ 1 ] {} Application: starting up 2025.12.16 02:59:02.299221 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.16 02:59:02.435010 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.16 02:59:02.466485 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.16 02:59:02.466529 [ 1 ] {} Application: Initializing DateLUT. 2025.12.16 02:59:02.466546 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.16 02:59:02.466602 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.16 02:59:02.466957 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.16 02:59:02.469105 [ 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'. 2025.12.16 02:59:02.469973 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.16 02:59:02.471109 [ 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) 2025.12.16 02:59:02.471138 [ 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) 2025.12.16 02:59:02.471158 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.16 02:59:02.473308 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.16 02:59:02.474295 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.16 02:59:02.480474 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.16 02:59:02.481219 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.16 02:59:02.482540 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.16 02:59:02.482605 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.16 02:59:02.483626 [ 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'. 2025.12.16 02:59:02.484014 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.16 02:59:02.487764 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.16 02:59:02.488460 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.16 02:59:02.493247 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.16 02:59:02.493653 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.16 02:59:02.493979 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.16 02:59:02.494306 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.16 02:59:02.495546 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.16 02:59:02.495570 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.16 02:59:02.495669 [ 98 ] {} DNSResolver: Updating DNS cache 2025.12.16 02:59:02.495769 [ 98 ] {} DNSResolver: Updated DNS cache 2025.12.16 02:59:02.503075 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.16 02:59:02.503100 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149092 sec 2025.12.16 02:59:02.503120 [ 1 ] {} ReferentialDeps: No tables 2025.12.16 02:59:02.503134 [ 1 ] {} LoadingDeps: No tables 2025.12.16 02:59:02.503764 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.16 02:59:02.504308 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.16 02:59:02.515881 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.16 02:59:02.515924 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.16 02:59:02.515944 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.16 02:59:02.515956 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.16 02:59:02.515988 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.16 02:59:02.516006 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.16 02:59:02.518180 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.16 02:59:02.518227 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.16 02:59:02.518247 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.16 02:59:02.518385 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.16 02:59:02.518425 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.16 02:59:02.518437 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.16 02:59:02.518456 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.16 02:59:02.518468 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.16 02:59:02.518497 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.16 02:59:02.518514 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.16 02:59:02.544413 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.16 02:59:02.545736 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.16 02:59:02.545764 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.478e-05 sec 2025.12.16 02:59:02.545776 [ 1 ] {} ReferentialDeps: No tables 2025.12.16 02:59:02.545787 [ 1 ] {} LoadingDeps: No tables 2025.12.16 02:59:02.545808 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.16 02:59:02.545993 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.16 02:59:02.546032 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.16 02:59:02.546045 [ 1 ] {} Application: Loaded metadata. 2025.12.16 02:59:02.546055 [ 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). 2025.12.16 02:59:02.546066 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.16 02:59:02.557021 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.16 02:59:02.557261 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.92 MiB 2025.12.16 02:59:02.558580 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.271e-05 sec. 2025.12.16 02:59:02.558905 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.16 02:59:02.559635 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.16 02:59:02.559652 [ 1 ] {} Application: Ready for connections. 2025.12.16 02:59:03.245431 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59779 2025.12.16 02:59:03.246281 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.246346 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59779 2025.12.16 02:59:03.246375 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.246404 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.246496 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 02:59:03.246521 [ 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 2025.12.16 02:59:03.246546 [ 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 2025.12.16 02:59:03.246979 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64182 2025.12.16 02:59:03.247822 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45373 2025.12.16 02:59:03.247845 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.247844 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43612 2025.12.16 02:59:03.247886 [ 4 ] {} TCP-Session: 53a3ac02-fa00-4163-b741-faf154c3d729 Authenticating user 'default' from [fd00:1122:3344:101::d]:64182 2025.12.16 02:59:03.247951 [ 4 ] {} TCP-Session: 53a3ac02-fa00-4163-b741-faf154c3d729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.247967 [ 4 ] {} TCP-Session: 53a3ac02-fa00-4163-b741-faf154c3d729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.248036 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43047 2025.12.16 02:59:03.248086 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45178 2025.12.16 02:59:03.248396 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51639 2025.12.16 02:59:03.248407 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41618 2025.12.16 02:59:03.248398 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56986 2025.12.16 02:59:03.249001 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249061 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249062 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249143 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249194 [ 259 ] {} TCP-Session: 4d12e98b-dba7-4d4f-a9f6-9eceec95d8ee Authenticating user 'default' from [fd00:1122:3344:101::d]:56986 2025.12.16 02:59:03.249225 [ 258 ] {} TCP-Session: dff13b8a-6800-4e76-b42d-4da71b0cb5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51639 2025.12.16 02:59:03.249231 [ 256 ] {} TCP-Session: 10d288d9-3c6b-4d23-845e-bbb3e53c314c Authenticating user 'default' from [fd00:1122:3344:101::d]:45178 2025.12.16 02:59:03.249254 [ 258 ] {} TCP-Session: dff13b8a-6800-4e76-b42d-4da71b0cb5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249244 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249286 [ 258 ] {} TCP-Session: dff13b8a-6800-4e76-b42d-4da71b0cb5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249303 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249316 [ 257 ] {} TCP-Session: 8f07719f-6802-4bb4-b877-48669b0309b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41618 2025.12.16 02:59:03.249284 [ 256 ] {} TCP-Session: 10d288d9-3c6b-4d23-845e-bbb3e53c314c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249359 [ 257 ] {} TCP-Session: 8f07719f-6802-4bb4-b877-48669b0309b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249381 [ 256 ] {} TCP-Session: 10d288d9-3c6b-4d23-845e-bbb3e53c314c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249392 [ 257 ] {} TCP-Session: 8f07719f-6802-4bb4-b877-48669b0309b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249353 [ 255 ] {} TCP-Session: f8967954-dbaa-4e50-a1f8-db23433b827f Authenticating user 'default' from [fd00:1122:3344:101::d]:43047 2025.12.16 02:59:03.249263 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:03.249227 [ 259 ] {} TCP-Session: 4d12e98b-dba7-4d4f-a9f6-9eceec95d8ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249462 [ 255 ] {} TCP-Session: f8967954-dbaa-4e50-a1f8-db23433b827f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249486 [ 5 ] {} TCP-Session: a8d4e331-fc16-416d-a881-bac2ecfe423c Authenticating user 'default' from [fd00:1122:3344:101::d]:43612 2025.12.16 02:59:03.249512 [ 255 ] {} TCP-Session: f8967954-dbaa-4e50-a1f8-db23433b827f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249533 [ 5 ] {} TCP-Session: a8d4e331-fc16-416d-a881-bac2ecfe423c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249500 [ 259 ] {} TCP-Session: 4d12e98b-dba7-4d4f-a9f6-9eceec95d8ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249570 [ 5 ] {} TCP-Session: a8d4e331-fc16-416d-a881-bac2ecfe423c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249226 [ 253 ] {} TCP-Session: ea0c54b6-9e07-4dc1-83a2-07cdaf8a2a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:45373 2025.12.16 02:59:03.249623 [ 253 ] {} TCP-Session: ea0c54b6-9e07-4dc1-83a2-07cdaf8a2a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.249635 [ 253 ] {} TCP-Session: ea0c54b6-9e07-4dc1-83a2-07cdaf8a2a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:03.253599 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.256463 [ 3 ] {3c4662a2-8d07-4cf9-b725-bfbdddf6886c} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 02:59:03.366473 [ 3 ] {3c4662a2-8d07-4cf9-b725-bfbdddf6886c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59779) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.16 02:59:03.367334 [ 3 ] {3c4662a2-8d07-4cf9-b725-bfbdddf6886c} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.16 02:59:03.367449 [ 3 ] {3c4662a2-8d07-4cf9-b725-bfbdddf6886c} TCPHandler: Processed in 0.117719322 sec. 2025.12.16 02:59:03.368113 [ 4 ] {} TCP-Session: 53a3ac02-fa00-4163-b741-faf154c3d729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.368377 [ 4 ] {fffb6ca1-44ef-40e4-af7f-b52e8b80f322} executeQuery: (from [fd00:1122:3344:101::d]:64182) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 02:59:03.368750 [ 4 ] {fffb6ca1-44ef-40e4-af7f-b52e8b80f322} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64182) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.16 02:59:03.368889 [ 4 ] {fffb6ca1-44ef-40e4-af7f-b52e8b80f322} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.16 02:59:03.368984 [ 4 ] {fffb6ca1-44ef-40e4-af7f-b52e8b80f322} TCPHandler: Processed in 0.001302537 sec. 2025.12.16 02:59:03.369303 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.370165 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} executeQuery: (from [fd00:1122:3344:101::d]:59779) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.16 02:59:03.370830 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.16 02:59:03.372306 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.16 02:59:03.372327 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5061e-05 sec 2025.12.16 02:59:03.372340 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} ReferentialDeps: No tables 2025.12.16 02:59:03.372368 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} LoadingDeps: No tables 2025.12.16 02:59:03.372395 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} DatabaseAtomic (oximeter): Starting up tables. 2025.12.16 02:59:03.373079 [ 3 ] {49cc5747-9c6e-4a0d-a5eb-2e148a1e8ae4} TCPHandler: Processed in 0.00388939 sec. 2025.12.16 02:59:03.373219 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.373397 [ 3 ] {a76a2d30-5ade-4310-893c-41aaf5c893d2} executeQuery: (from [fd00:1122:3344:101::d]:59779) /* 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) 2025.12.16 02:59:03.373447 [ 3 ] {a76a2d30-5ade-4310-893c-41aaf5c893d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.16 02:59:03.378433 [ 3 ] {a76a2d30-5ade-4310-893c-41aaf5c893d2} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.16 02:59:03.379619 [ 3 ] {a76a2d30-5ade-4310-893c-41aaf5c893d2} oximeter.version (488549e8-b1f0-4781-953f-e10b478e39b6): Loading data parts 2025.12.16 02:59:03.380667 [ 3 ] {a76a2d30-5ade-4310-893c-41aaf5c893d2} oximeter.version (488549e8-b1f0-4781-953f-e10b478e39b6): There are no data parts 2025.12.16 02:59:03.383379 [ 3 ] {a76a2d30-5ade-4310-893c-41aaf5c893d2} TCPHandler: Processed in 0.010207359 sec. 2025.12.16 02:59:03.383521 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.383696 [ 3 ] {dd141f5c-afda-4a46-a39a-40aee3f78740} executeQuery: (from [fd00:1122:3344:101::d]:59779) /* 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) 2025.12.16 02:59:03.383782 [ 3 ] {dd141f5c-afda-4a46-a39a-40aee3f78740} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.16 02:59:03.394650 [ 3 ] {dd141f5c-afda-4a46-a39a-40aee3f78740} oximeter.measurements_bool (074a69d7-9881-453a-8450-d92ba9e9126b): Loading data parts 2025.12.16 02:59:03.394878 [ 3 ] {dd141f5c-afda-4a46-a39a-40aee3f78740} oximeter.measurements_bool (074a69d7-9881-453a-8450-d92ba9e9126b): There are no data parts 2025.12.16 02:59:03.396239 [ 3 ] {dd141f5c-afda-4a46-a39a-40aee3f78740} TCPHandler: Processed in 0.012766451 sec. 2025.12.16 02:59:03.396385 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.396554 [ 3 ] {ea15d228-7d67-44de-bb4e-0f7026b42ceb} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.396604 [ 3 ] {ea15d228-7d67-44de-bb4e-0f7026b42ceb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.16 02:59:03.398388 [ 3 ] {ea15d228-7d67-44de-bb4e-0f7026b42ceb} oximeter.measurements_i8 (4029932b-a860-49fb-9a3a-461920e4f5e0): Loading data parts 2025.12.16 02:59:03.398520 [ 3 ] {ea15d228-7d67-44de-bb4e-0f7026b42ceb} oximeter.measurements_i8 (4029932b-a860-49fb-9a3a-461920e4f5e0): There are no data parts 2025.12.16 02:59:03.399726 [ 3 ] {ea15d228-7d67-44de-bb4e-0f7026b42ceb} TCPHandler: Processed in 0.003388963 sec. 2025.12.16 02:59:03.399884 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.400035 [ 3 ] {4217e02f-7c2e-4f99-8aad-3a203840eb5c} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.400093 [ 3 ] {4217e02f-7c2e-4f99-8aad-3a203840eb5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.16 02:59:03.401977 [ 3 ] {4217e02f-7c2e-4f99-8aad-3a203840eb5c} oximeter.measurements_u8 (bf958fa0-3510-4501-ac06-ce65d55be149): Loading data parts 2025.12.16 02:59:03.402132 [ 3 ] {4217e02f-7c2e-4f99-8aad-3a203840eb5c} oximeter.measurements_u8 (bf958fa0-3510-4501-ac06-ce65d55be149): There are no data parts 2025.12.16 02:59:03.403342 [ 3 ] {4217e02f-7c2e-4f99-8aad-3a203840eb5c} TCPHandler: Processed in 0.003505824 sec. 2025.12.16 02:59:03.403467 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.403639 [ 3 ] {8017cfc9-7d53-4f68-9006-0a2b3618a42c} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.403680 [ 3 ] {8017cfc9-7d53-4f68-9006-0a2b3618a42c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.16 02:59:03.405488 [ 3 ] {8017cfc9-7d53-4f68-9006-0a2b3618a42c} oximeter.measurements_i16 (93573435-ecf7-48e9-8a2d-56b3c21a1701): Loading data parts 2025.12.16 02:59:03.405612 [ 3 ] {8017cfc9-7d53-4f68-9006-0a2b3618a42c} oximeter.measurements_i16 (93573435-ecf7-48e9-8a2d-56b3c21a1701): There are no data parts 2025.12.16 02:59:03.407057 [ 3 ] {8017cfc9-7d53-4f68-9006-0a2b3618a42c} TCPHandler: Processed in 0.003637106 sec. 2025.12.16 02:59:03.407206 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.407364 [ 3 ] {b0038d71-d193-43e9-aa3b-b9fa699223b6} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.407420 [ 3 ] {b0038d71-d193-43e9-aa3b-b9fa699223b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.16 02:59:03.409196 [ 3 ] {b0038d71-d193-43e9-aa3b-b9fa699223b6} oximeter.measurements_u16 (14caa103-7e6e-4d06-839e-add239b1596b): Loading data parts 2025.12.16 02:59:03.409345 [ 3 ] {b0038d71-d193-43e9-aa3b-b9fa699223b6} oximeter.measurements_u16 (14caa103-7e6e-4d06-839e-add239b1596b): There are no data parts 2025.12.16 02:59:03.410562 [ 3 ] {b0038d71-d193-43e9-aa3b-b9fa699223b6} TCPHandler: Processed in 0.003405783 sec. 2025.12.16 02:59:03.410697 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.410875 [ 3 ] {ab1816e7-db3a-4993-a9d4-d0b70c825c50} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.410917 [ 3 ] {ab1816e7-db3a-4993-a9d4-d0b70c825c50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.16 02:59:03.412768 [ 3 ] {ab1816e7-db3a-4993-a9d4-d0b70c825c50} oximeter.measurements_i32 (02929b72-e847-46c0-b6f2-f7b523b43673): Loading data parts 2025.12.16 02:59:03.412919 [ 3 ] {ab1816e7-db3a-4993-a9d4-d0b70c825c50} oximeter.measurements_i32 (02929b72-e847-46c0-b6f2-f7b523b43673): There are no data parts 2025.12.16 02:59:03.414156 [ 3 ] {ab1816e7-db3a-4993-a9d4-d0b70c825c50} TCPHandler: Processed in 0.003506244 sec. 2025.12.16 02:59:03.414329 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.414486 [ 3 ] {9ef23c21-bd62-418d-a142-a8dfdb347657} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.414543 [ 3 ] {9ef23c21-bd62-418d-a142-a8dfdb347657} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.16 02:59:03.416419 [ 3 ] {9ef23c21-bd62-418d-a142-a8dfdb347657} oximeter.measurements_u32 (f50269b1-0e0a-4d9f-bcb5-f4662a67577e): Loading data parts 2025.12.16 02:59:03.416585 [ 3 ] {9ef23c21-bd62-418d-a142-a8dfdb347657} oximeter.measurements_u32 (f50269b1-0e0a-4d9f-bcb5-f4662a67577e): There are no data parts 2025.12.16 02:59:03.417802 [ 3 ] {9ef23c21-bd62-418d-a142-a8dfdb347657} TCPHandler: Processed in 0.003522245 sec. 2025.12.16 02:59:03.417933 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.418087 [ 3 ] {96675c0b-8fad-4047-a7a8-5db249872776} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.418148 [ 3 ] {96675c0b-8fad-4047-a7a8-5db249872776} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.16 02:59:03.420008 [ 3 ] {96675c0b-8fad-4047-a7a8-5db249872776} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Loading data parts 2025.12.16 02:59:03.420144 [ 3 ] {96675c0b-8fad-4047-a7a8-5db249872776} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): There are no data parts 2025.12.16 02:59:03.421327 [ 3 ] {96675c0b-8fad-4047-a7a8-5db249872776} TCPHandler: Processed in 0.003442944 sec. 2025.12.16 02:59:03.421465 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.421629 [ 3 ] {9644030d-7c0b-4ed3-b8cd-a6e0925f2c4b} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.421682 [ 3 ] {9644030d-7c0b-4ed3-b8cd-a6e0925f2c4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.16 02:59:03.423620 [ 3 ] {9644030d-7c0b-4ed3-b8cd-a6e0925f2c4b} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Loading data parts 2025.12.16 02:59:03.423761 [ 3 ] {9644030d-7c0b-4ed3-b8cd-a6e0925f2c4b} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): There are no data parts 2025.12.16 02:59:03.424963 [ 3 ] {9644030d-7c0b-4ed3-b8cd-a6e0925f2c4b} TCPHandler: Processed in 0.003546845 sec. 2025.12.16 02:59:03.425094 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.425247 [ 3 ] {7372a2b0-ce58-49d8-a4ec-46445d091f46} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.425300 [ 3 ] {7372a2b0-ce58-49d8-a4ec-46445d091f46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.16 02:59:03.427318 [ 3 ] {7372a2b0-ce58-49d8-a4ec-46445d091f46} oximeter.measurements_f32 (e0552d8f-55fc-4496-a6c8-824ad7fbfba2): Loading data parts 2025.12.16 02:59:03.427452 [ 3 ] {7372a2b0-ce58-49d8-a4ec-46445d091f46} oximeter.measurements_f32 (e0552d8f-55fc-4496-a6c8-824ad7fbfba2): There are no data parts 2025.12.16 02:59:03.428965 [ 3 ] {7372a2b0-ce58-49d8-a4ec-46445d091f46} TCPHandler: Processed in 0.003920929 sec. 2025.12.16 02:59:03.429092 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.429255 [ 3 ] {0b9ea19a-74c0-4946-8fe9-b6364fd94fec} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.429305 [ 3 ] {0b9ea19a-74c0-4946-8fe9-b6364fd94fec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.16 02:59:03.431146 [ 3 ] {0b9ea19a-74c0-4946-8fe9-b6364fd94fec} oximeter.measurements_f64 (3e440b7d-6a24-4b2b-bc4e-d1c5f9cfeccd): Loading data parts 2025.12.16 02:59:03.431272 [ 3 ] {0b9ea19a-74c0-4946-8fe9-b6364fd94fec} oximeter.measurements_f64 (3e440b7d-6a24-4b2b-bc4e-d1c5f9cfeccd): There are no data parts 2025.12.16 02:59:03.432824 [ 3 ] {0b9ea19a-74c0-4946-8fe9-b6364fd94fec} TCPHandler: Processed in 0.003780838 sec. 2025.12.16 02:59:03.432954 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.433107 [ 3 ] {e6ae9764-7a49-4670-8b32-3fa6674e7a7e} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.433170 [ 3 ] {e6ae9764-7a49-4670-8b32-3fa6674e7a7e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.16 02:59:03.435313 [ 3 ] {e6ae9764-7a49-4670-8b32-3fa6674e7a7e} oximeter.measurements_string (4a891873-6e96-4a08-b24b-5c4b18ea8193): Loading data parts 2025.12.16 02:59:03.435477 [ 3 ] {e6ae9764-7a49-4670-8b32-3fa6674e7a7e} oximeter.measurements_string (4a891873-6e96-4a08-b24b-5c4b18ea8193): There are no data parts 2025.12.16 02:59:03.437002 [ 3 ] {e6ae9764-7a49-4670-8b32-3fa6674e7a7e} TCPHandler: Processed in 0.004093872 sec. 2025.12.16 02:59:03.437144 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.437326 [ 3 ] {492a1042-6f7b-4581-b1d5-fadacc30f850} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.437400 [ 3 ] {492a1042-6f7b-4581-b1d5-fadacc30f850} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.16 02:59:03.439218 [ 3 ] {492a1042-6f7b-4581-b1d5-fadacc30f850} oximeter.measurements_bytes (1be4927b-16b9-4abe-8f40-3cbfd4174cf3): Loading data parts 2025.12.16 02:59:03.439366 [ 3 ] {492a1042-6f7b-4581-b1d5-fadacc30f850} oximeter.measurements_bytes (1be4927b-16b9-4abe-8f40-3cbfd4174cf3): There are no data parts 2025.12.16 02:59:03.440868 [ 3 ] {492a1042-6f7b-4581-b1d5-fadacc30f850} TCPHandler: Processed in 0.003770798 sec. 2025.12.16 02:59:03.441006 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.441173 [ 3 ] {9703f1d3-ead1-4f8a-8569-92bbc54e6c9e} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.441237 [ 3 ] {9703f1d3-ead1-4f8a-8569-92bbc54e6c9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.16 02:59:03.443030 [ 3 ] {9703f1d3-ead1-4f8a-8569-92bbc54e6c9e} oximeter.measurements_cumulativei64 (45cb5c67-94b1-49c1-89dd-9e4e81816956): Loading data parts 2025.12.16 02:59:03.443188 [ 3 ] {9703f1d3-ead1-4f8a-8569-92bbc54e6c9e} oximeter.measurements_cumulativei64 (45cb5c67-94b1-49c1-89dd-9e4e81816956): There are no data parts 2025.12.16 02:59:03.444707 [ 3 ] {9703f1d3-ead1-4f8a-8569-92bbc54e6c9e} TCPHandler: Processed in 0.003748848 sec. 2025.12.16 02:59:03.444836 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.445022 [ 3 ] {9f4e6b4a-6b37-4ac4-a430-9d2ec52eb9ab} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.445076 [ 3 ] {9f4e6b4a-6b37-4ac4-a430-9d2ec52eb9ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:03.446874 [ 3 ] {9f4e6b4a-6b37-4ac4-a430-9d2ec52eb9ab} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Loading data parts 2025.12.16 02:59:03.446999 [ 3 ] {9f4e6b4a-6b37-4ac4-a430-9d2ec52eb9ab} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): There are no data parts 2025.12.16 02:59:03.448653 [ 3 ] {9f4e6b4a-6b37-4ac4-a430-9d2ec52eb9ab} TCPHandler: Processed in 0.003864509 sec. 2025.12.16 02:59:03.448790 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.448950 [ 3 ] {f1600294-4972-427c-972f-4e8fa9acb7f1} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.449013 [ 3 ] {f1600294-4972-427c-972f-4e8fa9acb7f1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.16 02:59:03.450812 [ 3 ] {f1600294-4972-427c-972f-4e8fa9acb7f1} oximeter.measurements_cumulativef32 (daa9ebc6-b329-412f-8f51-3aa40deeac69): Loading data parts 2025.12.16 02:59:03.450981 [ 3 ] {f1600294-4972-427c-972f-4e8fa9acb7f1} oximeter.measurements_cumulativef32 (daa9ebc6-b329-412f-8f51-3aa40deeac69): There are no data parts 2025.12.16 02:59:03.452522 [ 3 ] {f1600294-4972-427c-972f-4e8fa9acb7f1} TCPHandler: Processed in 0.003777798 sec. 2025.12.16 02:59:03.452653 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.452828 [ 3 ] {36f9a185-2adf-4539-a5ca-0a79f0e3ccfb} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.452893 [ 3 ] {36f9a185-2adf-4539-a5ca-0a79f0e3ccfb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.16 02:59:03.454691 [ 3 ] {36f9a185-2adf-4539-a5ca-0a79f0e3ccfb} oximeter.measurements_cumulativef64 (6dd6e9eb-0f77-4473-b6d6-69ee34a3c5a4): Loading data parts 2025.12.16 02:59:03.454817 [ 3 ] {36f9a185-2adf-4539-a5ca-0a79f0e3ccfb} oximeter.measurements_cumulativef64 (6dd6e9eb-0f77-4473-b6d6-69ee34a3c5a4): There are no data parts 2025.12.16 02:59:03.456348 [ 3 ] {36f9a185-2adf-4539-a5ca-0a79f0e3ccfb} TCPHandler: Processed in 0.003747317 sec. 2025.12.16 02:59:03.456482 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.456699 [ 3 ] {b223ea4d-97cc-486c-83b0-33ee566ca850} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.456775 [ 3 ] {b223ea4d-97cc-486c-83b0-33ee566ca850} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.16 02:59:03.458835 [ 3 ] {b223ea4d-97cc-486c-83b0-33ee566ca850} oximeter.measurements_histogrami8 (634c81e1-a244-4bcb-8ec3-38667dc40497): Loading data parts 2025.12.16 02:59:03.458998 [ 3 ] {b223ea4d-97cc-486c-83b0-33ee566ca850} oximeter.measurements_histogrami8 (634c81e1-a244-4bcb-8ec3-38667dc40497): There are no data parts 2025.12.16 02:59:03.460598 [ 3 ] {b223ea4d-97cc-486c-83b0-33ee566ca850} TCPHandler: Processed in 0.004163483 sec. 2025.12.16 02:59:03.460725 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.460949 [ 3 ] {80653bae-e77f-43ca-8d5e-bc8522c75d58} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.461012 [ 3 ] {80653bae-e77f-43ca-8d5e-bc8522c75d58} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.16 02:59:03.462948 [ 3 ] {80653bae-e77f-43ca-8d5e-bc8522c75d58} oximeter.measurements_histogramu8 (438bc0d0-ba59-45b2-98d4-d64126ad26fd): Loading data parts 2025.12.16 02:59:03.463089 [ 3 ] {80653bae-e77f-43ca-8d5e-bc8522c75d58} oximeter.measurements_histogramu8 (438bc0d0-ba59-45b2-98d4-d64126ad26fd): There are no data parts 2025.12.16 02:59:03.464682 [ 3 ] {80653bae-e77f-43ca-8d5e-bc8522c75d58} TCPHandler: Processed in 0.004001871 sec. 2025.12.16 02:59:03.464809 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.465015 [ 3 ] {631675cc-48d5-4f91-a2a0-6cc3ab40b9ab} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.465078 [ 3 ] {631675cc-48d5-4f91-a2a0-6cc3ab40b9ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.16 02:59:03.467001 [ 3 ] {631675cc-48d5-4f91-a2a0-6cc3ab40b9ab} oximeter.measurements_histogrami16 (56a2b777-f15b-4628-bf36-da704267c3af): Loading data parts 2025.12.16 02:59:03.467159 [ 3 ] {631675cc-48d5-4f91-a2a0-6cc3ab40b9ab} oximeter.measurements_histogrami16 (56a2b777-f15b-4628-bf36-da704267c3af): There are no data parts 2025.12.16 02:59:03.468678 [ 3 ] {631675cc-48d5-4f91-a2a0-6cc3ab40b9ab} TCPHandler: Processed in 0.00391455 sec. 2025.12.16 02:59:03.468806 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.469036 [ 3 ] {bb8828da-7144-4bdf-846c-8ba160f5cbb7} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.469103 [ 3 ] {bb8828da-7144-4bdf-846c-8ba160f5cbb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.16 02:59:03.471063 [ 3 ] {bb8828da-7144-4bdf-846c-8ba160f5cbb7} oximeter.measurements_histogramu16 (c3855629-c515-47b5-9fd8-99000c9b9e11): Loading data parts 2025.12.16 02:59:03.471218 [ 3 ] {bb8828da-7144-4bdf-846c-8ba160f5cbb7} oximeter.measurements_histogramu16 (c3855629-c515-47b5-9fd8-99000c9b9e11): There are no data parts 2025.12.16 02:59:03.472865 [ 3 ] {bb8828da-7144-4bdf-846c-8ba160f5cbb7} TCPHandler: Processed in 0.004105552 sec. 2025.12.16 02:59:03.472999 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.473212 [ 3 ] {c157b287-1b37-43b8-957f-25c472b9c2cd} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.473317 [ 3 ] {c157b287-1b37-43b8-957f-25c472b9c2cd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.16 02:59:03.475311 [ 3 ] {c157b287-1b37-43b8-957f-25c472b9c2cd} oximeter.measurements_histogrami32 (6709c697-8607-4737-a521-cd7dc07b376e): Loading data parts 2025.12.16 02:59:03.475463 [ 3 ] {c157b287-1b37-43b8-957f-25c472b9c2cd} oximeter.measurements_histogrami32 (6709c697-8607-4737-a521-cd7dc07b376e): There are no data parts 2025.12.16 02:59:03.477006 [ 3 ] {c157b287-1b37-43b8-957f-25c472b9c2cd} TCPHandler: Processed in 0.004056761 sec. 2025.12.16 02:59:03.477136 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.477378 [ 3 ] {cfea7add-bdd6-48af-999c-3f95dc121876} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.477448 [ 3 ] {cfea7add-bdd6-48af-999c-3f95dc121876} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.16 02:59:03.479414 [ 3 ] {cfea7add-bdd6-48af-999c-3f95dc121876} oximeter.measurements_histogramu32 (af878a36-e583-4268-b563-58da6e6f2d42): Loading data parts 2025.12.16 02:59:03.479539 [ 3 ] {cfea7add-bdd6-48af-999c-3f95dc121876} oximeter.measurements_histogramu32 (af878a36-e583-4268-b563-58da6e6f2d42): There are no data parts 2025.12.16 02:59:03.481163 [ 3 ] {cfea7add-bdd6-48af-999c-3f95dc121876} TCPHandler: Processed in 0.004061702 sec. 2025.12.16 02:59:03.481321 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.481532 [ 3 ] {1270f4d1-2f23-448d-a74a-b0baa33be5a6} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.481607 [ 3 ] {1270f4d1-2f23-448d-a74a-b0baa33be5a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.16 02:59:03.483587 [ 3 ] {1270f4d1-2f23-448d-a74a-b0baa33be5a6} oximeter.measurements_histogrami64 (15819999-7018-4f21-a8de-4d4cf016d2e9): Loading data parts 2025.12.16 02:59:03.483732 [ 3 ] {1270f4d1-2f23-448d-a74a-b0baa33be5a6} oximeter.measurements_histogrami64 (15819999-7018-4f21-a8de-4d4cf016d2e9): There are no data parts 2025.12.16 02:59:03.485233 [ 3 ] {1270f4d1-2f23-448d-a74a-b0baa33be5a6} TCPHandler: Processed in 0.00396145 sec. 2025.12.16 02:59:03.485365 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.485600 [ 3 ] {3f8315fc-904b-43e0-b9dc-cd41d5861840} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.485672 [ 3 ] {3f8315fc-904b-43e0-b9dc-cd41d5861840} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.16 02:59:03.487709 [ 3 ] {3f8315fc-904b-43e0-b9dc-cd41d5861840} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Loading data parts 2025.12.16 02:59:03.487838 [ 3 ] {3f8315fc-904b-43e0-b9dc-cd41d5861840} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): There are no data parts 2025.12.16 02:59:03.489393 [ 3 ] {3f8315fc-904b-43e0-b9dc-cd41d5861840} TCPHandler: Processed in 0.004077872 sec. 2025.12.16 02:59:03.489566 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.489787 [ 3 ] {426fe720-2bbb-4106-9659-1db9a5749688} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.489867 [ 3 ] {426fe720-2bbb-4106-9659-1db9a5749688} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.16 02:59:03.491906 [ 3 ] {426fe720-2bbb-4106-9659-1db9a5749688} oximeter.measurements_histogramf32 (f5921d6f-32f6-47c6-aadc-6a6fbb42bb1e): Loading data parts 2025.12.16 02:59:03.492077 [ 3 ] {426fe720-2bbb-4106-9659-1db9a5749688} oximeter.measurements_histogramf32 (f5921d6f-32f6-47c6-aadc-6a6fbb42bb1e): There are no data parts 2025.12.16 02:59:03.493404 [ 3 ] {426fe720-2bbb-4106-9659-1db9a5749688} TCPHandler: Processed in 0.003888249 sec. 2025.12.16 02:59:03.493532 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.493771 [ 3 ] {b07b7e3e-0cee-420d-8e5b-10c7ff7dc2a8} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.493843 [ 3 ] {b07b7e3e-0cee-420d-8e5b-10c7ff7dc2a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.16 02:59:03.495816 [ 3 ] {b07b7e3e-0cee-420d-8e5b-10c7ff7dc2a8} oximeter.measurements_histogramf64 (1b7b2205-572d-4445-949b-8ac3950e4f80): Loading data parts 2025.12.16 02:59:03.495957 [ 3 ] {b07b7e3e-0cee-420d-8e5b-10c7ff7dc2a8} oximeter.measurements_histogramf64 (1b7b2205-572d-4445-949b-8ac3950e4f80): There are no data parts 2025.12.16 02:59:03.497339 [ 3 ] {b07b7e3e-0cee-420d-8e5b-10c7ff7dc2a8} TCPHandler: Processed in 0.003855269 sec. 2025.12.16 02:59:03.497501 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.497676 [ 3 ] {44a8e0b6-2987-493e-a849-d3803c8957b2} executeQuery: (from [fd00:1122:3344:101::d]:59779) /* 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) 2025.12.16 02:59:03.497752 [ 3 ] {44a8e0b6-2987-493e-a849-d3803c8957b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.16 02:59:03.499618 [ 3 ] {44a8e0b6-2987-493e-a849-d3803c8957b2} oximeter.fields_bool (8472c85e-fb12-4456-9163-40104893a773): Loading data parts 2025.12.16 02:59:03.499760 [ 3 ] {44a8e0b6-2987-493e-a849-d3803c8957b2} oximeter.fields_bool (8472c85e-fb12-4456-9163-40104893a773): There are no data parts 2025.12.16 02:59:03.501017 [ 3 ] {44a8e0b6-2987-493e-a849-d3803c8957b2} TCPHandler: Processed in 0.003564975 sec. 2025.12.16 02:59:03.501151 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.501304 [ 3 ] {063a0787-e71a-4879-b606-95a8c2c558e3} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.501366 [ 3 ] {063a0787-e71a-4879-b606-95a8c2c558e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.16 02:59:03.503174 [ 3 ] {063a0787-e71a-4879-b606-95a8c2c558e3} oximeter.fields_i8 (2dca7d62-15e2-469a-8498-b3b56918193e): Loading data parts 2025.12.16 02:59:03.503315 [ 3 ] {063a0787-e71a-4879-b606-95a8c2c558e3} oximeter.fields_i8 (2dca7d62-15e2-469a-8498-b3b56918193e): There are no data parts 2025.12.16 02:59:03.504708 [ 3 ] {063a0787-e71a-4879-b606-95a8c2c558e3} TCPHandler: Processed in 0.003604866 sec. 2025.12.16 02:59:03.504834 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.505014 [ 3 ] {8c83e146-e77d-4c9b-bff4-b815de57f218} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.505074 [ 3 ] {8c83e146-e77d-4c9b-bff4-b815de57f218} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.16 02:59:03.506889 [ 3 ] {8c83e146-e77d-4c9b-bff4-b815de57f218} oximeter.fields_u8 (107faa78-bde1-4c50-8549-94724e061489): Loading data parts 2025.12.16 02:59:03.507026 [ 3 ] {8c83e146-e77d-4c9b-bff4-b815de57f218} oximeter.fields_u8 (107faa78-bde1-4c50-8549-94724e061489): There are no data parts 2025.12.16 02:59:03.508270 [ 3 ] {8c83e146-e77d-4c9b-bff4-b815de57f218} TCPHandler: Processed in 0.003483234 sec. 2025.12.16 02:59:03.508400 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.508552 [ 3 ] {f087d80a-3327-4ef8-a7ca-b7ab4520313f} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.508622 [ 3 ] {f087d80a-3327-4ef8-a7ca-b7ab4520313f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.16 02:59:03.510441 [ 3 ] {f087d80a-3327-4ef8-a7ca-b7ab4520313f} oximeter.fields_i16 (0ae5486a-d46a-4859-8908-bef121f48304): Loading data parts 2025.12.16 02:59:03.510574 [ 3 ] {f087d80a-3327-4ef8-a7ca-b7ab4520313f} oximeter.fields_i16 (0ae5486a-d46a-4859-8908-bef121f48304): There are no data parts 2025.12.16 02:59:03.511839 [ 3 ] {f087d80a-3327-4ef8-a7ca-b7ab4520313f} TCPHandler: Processed in 0.003486715 sec. 2025.12.16 02:59:03.511974 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.512160 [ 3 ] {f5a88cf1-7ccb-469a-8493-70200a72f902} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.512219 [ 3 ] {f5a88cf1-7ccb-469a-8493-70200a72f902} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.16 02:59:03.514194 [ 3 ] {f5a88cf1-7ccb-469a-8493-70200a72f902} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Loading data parts 2025.12.16 02:59:03.514322 [ 3 ] {f5a88cf1-7ccb-469a-8493-70200a72f902} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): There are no data parts 2025.12.16 02:59:03.515735 [ 3 ] {f5a88cf1-7ccb-469a-8493-70200a72f902} TCPHandler: Processed in 0.003808359 sec. 2025.12.16 02:59:03.515891 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.516048 [ 3 ] {107ecb3c-d91a-4089-94ca-0d1681d63375} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.516113 [ 3 ] {107ecb3c-d91a-4089-94ca-0d1681d63375} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.16 02:59:03.517949 [ 3 ] {107ecb3c-d91a-4089-94ca-0d1681d63375} oximeter.fields_i32 (fa403cfc-2d81-4ace-b565-6eaeb7ca4f0b): Loading data parts 2025.12.16 02:59:03.518307 [ 3 ] {107ecb3c-d91a-4089-94ca-0d1681d63375} oximeter.fields_i32 (fa403cfc-2d81-4ace-b565-6eaeb7ca4f0b): There are no data parts 2025.12.16 02:59:03.519598 [ 3 ] {107ecb3c-d91a-4089-94ca-0d1681d63375} TCPHandler: Processed in 0.003754138 sec. 2025.12.16 02:59:03.519742 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.519924 [ 3 ] {77f02059-a763-4558-b1b8-143270aedd65} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.519988 [ 3 ] {77f02059-a763-4558-b1b8-143270aedd65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.16 02:59:03.521833 [ 3 ] {77f02059-a763-4558-b1b8-143270aedd65} oximeter.fields_u32 (bdd8d3b2-56f1-4ac6-85b9-bf172a977a17): Loading data parts 2025.12.16 02:59:03.522043 [ 3 ] {77f02059-a763-4558-b1b8-143270aedd65} oximeter.fields_u32 (bdd8d3b2-56f1-4ac6-85b9-bf172a977a17): There are no data parts 2025.12.16 02:59:03.523331 [ 3 ] {77f02059-a763-4558-b1b8-143270aedd65} TCPHandler: Processed in 0.003637356 sec. 2025.12.16 02:59:03.523495 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.523649 [ 3 ] {f5306292-f709-412a-a44d-1ecd562cbe44} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.523714 [ 3 ] {f5306292-f709-412a-a44d-1ecd562cbe44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.16 02:59:03.525571 [ 3 ] {f5306292-f709-412a-a44d-1ecd562cbe44} oximeter.fields_i64 (8a6da770-cdab-4ac4-b357-b3a428a811e0): Loading data parts 2025.12.16 02:59:03.525708 [ 3 ] {f5306292-f709-412a-a44d-1ecd562cbe44} oximeter.fields_i64 (8a6da770-cdab-4ac4-b357-b3a428a811e0): There are no data parts 2025.12.16 02:59:03.526977 [ 3 ] {f5306292-f709-412a-a44d-1ecd562cbe44} TCPHandler: Processed in 0.003532255 sec. 2025.12.16 02:59:03.527116 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.527298 [ 3 ] {cb145149-d7bc-4af5-bf05-2f7182e8eb93} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.527360 [ 3 ] {cb145149-d7bc-4af5-bf05-2f7182e8eb93} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.16 02:59:03.529185 [ 3 ] {cb145149-d7bc-4af5-bf05-2f7182e8eb93} oximeter.fields_u64 (c39ef03c-bd6c-4cf3-ae56-ae3ca134583e): Loading data parts 2025.12.16 02:59:03.529331 [ 3 ] {cb145149-d7bc-4af5-bf05-2f7182e8eb93} oximeter.fields_u64 (c39ef03c-bd6c-4cf3-ae56-ae3ca134583e): There are no data parts 2025.12.16 02:59:03.530569 [ 3 ] {cb145149-d7bc-4af5-bf05-2f7182e8eb93} TCPHandler: Processed in 0.003500615 sec. 2025.12.16 02:59:03.530704 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.530857 [ 3 ] {26af4c78-b73f-45f6-a3d4-0227821eda49} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.530924 [ 3 ] {26af4c78-b73f-45f6-a3d4-0227821eda49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.16 02:59:03.532757 [ 3 ] {26af4c78-b73f-45f6-a3d4-0227821eda49} oximeter.fields_ipaddr (18d3893e-ebd3-4751-b20d-e0456e8eb1c5): Loading data parts 2025.12.16 02:59:03.532902 [ 3 ] {26af4c78-b73f-45f6-a3d4-0227821eda49} oximeter.fields_ipaddr (18d3893e-ebd3-4751-b20d-e0456e8eb1c5): There are no data parts 2025.12.16 02:59:03.534301 [ 3 ] {26af4c78-b73f-45f6-a3d4-0227821eda49} TCPHandler: Processed in 0.003644436 sec. 2025.12.16 02:59:03.534442 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.534687 [ 3 ] {b3960012-a00d-4404-bde9-bd2f3d0be6b6} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.534751 [ 3 ] {b3960012-a00d-4404-bde9-bd2f3d0be6b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.16 02:59:03.536592 [ 3 ] {b3960012-a00d-4404-bde9-bd2f3d0be6b6} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Loading data parts 2025.12.16 02:59:03.536723 [ 3 ] {b3960012-a00d-4404-bde9-bd2f3d0be6b6} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): There are no data parts 2025.12.16 02:59:03.538100 [ 3 ] {b3960012-a00d-4404-bde9-bd2f3d0be6b6} TCPHandler: Processed in 0.003708127 sec. 2025.12.16 02:59:03.538236 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.538391 [ 3 ] {4e6dc725-8d15-4d4c-b010-d193a738b9c9} executeQuery: (from [fd00:1122:3344:101::d]:59779) 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) 2025.12.16 02:59:03.538464 [ 3 ] {4e6dc725-8d15-4d4c-b010-d193a738b9c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.16 02:59:03.540373 [ 3 ] {4e6dc725-8d15-4d4c-b010-d193a738b9c9} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Loading data parts 2025.12.16 02:59:03.540499 [ 3 ] {4e6dc725-8d15-4d4c-b010-d193a738b9c9} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): There are no data parts 2025.12.16 02:59:03.541780 [ 3 ] {4e6dc725-8d15-4d4c-b010-d193a738b9c9} TCPHandler: Processed in 0.003591216 sec. 2025.12.16 02:59:03.541996 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.542254 [ 3 ] {ce2a0230-6316-4016-8332-9c2b7221610c} executeQuery: (from [fd00:1122:3344:101::d]:59779) /* 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) 2025.12.16 02:59:03.542337 [ 3 ] {ce2a0230-6316-4016-8332-9c2b7221610c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.16 02:59:03.544252 [ 3 ] {ce2a0230-6316-4016-8332-9c2b7221610c} oximeter.timeseries_schema (7e287274-c50e-4444-bd8f-752c5a8817e0): Loading data parts 2025.12.16 02:59:03.544503 [ 3 ] {ce2a0230-6316-4016-8332-9c2b7221610c} oximeter.timeseries_schema (7e287274-c50e-4444-bd8f-752c5a8817e0): There are no data parts 2025.12.16 02:59:03.545902 [ 3 ] {ce2a0230-6316-4016-8332-9c2b7221610c} TCPHandler: Processed in 0.00395409 sec. 2025.12.16 02:59:03.546202 [ 4 ] {} TCP-Session: 53a3ac02-fa00-4163-b741-faf154c3d729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:03.546533 [ 4 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} executeQuery: (from [fd00:1122:3344:101::d]:64182) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.16 02:59:03.547883 [ 4 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.16 02:59:03.566906 [ 260 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} oximeter.version (488549e8-b1f0-4781-953f-e10b478e39b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:03.567059 [ 260 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.16 02:59:03.573981 [ 260 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:03.574380 [ 260 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} oximeter.version (488549e8-b1f0-4781-953f-e10b478e39b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:03.574678 [ 4 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} executeQuery: Read 1 rows, 16.00 B in 0.028274 sec., 35.36818278276862 rows/sec., 565.89 B/sec. 2025.12.16 02:59:03.574953 [ 4 ] {ddbbc48a-3693-4354-b7e9-c16fd21843ab} TCPHandler: Processed in 0.028875576 sec. 2025.12.16 02:59:04.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.60 MiB, peak 124.60 MiB, free memory in arenas 0.00 B, will set to 138.06 MiB (RSS), difference: 13.47 MiB 2025.12.16 02:59:04.470657 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36559 2025.12.16 02:59:04.470800 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.470835 [ 262 ] {} TCP-Session: c333da41-ecde-45e6-af2c-1aa534c0bfee Authenticating user 'default' from [fd00:1122:3344:101::b]:36559 2025.12.16 02:59:04.470962 [ 262 ] {} TCP-Session: c333da41-ecde-45e6-af2c-1aa534c0bfee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.470982 [ 262 ] {} TCP-Session: c333da41-ecde-45e6-af2c-1aa534c0bfee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.471053 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 02:59:04.471155 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:04.471179 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:04.471754 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57782 2025.12.16 02:59:04.471904 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.471953 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39564 2025.12.16 02:59:04.471949 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40192 2025.12.16 02:59:04.472030 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63826 2025.12.16 02:59:04.472042 [ 263 ] {} TCP-Session: 344194ae-ec2e-47a1-8d24-d94858212a7b Authenticating user 'default' from [fd00:1122:3344:101::b]:57782 2025.12.16 02:59:04.472096 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61127 2025.12.16 02:59:04.472150 [ 263 ] {} TCP-Session: 344194ae-ec2e-47a1-8d24-d94858212a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472183 [ 263 ] {} TCP-Session: 344194ae-ec2e-47a1-8d24-d94858212a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472233 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56329 2025.12.16 02:59:04.472371 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54462 2025.12.16 02:59:04.472405 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.472439 [ 266 ] {} TCP-Session: 66aabbc0-1320-4e5c-88fd-413b8b1668cc Authenticating user 'default' from [fd00:1122:3344:101::b]:63826 2025.12.16 02:59:04.472494 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.472502 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.472447 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.472610 [ 268 ] {} TCP-Session: 428f73b7-97a4-421f-8e2a-e61e28ea51dc Authenticating user 'default' from [fd00:1122:3344:101::b]:56329 2025.12.16 02:59:04.472622 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.472637 [ 264 ] {} TCP-Session: f931ce85-d763-4848-9ffe-3c352746a6c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:39564 2025.12.16 02:59:04.472613 [ 265 ] {} TCP-Session: b48f7dc0-478e-4567-955a-a0a47e2f4a9b Authenticating user 'default' from [fd00:1122:3344:101::b]:40192 2025.12.16 02:59:04.472739 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.472757 [ 267 ] {} TCP-Session: 220fef62-942a-42a5-b6e3-61675e632eed Authenticating user 'default' from [fd00:1122:3344:101::b]:61127 2025.12.16 02:59:04.472724 [ 264 ] {} TCP-Session: f931ce85-d763-4848-9ffe-3c352746a6c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472834 [ 267 ] {} TCP-Session: 220fef62-942a-42a5-b6e3-61675e632eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472860 [ 269 ] {} TCP-Session: 856b2ade-331b-48f1-a87f-c912778c2172 Authenticating user 'default' from [fd00:1122:3344:101::b]:54462 2025.12.16 02:59:04.472830 [ 265 ] {} TCP-Session: b48f7dc0-478e-4567-955a-a0a47e2f4a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472943 [ 269 ] {} TCP-Session: 856b2ade-331b-48f1-a87f-c912778c2172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472955 [ 267 ] {} TCP-Session: 220fef62-942a-42a5-b6e3-61675e632eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472925 [ 264 ] {} TCP-Session: f931ce85-d763-4848-9ffe-3c352746a6c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.473017 [ 265 ] {} TCP-Session: b48f7dc0-478e-4567-955a-a0a47e2f4a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.473044 [ 269 ] {} TCP-Session: 856b2ade-331b-48f1-a87f-c912778c2172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472718 [ 268 ] {} TCP-Session: 428f73b7-97a4-421f-8e2a-e61e28ea51dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.472562 [ 266 ] {} TCP-Session: 66aabbc0-1320-4e5c-88fd-413b8b1668cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.473144 [ 268 ] {} TCP-Session: 428f73b7-97a4-421f-8e2a-e61e28ea51dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.473199 [ 266 ] {} TCP-Session: 66aabbc0-1320-4e5c-88fd-413b8b1668cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.500553 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33763 2025.12.16 02:59:04.500710 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.500753 [ 270 ] {} TCP-Session: 8eaeb297-209b-446f-82e2-ecc4a014c089 Authenticating user 'default' from [fd00:1122:3344:101::a]:33763 2025.12.16 02:59:04.500850 [ 270 ] {} TCP-Session: 8eaeb297-209b-446f-82e2-ecc4a014c089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.500871 [ 270 ] {} TCP-Session: 8eaeb297-209b-446f-82e2-ecc4a014c089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.500936 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 02:59:04.501026 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:04.501083 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:04.501629 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53254 2025.12.16 02:59:04.501721 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38049 2025.12.16 02:59:04.501779 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.501908 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.501808 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47106 2025.12.16 02:59:04.501931 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57262 2025.12.16 02:59:04.501985 [ 271 ] {} TCP-Session: a5af4833-c287-4f6b-959a-bdd6649b6dde Authenticating user 'default' from [fd00:1122:3344:101::a]:53254 2025.12.16 02:59:04.502000 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33746 2025.12.16 02:59:04.502066 [ 272 ] {} TCP-Session: 68b090a8-4459-44b1-ad0e-41fe6c36818c Authenticating user 'default' from [fd00:1122:3344:101::a]:38049 2025.12.16 02:59:04.502158 [ 271 ] {} TCP-Session: a5af4833-c287-4f6b-959a-bdd6649b6dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502210 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38536 2025.12.16 02:59:04.502210 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48815 2025.12.16 02:59:04.502176 [ 272 ] {} TCP-Session: 68b090a8-4459-44b1-ad0e-41fe6c36818c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502268 [ 271 ] {} TCP-Session: a5af4833-c287-4f6b-959a-bdd6649b6dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502305 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.502325 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.502287 [ 272 ] {} TCP-Session: 68b090a8-4459-44b1-ad0e-41fe6c36818c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502417 [ 275 ] {} TCP-Session: 2b9e554d-c349-4175-a1ab-fa17b2cd0db3 Authenticating user 'default' from [fd00:1122:3344:101::a]:33746 2025.12.16 02:59:04.502427 [ 274 ] {} TCP-Session: 14da4c15-50c2-46b6-a4b2-81203548a644 Authenticating user 'default' from [fd00:1122:3344:101::a]:57262 2025.12.16 02:59:04.502268 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.502545 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.502600 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:04.502511 [ 274 ] {} TCP-Session: 14da4c15-50c2-46b6-a4b2-81203548a644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502692 [ 276 ] {} TCP-Session: 85fcd81d-620a-4bf5-ae8b-07b56dfe66ee Authenticating user 'default' from [fd00:1122:3344:101::a]:48815 2025.12.16 02:59:04.502720 [ 274 ] {} TCP-Session: 14da4c15-50c2-46b6-a4b2-81203548a644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502708 [ 277 ] {} TCP-Session: 3b074cf4-738f-466a-b816-c1b6c5c87dcc Authenticating user 'default' from [fd00:1122:3344:101::a]:38536 2025.12.16 02:59:04.502863 [ 276 ] {} TCP-Session: 85fcd81d-620a-4bf5-ae8b-07b56dfe66ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502692 [ 273 ] {} TCP-Session: b9bc85e7-3c5e-4971-9bee-d686de9205d6 Authenticating user 'default' from [fd00:1122:3344:101::a]:47106 2025.12.16 02:59:04.502905 [ 277 ] {} TCP-Session: 3b074cf4-738f-466a-b816-c1b6c5c87dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502949 [ 276 ] {} TCP-Session: 85fcd81d-620a-4bf5-ae8b-07b56dfe66ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502962 [ 273 ] {} TCP-Session: b9bc85e7-3c5e-4971-9bee-d686de9205d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502972 [ 277 ] {} TCP-Session: 3b074cf4-738f-466a-b816-c1b6c5c87dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.503035 [ 273 ] {} TCP-Session: b9bc85e7-3c5e-4971-9bee-d686de9205d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.502526 [ 275 ] {} TCP-Session: 2b9e554d-c349-4175-a1ab-fa17b2cd0db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:04.503121 [ 275 ] {} TCP-Session: 2b9e554d-c349-4175-a1ab-fa17b2cd0db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.16 MiB, peak 138.16 MiB, free memory in arenas 0.00 B, will set to 139.21 MiB (RSS), difference: 1.05 MiB 2025.12.16 02:59:05.144576 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49542 2025.12.16 02:59:05.144744 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.144774 [ 278 ] {} TCP-Session: 88391dba-4d1b-4668-99ee-3a6682d5a6e6 Authenticating user 'default' from [fd00:1122:3344:101::c]:49542 2025.12.16 02:59:05.144903 [ 278 ] {} TCP-Session: 88391dba-4d1b-4668-99ee-3a6682d5a6e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.144918 [ 278 ] {} TCP-Session: 88391dba-4d1b-4668-99ee-3a6682d5a6e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.144984 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 02:59:05.145114 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:05.145136 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:05.145748 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47223 2025.12.16 02:59:05.145956 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38634 2025.12.16 02:59:05.146050 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38917 2025.12.16 02:59:05.145975 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.145958 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59203 2025.12.16 02:59:05.146125 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53313 2025.12.16 02:59:05.146163 [ 279 ] {} TCP-Session: d687b653-0f6c-46e7-92fd-a0395e944f87 Authenticating user 'default' from [fd00:1122:3344:101::c]:47223 2025.12.16 02:59:05.146225 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62953 2025.12.16 02:59:05.146320 [ 279 ] {} TCP-Session: d687b653-0f6c-46e7-92fd-a0395e944f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.146340 [ 279 ] {} TCP-Session: d687b653-0f6c-46e7-92fd-a0395e944f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.146448 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.146628 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.146649 [ 280 ] {} TCP-Session: 53eefdf3-e8ef-45ce-afa4-6d9ad5c151c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:38634 2025.12.16 02:59:05.146678 [ 281 ] {} TCP-Session: 7b9c3288-8244-4d6b-89d7-bb2fbabd2d91 Authenticating user 'default' from [fd00:1122:3344:101::c]:59203 2025.12.16 02:59:05.146633 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.146762 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36334 2025.12.16 02:59:05.146826 [ 281 ] {} TCP-Session: 7b9c3288-8244-4d6b-89d7-bb2fbabd2d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.146813 [ 282 ] {} TCP-Session: 602eb71a-246a-4dae-ae44-cf2aebf38e33 Authenticating user 'default' from [fd00:1122:3344:101::c]:38917 2025.12.16 02:59:05.146799 [ 280 ] {} TCP-Session: 53eefdf3-e8ef-45ce-afa4-6d9ad5c151c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.146979 [ 282 ] {} TCP-Session: 602eb71a-246a-4dae-ae44-cf2aebf38e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147010 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.147021 [ 280 ] {} TCP-Session: 53eefdf3-e8ef-45ce-afa4-6d9ad5c151c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147007 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.147130 [ 284 ] {} TCP-Session: 001d0c9d-5c6e-4241-8070-d1e9f3bc1f0c Authenticating user 'default' from [fd00:1122:3344:101::c]:62953 2025.12.16 02:59:05.147088 [ 282 ] {} TCP-Session: 602eb71a-246a-4dae-ae44-cf2aebf38e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147073 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:05.147238 [ 283 ] {} TCP-Session: b8068426-fa34-4bd7-89bf-b40466a7d4e8 Authenticating user 'default' from [fd00:1122:3344:101::c]:53313 2025.12.16 02:59:05.146966 [ 281 ] {} TCP-Session: 7b9c3288-8244-4d6b-89d7-bb2fbabd2d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147276 [ 284 ] {} TCP-Session: 001d0c9d-5c6e-4241-8070-d1e9f3bc1f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147352 [ 283 ] {} TCP-Session: b8068426-fa34-4bd7-89bf-b40466a7d4e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147341 [ 285 ] {} TCP-Session: 8253d346-5514-4ee7-9679-1c4e11fb1a31 Authenticating user 'default' from [fd00:1122:3344:101::c]:36334 2025.12.16 02:59:05.147501 [ 284 ] {} TCP-Session: 001d0c9d-5c6e-4241-8070-d1e9f3bc1f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147530 [ 283 ] {} TCP-Session: b8068426-fa34-4bd7-89bf-b40466a7d4e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147523 [ 285 ] {} TCP-Session: 8253d346-5514-4ee7-9679-1c4e11fb1a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:05.147634 [ 285 ] {} TCP-Session: 8253d346-5514-4ee7-9679-1c4e11fb1a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:10.018976 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.16 02:59:10.019030 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.16 02:59:10.019093 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.16 02:59:10.019149 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.16 02:59:10.040586 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Loading data parts 2025.12.16 02:59:10.040813 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): There are no data parts 2025.12.16 02:59:10.041060 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Loading data parts 2025.12.16 02:59:10.041366 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): There are no data parts 2025.12.16 02:59:10.046623 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:10.046667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.16 02:59:10.055947 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:10.056687 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:10.056843 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.16 02:59:10.080118 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:10.080275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.16 02:59:10.086627 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:10.087833 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:10.091133 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.16 02:59:11.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.08 MiB 2025.12.16 02:59:12.518834 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.16 02:59:12.518937 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.16 02:59:12.531037 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Loading data parts 2025.12.16 02:59:12.531249 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): There are no data parts 2025.12.16 02:59:12.545833 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:12.545972 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.12.16 02:59:12.549822 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:12.550300 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:12.550567 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.16 02:59:13.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.13 MiB, peak 158.13 MiB, free memory in arenas 0.00 B, will set to 154.97 MiB (RSS), difference: -3.15 MiB 2025.12.16 02:59:17.496029 [ 128 ] {} DNSResolver: Updating DNS cache 2025.12.16 02:59:17.496089 [ 128 ] {} DNSResolver: Updated DNS cache 2025.12.16 02:59:17.557057 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.16 02:59:17.562472 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:17.562525 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:17.563926 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:17.564645 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:17.564867 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.16 02:59:17.591346 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.16 02:59:17.609024 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:17.609193 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:17.616049 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:17.617235 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:17.620346 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.16 02:59:18.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.78 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.65 MiB (RSS), difference: 1.87 MiB 2025.12.16 02:59:20.026283 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56168 2025.12.16 02:59:20.028436 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.028493 [ 286 ] {} TCP-Session: b42ec81d-254f-40e9-b458-220351458a20 Authenticating user 'default' from [fd00:1122:3344:101::e]:56168 2025.12.16 02:59:20.028521 [ 286 ] {} TCP-Session: b42ec81d-254f-40e9-b458-220351458a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.028534 [ 286 ] {} TCP-Session: b42ec81d-254f-40e9-b458-220351458a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.028638 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.16 02:59:20.028666 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:20.028735 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.16 02:59:20.029281 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51623 2025.12.16 02:59:20.029362 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51483 2025.12.16 02:59:20.029424 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.029487 [ 287 ] {} TCP-Session: ebba5a3f-5c85-4598-9fac-4f4f4d36e8b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51623 2025.12.16 02:59:20.029485 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32790 2025.12.16 02:59:20.029529 [ 287 ] {} TCP-Session: ebba5a3f-5c85-4598-9fac-4f4f4d36e8b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.029564 [ 287 ] {} TCP-Session: ebba5a3f-5c85-4598-9fac-4f4f4d36e8b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.029589 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.029645 [ 288 ] {} TCP-Session: c720beba-3677-4c10-9f25-0c4f814de3f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:51483 2025.12.16 02:59:20.029645 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43681 2025.12.16 02:59:20.029678 [ 288 ] {} TCP-Session: c720beba-3677-4c10-9f25-0c4f814de3f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.029712 [ 288 ] {} TCP-Session: c720beba-3677-4c10-9f25-0c4f814de3f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.029766 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.029817 [ 289 ] {} TCP-Session: 193de567-36ef-4cc1-810a-d7e5733bae98 Authenticating user 'default' from [fd00:1122:3344:101::e]:32790 2025.12.16 02:59:20.029817 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42879 2025.12.16 02:59:20.029843 [ 289 ] {} TCP-Session: 193de567-36ef-4cc1-810a-d7e5733bae98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.029864 [ 289 ] {} TCP-Session: 193de567-36ef-4cc1-810a-d7e5733bae98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.029935 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.029975 [ 290 ] {} TCP-Session: d1eb1db8-97d6-437e-ac7a-1ee6817ac720 Authenticating user 'default' from [fd00:1122:3344:101::e]:43681 2025.12.16 02:59:20.029995 [ 290 ] {} TCP-Session: d1eb1db8-97d6-437e-ac7a-1ee6817ac720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030011 [ 290 ] {} TCP-Session: d1eb1db8-97d6-437e-ac7a-1ee6817ac720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030040 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44918 2025.12.16 02:59:20.030086 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.030130 [ 291 ] {} TCP-Session: 3e0bb41d-a959-45c8-8206-bba33ed85aca Authenticating user 'default' from [fd00:1122:3344:101::e]:42879 2025.12.16 02:59:20.030156 [ 291 ] {} TCP-Session: 3e0bb41d-a959-45c8-8206-bba33ed85aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030177 [ 291 ] {} TCP-Session: 3e0bb41d-a959-45c8-8206-bba33ed85aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030221 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52380 2025.12.16 02:59:20.030258 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.030315 [ 292 ] {} TCP-Session: 1e5eaa82-b27f-44ad-9efb-e8682d8c1233 Authenticating user 'default' from [fd00:1122:3344:101::e]:44918 2025.12.16 02:59:20.030330 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39339 2025.12.16 02:59:20.030338 [ 292 ] {} TCP-Session: 1e5eaa82-b27f-44ad-9efb-e8682d8c1233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030376 [ 292 ] {} TCP-Session: 1e5eaa82-b27f-44ad-9efb-e8682d8c1233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030451 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.030490 [ 293 ] {} TCP-Session: 01387d85-b242-42d5-a9d4-6b3d745347a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52380 2025.12.16 02:59:20.030509 [ 293 ] {} TCP-Session: 01387d85-b242-42d5-a9d4-6b3d745347a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030522 [ 293 ] {} TCP-Session: 01387d85-b242-42d5-a9d4-6b3d745347a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030533 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.030586 [ 294 ] {} TCP-Session: 1b457337-fe66-42e0-a822-47fa28821a66 Authenticating user 'default' from [fd00:1122:3344:101::e]:39339 2025.12.16 02:59:20.030607 [ 294 ] {} TCP-Session: 1b457337-fe66-42e0-a822-47fa28821a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.030620 [ 294 ] {} TCP-Session: 1b457337-fe66-42e0-a822-47fa28821a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.031645 [ 286 ] {} TCP-Session: b42ec81d-254f-40e9-b458-220351458a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:20.031829 [ 286 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} executeQuery: (from [fd00:1122:3344:101::e]:56168) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 02:59:20.036522 [ 286 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.16 02:59:20.040931 [ 286 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:20.060581 [ 286 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} oximeter.version (488549e8-b1f0-4781-953f-e10b478e39b6) (SelectExecutor): Key condition: unknown 2025.12.16 02:59:20.082255 [ 295 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} AggregatingTransform: Aggregating 2025.12.16 02:59:20.084633 [ 295 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} Aggregator: Aggregation method: without_key 2025.12.16 02:59:20.085420 [ 295 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006782706 sec. (147.434 rows/sec., 5.76 KiB/sec.) 2025.12.16 02:59:20.085449 [ 295 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} Aggregator: Merging aggregated data 2025.12.16 02:59:20.085480 [ 295 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.16 02:59:20.089233 [ 286 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} executeQuery: Read 1 rows, 40.00 B in 0.057458 sec., 17.404016847088307 rows/sec., 696.16 B/sec. 2025.12.16 02:59:20.089420 [ 286 ] {0c3c9fac-da96-42a9-8b50-ddb0c350fc27} TCPHandler: Processed in 0.057935814 sec. 2025.12.16 02:59:20.091644 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091686 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091710 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091720 [ 286 ] {} TCP-Session: b42ec81d-254f-40e9-b458-220351458a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091752 [ 287 ] {} TCP-Session: ebba5a3f-5c85-4598-9fac-4f4f4d36e8b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091774 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091799 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091823 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091842 [ 292 ] {} TCP-Session: 1e5eaa82-b27f-44ad-9efb-e8682d8c1233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091851 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091880 [ 291 ] {} TCP-Session: 3e0bb41d-a959-45c8-8206-bba33ed85aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091858 [ 290 ] {} TCP-Session: d1eb1db8-97d6-437e-ac7a-1ee6817ac720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091908 [ 294 ] {} TCP-Session: 1b457337-fe66-42e0-a822-47fa28821a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091777 [ 289 ] {} TCP-Session: 193de567-36ef-4cc1-810a-d7e5733bae98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.091733 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091749 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.091995 [ 288 ] {} TCP-Session: c720beba-3677-4c10-9f25-0c4f814de3f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.092017 [ 293 ] {} TCP-Session: 01387d85-b242-42d5-a9d4-6b3d745347a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.265436 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57879 2025.12.16 02:59:20.265556 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.265588 [ 286 ] {} TCP-Session: 8800ad2c-a723-4f57-aa3f-7db64a9e8dbb Authenticating user 'default' from [fd00:1122:3344:101::e]:57879 2025.12.16 02:59:20.265614 [ 286 ] {} TCP-Session: 8800ad2c-a723-4f57-aa3f-7db64a9e8dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.265630 [ 286 ] {} TCP-Session: 8800ad2c-a723-4f57-aa3f-7db64a9e8dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.265853 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35274 2025.12.16 02:59:20.265857 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37182 2025.12.16 02:59:20.265917 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57243 2025.12.16 02:59:20.265931 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57070 2025.12.16 02:59:20.265974 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50583 2025.12.16 02:59:20.265995 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38992 2025.12.16 02:59:20.266019 [ 286 ] {} TCP-Session: 8800ad2c-a723-4f57-aa3f-7db64a9e8dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:20.266044 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266037 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266077 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266075 [ 290 ] {} TCP-Session: e0b1d5a7-f8fd-4022-8b17-6dd881e4fef0 Authenticating user 'default' from [fd00:1122:3344:101::e]:57070 2025.12.16 02:59:20.266102 [ 289 ] {} TCP-Session: a25e8649-5690-46f5-af36-dce75576363d Authenticating user 'default' from [fd00:1122:3344:101::e]:57243 2025.12.16 02:59:20.266108 [ 294 ] {} TCP-Session: bb4f1305-6393-42eb-94d2-f90b49e56d69 Authenticating user 'default' from [fd00:1122:3344:101::e]:38992 2025.12.16 02:59:20.266119 [ 290 ] {} TCP-Session: e0b1d5a7-f8fd-4022-8b17-6dd881e4fef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266136 [ 289 ] {} TCP-Session: a25e8649-5690-46f5-af36-dce75576363d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266147 [ 290 ] {} TCP-Session: e0b1d5a7-f8fd-4022-8b17-6dd881e4fef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266161 [ 289 ] {} TCP-Session: a25e8649-5690-46f5-af36-dce75576363d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266141 [ 294 ] {} TCP-Session: bb4f1305-6393-42eb-94d2-f90b49e56d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266194 [ 286 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} executeQuery: (from [fd00:1122:3344:101::e]:57879) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.16 02:59:20.266208 [ 294 ] {} TCP-Session: bb4f1305-6393-42eb-94d2-f90b49e56d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266060 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266012 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266255 [ 292 ] {} TCP-Session: 9a8a871c-a5f4-4caa-bc27-31e74bd98f4c Authenticating user 'default' from [fd00:1122:3344:101::e]:50583 2025.12.16 02:59:20.265989 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36133 2025.12.16 02:59:20.266291 [ 292 ] {} TCP-Session: 9a8a871c-a5f4-4caa-bc27-31e74bd98f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.265957 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33875 2025.12.16 02:59:20.266320 [ 292 ] {} TCP-Session: 9a8a871c-a5f4-4caa-bc27-31e74bd98f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.265962 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266355 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266385 [ 288 ] {} TCP-Session: 66ad4a75-7ee3-4f73-a875-92b0b0dcc6b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35274 2025.12.16 02:59:20.266394 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.16 02:59:20.266417 [ 288 ] {} TCP-Session: 66ad4a75-7ee3-4f73-a875-92b0b0dcc6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266436 [ 291 ] {} TCP-Session: 3a0a4800-c282-4bae-9116-93f2fedd8359 Authenticating user 'default' from [fd00:1122:3344:101::e]:33875 2025.12.16 02:59:20.266445 [ 288 ] {} TCP-Session: 66ad4a75-7ee3-4f73-a875-92b0b0dcc6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266451 [ 286 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.16 02:59:20.266469 [ 291 ] {} TCP-Session: 3a0a4800-c282-4bae-9116-93f2fedd8359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266284 [ 287 ] {} TCP-Session: 3ceb86c3-d270-432b-b712-a850af5fa621 Authenticating user 'default' from [fd00:1122:3344:101::e]:37182 2025.12.16 02:59:20.266506 [ 291 ] {} TCP-Session: 3a0a4800-c282-4bae-9116-93f2fedd8359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266520 [ 287 ] {} TCP-Session: 3ceb86c3-d270-432b-b712-a850af5fa621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266524 [ 286 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:20.266537 [ 287 ] {} TCP-Session: 3ceb86c3-d270-432b-b712-a850af5fa621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266407 [ 293 ] {} TCP-Session: d60570cc-67ae-4364-a4d5-33b9a5037c74 Authenticating user 'default' from [fd00:1122:3344:101::e]:36133 2025.12.16 02:59:20.266592 [ 293 ] {} TCP-Session: d60570cc-67ae-4364-a4d5-33b9a5037c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266605 [ 293 ] {} TCP-Session: d60570cc-67ae-4364-a4d5-33b9a5037c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.266846 [ 286 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} oximeter.version (488549e8-b1f0-4781-953f-e10b478e39b6) (SelectExecutor): Key condition: unknown 2025.12.16 02:59:20.267748 [ 314 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} AggregatingTransform: Aggregating 2025.12.16 02:59:20.267795 [ 314 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} Aggregator: Aggregation method: without_key 2025.12.16 02:59:20.267829 [ 314 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000883131 sec. (1132.335 rows/sec., 44.23 KiB/sec.) 2025.12.16 02:59:20.267848 [ 314 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} Aggregator: Merging aggregated data 2025.12.16 02:59:20.269139 [ 286 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} executeQuery: Read 1 rows, 40.00 B in 0.002996 sec., 333.77837116154876 rows/sec., 13.04 KiB/sec. 2025.12.16 02:59:20.269272 [ 286 ] {29f8093c-b550-4dd4-841d-f45b42e9df98} TCPHandler: Processed in 0.003374222 sec. 2025.12.16 02:59:20.269403 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269431 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269433 [ 286 ] {} TCP-Session: 8800ad2c-a723-4f57-aa3f-7db64a9e8dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269464 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269479 [ 287 ] {} TCP-Session: 3ceb86c3-d270-432b-b712-a850af5fa621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269485 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269505 [ 290 ] {} TCP-Session: e0b1d5a7-f8fd-4022-8b17-6dd881e4fef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269527 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269542 [ 288 ] {} TCP-Session: 66ad4a75-7ee3-4f73-a875-92b0b0dcc6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269555 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269575 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269602 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269615 [ 292 ] {} TCP-Session: 9a8a871c-a5f4-4caa-bc27-31e74bd98f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269632 [ 291 ] {} TCP-Session: 3a0a4800-c282-4bae-9116-93f2fedd8359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269648 [ 293 ] {} TCP-Session: d60570cc-67ae-4364-a4d5-33b9a5037c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269581 [ 289 ] {} TCP-Session: a25e8649-5690-46f5-af36-dce75576363d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:20.269504 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.16 02:59:20.269728 [ 294 ] {} TCP-Session: bb4f1305-6393-42eb-94d2-f90b49e56d69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.16 02:59:21.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.16 MiB, peak 168.03 MiB, free memory in arenas 0.00 B, will set to 161.78 MiB (RSS), difference: 3.62 MiB 2025.12.16 02:59:22.553159 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 92 2025.12.16 02:59:22.555327 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:22.555378 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:22.556576 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:22.557078 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:22.557360 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2025.12.16 02:59:23.000276 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.78 MiB, peak 168.03 MiB, free memory in arenas 0.00 B, will set to 161.83 MiB (RSS), difference: 4.04 MiB 2025.12.16 02:59:23.580983 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.581167 [ 3 ] {083f8b54-f317-44ad-854d-7ec39fc84c62} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.581430 [ 3 ] {083f8b54-f317-44ad-854d-7ec39fc84c62} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.581497 [ 3 ] {083f8b54-f317-44ad-854d-7ec39fc84c62} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.581906 [ 3 ] {083f8b54-f317-44ad-854d-7ec39fc84c62} TCPHandler: Processed in 0.001046913 sec. 2025.12.16 02:59:23.597654 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.597801 [ 3 ] {47224bd9-6853-497c-853f-9dc19c6a67db} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.606377 [ 3 ] {47224bd9-6853-497c-853f-9dc19c6a67db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.606432 [ 3 ] {47224bd9-6853-497c-853f-9dc19c6a67db} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.606847 [ 3 ] {47224bd9-6853-497c-853f-9dc19c6a67db} TCPHandler: Processed in 0.009250577 sec. 2025.12.16 02:59:23.607080 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.607209 [ 3 ] {502cee55-4396-491d-a8ab-54b719a4bd81} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.611682 [ 3 ] {502cee55-4396-491d-a8ab-54b719a4bd81} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.611739 [ 3 ] {502cee55-4396-491d-a8ab-54b719a4bd81} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.612117 [ 3 ] {502cee55-4396-491d-a8ab-54b719a4bd81} TCPHandler: Processed in 0.005085784 sec. 2025.12.16 02:59:23.612338 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.612461 [ 3 ] {d2ef3478-ca8a-4f4f-b811-70f12df7916d} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.612701 [ 3 ] {d2ef3478-ca8a-4f4f-b811-70f12df7916d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.612745 [ 3 ] {d2ef3478-ca8a-4f4f-b811-70f12df7916d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.613056 [ 3 ] {d2ef3478-ca8a-4f4f-b811-70f12df7916d} TCPHandler: Processed in 0.0007667 sec. 2025.12.16 02:59:23.613267 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.613382 [ 3 ] {4fcda2b8-ad07-4d14-aae6-b15f7a17b593} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.613615 [ 3 ] {4fcda2b8-ad07-4d14-aae6-b15f7a17b593} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.613659 [ 3 ] {4fcda2b8-ad07-4d14-aae6-b15f7a17b593} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.613994 [ 3 ] {4fcda2b8-ad07-4d14-aae6-b15f7a17b593} TCPHandler: Processed in 0.00077295 sec. 2025.12.16 02:59:23.614250 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.614372 [ 3 ] {0438d00e-d8f3-4732-82ed-778c44aaa9d0} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.614633 [ 3 ] {0438d00e-d8f3-4732-82ed-778c44aaa9d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.614680 [ 3 ] {0438d00e-d8f3-4732-82ed-778c44aaa9d0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.615017 [ 3 ] {0438d00e-d8f3-4732-82ed-778c44aaa9d0} TCPHandler: Processed in 0.000818371 sec. 2025.12.16 02:59:23.615252 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.615402 [ 3 ] {9e9952ba-8b31-4eb0-ad6e-35166c543433} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.615673 [ 3 ] {9e9952ba-8b31-4eb0-ad6e-35166c543433} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.615720 [ 3 ] {9e9952ba-8b31-4eb0-ad6e-35166c543433} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.616087 [ 3 ] {9e9952ba-8b31-4eb0-ad6e-35166c543433} TCPHandler: Processed in 0.000884811 sec. 2025.12.16 02:59:23.616309 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.616436 [ 3 ] {b16b3289-b9c5-4207-8237-94220443f135} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.616721 [ 3 ] {b16b3289-b9c5-4207-8237-94220443f135} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.616774 [ 3 ] {b16b3289-b9c5-4207-8237-94220443f135} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.617127 [ 3 ] {b16b3289-b9c5-4207-8237-94220443f135} TCPHandler: Processed in 0.000868151 sec. 2025.12.16 02:59:23.617362 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.617494 [ 3 ] {7801a9b5-9e81-4f4a-b494-16621af8c406} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.617768 [ 3 ] {7801a9b5-9e81-4f4a-b494-16621af8c406} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.617812 [ 3 ] {7801a9b5-9e81-4f4a-b494-16621af8c406} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.618176 [ 3 ] {7801a9b5-9e81-4f4a-b494-16621af8c406} TCPHandler: Processed in 0.000864601 sec. 2025.12.16 02:59:23.618386 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.618509 [ 3 ] {913e2307-968d-41fb-8405-ac9ec48e30b2} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.618772 [ 3 ] {913e2307-968d-41fb-8405-ac9ec48e30b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.618816 [ 3 ] {913e2307-968d-41fb-8405-ac9ec48e30b2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.619130 [ 3 ] {913e2307-968d-41fb-8405-ac9ec48e30b2} TCPHandler: Processed in 0.00079283 sec. 2025.12.16 02:59:23.619354 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.619475 [ 3 ] {976b8279-1031-4d6e-ac30-51d8f4f1cf36} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.619730 [ 3 ] {976b8279-1031-4d6e-ac30-51d8f4f1cf36} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.619773 [ 3 ] {976b8279-1031-4d6e-ac30-51d8f4f1cf36} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.620077 [ 3 ] {976b8279-1031-4d6e-ac30-51d8f4f1cf36} TCPHandler: Processed in 0.00077372 sec. 2025.12.16 02:59:23.620270 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.620389 [ 3 ] {12c86dcb-9d72-4626-9130-f72b7d4e6959} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.620635 [ 3 ] {12c86dcb-9d72-4626-9130-f72b7d4e6959} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.620678 [ 3 ] {12c86dcb-9d72-4626-9130-f72b7d4e6959} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.620972 [ 3 ] {12c86dcb-9d72-4626-9130-f72b7d4e6959} TCPHandler: Processed in 0.000753179 sec. 2025.12.16 02:59:23.621188 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.621306 [ 3 ] {b217fe8d-8a9a-447b-8500-7d9738c01434} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.621553 [ 3 ] {b217fe8d-8a9a-447b-8500-7d9738c01434} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.621595 [ 3 ] {b217fe8d-8a9a-447b-8500-7d9738c01434} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.621931 [ 3 ] {b217fe8d-8a9a-447b-8500-7d9738c01434} TCPHandler: Processed in 0.000789521 sec. 2025.12.16 02:59:23.622175 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.622301 [ 3 ] {94fd536a-b932-4cd6-bce5-2ce2b1808e7c} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.622562 [ 3 ] {94fd536a-b932-4cd6-bce5-2ce2b1808e7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.622604 [ 3 ] {94fd536a-b932-4cd6-bce5-2ce2b1808e7c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.622916 [ 3 ] {94fd536a-b932-4cd6-bce5-2ce2b1808e7c} TCPHandler: Processed in 0.00079125 sec. 2025.12.16 02:59:23.623135 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.623255 [ 3 ] {5b5b7d53-4504-4736-b7d7-b00516f718be} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.623543 [ 3 ] {5b5b7d53-4504-4736-b7d7-b00516f718be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.623591 [ 3 ] {5b5b7d53-4504-4736-b7d7-b00516f718be} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.623902 [ 3 ] {5b5b7d53-4504-4736-b7d7-b00516f718be} TCPHandler: Processed in 0.000814751 sec. 2025.12.16 02:59:23.624126 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.624253 [ 3 ] {d189b628-8a80-4ed1-ab1d-0e08371e422e} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.624524 [ 3 ] {d189b628-8a80-4ed1-ab1d-0e08371e422e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.624569 [ 3 ] {d189b628-8a80-4ed1-ab1d-0e08371e422e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.624868 [ 3 ] {d189b628-8a80-4ed1-ab1d-0e08371e422e} TCPHandler: Processed in 0.00079116 sec. 2025.12.16 02:59:23.625068 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.625192 [ 3 ] {d02f08a1-4812-42ab-8bb3-7419e5b99984} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.625457 [ 3 ] {d02f08a1-4812-42ab-8bb3-7419e5b99984} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.625501 [ 3 ] {d02f08a1-4812-42ab-8bb3-7419e5b99984} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.625792 [ 3 ] {d02f08a1-4812-42ab-8bb3-7419e5b99984} TCPHandler: Processed in 0.000771079 sec. 2025.12.16 02:59:23.626009 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.626130 [ 3 ] {a6af1381-df90-4a6c-aad5-9197c03ea127} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.626392 [ 3 ] {a6af1381-df90-4a6c-aad5-9197c03ea127} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.626435 [ 3 ] {a6af1381-df90-4a6c-aad5-9197c03ea127} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.626809 [ 3 ] {a6af1381-df90-4a6c-aad5-9197c03ea127} TCPHandler: Processed in 0.00084781 sec. 2025.12.16 02:59:23.627023 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.627145 [ 3 ] {571be19d-110e-4bb2-bb65-834f89c898a7} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.627439 [ 3 ] {571be19d-110e-4bb2-bb65-834f89c898a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.627490 [ 3 ] {571be19d-110e-4bb2-bb65-834f89c898a7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.627903 [ 3 ] {571be19d-110e-4bb2-bb65-834f89c898a7} TCPHandler: Processed in 0.000927492 sec. 2025.12.16 02:59:23.628206 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.628366 [ 3 ] {2de496bb-77a0-485c-ad8f-278b97fc074a} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.628658 [ 3 ] {2de496bb-77a0-485c-ad8f-278b97fc074a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.628705 [ 3 ] {2de496bb-77a0-485c-ad8f-278b97fc074a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.629053 [ 3 ] {2de496bb-77a0-485c-ad8f-278b97fc074a} TCPHandler: Processed in 0.000932612 sec. 2025.12.16 02:59:23.629624 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.629753 [ 3 ] {24913937-fd31-4989-b8a3-f872a3c56d4b} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.630041 [ 3 ] {24913937-fd31-4989-b8a3-f872a3c56d4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.630087 [ 3 ] {24913937-fd31-4989-b8a3-f872a3c56d4b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.630430 [ 3 ] {24913937-fd31-4989-b8a3-f872a3c56d4b} TCPHandler: Processed in 0.000855351 sec. 2025.12.16 02:59:23.630649 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.630805 [ 3 ] {9f920f10-8950-4c5d-841e-fe353de14bf3} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.631096 [ 3 ] {9f920f10-8950-4c5d-841e-fe353de14bf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.631141 [ 3 ] {9f920f10-8950-4c5d-841e-fe353de14bf3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.631471 [ 3 ] {9f920f10-8950-4c5d-841e-fe353de14bf3} TCPHandler: Processed in 0.000870571 sec. 2025.12.16 02:59:23.631669 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.631794 [ 3 ] {f689f314-a1fa-4186-829c-caa9b4c28f3e} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.632064 [ 3 ] {f689f314-a1fa-4186-829c-caa9b4c28f3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.632108 [ 3 ] {f689f314-a1fa-4186-829c-caa9b4c28f3e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.632434 [ 3 ] {f689f314-a1fa-4186-829c-caa9b4c28f3e} TCPHandler: Processed in 0.00081435 sec. 2025.12.16 02:59:23.632640 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.632766 [ 3 ] {23745574-59a4-438b-8f99-ddcc6651ce7b} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.633039 [ 3 ] {23745574-59a4-438b-8f99-ddcc6651ce7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.633082 [ 3 ] {23745574-59a4-438b-8f99-ddcc6651ce7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.633404 [ 3 ] {23745574-59a4-438b-8f99-ddcc6651ce7b} TCPHandler: Processed in 0.000814711 sec. 2025.12.16 02:59:23.647499 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.647635 [ 3 ] {27dd46e3-362b-4052-9a53-36db67579096} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.647928 [ 3 ] {27dd46e3-362b-4052-9a53-36db67579096} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.647974 [ 3 ] {27dd46e3-362b-4052-9a53-36db67579096} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.648330 [ 3 ] {27dd46e3-362b-4052-9a53-36db67579096} TCPHandler: Processed in 0.000895862 sec. 2025.12.16 02:59:23.648602 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.648729 [ 3 ] {964a84eb-9a08-4fea-948e-2172547eaddb} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.649012 [ 3 ] {964a84eb-9a08-4fea-948e-2172547eaddb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.649056 [ 3 ] {964a84eb-9a08-4fea-948e-2172547eaddb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.649380 [ 3 ] {964a84eb-9a08-4fea-948e-2172547eaddb} TCPHandler: Processed in 0.00082497 sec. 2025.12.16 02:59:23.649635 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.649762 [ 3 ] {196275d2-380f-4d1f-ab61-a51a8bccecce} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.650037 [ 3 ] {196275d2-380f-4d1f-ab61-a51a8bccecce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.650082 [ 3 ] {196275d2-380f-4d1f-ab61-a51a8bccecce} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.650401 [ 3 ] {196275d2-380f-4d1f-ab61-a51a8bccecce} TCPHandler: Processed in 0.00081246 sec. 2025.12.16 02:59:23.650741 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.650896 [ 3 ] {61526f42-aa6b-49db-990b-759fd1fb1659} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.651231 [ 3 ] {61526f42-aa6b-49db-990b-759fd1fb1659} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.651280 [ 3 ] {61526f42-aa6b-49db-990b-759fd1fb1659} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.651657 [ 3 ] {61526f42-aa6b-49db-990b-759fd1fb1659} TCPHandler: Processed in 0.001047603 sec. 2025.12.16 02:59:23.651901 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.652065 [ 3 ] {e0976a93-930c-41ca-85fb-364c73fd46d3} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.652375 [ 3 ] {e0976a93-930c-41ca-85fb-364c73fd46d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.652420 [ 3 ] {e0976a93-930c-41ca-85fb-364c73fd46d3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.652783 [ 3 ] {e0976a93-930c-41ca-85fb-364c73fd46d3} TCPHandler: Processed in 0.000931821 sec. 2025.12.16 02:59:23.653058 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.653203 [ 3 ] {e979e78d-b638-4bff-960b-8a6fd219dc17} executeQuery: (from [fd00:1122:3344:101::d]:59779) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.16 02:59:23.653506 [ 3 ] {e979e78d-b638-4bff-960b-8a6fd219dc17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.653551 [ 3 ] {e979e78d-b638-4bff-960b-8a6fd219dc17} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.16 02:59:23.653930 [ 3 ] {e979e78d-b638-4bff-960b-8a6fd219dc17} TCPHandler: Processed in 0.000937642 sec. 2025.12.16 02:59:23.665290 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.665423 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.16 02:59:23.665476 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.16 02:59:23.668527 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} oximeter.timeseries_schema (7e287274-c50e-4444-bd8f-752c5a8817e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.668578 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.671287 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.671860 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} oximeter.timeseries_schema (7e287274-c50e-4444-bd8f-752c5a8817e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.672052 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} executeQuery: Read 30 rows, 6.11 KiB in 0.006647 sec., 4513.314277117496 rows/sec., 919.56 KiB/sec. 2025.12.16 02:59:23.672104 [ 3 ] {9c824597-8488-4d2a-8af9-ee78454ff09f} TCPHandler: Processed in 0.006876837 sec. 2025.12.16 02:59:23.672260 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.672360 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.672401 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.16 02:59:23.689275 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} oximeter.fields_i16 (0ae5486a-d46a-4859-8908-bef121f48304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.689316 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.691875 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.692295 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} oximeter.fields_i16 (0ae5486a-d46a-4859-8908-bef121f48304): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.692431 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} executeQuery: Read 24 rows, 2.04 KiB in 0.020094 sec., 1194.3863839952223 rows/sec., 101.48 KiB/sec. 2025.12.16 02:59:23.692467 [ 3 ] {be2bfc7e-b96c-4e0e-847d-c4209dd61510} TCPHandler: Processed in 0.020256676 sec. 2025.12.16 02:59:23.692590 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.692691 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.16 02:59:23.692732 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.16 02:59:23.693139 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} oximeter.fields_ipaddr (18d3893e-ebd3-4751-b20d-e0456e8eb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.693176 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.693672 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.694087 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} oximeter.fields_ipaddr (18d3893e-ebd3-4751-b20d-e0456e8eb1c5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.694216 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} executeQuery: Read 10 rows, 835.00 B in 0.001547 sec., 6464.124111182935 rows/sec., 527.10 KiB/sec. 2025.12.16 02:59:23.694253 [ 3 ] {cbad1458-7c46-4715-a4a0-6e64aba36f94} TCPHandler: Processed in 0.001713122 sec. 2025.12.16 02:59:23.694364 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.694461 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:23.694502 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:23.694963 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.694999 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.695436 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.695874 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.695998 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} executeQuery: Read 188 rows, 17.47 KiB in 0.001556 sec., 120822.62210796915 rows/sec., 10.96 MiB/sec. 2025.12.16 02:59:23.696036 [ 3 ] {48a341f6-99d6-4662-9a77-1b510c800927} TCPHandler: Processed in 0.001720542 sec. 2025.12.16 02:59:23.696144 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.696240 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.696279 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 02:59:23.696679 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.696713 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.697097 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.697514 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.697638 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} executeQuery: Read 38 rows, 2.86 KiB in 0.001416 sec., 26836.158192090395 rows/sec., 1.97 MiB/sec. 2025.12.16 02:59:23.697674 [ 3 ] {cc3000e6-955a-43dc-a534-f3293fbdb44a} TCPHandler: Processed in 0.00157871 sec. 2025.12.16 02:59:23.697780 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.697875 [ 3 ] {7220100f-18e6-4208-9477-999282695088} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.697913 [ 3 ] {7220100f-18e6-4208-9477-999282695088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.16 02:59:23.698330 [ 3 ] {7220100f-18e6-4208-9477-999282695088} oximeter.fields_u32 (bdd8d3b2-56f1-4ac6-85b9-bf172a977a17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.698362 [ 3 ] {7220100f-18e6-4208-9477-999282695088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.698750 [ 3 ] {7220100f-18e6-4208-9477-999282695088} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.699249 [ 3 ] {7220100f-18e6-4208-9477-999282695088} oximeter.fields_u32 (bdd8d3b2-56f1-4ac6-85b9-bf172a977a17): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.699375 [ 3 ] {7220100f-18e6-4208-9477-999282695088} executeQuery: Read 25 rows, 2.11 KiB in 0.001518 sec., 16469.038208168644 rows/sec., 1.35 MiB/sec. 2025.12.16 02:59:23.699411 [ 3 ] {7220100f-18e6-4208-9477-999282695088} TCPHandler: Processed in 0.001681141 sec. 2025.12.16 02:59:23.699522 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.699621 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.699662 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.16 02:59:23.700064 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} oximeter.fields_u8 (107faa78-bde1-4c50-8549-94724e061489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.700100 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.702570 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.703025 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} oximeter.fields_u8 (107faa78-bde1-4c50-8549-94724e061489): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.703160 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} executeQuery: Read 12 rows, 960.00 B in 0.003556 sec., 3374.578177727784 rows/sec., 263.64 KiB/sec. 2025.12.16 02:59:23.703201 [ 3 ] {07d94da0-4684-4331-9272-e64da7925bfd} TCPHandler: Processed in 0.003728897 sec. 2025.12.16 02:59:23.703316 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.703411 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:23.703452 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:23.703930 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.703968 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.704437 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.704907 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.705039 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} executeQuery: Read 101 rows, 8.47 KiB in 0.001646 sec., 61360.87484811665 rows/sec., 5.03 MiB/sec. 2025.12.16 02:59:23.705077 [ 3 ] {019849a0-1aa5-45f5-8d46-ebb1310190d2} TCPHandler: Processed in 0.001810983 sec. 2025.12.16 02:59:23.705190 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.705286 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.705328 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:23.716520 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.716560 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.721551 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.722042 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.722184 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} executeQuery: Read 209 rows, 16.88 KiB in 0.016917 sec., 12354.436365785894 rows/sec., 998.04 KiB/sec. 2025.12.16 02:59:23.722221 [ 3 ] {686f0e0c-bf28-4f5d-bee7-22986736400c} TCPHandler: Processed in 0.017080326 sec. 2025.12.16 02:59:23.722337 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.722433 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.722474 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.16 02:59:23.722788 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} oximeter.measurements_f64 (3e440b7d-6a24-4b2b-bc4e-d1c5f9cfeccd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.722824 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.723299 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.723783 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} oximeter.measurements_f64 (3e440b7d-6a24-4b2b-bc4e-d1c5f9cfeccd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.723923 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} executeQuery: Read 1 rows, 65.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 42.07 KiB/sec. 2025.12.16 02:59:23.723959 [ 3 ] {6419cd4f-b437-4fa8-b947-78fc128134e5} TCPHandler: Processed in 0.001673001 sec. 2025.12.16 02:59:23.724065 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.724159 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.724211 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.16 02:59:23.724988 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.725025 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.726345 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.726805 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.726952 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} executeQuery: Read 16 rows, 29.36 KiB in 0.002811 sec., 5691.924581999288 rows/sec., 10.20 MiB/sec. 2025.12.16 02:59:23.727011 [ 3 ] {e6335530-feac-46eb-8f30-051b886f8048} TCPHandler: Processed in 0.002995258 sec. 2025.12.16 02:59:23.727120 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.727216 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.727257 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.16 02:59:23.727576 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.727612 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.728087 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.728531 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.728658 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} executeQuery: Read 3 rows, 217.00 B in 0.001462 sec., 2051.983584131327 rows/sec., 144.95 KiB/sec. 2025.12.16 02:59:23.728694 [ 3 ] {77da66c8-4195-4c03-83c0-0227bfd835e6} TCPHandler: Processed in 0.00162414 sec. 2025.12.16 02:59:23.728799 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:23.728893 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:23.728933 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:23.729232 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:23.729267 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:23.729778 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.16 02:59:23.730258 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:23.730391 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} executeQuery: Read 18 rows, 1.22 KiB in 0.001516 sec., 11873.350923482849 rows/sec., 805.86 KiB/sec. 2025.12.16 02:59:23.730427 [ 3 ] {1fcb772a-419f-44ff-be57-74d303d9a6fa} TCPHandler: Processed in 0.001676501 sec. 2025.12.16 02:59:24.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.82 MiB, peak 168.03 MiB, free memory in arenas 0.00 B, will set to 162.63 MiB (RSS), difference: -1.19 MiB 2025.12.16 02:59:25.065048 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 503 entries to flush up to offset 1479 2025.12.16 02:59:25.065547 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:25.065588 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:25.066237 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:25.066701 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:25.066837 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1479 2025.12.16 02:59:25.120527 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.16 02:59:25.138003 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:25.138062 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:25.144599 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:25.145825 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:25.149160 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.16 02:59:26.000231 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.18 MiB, peak 168.03 MiB, free memory in arenas 0.00 B, will set to 165.31 MiB (RSS), difference: 2.13 MiB 2025.12.16 02:59:28.584212 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:28.584386 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:28.584456 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:28.585069 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:28.585122 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:28.585616 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:28.586085 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:28.586246 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} executeQuery: Read 30 rows, 2.40 KiB in 0.001907 sec., 15731.515469323544 rows/sec., 1.23 MiB/sec. 2025.12.16 02:59:28.586295 [ 3 ] {b8097d2e-fede-4717-8ed9-6ac7bfc21eb1} TCPHandler: Processed in 0.002208668 sec. 2025.12.16 02:59:28.586421 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:28.586524 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:28.586573 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:28.587029 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:28.587069 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:28.587471 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:28.588010 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:28.588150 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} executeQuery: Read 36 rows, 2.88 KiB in 0.00165 sec., 21818.18181818182 rows/sec., 1.70 MiB/sec. 2025.12.16 02:59:28.588188 [ 3 ] {591704ed-4f88-40ac-a4b2-d0be4f57853e} TCPHandler: Processed in 0.001818374 sec. 2025.12.16 02:59:28.588298 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:28.588395 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:28.588440 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:28.588800 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:28.588837 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:28.589261 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:28.589737 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:28.589878 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} executeQuery: Read 60 rows, 4.31 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.80 MiB/sec. 2025.12.16 02:59:28.589930 [ 3 ] {a51e7efc-245e-4839-b7f6-a4edaabd5954} TCPHandler: Processed in 0.001681202 sec. 2025.12.16 02:59:28.590043 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:28.590142 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:28.590187 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:28.590543 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:28.590582 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.12.16 02:59:28.591173 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:28.591655 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:28.591798 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} executeQuery: Read 30 rows, 2.04 KiB in 0.001678 sec., 17878.426698450538 rows/sec., 1.18 MiB/sec. 2025.12.16 02:59:28.591842 [ 3 ] {d504ef0b-94eb-43fe-ba94-e7462a8209e4} TCPHandler: Processed in 0.001849644 sec. 2025.12.16 02:59:32.496149 [ 96 ] {} DNSResolver: Updating DNS cache 2025.12.16 02:59:32.496213 [ 96 ] {} DNSResolver: Updated DNS cache 2025.12.16 02:59:32.557563 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 94 entries to flush up to offset 186 2025.12.16 02:59:32.561060 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:32.561122 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:32.562539 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:32.563137 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:32.563477 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2025.12.16 02:59:32.567078 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1927 2025.12.16 02:59:32.567557 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:32.567598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:32.568240 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:32.568704 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:32.568848 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1927 2025.12.16 02:59:32.649373 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.16 02:59:32.666894 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:32.666964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:32.673435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:32.674672 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:32.678110 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.16 02:59:33.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.94 MiB, peak 169.94 MiB, free memory in arenas 0.00 B, will set to 167.13 MiB (RSS), difference: 1.19 MiB 2025.12.16 02:59:33.585683 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.585896 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:33.585983 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:33.586716 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.586769 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.587347 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:33.587816 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.587986 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} executeQuery: Read 76 rows, 6.85 KiB in 0.00217 sec., 35023.041474654376 rows/sec., 3.08 MiB/sec. 2025.12.16 02:59:33.588038 [ 3 ] {983949e8-521a-4139-a99d-58d80652a424} TCPHandler: Processed in 0.002496722 sec. 2025.12.16 02:59:33.588174 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.588280 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 02:59:33.588330 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 02:59:33.588770 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.588811 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.589245 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:33.589741 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.589882 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} executeQuery: Read 23 rows, 1.73 KiB in 0.001626 sec., 14145.141451414514 rows/sec., 1.04 MiB/sec. 2025.12.16 02:59:33.589921 [ 3 ] {f6449c56-e327-44e2-9adf-9c726eac3d4d} TCPHandler: Processed in 0.001798463 sec. 2025.12.16 02:59:33.590039 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.590138 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:33.590180 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:33.590621 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.590664 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.591087 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:33.591603 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.591753 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} executeQuery: Read 64 rows, 5.14 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.07 MiB/sec. 2025.12.16 02:59:33.591795 [ 3 ] {8c2a7cd9-d087-4e4e-ac16-3ad21c13e5c4} TCPHandler: Processed in 0.001805923 sec. 2025.12.16 02:59:33.591916 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.592014 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:33.592062 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:33.592469 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.592506 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.592950 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:33.593413 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.593550 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} executeQuery: Read 60 rows, 4.31 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.71 MiB/sec. 2025.12.16 02:59:33.593587 [ 3 ] {c63fa59d-60a0-4666-94b7-29253261b0c1} TCPHandler: Processed in 0.001723082 sec. 2025.12.16 02:59:33.593704 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.593801 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:33.593855 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.16 02:59:33.594713 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.594752 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.595407 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:33.596056 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.596197 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} executeQuery: Read 23 rows, 42.20 KiB in 0.002416 sec., 9519.867549668874 rows/sec., 17.06 MiB/sec. 2025.12.16 02:59:33.596251 [ 3 ] {f19fefee-37f3-417e-bf2a-1697133c24d9} TCPHandler: Processed in 0.002599573 sec. 2025.12.16 02:59:33.596367 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.596462 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.16 02:59:33.596508 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.16 02:59:33.596846 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.596884 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.597318 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:33.597778 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.597915 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} executeQuery: Read 6 rows, 463.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 307.37 KiB/sec. 2025.12.16 02:59:33.597951 [ 3 ] {dfcff307-4504-4a59-b3e4-24a5568a9b61} TCPHandler: Processed in 0.001633651 sec. 2025.12.16 02:59:33.598078 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:33.598186 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:33.598232 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:33.598597 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:33.598637 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:33.599048 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:33.599591 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:33.599727 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} executeQuery: Read 30 rows, 2.04 KiB in 0.001564 sec., 19181.58567774936 rows/sec., 1.27 MiB/sec. 2025.12.16 02:59:33.599771 [ 3 ] {2fe87adc-aefa-4cdd-a34d-27ab89a60895} TCPHandler: Processed in 0.001753042 sec. 2025.12.16 02:59:38.588388 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:38.588580 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.16 02:59:38.588648 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.16 02:59:38.589261 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} oximeter.fields_ipaddr (18d3893e-ebd3-4751-b20d-e0456e8eb1c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:38.589312 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:38.589854 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:38.590363 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} oximeter.fields_ipaddr (18d3893e-ebd3-4751-b20d-e0456e8eb1c5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:38.590529 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} executeQuery: Read 2 rows, 167.00 B in 0.001998 sec., 1001.0010010010009 rows/sec., 81.62 KiB/sec. 2025.12.16 02:59:38.590589 [ 3 ] {73ce05f4-1524-404d-87f1-17d44da7d67a} TCPHandler: Processed in 0.00235069 sec. 2025.12.16 02:59:38.590712 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:38.590815 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:38.590860 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:38.591404 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:38.591445 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:38.591923 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:38.592410 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:38.592546 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} executeQuery: Read 57 rows, 4.48 KiB in 0.001755 sec., 32478.632478632477 rows/sec., 2.49 MiB/sec. 2025.12.16 02:59:38.592583 [ 3 ] {f145e315-03a1-4375-b5a6-bafaa5616330} TCPHandler: Processed in 0.001921924 sec. 2025.12.16 02:59:38.592693 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:38.592803 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 02:59:38.592847 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 02:59:38.593266 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:38.593303 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:38.593758 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:38.594191 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:38.594335 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} executeQuery: Read 2 rows, 143.00 B in 0.001559 sec., 1282.8736369467606 rows/sec., 89.58 KiB/sec. 2025.12.16 02:59:38.594375 [ 3 ] {82d55cdc-c162-436e-8059-9f072178c27b} TCPHandler: Processed in 0.001733092 sec. 2025.12.16 02:59:38.594495 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:38.594593 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:38.594635 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:38.595049 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:38.595086 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:38.595501 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:38.596028 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:38.596161 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} executeQuery: Read 66 rows, 5.28 KiB in 0.001589 sec., 41535.55695405916 rows/sec., 3.24 MiB/sec. 2025.12.16 02:59:38.596198 [ 3 ] {135dc1c5-95f7-48e3-9af5-78132e3afd4f} TCPHandler: Processed in 0.001753452 sec. 2025.12.16 02:59:38.596312 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:38.596409 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:38.596454 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:38.596842 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:38.596879 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:38.597425 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:38.597925 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:38.598058 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} executeQuery: Read 121 rows, 8.64 KiB in 0.001668 sec., 72541.96642685852 rows/sec., 5.06 MiB/sec. 2025.12.16 02:59:38.598095 [ 3 ] {f7cbf51c-2d69-4fde-971d-861dbf918093} TCPHandler: Processed in 0.001833083 sec. 2025.12.16 02:59:38.598207 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:38.598304 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:38.598347 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:38.598682 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:38.598718 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:38.599160 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:38.599639 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:38.599771 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} executeQuery: Read 48 rows, 3.30 KiB in 0.001485 sec., 32323.232323232325 rows/sec., 2.17 MiB/sec. 2025.12.16 02:59:38.599810 [ 3 ] {a5e3e079-f933-40d6-95d7-5acb5386ba65} TCPHandler: Processed in 0.001652341 sec. 2025.12.16 02:59:40.069071 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2439 2025.12.16 02:59:40.069573 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:40.069624 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:40.070244 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:40.070707 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:40.070878 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2439 2025.12.16 02:59:40.178320 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.16 02:59:40.196612 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:40.196677 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:40.203148 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:40.204323 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:40.208002 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.16 02:59:41.000346 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 167.82 MiB, peak 171.82 MiB, free memory in arenas 0.00 B, will set to 168.92 MiB (RSS), difference: 1.10 MiB 2025.12.16 02:59:42.563948 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 212 2025.12.16 02:59:42.566321 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:42.566368 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:42.567599 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:42.568057 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:42.568351 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 212 2025.12.16 02:59:43.591793 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.591975 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:43.592042 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:43.592688 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.592738 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.593277 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:43.593802 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.593985 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} executeQuery: Read 128 rows, 11.29 KiB in 0.002059 sec., 62166.10004856726 rows/sec., 5.36 MiB/sec. 2025.12.16 02:59:43.594038 [ 3 ] {6e87998e-647b-4a0b-a650-cfac82785bbd} TCPHandler: Processed in 0.00236967 sec. 2025.12.16 02:59:43.594162 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.594269 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 02:59:43.594314 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 02:59:43.594821 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.594859 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.595265 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:43.595731 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.595869 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} executeQuery: Read 36 rows, 2.71 KiB in 0.001626 sec., 22140.22140221402 rows/sec., 1.63 MiB/sec. 2025.12.16 02:59:43.595907 [ 3 ] {7c9a8bbb-1d86-458c-8493-53aa4ba8b629} TCPHandler: Processed in 0.001799513 sec. 2025.12.16 02:59:43.596020 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.596120 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:43.596162 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:43.596657 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.596696 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.597110 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:43.597553 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.597710 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} executeQuery: Read 106 rows, 8.51 KiB in 0.001611 sec., 65797.64121663563 rows/sec., 5.16 MiB/sec. 2025.12.16 02:59:43.597749 [ 3 ] {3c48a6e9-ca73-489b-adb4-839116c4c8d5} TCPHandler: Processed in 0.001780733 sec. 2025.12.16 02:59:43.597860 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.597959 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:43.598004 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:43.598414 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.598451 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.598888 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:43.599360 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.599514 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. 2025.12.16 02:59:43.599552 [ 3 ] {bb763da7-7d93-4394-b128-c6942bbf0a4c} TCPHandler: Processed in 0.001742282 sec. 2025.12.16 02:59:43.599662 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.599759 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:43.599813 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.16 02:59:43.600651 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.600688 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.601343 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:43.601816 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.601969 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} executeQuery: Read 36 rows, 66.06 KiB in 0.002228 sec., 16157.989228007182 rows/sec., 28.95 MiB/sec. 2025.12.16 02:59:43.602028 [ 3 ] {5648ab01-56b1-4a5d-aa10-66f7d19fbfb2} TCPHandler: Processed in 0.002417101 sec. 2025.12.16 02:59:43.602143 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.602240 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.16 02:59:43.602282 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.16 02:59:43.602604 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.602642 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.603060 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.16 02:59:43.603469 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} oximeter.measurements_i64 (d7eb3beb-2ee8-4733-ba02-e5ac6cfaf699): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.603600 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} executeQuery: Read 9 rows, 709.00 B in 0.001379 sec., 6526.468455402465 rows/sec., 502.09 KiB/sec. 2025.12.16 02:59:43.603636 [ 3 ] {b06387b7-51be-422c-955e-8fbcf11ff3ca} TCPHandler: Processed in 0.001542789 sec. 2025.12.16 02:59:43.603747 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:43.603843 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:43.603889 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:43.604216 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:43.604253 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:43.604649 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:43.605066 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:43.605225 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. 2025.12.16 02:59:43.605263 [ 3 ] {cfefc1dd-29dc-49f6-a21e-db9b445fc359} TCPHandler: Processed in 0.00156547 sec. 2025.12.16 02:59:47.496472 [ 23 ] {} DNSResolver: Updating DNS cache 2025.12.16 02:59:47.496565 [ 23 ] {} DNSResolver: Updated DNS cache 2025.12.16 02:59:47.571100 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2887 2025.12.16 02:59:47.571630 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:47.571680 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:47.572214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.16 02:59:47.572442 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:47.572568 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2887 2025.12.16 02:59:47.572563 [ 23 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.16 02:59:47.572643 [ 23 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:47.572663 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:47.576512 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.16 02:59:47.578576 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.16 02:59:47.580572 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.12.16 02:59:47.587773 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.12.16 02:59:47.587833 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 503 rows starting from the beginning of the part 2025.12.16 02:59:47.587880 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2025.12.16 02:59:47.587927 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2025.12.16 02:59:47.587975 [ 187 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2025.12.16 02:59:47.625384 [ 192 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2887 rows, containing 4 columns (4 merged, 0 gathered) in 0.050832064 sec., 56794.860818557354 rows/sec., 831.96 KiB/sec. 2025.12.16 02:59:47.626366 [ 201 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.16 02:59:47.626740 [ 201 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:47.626823 [ 201 ] {5f6af3f9-494e-46d6-890c-d3e6d67b8b7c::all_1_6_1} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.16 02:59:47.628721 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.12.16 02:59:47.708208 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.16 02:59:47.726196 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:47.726240 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:47.732424 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.16 02:59:47.733130 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:47.733404 [ 23 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.16 02:59:47.733444 [ 23 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:47.733462 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:47.733556 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.16 02:59:47.736167 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.16 02:59:47.736439 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.16 02:59:47.737183 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.16 02:59:47.740614 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.16 02:59:47.744092 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.16 02:59:47.747764 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.16 02:59:47.757662 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.16 02:59:47.761906 [ 201 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.16 02:59:47.818835 [ 192 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.085320821 sec., 539.1415537363382 rows/sec., 2.79 MiB/sec. 2025.12.16 02:59:47.820291 [ 189 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.16 02:59:47.821938 [ 189 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:47.822016 [ 189 ] {f406b167-df9e-4213-b4db-3b24e48b6664::all_1_6_1} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.16 02:59:47.822962 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.16 02:59:48.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 170.15 MiB, peak 179.69 MiB, free memory in arenas 0.00 B, will set to 180.09 MiB (RSS), difference: 9.94 MiB 2025.12.16 02:59:48.589695 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:48.589885 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:48.589955 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:48.590682 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.590718 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.591099 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.16 02:59:48.591329 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.591430 [ 23 ] {} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.16 02:59:48.591469 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} executeQuery: Read 56 rows, 4.41 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.63 MiB/sec. 2025.12.16 02:59:48.591473 [ 23 ] {} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.591504 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.591509 [ 3 ] {890dbad8-f762-4a60-b675-14e1a8e25684} TCPHandler: Processed in 0.001940265 sec. 2025.12.16 02:59:48.591611 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.16 02:59:48.591634 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:48.591725 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.16 02:59:48.591730 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:48.591765 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 188 rows starting from the beginning of the part 2025.12.16 02:59:48.591778 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:48.591858 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.12.16 02:59:48.591915 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part 2025.12.16 02:59:48.591964 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2025.12.16 02:59:48.592021 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2025.12.16 02:59:48.592071 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.12.16 02:59:48.592214 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.592248 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.592632 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.16 02:59:48.592847 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.592932 [ 23 ] {} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.16 02:59:48.592956 [ 23 ] {} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.592970 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} executeQuery: Read 64 rows, 5.12 KiB in 0.001259 sec., 50833.99523431295 rows/sec., 3.97 MiB/sec. 2025.12.16 02:59:48.592971 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.593007 [ 3 ] {34224a97-3457-40f3-b5f7-3b01012e94eb} TCPHandler: Processed in 0.001420758 sec. 2025.12.16 02:59:48.593021 [ 191 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 5 columns (5 merged, 0 gathered) in 0.001454258 sec., 367885.2033133048 rows/sec., 32.90 MiB/sec. 2025.12.16 02:59:48.593106 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.16 02:59:48.593117 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:48.593238 [ 192 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.16 02:59:48.593259 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:48.593300 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.16 02:59:48.593312 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:48.593365 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 101 rows starting from the beginning of the part 2025.12.16 02:59:48.593472 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.12.16 02:59:48.593530 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2025.12.16 02:59:48.593583 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2025.12.16 02:59:48.593593 [ 192 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.593648 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 106 rows starting from the beginning of the part 2025.12.16 02:59:48.593684 [ 192 ] {64080b72-ce0b-4b0d-971e-8df06c5b8c4a::all_1_6_1} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.16 02:59:48.593712 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.12.16 02:59:48.593779 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.16 02:59:48.593781 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.593833 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.594188 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.16 02:59:48.594435 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.594527 [ 23 ] {} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.16 02:59:48.594551 [ 23 ] {} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.594568 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.594569 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} executeQuery: Read 160 rows, 11.41 KiB in 0.001329 sec., 120391.27163280662 rows/sec., 8.39 MiB/sec. 2025.12.16 02:59:48.594611 [ 3 ] {aab0ec96-e646-456f-b0c4-8c1f358213b7} TCPHandler: Processed in 0.001541299 sec. 2025.12.16 02:59:48.594676 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.16 02:59:48.594712 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:48.594809 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.16 02:59:48.594811 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:48.594822 [ 193 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 437 rows, containing 5 columns (5 merged, 0 gathered) in 0.001774662 sec., 246244.07351935186 rows/sec., 20.42 MiB/sec. 2025.12.16 02:59:48.594849 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 209 rows starting from the beginning of the part 2025.12.16 02:59:48.594871 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:48.594954 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.12.16 02:59:48.595014 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.12.16 02:59:48.595064 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 121 rows starting from the beginning of the part 2025.12.16 02:59:48.595112 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.12.16 02:59:48.595126 [ 186 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.16 02:59:48.595160 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.12.16 02:59:48.595231 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.595273 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.595583 [ 186 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.595679 [ 186 ] {f83f4d3b-bb6c-46fc-940e-e14843d29cc0::all_1_6_1} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.16 02:59:48.595737 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.16 02:59:48.595780 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.16 02:59:48.595983 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.596100 [ 23 ] {} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.16 02:59:48.596127 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. 2025.12.16 02:59:48.596127 [ 23 ] {} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:48.596164 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:48.596166 [ 3 ] {fd24af8b-fffd-47f9-a882-ab5181819360} TCPHandler: Processed in 0.001502299 sec. 2025.12.16 02:59:48.596246 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.16 02:59:48.596337 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.16 02:59:48.596362 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.12.16 02:59:48.596407 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.12.16 02:59:48.596413 [ 196 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.001790993 sec., 429929.0952002604 rows/sec., 31.06 MiB/sec. 2025.12.16 02:59:48.596443 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.12.16 02:59:48.596480 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part 2025.12.16 02:59:48.596513 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.12.16 02:59:48.596550 [ 191 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.12.16 02:59:48.596627 [ 186 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.16 02:59:48.596924 [ 186 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.597000 [ 186 ] {37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a::all_1_6_1} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.16 02:59:48.597073 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.12.16 02:59:48.597272 [ 195 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.001053723 sec., 233457.93913580707 rows/sec., 15.64 MiB/sec. 2025.12.16 02:59:48.597424 [ 186 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.16 02:59:48.597680 [ 186 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:48.597746 [ 186 ] {0a6c92e8-1de0-487f-b107-b3a5972866e6::all_1_6_1} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.16 02:59:48.597812 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.16 02:59:52.568688 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 234 2025.12.16 02:59:52.570631 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:52.570687 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:52.571869 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:52.572140 [ 242 ] {} system.query_log (0439e7fc-ac8c-4342-93bd-0eef9d3b3872): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:52.572473 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2025.12.16 02:59:53.592749 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.592943 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.593014 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.16 02:59:53.593707 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} oximeter.fields_i16 (0ae5486a-d46a-4859-8908-bef121f48304): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.593757 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.594139 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:53.594354 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} oximeter.fields_i16 (0ae5486a-d46a-4859-8908-bef121f48304): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.594496 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} executeQuery: Read 24 rows, 2.04 KiB in 0.001606 sec., 14943.960149439601 rows/sec., 1.24 MiB/sec. 2025.12.16 02:59:53.594536 [ 3 ] {69f6a8d4-b477-4120-b8d9-b3e8c319d904} TCPHandler: Processed in 0.001920415 sec. 2025.12.16 02:59:53.594659 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.594753 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:53.594793 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:53.595361 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.595398 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.595709 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.16 02:59:53.595912 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.596034 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} executeQuery: Read 248 rows, 22.75 KiB in 0.0013 sec., 190769.23076923078 rows/sec., 17.09 MiB/sec. 2025.12.16 02:59:53.596069 [ 3 ] {a954f0c4-4c5e-4ae4-830b-31b706faf635} TCPHandler: Processed in 0.001457658 sec. 2025.12.16 02:59:53.596181 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.596273 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.596312 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.16 02:59:53.596748 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.596783 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.597069 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.16 02:59:53.597273 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} oximeter.fields_u16 (5f94e52a-2ea2-47f1-8fee-20c6851e2eff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.597396 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} executeQuery: Read 48 rows, 3.67 KiB in 0.001141 sec., 42068.36108676599 rows/sec., 3.14 MiB/sec. 2025.12.16 02:59:53.597432 [ 3 ] {6466e438-352d-4612-998c-5b7a325c83d0} TCPHandler: Processed in 0.001298056 sec. 2025.12.16 02:59:53.597540 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.597631 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.597669 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.16 02:59:53.598046 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} oximeter.fields_u32 (bdd8d3b2-56f1-4ac6-85b9-bf172a977a17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.598080 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.598341 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:53.598539 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} oximeter.fields_u32 (bdd8d3b2-56f1-4ac6-85b9-bf172a977a17): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.598660 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} executeQuery: Read 24 rows, 2.04 KiB in 0.001082 sec., 22181.146025878003 rows/sec., 1.84 MiB/sec. 2025.12.16 02:59:53.598701 [ 3 ] {c11b19e6-bb71-42d1-8ded-94a52d16473b} TCPHandler: Processed in 0.001247756 sec. 2025.12.16 02:59:53.598818 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.598904 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.598940 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.16 02:59:53.599420 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} oximeter.fields_u8 (107faa78-bde1-4c50-8549-94724e061489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.599460 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.599777 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.16 02:59:53.599992 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} oximeter.fields_u8 (107faa78-bde1-4c50-8549-94724e061489): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.600123 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} executeQuery: Read 12 rows, 960.00 B in 0.001182 sec., 10152.28426395939 rows/sec., 793.15 KiB/sec. 2025.12.16 02:59:53.600163 [ 3 ] {e22f32fc-750b-4fa4-b078-1521a1cbc133} TCPHandler: Processed in 0.001343977 sec. 2025.12.16 02:59:53.600283 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.600379 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:53.600419 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:53.600910 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.600947 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.601256 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.16 02:59:53.601472 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.601603 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} executeQuery: Read 136 rows, 11.26 KiB in 0.001243 sec., 109412.71118262269 rows/sec., 8.84 MiB/sec. 2025.12.16 02:59:53.601641 [ 3 ] {ba809979-9ec5-44dd-b93b-cd5c491be6b1} TCPHandler: Processed in 0.001408568 sec. 2025.12.16 02:59:53.601750 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.601845 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.601888 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:53.602334 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.602373 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.602730 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.16 02:59:53.602938 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.603067 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} executeQuery: Read 196 rows, 14.40 KiB in 0.00124 sec., 158064.51612903227 rows/sec., 11.34 MiB/sec. 2025.12.16 02:59:53.603108 [ 3 ] {7c93d55e-acc4-48ee-bab5-aa52ad29adaf} TCPHandler: Processed in 0.001407998 sec. 2025.12.16 02:59:53.603237 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.603335 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.603390 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.16 02:59:53.604205 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.604242 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.604777 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.16 02:59:53.604994 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} oximeter.measurements_histogramu64 (9f8980c7-8e52-48ec-916f-1be8c2cd44d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.605131 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} executeQuery: Read 36 rows, 66.06 KiB in 0.001815 sec., 19834.710743801654 rows/sec., 35.54 MiB/sec. 2025.12.16 02:59:53.605190 [ 3 ] {c3b6c99d-fbdd-4c7b-a5c2-2c803d1f68bf} TCPHandler: Processed in 0.002015396 sec. 2025.12.16 02:59:53.605320 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:53.605418 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:53.605460 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:53.605795 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:53.605831 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:53.606133 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.16 02:59:53.606342 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:53.606468 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.12.16 02:59:53.606505 [ 3 ] {bc29dc82-84d2-4b5d-bbd0-0b1e3659bcfe} TCPHandler: Processed in 0.001234385 sec. 2025.12.16 02:59:55.072803 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3399 2025.12.16 02:59:55.073295 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:55.073345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:55.073840 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.16 02:59:55.074070 [ 243 ] {} system.asynchronous_metric_log (5f6af3f9-494e-46d6-890c-d3e6d67b8b7c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:55.074210 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3399 2025.12.16 02:59:55.236388 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.16 02:59:55.254546 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:55.254609 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:55.260213 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.16 02:59:55.260941 [ 244 ] {} system.metric_log (f406b167-df9e-4213-b4db-3b24e48b6664): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:55.264191 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.16 02:59:58.588601 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:58.588789 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.16 02:59:58.588852 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.16 02:59:58.589454 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:58.589495 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:58.589872 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.16 02:59:58.590103 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} oximeter.fields_string (64080b72-ce0b-4b0d-971e-8df06c5b8c4a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:58.590253 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} executeQuery: Read 56 rows, 4.41 KiB in 0.00151 sec., 37086.09271523179 rows/sec., 2.85 MiB/sec. 2025.12.16 02:59:58.590299 [ 3 ] {81464500-e138-4a08-af7a-fff60e74bdfe} TCPHandler: Processed in 0.001816113 sec. 2025.12.16 02:59:58.590419 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:58.590523 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.16 02:59:58.590564 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.16 02:59:58.591001 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:58.591037 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:58.591336 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.16 02:59:58.591541 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} oximeter.fields_uuid (f83f4d3b-bb6c-46fc-940e-e14843d29cc0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:58.591665 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} executeQuery: Read 64 rows, 5.12 KiB in 0.001168 sec., 54794.520547945205 rows/sec., 4.28 MiB/sec. 2025.12.16 02:59:58.591701 [ 3 ] {9517dd67-5b6e-4f32-b24a-ffa7a10b82c8} TCPHandler: Processed in 0.001332957 sec. 2025.12.16 02:59:58.591812 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:58.591907 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.16 02:59:58.591949 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.16 02:59:58.592369 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:58.592403 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:58.592729 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.16 02:59:58.592930 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} oximeter.measurements_cumulativeu64 (37ebc20c-758c-4cf4-8bc3-ba7f9ebf822a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:58.593053 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.12.16 02:59:58.593088 [ 3 ] {e8721b3f-2cb5-469b-9f40-2e8d75ef9c7c} TCPHandler: Processed in 0.001323117 sec. 2025.12.16 02:59:58.593197 [ 3 ] {} TCP-Session: e26198e0-77db-4c82-876c-e11f11ce66f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.16 02:59:58.593289 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} executeQuery: (from [fd00:1122:3344:101::d]:59779) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.16 02:59:58.593330 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.16 02:59:58.593646 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.16 02:59:58.593679 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.12.16 02:59:58.593967 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.16 02:59:58.594176 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} oximeter.measurements_u64 (0a6c92e8-1de0-487f-b107-b3a5972866e6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.16 02:59:58.594296 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} executeQuery: Read 60 rows, 4.14 KiB in 0.001026 sec., 58479.53216374269 rows/sec., 3.94 MiB/sec. 2025.12.16 02:59:58.594329 [ 3 ] {c70a3110-1bad-4db3-a76f-44399f96b538} TCPHandler: Processed in 0.001180685 sec. 2025.12.16 03:00:02.496636 [ 59 ] {} DNSResolver: Updating DNS cache 2025.12.16 03:00:02.496695 [ 59 ] {} DNSResolver: Updated DNS cache