[ Jun 19 11:44:08 Enabled. ] [ Jun 19 11:44:08 Rereading configuration. ] [ Jun 19 11:44:10 Rereading configuration. ] [ Jun 19 11:44:15 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 [ Jun 19 11:44:16 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.06.19 11:44:16.856286 [ 1 ] {} Application: Will watch for the process with pid 23750 2025.06.19 11:44:16.856751 [ 1 ] {} Application: Forked a child process to watch 2025.06.19 11:44:17.162053 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23750 2025.06.19 11:44:17.162766 [ 1 ] {} Application: starting up 2025.06.19 11:44:17.162926 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.06.19 11:44:17.252654 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.06.19 11:44:17.291010 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.06.19 11:44:17.291056 [ 1 ] {} Application: Initializing DateLUT. 2025.06.19 11:44:17.291073 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.06.19 11:44:17.291126 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.06.19 11:44:17.291491 [ 1 ] {} Application: Initializing interserver credentials. 2025.06.19 11:44:17.293525 [ 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.06.19 11:44:17.294291 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.19 11:44:17.295076 [ 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.06.19 11:44:17.295096 [ 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.06.19 11:44:17.295110 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.06.19 11:44:17.295765 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.19 11:44:17.296758 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.06.19 11:44:17.302657 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.19 11:44:17.303300 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.19 11:44:17.304542 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.19 11:44:17.304605 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.19 11:44:17.305600 [ 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.06.19 11:44:17.306006 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.19 11:44:17.309655 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.19 11:44:17.310263 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.06.19 11:44:17.313149 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.06.19 11:44:17.313537 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.06.19 11:44:17.313958 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.06.19 11:44:17.314307 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.06.19 11:44:17.315600 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.06.19 11:44:17.315625 [ 1 ] {} Application: Loading metadata from /data/ 2025.06.19 11:44:17.315710 [ 144 ] {} DNSResolver: Updating DNS cache 2025.06.19 11:44:17.315797 [ 144 ] {} DNSResolver: Updated DNS cache 2025.06.19 11:44:17.331048 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.06.19 11:44:17.331078 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000182835 sec 2025.06.19 11:44:17.331100 [ 1 ] {} ReferentialDeps: No tables 2025.06.19 11:44:17.331117 [ 1 ] {} LoadingDeps: No tables 2025.06.19 11:44:17.331859 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.06.19 11:44:17.332437 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.06.19 11:44:17.341321 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.06.19 11:44:17.341371 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.06.19 11:44:17.341396 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.06.19 11:44:17.341410 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.06.19 11:44:17.341447 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.06.19 11:44:17.341469 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.06.19 11:44:17.343638 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.06.19 11:44:17.343680 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.06.19 11:44:17.343698 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.06.19 11:44:17.343829 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.06.19 11:44:17.343868 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.06.19 11:44:17.343880 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.06.19 11:44:17.343898 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.06.19 11:44:17.343909 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.06.19 11:44:17.343938 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.06.19 11:44:17.343954 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.06.19 11:44:17.365169 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.06.19 11:44:17.366854 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.06.19 11:44:17.366881 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5471e-05 sec 2025.06.19 11:44:17.366894 [ 1 ] {} ReferentialDeps: No tables 2025.06.19 11:44:17.366904 [ 1 ] {} LoadingDeps: No tables 2025.06.19 11:44:17.366925 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.06.19 11:44:17.367120 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.06.19 11:44:17.367161 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.06.19 11:44:17.367174 [ 1 ] {} Application: Loaded metadata. 2025.06.19 11:44:17.367184 [ 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.06.19 11:44:17.367195 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.06.19 11:44:17.386479 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.19 11:44:17.386669 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.64 MiB (RSS), difference: 91.87 MiB 2025.06.19 11:44:17.387885 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.187e-05 sec. 2025.06.19 11:44:17.388171 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.06.19 11:44:17.388211 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.06.19 11:44:17.388224 [ 1 ] {} Application: Ready for connections. 2025.06.19 11:44:17.862615 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55497 2025.06.19 11:44:17.863642 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.863698 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55497 2025.06.19 11:44:17.863726 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.863745 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.863836 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.19 11:44:17.863861 [ 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.06.19 11:44:17.863882 [ 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.06.19 11:44:17.865070 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42207 2025.06.19 11:44:17.865070 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61227 2025.06.19 11:44:17.865463 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.865503 [ 5 ] {} TCP-Session: 4bccb4df-9e03-4183-bba7-61273d7df1c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61227 2025.06.19 11:44:17.865505 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37164 2025.06.19 11:44:17.865556 [ 5 ] {} TCP-Session: 4bccb4df-9e03-4183-bba7-61273d7df1c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.865599 [ 5 ] {} TCP-Session: 4bccb4df-9e03-4183-bba7-61273d7df1c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.865665 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36363 2025.06.19 11:44:17.866338 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48115 2025.06.19 11:44:17.866337 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38763 2025.06.19 11:44:17.866891 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53796 2025.06.19 11:44:17.866979 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867018 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867059 [ 257 ] {} TCP-Session: 35cd1ea0-c0d9-4928-b22e-007b8d2f271a Authenticating user 'default' from [fd00:1122:3344:101::d]:38763 2025.06.19 11:44:17.867079 [ 257 ] {} TCP-Session: 35cd1ea0-c0d9-4928-b22e-007b8d2f271a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867092 [ 256 ] {} TCP-Session: d8a0657f-d69d-46d6-82d7-9a818c348f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:36363 2025.06.19 11:44:17.867109 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867115 [ 257 ] {} TCP-Session: 35cd1ea0-c0d9-4928-b22e-007b8d2f271a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867139 [ 256 ] {} TCP-Session: d8a0657f-d69d-46d6-82d7-9a818c348f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867099 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.867176 [ 256 ] {} TCP-Session: d8a0657f-d69d-46d6-82d7-9a818c348f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867198 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867180 [ 4 ] {} TCP-Session: b1048632-748d-4728-8169-77deb75b68fa Authenticating user 'default' from [fd00:1122:3344:101::d]:48115 2025.06.19 11:44:17.867220 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867259 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867293 [ 258 ] {} TCP-Session: 0ed6edf2-124d-4671-bd82-73f8df157ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53796 2025.06.19 11:44:17.867308 [ 253 ] {} TCP-Session: 2eed7b07-54a6-4a22-af82-f8ce95b3e481 Authenticating user 'default' from [fd00:1122:3344:101::d]:42207 2025.06.19 11:44:17.867315 [ 258 ] {} TCP-Session: 0ed6edf2-124d-4671-bd82-73f8df157ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867094 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46839 2025.06.19 11:44:17.867343 [ 253 ] {} TCP-Session: 2eed7b07-54a6-4a22-af82-f8ce95b3e481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867343 [ 258 ] {} TCP-Session: 0ed6edf2-124d-4671-bd82-73f8df157ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867376 [ 253 ] {} TCP-Session: 2eed7b07-54a6-4a22-af82-f8ce95b3e481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867261 [ 4 ] {} TCP-Session: b1048632-748d-4728-8169-77deb75b68fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867251 [ 254 ] {} TCP-Session: 40f1f1d2-f7cc-44ab-8d08-1e29e8fb13dc Authenticating user 'default' from [fd00:1122:3344:101::d]:37164 2025.06.19 11:44:17.867433 [ 4 ] {} TCP-Session: b1048632-748d-4728-8169-77deb75b68fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867479 [ 254 ] {} TCP-Session: 40f1f1d2-f7cc-44ab-8d08-1e29e8fb13dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867504 [ 254 ] {} TCP-Session: 40f1f1d2-f7cc-44ab-8d08-1e29e8fb13dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.867608 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:17.867652 [ 259 ] {} TCP-Session: b077153f-ae23-4474-872b-7d375cf9f3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46839 2025.06.19 11:44:17.868123 [ 259 ] {} TCP-Session: b077153f-ae23-4474-872b-7d375cf9f3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.868149 [ 259 ] {} TCP-Session: b077153f-ae23-4474-872b-7d375cf9f3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:17.869443 [ 3 ] {6a9dfd5d-6227-41dd-bdff-f9531eb28581} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.19 11:44:17.944596 [ 3 ] {6a9dfd5d-6227-41dd-bdff-f9531eb28581} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55497) (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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.19 11:44:17.945337 [ 3 ] {6a9dfd5d-6227-41dd-bdff-f9531eb28581} 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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.19 11:44:17.945414 [ 3 ] {6a9dfd5d-6227-41dd-bdff-f9531eb28581} TCPHandler: Processed in 0.080675759 sec. 2025.06.19 11:44:17.945844 [ 5 ] {} TCP-Session: 4bccb4df-9e03-4183-bba7-61273d7df1c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.946127 [ 5 ] {237cb336-c1e1-496a-8fc3-0ed25f686a8c} executeQuery: (from [fd00:1122:3344:101::d]:61227) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.19 11:44:17.946489 [ 5 ] {237cb336-c1e1-496a-8fc3-0ed25f686a8c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61227) (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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.19 11:44:17.946609 [ 5 ] {237cb336-c1e1-496a-8fc3-0ed25f686a8c} 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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.19 11:44:17.946676 [ 5 ] {237cb336-c1e1-496a-8fc3-0ed25f686a8c} TCPHandler: Processed in 0.001003748 sec. 2025.06.19 11:44:17.946991 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.947672 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} executeQuery: (from [fd00:1122:3344:101::d]:55497) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.06.19 11:44:17.948229 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.06.19 11:44:17.949656 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.06.19 11:44:17.949676 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2691e-05 sec 2025.06.19 11:44:17.949690 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} ReferentialDeps: No tables 2025.06.19 11:44:17.949705 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} LoadingDeps: No tables 2025.06.19 11:44:17.949730 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} DatabaseAtomic (oximeter): Starting up tables. 2025.06.19 11:44:17.950318 [ 3 ] {c42618e4-615c-4d6a-acc0-407b34b8364c} TCPHandler: Processed in 0.003431757 sec. 2025.06.19 11:44:17.950489 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.950643 [ 3 ] {8f1822c0-d121-489c-b462-3adce7ca6f60} executeQuery: (from [fd00:1122:3344:101::d]:55497) /* 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.06.19 11:44:17.950689 [ 3 ] {8f1822c0-d121-489c-b462-3adce7ca6f60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.06.19 11:44:17.955211 [ 3 ] {8f1822c0-d121-489c-b462-3adce7ca6f60} StoragePolicy (default): Storage policy default created, total volumes 1 2025.06.19 11:44:17.961022 [ 3 ] {8f1822c0-d121-489c-b462-3adce7ca6f60} oximeter.version (9fffd977-9b9c-4a68-a1f4-449b4d1aed59): Loading data parts 2025.06.19 11:44:17.962059 [ 3 ] {8f1822c0-d121-489c-b462-3adce7ca6f60} oximeter.version (9fffd977-9b9c-4a68-a1f4-449b4d1aed59): There are no data parts 2025.06.19 11:44:17.965057 [ 3 ] {8f1822c0-d121-489c-b462-3adce7ca6f60} TCPHandler: Processed in 0.014625653 sec. 2025.06.19 11:44:17.965221 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.965393 [ 3 ] {02a4a52e-8f48-47f4-b113-25f99be384d2} executeQuery: (from [fd00:1122:3344:101::d]:55497) /* 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.06.19 11:44:17.965458 [ 3 ] {02a4a52e-8f48-47f4-b113-25f99be384d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.06.19 11:44:17.977025 [ 3 ] {02a4a52e-8f48-47f4-b113-25f99be384d2} oximeter.measurements_bool (6270dc7c-60d9-45a6-81d1-987a2130d754): Loading data parts 2025.06.19 11:44:17.977309 [ 3 ] {02a4a52e-8f48-47f4-b113-25f99be384d2} oximeter.measurements_bool (6270dc7c-60d9-45a6-81d1-987a2130d754): There are no data parts 2025.06.19 11:44:17.979029 [ 3 ] {02a4a52e-8f48-47f4-b113-25f99be384d2} TCPHandler: Processed in 0.013858382 sec. 2025.06.19 11:44:17.979263 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.979586 [ 3 ] {c14946a6-6032-4884-b004-c88ba7b9c464} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:17.979682 [ 3 ] {c14946a6-6032-4884-b004-c88ba7b9c464} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.06.19 11:44:17.983990 [ 3 ] {c14946a6-6032-4884-b004-c88ba7b9c464} oximeter.measurements_i8 (73c47c1f-452e-4291-b9b4-c0f03c1beb97): Loading data parts 2025.06.19 11:44:17.984249 [ 3 ] {c14946a6-6032-4884-b004-c88ba7b9c464} oximeter.measurements_i8 (73c47c1f-452e-4291-b9b4-c0f03c1beb97): There are no data parts 2025.06.19 11:44:17.985899 [ 3 ] {c14946a6-6032-4884-b004-c88ba7b9c464} TCPHandler: Processed in 0.00675109 sec. 2025.06.19 11:44:17.986068 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.986218 [ 3 ] {d129b307-1fd2-43a2-bd2d-5ea091018fc9} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:17.986266 [ 3 ] {d129b307-1fd2-43a2-bd2d-5ea091018fc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.06.19 11:44:17.988383 [ 3 ] {d129b307-1fd2-43a2-bd2d-5ea091018fc9} oximeter.measurements_u8 (bbf6e6f3-bebd-4375-b8a1-1d6295b297dd): Loading data parts 2025.06.19 11:44:17.988529 [ 3 ] {d129b307-1fd2-43a2-bd2d-5ea091018fc9} oximeter.measurements_u8 (bbf6e6f3-bebd-4375-b8a1-1d6295b297dd): There are no data parts 2025.06.19 11:44:17.989903 [ 3 ] {d129b307-1fd2-43a2-bd2d-5ea091018fc9} TCPHandler: Processed in 0.0038904 sec. 2025.06.19 11:44:17.990070 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.990228 [ 3 ] {3ea36b7c-b2d8-40f7-8be4-507ba89a016c} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:17.990269 [ 3 ] {3ea36b7c-b2d8-40f7-8be4-507ba89a016c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.06.19 11:44:17.994393 [ 3 ] {3ea36b7c-b2d8-40f7-8be4-507ba89a016c} oximeter.measurements_i16 (fc78ad68-0768-4e0c-8688-17811f700c7a): Loading data parts 2025.06.19 11:44:17.994529 [ 3 ] {3ea36b7c-b2d8-40f7-8be4-507ba89a016c} oximeter.measurements_i16 (fc78ad68-0768-4e0c-8688-17811f700c7a): There are no data parts 2025.06.19 11:44:17.996277 [ 3 ] {3ea36b7c-b2d8-40f7-8be4-507ba89a016c} TCPHandler: Processed in 0.006262907 sec. 2025.06.19 11:44:17.996452 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:17.996600 [ 3 ] {96e52169-5465-4547-a9f4-90b1fc4a346e} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:17.996649 [ 3 ] {96e52169-5465-4547-a9f4-90b1fc4a346e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.06.19 11:44:17.998794 [ 3 ] {96e52169-5465-4547-a9f4-90b1fc4a346e} oximeter.measurements_u16 (c310092c-ab81-4ec6-b110-7d722d32e716): Loading data parts 2025.06.19 11:44:17.999046 [ 3 ] {96e52169-5465-4547-a9f4-90b1fc4a346e} oximeter.measurements_u16 (c310092c-ab81-4ec6-b110-7d722d32e716): There are no data parts 2025.06.19 11:44:18.000547 [ 3 ] {96e52169-5465-4547-a9f4-90b1fc4a346e} TCPHandler: Processed in 0.004151427 sec. 2025.06.19 11:44:18.000715 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.000873 [ 3 ] {47644ed0-7a43-47f5-b203-f0d134d0717d} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.000913 [ 3 ] {47644ed0-7a43-47f5-b203-f0d134d0717d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.06.19 11:44:18.001099 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 121.24 MiB, peak 121.24 MiB, free memory in arenas 0.00 B, will set to 131.09 MiB (RSS), difference: 9.84 MiB 2025.06.19 11:44:18.005153 [ 3 ] {47644ed0-7a43-47f5-b203-f0d134d0717d} oximeter.measurements_i32 (e3778ae0-9b79-4958-a2b8-bc8929306c81): Loading data parts 2025.06.19 11:44:18.005316 [ 3 ] {47644ed0-7a43-47f5-b203-f0d134d0717d} oximeter.measurements_i32 (e3778ae0-9b79-4958-a2b8-bc8929306c81): There are no data parts 2025.06.19 11:44:18.007047 [ 3 ] {47644ed0-7a43-47f5-b203-f0d134d0717d} TCPHandler: Processed in 0.0063899 sec. 2025.06.19 11:44:18.007210 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.007393 [ 3 ] {c7872210-0053-4e4e-9cd9-33d5e5b5fc46} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.007451 [ 3 ] {c7872210-0053-4e4e-9cd9-33d5e5b5fc46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.06.19 11:44:18.009775 [ 3 ] {c7872210-0053-4e4e-9cd9-33d5e5b5fc46} oximeter.measurements_u32 (53dd94d7-f8cc-40d7-acf3-a5f98bed7b9e): Loading data parts 2025.06.19 11:44:18.009897 [ 3 ] {c7872210-0053-4e4e-9cd9-33d5e5b5fc46} oximeter.measurements_u32 (53dd94d7-f8cc-40d7-acf3-a5f98bed7b9e): There are no data parts 2025.06.19 11:44:18.011296 [ 3 ] {c7872210-0053-4e4e-9cd9-33d5e5b5fc46} TCPHandler: Processed in 0.004144107 sec. 2025.06.19 11:44:18.011435 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.011596 [ 3 ] {0313eef7-8e0b-4436-94c6-21edd43a7708} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.011644 [ 3 ] {0313eef7-8e0b-4436-94c6-21edd43a7708} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.06.19 11:44:18.015626 [ 3 ] {0313eef7-8e0b-4436-94c6-21edd43a7708} oximeter.measurements_i64 (5d6de1b1-92d0-4c18-82e7-d60d0440b8e4): Loading data parts 2025.06.19 11:44:18.015861 [ 3 ] {0313eef7-8e0b-4436-94c6-21edd43a7708} oximeter.measurements_i64 (5d6de1b1-92d0-4c18-82e7-d60d0440b8e4): There are no data parts 2025.06.19 11:44:18.017459 [ 3 ] {0313eef7-8e0b-4436-94c6-21edd43a7708} TCPHandler: Processed in 0.006071731 sec. 2025.06.19 11:44:18.017595 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.017742 [ 3 ] {894e66e3-ca29-4c87-b418-617f2382fba3} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.017791 [ 3 ] {894e66e3-ca29-4c87-b418-617f2382fba3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.06.19 11:44:18.019914 [ 3 ] {894e66e3-ca29-4c87-b418-617f2382fba3} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Loading data parts 2025.06.19 11:44:18.020067 [ 3 ] {894e66e3-ca29-4c87-b418-617f2382fba3} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): There are no data parts 2025.06.19 11:44:18.021479 [ 3 ] {894e66e3-ca29-4c87-b418-617f2382fba3} TCPHandler: Processed in 0.003931171 sec. 2025.06.19 11:44:18.021611 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.021770 [ 3 ] {f4bbd294-ffd1-45da-86d6-bdcfced882e5} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.021818 [ 3 ] {f4bbd294-ffd1-45da-86d6-bdcfced882e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.06.19 11:44:18.025712 [ 3 ] {f4bbd294-ffd1-45da-86d6-bdcfced882e5} oximeter.measurements_f32 (ddbf6172-6417-4804-a20b-a008c32fb8d1): Loading data parts 2025.06.19 11:44:18.025886 [ 3 ] {f4bbd294-ffd1-45da-86d6-bdcfced882e5} oximeter.measurements_f32 (ddbf6172-6417-4804-a20b-a008c32fb8d1): There are no data parts 2025.06.19 11:44:18.027523 [ 3 ] {f4bbd294-ffd1-45da-86d6-bdcfced882e5} TCPHandler: Processed in 0.005958918 sec. 2025.06.19 11:44:18.027652 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.027799 [ 3 ] {d3dad995-dd96-45d9-bb47-5aa147e5c9e6} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.027848 [ 3 ] {d3dad995-dd96-45d9-bb47-5aa147e5c9e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.06.19 11:44:18.029992 [ 3 ] {d3dad995-dd96-45d9-bb47-5aa147e5c9e6} oximeter.measurements_f64 (788369e4-5e27-445a-9f41-23b16ac37efc): Loading data parts 2025.06.19 11:44:18.030138 [ 3 ] {d3dad995-dd96-45d9-bb47-5aa147e5c9e6} oximeter.measurements_f64 (788369e4-5e27-445a-9f41-23b16ac37efc): There are no data parts 2025.06.19 11:44:18.031434 [ 3 ] {d3dad995-dd96-45d9-bb47-5aa147e5c9e6} TCPHandler: Processed in 0.003828378 sec. 2025.06.19 11:44:18.031562 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.031719 [ 3 ] {55546050-884b-467b-a975-00cca9abf205} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.031768 [ 3 ] {55546050-884b-467b-a975-00cca9abf205} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.06.19 11:44:18.035625 [ 3 ] {55546050-884b-467b-a975-00cca9abf205} oximeter.measurements_string (8a751786-ea82-4712-bf7d-3053d4250ffc): Loading data parts 2025.06.19 11:44:18.035837 [ 3 ] {55546050-884b-467b-a975-00cca9abf205} oximeter.measurements_string (8a751786-ea82-4712-bf7d-3053d4250ffc): There are no data parts 2025.06.19 11:44:18.037493 [ 3 ] {55546050-884b-467b-a975-00cca9abf205} TCPHandler: Processed in 0.005978109 sec. 2025.06.19 11:44:18.037628 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.037783 [ 3 ] {cd4b37ce-ddf5-4cab-bb8f-e6915f4cf72a} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.037847 [ 3 ] {cd4b37ce-ddf5-4cab-bb8f-e6915f4cf72a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.06.19 11:44:18.040452 [ 3 ] {cd4b37ce-ddf5-4cab-bb8f-e6915f4cf72a} oximeter.measurements_bytes (5e469156-9697-468c-8ce3-1c8051ca1200): Loading data parts 2025.06.19 11:44:18.040566 [ 3 ] {cd4b37ce-ddf5-4cab-bb8f-e6915f4cf72a} oximeter.measurements_bytes (5e469156-9697-468c-8ce3-1c8051ca1200): There are no data parts 2025.06.19 11:44:18.041936 [ 3 ] {cd4b37ce-ddf5-4cab-bb8f-e6915f4cf72a} TCPHandler: Processed in 0.004353203 sec. 2025.06.19 11:44:18.042068 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.042223 [ 3 ] {581289c7-1316-47ed-86a6-33a5e36982db} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.042279 [ 3 ] {581289c7-1316-47ed-86a6-33a5e36982db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.06.19 11:44:18.046175 [ 3 ] {581289c7-1316-47ed-86a6-33a5e36982db} oximeter.measurements_cumulativei64 (24d8febb-7ee8-4199-b9ce-bac49f3dc532): Loading data parts 2025.06.19 11:44:18.046325 [ 3 ] {581289c7-1316-47ed-86a6-33a5e36982db} oximeter.measurements_cumulativei64 (24d8febb-7ee8-4199-b9ce-bac49f3dc532): There are no data parts 2025.06.19 11:44:18.047700 [ 3 ] {581289c7-1316-47ed-86a6-33a5e36982db} TCPHandler: Processed in 0.00567851 sec. 2025.06.19 11:44:18.047835 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.048005 [ 3 ] {1eb69177-cb12-450b-9a72-0ffa02e03910} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.048061 [ 3 ] {1eb69177-cb12-450b-9a72-0ffa02e03910} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.06.19 11:44:18.050167 [ 3 ] {1eb69177-cb12-450b-9a72-0ffa02e03910} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Loading data parts 2025.06.19 11:44:18.050309 [ 3 ] {1eb69177-cb12-450b-9a72-0ffa02e03910} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): There are no data parts 2025.06.19 11:44:18.051552 [ 3 ] {1eb69177-cb12-450b-9a72-0ffa02e03910} TCPHandler: Processed in 0.003764106 sec. 2025.06.19 11:44:18.051682 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.051854 [ 3 ] {0ea01418-55bf-4ef2-90eb-60a09a038651} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.051904 [ 3 ] {0ea01418-55bf-4ef2-90eb-60a09a038651} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.06.19 11:44:18.055811 [ 3 ] {0ea01418-55bf-4ef2-90eb-60a09a038651} oximeter.measurements_cumulativef32 (ac054952-fb3f-4d2e-992a-f1a82e6e7ef6): Loading data parts 2025.06.19 11:44:18.055999 [ 3 ] {0ea01418-55bf-4ef2-90eb-60a09a038651} oximeter.measurements_cumulativef32 (ac054952-fb3f-4d2e-992a-f1a82e6e7ef6): There are no data parts 2025.06.19 11:44:18.057505 [ 3 ] {0ea01418-55bf-4ef2-90eb-60a09a038651} TCPHandler: Processed in 0.005869086 sec. 2025.06.19 11:44:18.057637 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.057792 [ 3 ] {d1354bd7-408d-4cfa-9763-02bdc5353971} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.057850 [ 3 ] {d1354bd7-408d-4cfa-9763-02bdc5353971} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.06.19 11:44:18.059971 [ 3 ] {d1354bd7-408d-4cfa-9763-02bdc5353971} oximeter.measurements_cumulativef64 (35a50f9a-6f61-471a-b4e0-7dc0955dab8f): Loading data parts 2025.06.19 11:44:18.060253 [ 3 ] {d1354bd7-408d-4cfa-9763-02bdc5353971} oximeter.measurements_cumulativef64 (35a50f9a-6f61-471a-b4e0-7dc0955dab8f): There are no data parts 2025.06.19 11:44:18.061513 [ 3 ] {d1354bd7-408d-4cfa-9763-02bdc5353971} TCPHandler: Processed in 0.00392189 sec. 2025.06.19 11:44:18.061643 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.061875 [ 3 ] {32b86873-be75-4476-901a-befe8b99025f} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.061946 [ 3 ] {32b86873-be75-4476-901a-befe8b99025f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.06.19 11:44:18.065967 [ 3 ] {32b86873-be75-4476-901a-befe8b99025f} oximeter.measurements_histogrami8 (a970bb19-ea6b-4f6d-b0a4-65d60ad1f801): Loading data parts 2025.06.19 11:44:18.066127 [ 3 ] {32b86873-be75-4476-901a-befe8b99025f} oximeter.measurements_histogrami8 (a970bb19-ea6b-4f6d-b0a4-65d60ad1f801): There are no data parts 2025.06.19 11:44:18.067897 [ 3 ] {32b86873-be75-4476-901a-befe8b99025f} TCPHandler: Processed in 0.006302088 sec. 2025.06.19 11:44:18.068033 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.068237 [ 3 ] {cde5e07e-7ecd-45aa-a6b6-2593656fa309} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.068303 [ 3 ] {cde5e07e-7ecd-45aa-a6b6-2593656fa309} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.06.19 11:44:18.070564 [ 3 ] {cde5e07e-7ecd-45aa-a6b6-2593656fa309} oximeter.measurements_histogramu8 (653422bf-b6fa-48dc-ac98-85e72348a5cf): Loading data parts 2025.06.19 11:44:18.070717 [ 3 ] {cde5e07e-7ecd-45aa-a6b6-2593656fa309} oximeter.measurements_histogramu8 (653422bf-b6fa-48dc-ac98-85e72348a5cf): There are no data parts 2025.06.19 11:44:18.071995 [ 3 ] {cde5e07e-7ecd-45aa-a6b6-2593656fa309} TCPHandler: Processed in 0.004008064 sec. 2025.06.19 11:44:18.072126 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.072355 [ 3 ] {012156b2-01ab-480b-b235-efc2e8c9d2c2} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.072421 [ 3 ] {012156b2-01ab-480b-b235-efc2e8c9d2c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.06.19 11:44:18.076401 [ 3 ] {012156b2-01ab-480b-b235-efc2e8c9d2c2} oximeter.measurements_histogrami16 (ec5302ed-cc44-46c8-b7e5-bd611bffeebe): Loading data parts 2025.06.19 11:44:18.076535 [ 3 ] {012156b2-01ab-480b-b235-efc2e8c9d2c2} oximeter.measurements_histogrami16 (ec5302ed-cc44-46c8-b7e5-bd611bffeebe): There are no data parts 2025.06.19 11:44:18.077962 [ 3 ] {012156b2-01ab-480b-b235-efc2e8c9d2c2} TCPHandler: Processed in 0.005881776 sec. 2025.06.19 11:44:18.078109 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.078312 [ 3 ] {659555a2-11f2-46e6-a2ad-e04c4d1dd1d3} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.078378 [ 3 ] {659555a2-11f2-46e6-a2ad-e04c4d1dd1d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.06.19 11:44:18.080647 [ 3 ] {659555a2-11f2-46e6-a2ad-e04c4d1dd1d3} oximeter.measurements_histogramu16 (69c0fb13-dc79-4b96-8382-bbf5df51031e): Loading data parts 2025.06.19 11:44:18.080788 [ 3 ] {659555a2-11f2-46e6-a2ad-e04c4d1dd1d3} oximeter.measurements_histogramu16 (69c0fb13-dc79-4b96-8382-bbf5df51031e): There are no data parts 2025.06.19 11:44:18.082058 [ 3 ] {659555a2-11f2-46e6-a2ad-e04c4d1dd1d3} TCPHandler: Processed in 0.003995203 sec. 2025.06.19 11:44:18.082187 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.082411 [ 3 ] {50ad7f11-93ca-4374-9e2c-0b1b849ac4f8} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.082476 [ 3 ] {50ad7f11-93ca-4374-9e2c-0b1b849ac4f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.06.19 11:44:18.086447 [ 3 ] {50ad7f11-93ca-4374-9e2c-0b1b849ac4f8} oximeter.measurements_histogrami32 (6629b5d9-6e4c-4cf8-a85f-6353da13d062): Loading data parts 2025.06.19 11:44:18.086582 [ 3 ] {50ad7f11-93ca-4374-9e2c-0b1b849ac4f8} oximeter.measurements_histogrami32 (6629b5d9-6e4c-4cf8-a85f-6353da13d062): There are no data parts 2025.06.19 11:44:18.087996 [ 3 ] {50ad7f11-93ca-4374-9e2c-0b1b849ac4f8} TCPHandler: Processed in 0.005855276 sec. 2025.06.19 11:44:18.088145 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.088349 [ 3 ] {92db8e40-eba0-40bb-8817-661683bca093} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.088416 [ 3 ] {92db8e40-eba0-40bb-8817-661683bca093} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.06.19 11:44:18.090665 [ 3 ] {92db8e40-eba0-40bb-8817-661683bca093} oximeter.measurements_histogramu32 (59358f65-1b87-4ed5-b61d-1dfa15845b02): Loading data parts 2025.06.19 11:44:18.090797 [ 3 ] {92db8e40-eba0-40bb-8817-661683bca093} oximeter.measurements_histogramu32 (59358f65-1b87-4ed5-b61d-1dfa15845b02): There are no data parts 2025.06.19 11:44:18.092043 [ 3 ] {92db8e40-eba0-40bb-8817-661683bca093} TCPHandler: Processed in 0.003944282 sec. 2025.06.19 11:44:18.092174 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.092392 [ 3 ] {f01301b4-18f8-446c-8576-938b3aeb965b} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.092457 [ 3 ] {f01301b4-18f8-446c-8576-938b3aeb965b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.06.19 11:44:18.095370 [ 3 ] {f01301b4-18f8-446c-8576-938b3aeb965b} oximeter.measurements_histogrami64 (476a7274-bdf7-49c9-9963-daad865706bb): Loading data parts 2025.06.19 11:44:18.095515 [ 3 ] {f01301b4-18f8-446c-8576-938b3aeb965b} oximeter.measurements_histogrami64 (476a7274-bdf7-49c9-9963-daad865706bb): There are no data parts 2025.06.19 11:44:18.097323 [ 3 ] {f01301b4-18f8-446c-8576-938b3aeb965b} TCPHandler: Processed in 0.005195537 sec. 2025.06.19 11:44:18.097481 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.097689 [ 3 ] {e353abf7-aca8-4ce2-a9a7-8ba4ab0fe7bd} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.097757 [ 3 ] {e353abf7-aca8-4ce2-a9a7-8ba4ab0fe7bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.06.19 11:44:18.099578 [ 3 ] {e353abf7-aca8-4ce2-a9a7-8ba4ab0fe7bd} oximeter.measurements_histogramu64 (186fe3f5-cb83-4046-8df5-c8c4cc7181a8): Loading data parts 2025.06.19 11:44:18.099705 [ 3 ] {e353abf7-aca8-4ce2-a9a7-8ba4ab0fe7bd} oximeter.measurements_histogramu64 (186fe3f5-cb83-4046-8df5-c8c4cc7181a8): There are no data parts 2025.06.19 11:44:18.103269 [ 3 ] {e353abf7-aca8-4ce2-a9a7-8ba4ab0fe7bd} TCPHandler: Processed in 0.005834965 sec. 2025.06.19 11:44:18.103424 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.103674 [ 3 ] {a6e9ce53-5e3d-4fea-82a8-6da5a6b689ec} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.103757 [ 3 ] {a6e9ce53-5e3d-4fea-82a8-6da5a6b689ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.06.19 11:44:18.105779 [ 3 ] {a6e9ce53-5e3d-4fea-82a8-6da5a6b689ec} oximeter.measurements_histogramf32 (aed33c4e-58d9-4c98-91d4-2427fd26d787): Loading data parts 2025.06.19 11:44:18.105903 [ 3 ] {a6e9ce53-5e3d-4fea-82a8-6da5a6b689ec} oximeter.measurements_histogramf32 (aed33c4e-58d9-4c98-91d4-2427fd26d787): There are no data parts 2025.06.19 11:44:18.109488 [ 3 ] {a6e9ce53-5e3d-4fea-82a8-6da5a6b689ec} TCPHandler: Processed in 0.006118933 sec. 2025.06.19 11:44:18.109710 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.110105 [ 3 ] {45387ba1-a2e6-49e2-b68b-360cdac200d7} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.110201 [ 3 ] {45387ba1-a2e6-49e2-b68b-360cdac200d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.06.19 11:44:18.112242 [ 3 ] {45387ba1-a2e6-49e2-b68b-360cdac200d7} oximeter.measurements_histogramf64 (ab8a5bba-3cd4-4419-85e2-915a12ae2280): Loading data parts 2025.06.19 11:44:18.112386 [ 3 ] {45387ba1-a2e6-49e2-b68b-360cdac200d7} oximeter.measurements_histogramf64 (ab8a5bba-3cd4-4419-85e2-915a12ae2280): There are no data parts 2025.06.19 11:44:18.114099 [ 3 ] {45387ba1-a2e6-49e2-b68b-360cdac200d7} TCPHandler: Processed in 0.004475057 sec. 2025.06.19 11:44:18.114242 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.114448 [ 3 ] {d4cf30f3-4089-4920-893d-ef2f46b20b14} executeQuery: (from [fd00:1122:3344:101::d]:55497) /* 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.06.19 11:44:18.114525 [ 3 ] {d4cf30f3-4089-4920-893d-ef2f46b20b14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.06.19 11:44:18.116417 [ 3 ] {d4cf30f3-4089-4920-893d-ef2f46b20b14} oximeter.fields_bool (2f6861c7-5402-4572-90da-e9483c00c2b4): Loading data parts 2025.06.19 11:44:18.116556 [ 3 ] {d4cf30f3-4089-4920-893d-ef2f46b20b14} oximeter.fields_bool (2f6861c7-5402-4572-90da-e9483c00c2b4): There are no data parts 2025.06.19 11:44:18.120098 [ 3 ] {d4cf30f3-4089-4920-893d-ef2f46b20b14} TCPHandler: Processed in 0.005912387 sec. 2025.06.19 11:44:18.120254 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.120417 [ 3 ] {c277c354-d3b5-4829-976f-ed5326e4adc9} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.120467 [ 3 ] {c277c354-d3b5-4829-976f-ed5326e4adc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.06.19 11:44:18.122424 [ 3 ] {c277c354-d3b5-4829-976f-ed5326e4adc9} oximeter.fields_i8 (24092c5a-c223-4e96-9e26-f058a0ed2f9f): Loading data parts 2025.06.19 11:44:18.122559 [ 3 ] {c277c354-d3b5-4829-976f-ed5326e4adc9} oximeter.fields_i8 (24092c5a-c223-4e96-9e26-f058a0ed2f9f): There are no data parts 2025.06.19 11:44:18.124267 [ 3 ] {c277c354-d3b5-4829-976f-ed5326e4adc9} TCPHandler: Processed in 0.004059904 sec. 2025.06.19 11:44:18.124412 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.124593 [ 3 ] {b8e6c377-081b-4404-b52e-ef75e43f92b5} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.124655 [ 3 ] {b8e6c377-081b-4404-b52e-ef75e43f92b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.06.19 11:44:18.126379 [ 3 ] {b8e6c377-081b-4404-b52e-ef75e43f92b5} oximeter.fields_u8 (67ac2b7a-0e31-49f1-9bca-aa53a3257500): Loading data parts 2025.06.19 11:44:18.126524 [ 3 ] {b8e6c377-081b-4404-b52e-ef75e43f92b5} oximeter.fields_u8 (67ac2b7a-0e31-49f1-9bca-aa53a3257500): There are no data parts 2025.06.19 11:44:18.130028 [ 3 ] {b8e6c377-081b-4404-b52e-ef75e43f92b5} TCPHandler: Processed in 0.00567082 sec. 2025.06.19 11:44:18.130214 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.130377 [ 3 ] {27e8e6a6-d731-4b53-85f8-4e5c2da5dd09} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.130427 [ 3 ] {27e8e6a6-d731-4b53-85f8-4e5c2da5dd09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.06.19 11:44:18.132268 [ 3 ] {27e8e6a6-d731-4b53-85f8-4e5c2da5dd09} oximeter.fields_i16 (6728c623-f1a3-4055-ae3b-3aa561026f3d): Loading data parts 2025.06.19 11:44:18.132391 [ 3 ] {27e8e6a6-d731-4b53-85f8-4e5c2da5dd09} oximeter.fields_i16 (6728c623-f1a3-4055-ae3b-3aa561026f3d): There are no data parts 2025.06.19 11:44:18.134051 [ 3 ] {27e8e6a6-d731-4b53-85f8-4e5c2da5dd09} TCPHandler: Processed in 0.00390937 sec. 2025.06.19 11:44:18.134174 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.134324 [ 3 ] {13bc77ab-0527-4c38-a669-135f235e7766} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.134375 [ 3 ] {13bc77ab-0527-4c38-a669-135f235e7766} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.06.19 11:44:18.136021 [ 3 ] {13bc77ab-0527-4c38-a669-135f235e7766} oximeter.fields_u16 (b3b65768-88ba-441a-aa85-c30041978bb1): Loading data parts 2025.06.19 11:44:18.136249 [ 3 ] {13bc77ab-0527-4c38-a669-135f235e7766} oximeter.fields_u16 (b3b65768-88ba-441a-aa85-c30041978bb1): There are no data parts 2025.06.19 11:44:18.139648 [ 3 ] {13bc77ab-0527-4c38-a669-135f235e7766} TCPHandler: Processed in 0.005521616 sec. 2025.06.19 11:44:18.139778 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.139940 [ 3 ] {d8a61c9c-7107-41d4-8524-8389e58dffb8} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.139990 [ 3 ] {d8a61c9c-7107-41d4-8524-8389e58dffb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.06.19 11:44:18.141852 [ 3 ] {d8a61c9c-7107-41d4-8524-8389e58dffb8} oximeter.fields_i32 (0c01a7df-9dc9-43a2-b9a0-1f684970bad2): Loading data parts 2025.06.19 11:44:18.141974 [ 3 ] {d8a61c9c-7107-41d4-8524-8389e58dffb8} oximeter.fields_i32 (0c01a7df-9dc9-43a2-b9a0-1f684970bad2): There are no data parts 2025.06.19 11:44:18.143627 [ 3 ] {d8a61c9c-7107-41d4-8524-8389e58dffb8} TCPHandler: Processed in 0.00389599 sec. 2025.06.19 11:44:18.143752 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.143900 [ 3 ] {f80fdccc-8852-43dc-ad29-067b26353f8e} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.143951 [ 3 ] {f80fdccc-8852-43dc-ad29-067b26353f8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.06.19 11:44:18.145578 [ 3 ] {f80fdccc-8852-43dc-ad29-067b26353f8e} oximeter.fields_u32 (652e144a-413a-412f-a845-e180009c271f): Loading data parts 2025.06.19 11:44:18.145721 [ 3 ] {f80fdccc-8852-43dc-ad29-067b26353f8e} oximeter.fields_u32 (652e144a-413a-412f-a845-e180009c271f): There are no data parts 2025.06.19 11:44:18.149191 [ 3 ] {f80fdccc-8852-43dc-ad29-067b26353f8e} TCPHandler: Processed in 0.005482425 sec. 2025.06.19 11:44:18.149434 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.149739 [ 3 ] {40f81953-4347-4701-9d44-a7d9c674509d} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.149834 [ 3 ] {40f81953-4347-4701-9d44-a7d9c674509d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.06.19 11:44:18.152138 [ 3 ] {40f81953-4347-4701-9d44-a7d9c674509d} oximeter.fields_i64 (7eff54b8-0e44-41f1-bae8-07eb85704f2d): Loading data parts 2025.06.19 11:44:18.152284 [ 3 ] {40f81953-4347-4701-9d44-a7d9c674509d} oximeter.fields_i64 (7eff54b8-0e44-41f1-bae8-07eb85704f2d): There are no data parts 2025.06.19 11:44:18.153992 [ 3 ] {40f81953-4347-4701-9d44-a7d9c674509d} TCPHandler: Processed in 0.004640791 sec. 2025.06.19 11:44:18.154117 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.154298 [ 3 ] {ecdcc310-b043-4b9d-820e-32a8a4903f5d} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.154361 [ 3 ] {ecdcc310-b043-4b9d-820e-32a8a4903f5d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.06.19 11:44:18.156183 [ 3 ] {ecdcc310-b043-4b9d-820e-32a8a4903f5d} oximeter.fields_u64 (4a2ef018-45df-4bca-9a71-caeec16f32c4): Loading data parts 2025.06.19 11:44:18.156328 [ 3 ] {ecdcc310-b043-4b9d-820e-32a8a4903f5d} oximeter.fields_u64 (4a2ef018-45df-4bca-9a71-caeec16f32c4): There are no data parts 2025.06.19 11:44:18.159730 [ 3 ] {ecdcc310-b043-4b9d-820e-32a8a4903f5d} TCPHandler: Processed in 0.00565879 sec. 2025.06.19 11:44:18.159878 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.160074 [ 3 ] {d75ae48e-f274-484a-89c9-00fa70b7ec3b} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.160135 [ 3 ] {d75ae48e-f274-484a-89c9-00fa70b7ec3b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.06.19 11:44:18.162021 [ 3 ] {d75ae48e-f274-484a-89c9-00fa70b7ec3b} oximeter.fields_ipaddr (7e33b425-97fc-4058-8aff-d1f1bf940a18): Loading data parts 2025.06.19 11:44:18.162228 [ 3 ] {d75ae48e-f274-484a-89c9-00fa70b7ec3b} oximeter.fields_ipaddr (7e33b425-97fc-4058-8aff-d1f1bf940a18): There are no data parts 2025.06.19 11:44:18.163907 [ 3 ] {d75ae48e-f274-484a-89c9-00fa70b7ec3b} TCPHandler: Processed in 0.004086116 sec. 2025.06.19 11:44:18.164038 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.164185 [ 3 ] {8b711fd2-e997-4e28-802c-03a76ebdeacd} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.164237 [ 3 ] {8b711fd2-e997-4e28-802c-03a76ebdeacd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.06.19 11:44:18.165886 [ 3 ] {8b711fd2-e997-4e28-802c-03a76ebdeacd} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Loading data parts 2025.06.19 11:44:18.166083 [ 3 ] {8b711fd2-e997-4e28-802c-03a76ebdeacd} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): There are no data parts 2025.06.19 11:44:18.169659 [ 3 ] {8b711fd2-e997-4e28-802c-03a76ebdeacd} TCPHandler: Processed in 0.00566476 sec. 2025.06.19 11:44:18.169895 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.170259 [ 3 ] {d29f77ac-f0c2-44d7-a532-f7136c4293d4} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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.06.19 11:44:18.170401 [ 3 ] {d29f77ac-f0c2-44d7-a532-f7136c4293d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.06.19 11:44:18.172405 [ 3 ] {d29f77ac-f0c2-44d7-a532-f7136c4293d4} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Loading data parts 2025.06.19 11:44:18.172537 [ 3 ] {d29f77ac-f0c2-44d7-a532-f7136c4293d4} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): There are no data parts 2025.06.19 11:44:18.174199 [ 3 ] {d29f77ac-f0c2-44d7-a532-f7136c4293d4} TCPHandler: Processed in 0.004402575 sec. 2025.06.19 11:44:18.174344 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.174589 [ 3 ] {ba9c9df5-4a79-417f-9bba-135418395bf3} executeQuery: (from [fd00:1122:3344:101::d]:55497) /* 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.06.19 11:44:18.174659 [ 3 ] {ba9c9df5-4a79-417f-9bba-135418395bf3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.06.19 11:44:18.176373 [ 3 ] {ba9c9df5-4a79-417f-9bba-135418395bf3} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c): Loading data parts 2025.06.19 11:44:18.176506 [ 3 ] {ba9c9df5-4a79-417f-9bba-135418395bf3} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c): There are no data parts 2025.06.19 11:44:18.180180 [ 3 ] {ba9c9df5-4a79-417f-9bba-135418395bf3} TCPHandler: Processed in 0.005880537 sec. 2025.06.19 11:44:18.180580 [ 5 ] {} TCP-Session: 4bccb4df-9e03-4183-bba7-61273d7df1c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:18.181009 [ 5 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} executeQuery: (from [fd00:1122:3344:101::d]:61227) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.06.19 11:44:18.182476 [ 5 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.06.19 11:44:18.190982 [ 260 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} oximeter.version (9fffd977-9b9c-4a68-a1f4-449b4d1aed59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:18.191026 [ 260 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.06.19 11:44:18.194987 [ 260 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:18.195308 [ 260 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} oximeter.version (9fffd977-9b9c-4a68-a1f4-449b4d1aed59): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:18.195562 [ 5 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} executeQuery: Read 1 rows, 16.00 B in 0.014769 sec., 67.70939129257228 rows/sec., 1.06 KiB/sec. 2025.06.19 11:44:18.195917 [ 5 ] {2ac8d8ab-27d2-4916-982d-8cf9834f82e9} TCPHandler: Processed in 0.015513898 sec. 2025.06.19 11:44:19.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 133.85 MiB, peak 133.85 MiB, free memory in arenas 0.00 B, will set to 138.09 MiB (RSS), difference: 4.23 MiB 2025.06.19 11:44:19.701426 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59352 2025.06.19 11:44:19.701615 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.701647 [ 262 ] {} TCP-Session: 338eb18b-2517-4a0b-8b2b-1e20ddf928bb Authenticating user 'default' from [fd00:1122:3344:101::a]:59352 2025.06.19 11:44:19.701668 [ 262 ] {} TCP-Session: 338eb18b-2517-4a0b-8b2b-1e20ddf928bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.701695 [ 262 ] {} TCP-Session: 338eb18b-2517-4a0b-8b2b-1e20ddf928bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.701770 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.19 11:44:19.701805 [ 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.06.19 11:44:19.701845 [ 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.06.19 11:44:19.702958 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53945 2025.06.19 11:44:19.703110 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42226 2025.06.19 11:44:19.703125 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61020 2025.06.19 11:44:19.703170 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.703247 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50838 2025.06.19 11:44:19.703356 [ 263 ] {} TCP-Session: f2338ecf-dd9e-4632-88a4-fcb4aa5e4ee7 Authenticating user 'default' from [fd00:1122:3344:101::a]:53945 2025.06.19 11:44:19.703383 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48517 2025.06.19 11:44:19.703398 [ 263 ] {} TCP-Session: f2338ecf-dd9e-4632-88a4-fcb4aa5e4ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.703444 [ 263 ] {} TCP-Session: f2338ecf-dd9e-4632-88a4-fcb4aa5e4ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.703541 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60361 2025.06.19 11:44:19.703624 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46749 2025.06.19 11:44:19.703755 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.703810 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.703894 [ 268 ] {} TCP-Session: ddaae1c4-d639-4fab-8837-9b6789006f95 Authenticating user 'default' from [fd00:1122:3344:101::a]:60361 2025.06.19 11:44:19.703911 [ 269 ] {} TCP-Session: 6424229e-d52c-4eaa-80f0-19bc31a49d36 Authenticating user 'default' from [fd00:1122:3344:101::a]:46749 2025.06.19 11:44:19.703922 [ 268 ] {} TCP-Session: ddaae1c4-d639-4fab-8837-9b6789006f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.703990 [ 269 ] {} TCP-Session: 6424229e-d52c-4eaa-80f0-19bc31a49d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.703994 [ 268 ] {} TCP-Session: ddaae1c4-d639-4fab-8837-9b6789006f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.704012 [ 269 ] {} TCP-Session: 6424229e-d52c-4eaa-80f0-19bc31a49d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.704839 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.704869 [ 265 ] {} TCP-Session: 7b031f56-1eed-49ee-9261-cab0bd5251e5 Authenticating user 'default' from [fd00:1122:3344:101::a]:42226 2025.06.19 11:44:19.704925 [ 265 ] {} TCP-Session: 7b031f56-1eed-49ee-9261-cab0bd5251e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.704937 [ 265 ] {} TCP-Session: 7b031f56-1eed-49ee-9261-cab0bd5251e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.705449 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.705582 [ 266 ] {} TCP-Session: 56e0450b-057b-497b-8457-2fd7f70cac78 Authenticating user 'default' from [fd00:1122:3344:101::a]:50838 2025.06.19 11:44:19.705608 [ 266 ] {} TCP-Session: 56e0450b-057b-497b-8457-2fd7f70cac78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.705623 [ 266 ] {} TCP-Session: 56e0450b-057b-497b-8457-2fd7f70cac78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.706708 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.706741 [ 264 ] {} TCP-Session: fafec78c-fa4c-4290-bfb1-99f4d6ddc3c1 Authenticating user 'default' from [fd00:1122:3344:101::a]:61020 2025.06.19 11:44:19.706757 [ 264 ] {} TCP-Session: fafec78c-fa4c-4290-bfb1-99f4d6ddc3c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.706743 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:19.706866 [ 264 ] {} TCP-Session: fafec78c-fa4c-4290-bfb1-99f4d6ddc3c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.706937 [ 267 ] {} TCP-Session: 8563b4d6-46f8-4efc-8199-7f1e6877f535 Authenticating user 'default' from [fd00:1122:3344:101::a]:48517 2025.06.19 11:44:19.706961 [ 267 ] {} TCP-Session: 8563b4d6-46f8-4efc-8199-7f1e6877f535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:19.707008 [ 267 ] {} TCP-Session: 8563b4d6-46f8-4efc-8199-7f1e6877f535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.780264 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49401 2025.06.19 11:44:20.780425 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.780642 [ 270 ] {} TCP-Session: 4e3c7ec8-94dd-49a2-a670-2ea78a0f50c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:49401 2025.06.19 11:44:20.780667 [ 270 ] {} TCP-Session: 4e3c7ec8-94dd-49a2-a670-2ea78a0f50c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.780679 [ 270 ] {} TCP-Session: 4e3c7ec8-94dd-49a2-a670-2ea78a0f50c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.780836 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.19 11:44:20.780865 [ 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.06.19 11:44:20.780986 [ 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.06.19 11:44:20.782042 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62927 2025.06.19 11:44:20.782139 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59043 2025.06.19 11:44:20.782215 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64544 2025.06.19 11:44:20.782368 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52332 2025.06.19 11:44:20.782383 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41324 2025.06.19 11:44:20.782516 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49381 2025.06.19 11:44:20.782704 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47453 2025.06.19 11:44:20.783014 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.783053 [ 271 ] {} TCP-Session: 3e225a0d-5cd4-4828-a045-0c49c9198489 Authenticating user 'default' from [fd00:1122:3344:101::b]:62927 2025.06.19 11:44:20.783209 [ 271 ] {} TCP-Session: 3e225a0d-5cd4-4828-a045-0c49c9198489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.783225 [ 271 ] {} TCP-Session: 3e225a0d-5cd4-4828-a045-0c49c9198489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.783556 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.783669 [ 272 ] {} TCP-Session: 2ab11c0e-fcca-4917-ad82-4b98cb03e7f3 Authenticating user 'default' from [fd00:1122:3344:101::b]:59043 2025.06.19 11:44:20.783753 [ 272 ] {} TCP-Session: 2ab11c0e-fcca-4917-ad82-4b98cb03e7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.783773 [ 272 ] {} TCP-Session: 2ab11c0e-fcca-4917-ad82-4b98cb03e7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.785680 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.785754 [ 276 ] {} TCP-Session: 4b28b9b5-da19-490b-902a-af793b6b6cba Authenticating user 'default' from [fd00:1122:3344:101::b]:49381 2025.06.19 11:44:20.785773 [ 276 ] {} TCP-Session: 4b28b9b5-da19-490b-902a-af793b6b6cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.785785 [ 276 ] {} TCP-Session: 4b28b9b5-da19-490b-902a-af793b6b6cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.786273 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.786315 [ 275 ] {} TCP-Session: 02ec05c3-f574-4477-99a5-80a5ad3ba0f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:41324 2025.06.19 11:44:20.786341 [ 275 ] {} TCP-Session: 02ec05c3-f574-4477-99a5-80a5ad3ba0f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.786467 [ 275 ] {} TCP-Session: 02ec05c3-f574-4477-99a5-80a5ad3ba0f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.797977 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.798027 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.798040 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.798042 [ 277 ] {} TCP-Session: 15be21c1-0fa9-480c-b21e-717c882b02f3 Authenticating user 'default' from [fd00:1122:3344:101::b]:47453 2025.06.19 11:44:20.798199 [ 273 ] {} TCP-Session: 0d13ce3c-cff3-4864-b77a-9501a39a0bae Authenticating user 'default' from [fd00:1122:3344:101::b]:64544 2025.06.19 11:44:20.798225 [ 274 ] {} TCP-Session: d3d8bc4f-e585-45cb-a753-001b219c1b5c Authenticating user 'default' from [fd00:1122:3344:101::b]:52332 2025.06.19 11:44:20.798208 [ 277 ] {} TCP-Session: 15be21c1-0fa9-480c-b21e-717c882b02f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.798403 [ 273 ] {} TCP-Session: 0d13ce3c-cff3-4864-b77a-9501a39a0bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.798438 [ 274 ] {} TCP-Session: d3d8bc4f-e585-45cb-a753-001b219c1b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.798408 [ 277 ] {} TCP-Session: 15be21c1-0fa9-480c-b21e-717c882b02f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.798523 [ 273 ] {} TCP-Session: 0d13ce3c-cff3-4864-b77a-9501a39a0bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.798546 [ 274 ] {} TCP-Session: d3d8bc4f-e585-45cb-a753-001b219c1b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.941456 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40724 2025.06.19 11:44:20.941651 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.941683 [ 278 ] {} TCP-Session: 356c7003-ba38-44a7-8bcb-5a0d60926e2f Authenticating user 'default' from [fd00:1122:3344:101::c]:40724 2025.06.19 11:44:20.941745 [ 278 ] {} TCP-Session: 356c7003-ba38-44a7-8bcb-5a0d60926e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.941758 [ 278 ] {} TCP-Session: 356c7003-ba38-44a7-8bcb-5a0d60926e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.941823 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.19 11:44:20.941863 [ 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.06.19 11:44:20.941878 [ 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.06.19 11:44:20.944287 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64757 2025.06.19 11:44:20.944363 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52667 2025.06.19 11:44:20.944450 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39772 2025.06.19 11:44:20.944518 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.944620 [ 279 ] {} TCP-Session: 786cefe0-1798-46c6-88b0-cb6965dbfb8e Authenticating user 'default' from [fd00:1122:3344:101::c]:64757 2025.06.19 11:44:20.944621 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56018 2025.06.19 11:44:20.944647 [ 279 ] {} TCP-Session: 786cefe0-1798-46c6-88b0-cb6965dbfb8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.944687 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.944710 [ 279 ] {} TCP-Session: 786cefe0-1798-46c6-88b0-cb6965dbfb8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.944752 [ 280 ] {} TCP-Session: 8cc1fe1c-6c1b-49ad-bc18-1d764b0cd2f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:52667 2025.06.19 11:44:20.944783 [ 280 ] {} TCP-Session: 8cc1fe1c-6c1b-49ad-bc18-1d764b0cd2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.944789 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58864 2025.06.19 11:44:20.944797 [ 280 ] {} TCP-Session: 8cc1fe1c-6c1b-49ad-bc18-1d764b0cd2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.944890 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.944914 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65520 2025.06.19 11:44:20.944924 [ 282 ] {} TCP-Session: 15ab7efe-943c-43ee-89f9-acaa6d8a41bd Authenticating user 'default' from [fd00:1122:3344:101::c]:56018 2025.06.19 11:44:20.944995 [ 282 ] {} TCP-Session: 15ab7efe-943c-43ee-89f9-acaa6d8a41bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.945013 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45378 2025.06.19 11:44:20.945027 [ 282 ] {} TCP-Session: 15ab7efe-943c-43ee-89f9-acaa6d8a41bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.951817 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.951854 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.951864 [ 283 ] {} TCP-Session: 625c080b-ddb5-4998-bd25-6b0c2cb78adb Authenticating user 'default' from [fd00:1122:3344:101::c]:58864 2025.06.19 11:44:20.951905 [ 285 ] {} TCP-Session: 11da230e-a0e6-418d-ad2c-f1e46c3ca41d Authenticating user 'default' from [fd00:1122:3344:101::c]:45378 2025.06.19 11:44:20.951909 [ 283 ] {} TCP-Session: 625c080b-ddb5-4998-bd25-6b0c2cb78adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.951983 [ 285 ] {} TCP-Session: 11da230e-a0e6-418d-ad2c-f1e46c3ca41d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.951989 [ 283 ] {} TCP-Session: 625c080b-ddb5-4998-bd25-6b0c2cb78adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.952009 [ 285 ] {} TCP-Session: 11da230e-a0e6-418d-ad2c-f1e46c3ca41d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.956934 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.956977 [ 284 ] {} TCP-Session: 2e548dc0-4096-4c31-a310-9f5485d04c1c Authenticating user 'default' from [fd00:1122:3344:101::c]:65520 2025.06.19 11:44:20.956975 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.19 11:44:20.957060 [ 284 ] {} TCP-Session: 2e548dc0-4096-4c31-a310-9f5485d04c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.957079 [ 284 ] {} TCP-Session: 2e548dc0-4096-4c31-a310-9f5485d04c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.957147 [ 281 ] {} TCP-Session: fe79f9a7-014f-420d-a8cd-fde9bc9955e0 Authenticating user 'default' from [fd00:1122:3344:101::c]:39772 2025.06.19 11:44:20.957171 [ 281 ] {} TCP-Session: fe79f9a7-014f-420d-a8cd-fde9bc9955e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:20.957189 [ 281 ] {} TCP-Session: fe79f9a7-014f-420d-a8cd-fde9bc9955e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.19 11:44:21.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.81 MiB, peak 138.81 MiB, free memory in arenas 0.00 B, will set to 139.83 MiB (RSS), difference: 1.02 MiB 2025.06.19 11:44:24.844351 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.06.19 11:44:24.844374 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.06.19 11:44:24.844450 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.06.19 11:44:24.844663 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.06.19 11:44:24.893541 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Loading data parts 2025.06.19 11:44:24.893752 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): There are no data parts 2025.06.19 11:44:24.897245 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Loading data parts 2025.06.19 11:44:24.897394 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): There are no data parts 2025.06.19 11:44:24.901962 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:24.902080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:24.907479 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:24.908148 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:24.908355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.06.19 11:44:24.927375 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:24.927429 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:24.934394 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:24.935635 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:24.939049 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.06.19 11:44:25.001124 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.12 MiB 2025.06.19 11:44:27.344116 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.06.19 11:44:27.344220 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.06.19 11:44:27.348586 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Loading data parts 2025.06.19 11:44:27.348778 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): There are no data parts 2025.06.19 11:44:27.357378 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:27.357414 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:27.359124 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:27.359655 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:27.360015 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.06.19 11:44:28.000210 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 158.17 MiB, free memory in arenas 0.00 B, will set to 155.14 MiB (RSS), difference: -3.02 MiB 2025.06.19 11:44:32.315840 [ 104 ] {} DNSResolver: Updating DNS cache 2025.06.19 11:44:32.316064 [ 104 ] {} DNSResolver: Updated DNS cache 2025.06.19 11:44:32.408602 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.06.19 11:44:32.409293 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:32.409336 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:32.410150 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:32.410612 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:32.410787 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.06.19 11:44:32.439257 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.06.19 11:44:32.457233 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:32.457289 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:32.464004 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:32.465240 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:32.468475 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.06.19 11:44:33.001209 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.84 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.67 MiB (RSS), difference: 1.83 MiB 2025.06.19 11:44:38.001157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.71 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 4.02 MiB 2025.06.19 11:44:39.911701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.06.19 11:44:39.912153 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:39.912259 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:39.912949 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:39.913496 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:39.913715 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.06.19 11:44:39.969286 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.06.19 11:44:39.986402 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:39.986467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:39.993247 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:39.994372 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:39.997900 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.06.19 11:44:40.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.26 MiB, peak 162.26 MiB, free memory in arenas 0.00 B, will set to 159.33 MiB (RSS), difference: 1.06 MiB 2025.06.19 11:44:43.209836 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.210160 [ 3 ] {3b5022e7-4c21-4faa-8ac7-e0306deb6878} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.212634 [ 3 ] {3b5022e7-4c21-4faa-8ac7-e0306deb6878} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.214870 [ 3 ] {3b5022e7-4c21-4faa-8ac7-e0306deb6878} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.215565 [ 3 ] {3b5022e7-4c21-4faa-8ac7-e0306deb6878} TCPHandler: Processed in 0.005892087 sec. 2025.06.19 11:44:43.221847 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.221995 [ 3 ] {b8620708-b174-40e1-8bd5-a70002af277d} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.224180 [ 3 ] {b8620708-b174-40e1-8bd5-a70002af277d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.224231 [ 3 ] {b8620708-b174-40e1-8bd5-a70002af277d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.224688 [ 3 ] {b8620708-b174-40e1-8bd5-a70002af277d} TCPHandler: Processed in 0.002905251 sec. 2025.06.19 11:44:43.224986 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.225113 [ 3 ] {47511fa1-f632-42c3-b433-56693a5f48bd} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.225410 [ 3 ] {47511fa1-f632-42c3-b433-56693a5f48bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.225456 [ 3 ] {47511fa1-f632-42c3-b433-56693a5f48bd} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.225796 [ 3 ] {47511fa1-f632-42c3-b433-56693a5f48bd} TCPHandler: Processed in 0.000860985 sec. 2025.06.19 11:44:43.226027 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.226145 [ 3 ] {af63543d-9473-4435-a752-2f4e7c8417ee} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.226386 [ 3 ] {af63543d-9473-4435-a752-2f4e7c8417ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.226431 [ 3 ] {af63543d-9473-4435-a752-2f4e7c8417ee} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.226749 [ 3 ] {af63543d-9473-4435-a752-2f4e7c8417ee} TCPHandler: Processed in 0.000771102 sec. 2025.06.19 11:44:43.226953 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.227069 [ 3 ] {a68f7c89-5bf5-4f93-ac73-a8df028db94d} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.227303 [ 3 ] {a68f7c89-5bf5-4f93-ac73-a8df028db94d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.227346 [ 3 ] {a68f7c89-5bf5-4f93-ac73-a8df028db94d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.227661 [ 3 ] {a68f7c89-5bf5-4f93-ac73-a8df028db94d} TCPHandler: Processed in 0.000754571 sec. 2025.06.19 11:44:43.227881 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.227995 [ 3 ] {e5b4808b-f7dd-4ad9-a8f3-50cb46c23c52} executeQuery: (from [fd00:1122:3344:101::d]:55497) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.228228 [ 3 ] {e5b4808b-f7dd-4ad9-a8f3-50cb46c23c52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.228271 [ 3 ] {e5b4808b-f7dd-4ad9-a8f3-50cb46c23c52} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.228578 [ 3 ] {e5b4808b-f7dd-4ad9-a8f3-50cb46c23c52} TCPHandler: Processed in 0.000754681 sec. 2025.06.19 11:44:43.228769 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.228882 [ 3 ] {987ecfd8-0e41-417d-8f7b-d6a701f07595} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.229116 [ 3 ] {987ecfd8-0e41-417d-8f7b-d6a701f07595} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.229158 [ 3 ] {987ecfd8-0e41-417d-8f7b-d6a701f07595} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.229459 [ 3 ] {987ecfd8-0e41-417d-8f7b-d6a701f07595} TCPHandler: Processed in 0.00073759 sec. 2025.06.19 11:44:43.229655 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.229760 [ 3 ] {0caccbfa-f390-4ac8-b157-94d3a4b40813} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.229979 [ 3 ] {0caccbfa-f390-4ac8-b157-94d3a4b40813} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.230021 [ 3 ] {0caccbfa-f390-4ac8-b157-94d3a4b40813} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.230314 [ 3 ] {0caccbfa-f390-4ac8-b157-94d3a4b40813} TCPHandler: Processed in 0.000750051 sec. 2025.06.19 11:44:43.230562 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.230676 [ 3 ] {524df5c3-e9c9-4290-9478-82b8ae91332c} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.230914 [ 3 ] {524df5c3-e9c9-4290-9478-82b8ae91332c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.230956 [ 3 ] {524df5c3-e9c9-4290-9478-82b8ae91332c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.231311 [ 3 ] {524df5c3-e9c9-4290-9478-82b8ae91332c} TCPHandler: Processed in 0.000795203 sec. 2025.06.19 11:44:43.231529 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.231645 [ 3 ] {0949ed6d-ab69-422c-9131-a8fcfaaf8582} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.231886 [ 3 ] {0949ed6d-ab69-422c-9131-a8fcfaaf8582} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.231929 [ 3 ] {0949ed6d-ab69-422c-9131-a8fcfaaf8582} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.232257 [ 3 ] {0949ed6d-ab69-422c-9131-a8fcfaaf8582} TCPHandler: Processed in 0.000774212 sec. 2025.06.19 11:44:43.232479 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.232595 [ 3 ] {baf992ca-a6c0-495d-b998-4d1e6836bce8} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.232836 [ 3 ] {baf992ca-a6c0-495d-b998-4d1e6836bce8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.232878 [ 3 ] {baf992ca-a6c0-495d-b998-4d1e6836bce8} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.233204 [ 3 ] {baf992ca-a6c0-495d-b998-4d1e6836bce8} TCPHandler: Processed in 0.000773362 sec. 2025.06.19 11:44:43.233398 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.233513 [ 3 ] {ce7f6139-0585-449f-8041-14875a8ba00c} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.233774 [ 3 ] {ce7f6139-0585-449f-8041-14875a8ba00c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.233827 [ 3 ] {ce7f6139-0585-449f-8041-14875a8ba00c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.234277 [ 3 ] {ce7f6139-0585-449f-8041-14875a8ba00c} TCPHandler: Processed in 0.000926846 sec. 2025.06.19 11:44:43.234653 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.234794 [ 3 ] {3971abd2-26e9-42e9-a0cc-3e064bb2790b} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.235111 [ 3 ] {3971abd2-26e9-42e9-a0cc-3e064bb2790b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.235161 [ 3 ] {3971abd2-26e9-42e9-a0cc-3e064bb2790b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.235586 [ 3 ] {3971abd2-26e9-42e9-a0cc-3e064bb2790b} TCPHandler: Processed in 0.000990428 sec. 2025.06.19 11:44:43.236132 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.236279 [ 3 ] {f2412be9-d3f1-4083-8a3a-4c1dee649a12} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.236553 [ 3 ] {f2412be9-d3f1-4083-8a3a-4c1dee649a12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.236599 [ 3 ] {f2412be9-d3f1-4083-8a3a-4c1dee649a12} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.236964 [ 3 ] {f2412be9-d3f1-4083-8a3a-4c1dee649a12} TCPHandler: Processed in 0.000893505 sec. 2025.06.19 11:44:43.237205 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.237329 [ 3 ] {291f8d47-0a0e-4e1a-beba-57a008e04030} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.237600 [ 3 ] {291f8d47-0a0e-4e1a-beba-57a008e04030} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.237652 [ 3 ] {291f8d47-0a0e-4e1a-beba-57a008e04030} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.238095 [ 3 ] {291f8d47-0a0e-4e1a-beba-57a008e04030} TCPHandler: Processed in 0.000938586 sec. 2025.06.19 11:44:43.238362 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.238488 [ 3 ] {69fdb9d1-42b8-4312-89f0-cc9ae2616fb9} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.238754 [ 3 ] {69fdb9d1-42b8-4312-89f0-cc9ae2616fb9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.238797 [ 3 ] {69fdb9d1-42b8-4312-89f0-cc9ae2616fb9} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.239141 [ 3 ] {69fdb9d1-42b8-4312-89f0-cc9ae2616fb9} TCPHandler: Processed in 0.000835854 sec. 2025.06.19 11:44:43.239351 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.239472 [ 3 ] {a2e21e3f-6d0b-46db-8f5f-9a05541d0db8} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.239732 [ 3 ] {a2e21e3f-6d0b-46db-8f5f-9a05541d0db8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.239775 [ 3 ] {a2e21e3f-6d0b-46db-8f5f-9a05541d0db8} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.240158 [ 3 ] {a2e21e3f-6d0b-46db-8f5f-9a05541d0db8} TCPHandler: Processed in 0.000854994 sec. 2025.06.19 11:44:43.240372 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.240494 [ 3 ] {857aaf1d-becd-4050-a036-df4bea4b233e} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:43.240777 [ 3 ] {857aaf1d-becd-4050-a036-df4bea4b233e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.240820 [ 3 ] {857aaf1d-becd-4050-a036-df4bea4b233e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:43.241140 [ 3 ] {857aaf1d-becd-4050-a036-df4bea4b233e} TCPHandler: Processed in 0.000815023 sec. 2025.06.19 11:44:43.246162 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.246273 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.19 11:44:43.246314 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:43.246934 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:43.246982 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:43.247638 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:43.248024 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:43.248181 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} executeQuery: Read 18 rows, 2.52 KiB in 0.001939 sec., 9283.13563692625 rows/sec., 1.27 MiB/sec. 2025.06.19 11:44:43.248221 [ 3 ] {69af1cbe-a74f-4df6-9625-9dfb4f7a5e44} TCPHandler: Processed in 0.002110139 sec. 2025.06.19 11:44:43.248350 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.248448 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.19 11:44:43.248489 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.19 11:44:43.251169 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:43.251205 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:43.251705 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:43.252204 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:43.252346 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} executeQuery: Read 30 rows, 2.34 KiB in 0.003919 sec., 7655.014034192396 rows/sec., 598.05 KiB/sec. 2025.06.19 11:44:43.252383 [ 3 ] {899d8bd3-30b8-446d-abc2-40d5ae1e0ac7} TCPHandler: Processed in 0.004083086 sec. 2025.06.19 11:44:43.252547 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.252654 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.19 11:44:43.252696 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.19 11:44:43.253141 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:43.253178 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:43.253597 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:43.254031 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:43.254164 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} executeQuery: Read 36 rows, 2.88 KiB in 0.001532 sec., 23498.69451697128 rows/sec., 1.84 MiB/sec. 2025.06.19 11:44:43.254206 [ 3 ] {de24aa1b-7503-4441-8434-fee728db7b1b} TCPHandler: Processed in 0.001718748 sec. 2025.06.19 11:44:43.254322 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.254417 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.19 11:44:43.254461 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.19 11:44:43.254931 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:43.254964 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:43.255459 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:43.255980 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:43.256112 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} executeQuery: Read 110 rows, 7.86 KiB in 0.001715 sec., 64139.9416909621 rows/sec., 4.48 MiB/sec. 2025.06.19 11:44:43.256149 [ 3 ] {13457782-15e0-4321-8cd8-23bf8c10e784} TCPHandler: Processed in 0.001876123 sec. 2025.06.19 11:44:43.256263 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:43.256358 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.19 11:44:43.256407 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.19 11:44:43.256764 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:43.256801 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:43.257326 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:43.257819 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:43.257950 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} executeQuery: Read 40 rows, 2.73 KiB in 0.001612 sec., 24813.89578163772 rows/sec., 1.66 MiB/sec. 2025.06.19 11:44:43.257987 [ 3 ] {dc12562c-a45f-4539-9119-81cf6ebed0ba} TCPHandler: Processed in 0.00177355 sec. 2025.06.19 11:44:47.316103 [ 84 ] {} DNSResolver: Updating DNS cache 2025.06.19 11:44:47.316162 [ 84 ] {} DNSResolver: Updated DNS cache 2025.06.19 11:44:47.360346 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 2025.06.19 11:44:47.363454 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:47.363511 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:47.364830 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:47.365304 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:47.365601 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2025.06.19 11:44:47.413771 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.06.19 11:44:47.414257 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:47.414298 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:47.415057 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.19 11:44:47.415524 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:47.415659 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.06.19 11:44:47.497944 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.06.19 11:44:47.514983 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:47.515043 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:47.521594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.19 11:44:47.522758 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:47.526019 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.06.19 11:44:48.210862 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.211087 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} executeQuery: (from [fd00:1122:3344:101::d]:55497) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.19 11:44:48.213409 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.19 11:44:48.213481 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.19 11:44:48.213720 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:48.213898 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.19 11:44:48.214165 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.06.19 11:44:48.214299 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.19 11:44:48.214345 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.06.19 11:44:48.214360 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.19 11:44:48.214464 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.19 11:44:48.214486 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.19 11:44:48.227873 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} executeQuery: Read 18 rows, 754.00 B in 0.016875 sec., 1066.6666666666665 rows/sec., 43.63 KiB/sec. 2025.06.19 11:44:48.227994 [ 3 ] {ce7aa5d9-e6b0-43ac-88a9-c8ad8660f07b} TCPHandler: Processed in 0.017263518 sec. 2025.06.19 11:44:48.228793 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.228909 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.19 11:44:48.228958 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.19 11:44:48.229511 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.229559 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.230102 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:48.230470 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} oximeter.timeseries_schema (913e267c-e7a3-4b8d-922b-82861206046c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.230625 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} executeQuery: Read 1 rows, 153.00 B in 0.001751 sec., 571.1022272986864 rows/sec., 85.33 KiB/sec. 2025.06.19 11:44:48.230665 [ 3 ] {995b697d-3e5e-4397-9dd2-4c79c459c80f} TCPHandler: Processed in 0.001930184 sec. 2025.06.19 11:44:48.230782 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.230882 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.19 11:44:48.230924 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.19 11:44:48.231364 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.231402 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.231854 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:48.232271 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.232400 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} executeQuery: Read 46 rows, 3.93 KiB in 0.00154 sec., 29870.129870129873 rows/sec., 2.49 MiB/sec. 2025.06.19 11:44:48.232438 [ 3 ] {9f706353-9000-4a1f-b890-96edcee448d6} TCPHandler: Processed in 0.001705948 sec. 2025.06.19 11:44:48.232559 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.232680 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.19 11:44:48.232731 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.19 11:44:48.233202 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} oximeter.fields_u16 (b3b65768-88ba-441a-aa85-c30041978bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.233246 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.233779 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:48.234313 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} oximeter.fields_u16 (b3b65768-88ba-441a-aa85-c30041978bb1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.234448 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} executeQuery: Read 8 rows, 616.00 B in 0.001793 sec., 4461.795872838818 rows/sec., 335.51 KiB/sec. 2025.06.19 11:44:48.234487 [ 3 ] {c1d00e17-2c76-46c5-aefa-a034031c6a0a} TCPHandler: Processed in 0.001989536 sec. 2025.06.19 11:44:48.234604 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.234707 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.19 11:44:48.234757 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.19 11:44:48.235200 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.235236 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.235674 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:48.236154 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.236283 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} executeQuery: Read 44 rows, 3.52 KiB in 0.001601 sec., 27482.823235477827 rows/sec., 2.15 MiB/sec. 2025.06.19 11:44:48.236319 [ 3 ] {b2c6959e-aef9-41e1-bac6-6c6cafb4b555} TCPHandler: Processed in 0.00176566 sec. 2025.06.19 11:44:48.236430 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.236526 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.19 11:44:48.236569 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.19 11:44:48.236950 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.236986 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.237442 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:48.237981 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.238110 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} executeQuery: Read 110 rows, 7.86 KiB in 0.001603 sec., 68621.33499688085 rows/sec., 4.79 MiB/sec. 2025.06.19 11:44:48.238146 [ 3 ] {0d23abf3-9535-4a25-a5fb-9b6228d73290} TCPHandler: Processed in 0.001765839 sec. 2025.06.19 11:44:48.238314 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.238409 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.19 11:44:48.238463 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} 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.06.19 11:44:48.239199 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} oximeter.measurements_histogramu64 (186fe3f5-cb83-4046-8df5-c8c4cc7181a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.239236 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.240479 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.19 11:44:48.240969 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} oximeter.measurements_histogramu64 (186fe3f5-cb83-4046-8df5-c8c4cc7181a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.241112 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} executeQuery: Read 8 rows, 14.68 KiB in 0.002721 sec., 2940.095553105476 rows/sec., 5.27 MiB/sec. 2025.06.19 11:44:48.241172 [ 3 ] {784cd8d4-9ffc-4099-836c-8642fc7be809} TCPHandler: Processed in 0.002907642 sec. 2025.06.19 11:44:48.241287 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:48.241383 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.19 11:44:48.241430 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.19 11:44:48.241761 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:48.241798 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:48.242207 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:48.242639 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:48.242772 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} executeQuery: Read 40 rows, 2.73 KiB in 0.001407 sec., 28429.282160625444 rows/sec., 1.90 MiB/sec. 2025.06.19 11:44:48.242807 [ 3 ] {96663525-c42c-45b6-a3e7-284d0938d425} TCPHandler: Processed in 0.001569714 sec. 2025.06.19 11:44:53.211186 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:53.211401 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.19 11:44:53.211474 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.19 11:44:53.212191 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:53.212229 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:53.212727 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:53.213186 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:53.213334 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} executeQuery: Read 30 rows, 2.34 KiB in 0.00199 sec., 15075.37688442211 rows/sec., 1.15 MiB/sec. 2025.06.19 11:44:53.213373 [ 3 ] {b50325e1-49fb-48e5-87bf-861800b76f49} TCPHandler: Processed in 0.002320726 sec. 2025.06.19 11:44:53.213504 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:53.213602 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.19 11:44:53.213642 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.19 11:44:53.214061 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:53.214097 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:53.214495 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:53.214967 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:53.215094 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} executeQuery: Read 36 rows, 2.88 KiB in 0.001511 sec., 23825.28127068167 rows/sec., 1.86 MiB/sec. 2025.06.19 11:44:53.215130 [ 3 ] {bf607124-3772-437b-bb53-5a52731604b8} TCPHandler: Processed in 0.001674688 sec. 2025.06.19 11:44:53.215247 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:53.215345 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.19 11:44:53.215388 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.19 11:44:53.215766 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:53.215802 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:53.216225 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:53.216656 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:53.216783 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} executeQuery: Read 110 rows, 7.86 KiB in 0.001456 sec., 75549.45054945054 rows/sec., 5.27 MiB/sec. 2025.06.19 11:44:53.216817 [ 3 ] {427238e8-52dd-4ef4-b8e3-967058384064} TCPHandler: Processed in 0.001620086 sec. 2025.06.19 11:44:53.216930 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:53.217023 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.19 11:44:53.217063 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.19 11:44:53.217379 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:53.217415 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:53.217809 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:53.218303 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:53.218429 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} executeQuery: Read 40 rows, 2.73 KiB in 0.001425 sec., 28070.17543859649 rows/sec., 1.87 MiB/sec. 2025.06.19 11:44:53.218462 [ 3 ] {94a8802c-cdab-4c60-a5a9-194876ca8541} TCPHandler: Processed in 0.001580695 sec. 2025.06.19 11:44:54.916681 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.06.19 11:44:54.917134 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:54.917174 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:54.917758 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.19 11:44:54.918256 [ 244 ] {} system.asynchronous_metric_log (7c90211b-ec52-4c05-8cfb-855aa586c2e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:54.918404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.06.19 11:44:55.027027 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.06.19 11:44:55.044299 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:55.044366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:55.051028 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.19 11:44:55.052157 [ 243 ] {} system.metric_log (9d6f15e2-fe6e-4d00-ab78-3fd112dfd5ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:55.055478 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.06.19 11:44:57.366741 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 158 2025.06.19 11:44:57.368753 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:57.368805 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:57.370107 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.19 11:44:57.370570 [ 242 ] {} system.query_log (ec0b29fa-e938-4e7b-98a6-2b70b205a5ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:57.370881 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2025.06.19 11:44:58.213388 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:58.213579 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.19 11:44:58.213651 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.19 11:44:58.214287 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:58.214327 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:58.214848 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.19 11:44:58.215401 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} oximeter.fields_string (a9900207-8602-4dc5-a0a3-07e55ee81fe7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:58.215551 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} executeQuery: Read 72 rows, 5.99 KiB in 0.002027 sec., 35520.47360631475 rows/sec., 2.89 MiB/sec. 2025.06.19 11:44:58.215595 [ 3 ] {cdc2b210-d329-45e9-a44f-b2f98a21a052} TCPHandler: Processed in 0.002335266 sec. 2025.06.19 11:44:58.215720 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:58.215819 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.19 11:44:58.215862 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.19 11:44:58.216268 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} oximeter.fields_u16 (b3b65768-88ba-441a-aa85-c30041978bb1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:58.216302 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:58.216705 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:58.217135 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} oximeter.fields_u16 (b3b65768-88ba-441a-aa85-c30041978bb1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:58.217266 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} executeQuery: Read 8 rows, 616.00 B in 0.001469 sec., 5445.881552076242 rows/sec., 409.50 KiB/sec. 2025.06.19 11:44:58.217302 [ 3 ] {08abd709-f6cf-4995-bf72-94bb548a7348} TCPHandler: Processed in 0.001634207 sec. 2025.06.19 11:44:58.217412 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:58.217505 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.19 11:44:58.217545 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.19 11:44:58.217960 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:58.217993 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:58.218398 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.19 11:44:58.218819 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} oximeter.fields_uuid (697a5c08-bc76-484c-a22e-62b4ad5096f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:58.218945 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} executeQuery: Read 72 rows, 5.76 KiB in 0.001457 sec., 49416.609471516815 rows/sec., 3.86 MiB/sec. 2025.06.19 11:44:58.218980 [ 3 ] {62addfd2-e904-40b6-8885-55c78c4830e5} TCPHandler: Processed in 0.001617986 sec. 2025.06.19 11:44:58.219090 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:58.219183 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.19 11:44:58.219226 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.19 11:44:58.219703 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:58.219747 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:58.220278 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.19 11:44:58.220763 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} oximeter.measurements_cumulativeu64 (35fd0e33-e836-4832-b762-350b43f8f814): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:58.220900 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001735 sec., 92219.02017291066 rows/sec., 6.42 MiB/sec. 2025.06.19 11:44:58.220935 [ 3 ] {d800f00a-7b8c-463b-b4c1-9600b896e5a6} TCPHandler: Processed in 0.001893753 sec. 2025.06.19 11:44:58.221047 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:58.221140 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.19 11:44:58.221194 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} 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.06.19 11:44:58.221910 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} oximeter.measurements_histogramu64 (186fe3f5-cb83-4046-8df5-c8c4cc7181a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:58.221945 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:58.222576 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.19 11:44:58.223061 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} oximeter.measurements_histogramu64 (186fe3f5-cb83-4046-8df5-c8c4cc7181a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:58.223199 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} executeQuery: Read 8 rows, 14.68 KiB in 0.002077 sec., 3851.7091959557056 rows/sec., 6.90 MiB/sec. 2025.06.19 11:44:58.223249 [ 3 ] {418955c8-a991-4264-a925-da85cfb07dd4} TCPHandler: Processed in 0.002250213 sec. 2025.06.19 11:44:58.223364 [ 3 ] {} TCP-Session: 7aec32a1-44af-402c-bd55-b26bb23edfa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.19 11:44:58.223456 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} executeQuery: (from [fd00:1122:3344:101::d]:55497) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.19 11:44:58.223497 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.19 11:44:58.223824 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.19 11:44:58.223857 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.19 11:44:58.224255 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.19 11:44:58.224685 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} oximeter.measurements_u64 (95e0e59a-795d-4249-8cb5-5aa75224d2c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.19 11:44:58.224810 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. 2025.06.19 11:44:58.224845 [ 3 ] {c5b8b07c-2463-4240-95bd-eeeccab4cd1a} TCPHandler: Processed in 0.001529044 sec.