[ Jul 23 10:13:55 Enabled. ] [ Jul 23 10:13:55 Rereading configuration. ] [ Jul 23 10:13:56 Rereading configuration. ] [ Jul 23 10:13:58 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 [ Jul 23 10:13:58 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.07.23 10:13:59.668141 [ 1 ] {} Application: Will watch for the process with pid 24482 2025.07.23 10:13:59.668529 [ 1 ] {} Application: Forked a child process to watch 2025.07.23 10:13:59.852237 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24482 2025.07.23 10:13:59.852948 [ 1 ] {} Application: starting up 2025.07.23 10:13:59.853090 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.07.23 10:13:59.957904 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.07.23 10:14:00.040720 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.07.23 10:14:00.040772 [ 1 ] {} Application: Initializing DateLUT. 2025.07.23 10:14:00.040790 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.07.23 10:14:00.040851 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.07.23 10:14:00.041223 [ 1 ] {} Application: Initializing interserver credentials. 2025.07.23 10:14:00.043429 [ 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.07.23 10:14:00.044198 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.23 10:14:00.045053 [ 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.07.23 10:14:00.045080 [ 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.07.23 10:14:00.045093 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.07.23 10:14:00.045817 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.23 10:14:00.046794 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.07.23 10:14:00.052401 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.23 10:14:00.053123 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.23 10:14:00.054483 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.23 10:14:00.054547 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.23 10:14:00.055545 [ 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.07.23 10:14:00.055931 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.23 10:14:00.059920 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.23 10:14:00.060257 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.07.23 10:14:00.063466 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.07.23 10:14:00.063885 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.07.23 10:14:00.064242 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.07.23 10:14:00.064638 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.07.23 10:14:00.065925 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.07.23 10:14:00.065950 [ 1 ] {} Application: Loading metadata from /data/ 2025.07.23 10:14:00.066055 [ 96 ] {} DNSResolver: Updating DNS cache 2025.07.23 10:14:00.066148 [ 96 ] {} DNSResolver: Updated DNS cache 2025.07.23 10:14:00.092436 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.07.23 10:14:00.092462 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000149833 sec 2025.07.23 10:14:00.092488 [ 1 ] {} ReferentialDeps: No tables 2025.07.23 10:14:00.092501 [ 1 ] {} LoadingDeps: No tables 2025.07.23 10:14:00.093202 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.07.23 10:14:00.093819 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.07.23 10:14:00.101762 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.07.23 10:14:00.101803 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.07.23 10:14:00.101828 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.07.23 10:14:00.101840 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.07.23 10:14:00.101873 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.07.23 10:14:00.101892 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.07.23 10:14:00.104440 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.07.23 10:14:00.104482 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.07.23 10:14:00.104507 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.07.23 10:14:00.104639 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.07.23 10:14:00.104680 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.07.23 10:14:00.104692 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.07.23 10:14:00.104714 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.07.23 10:14:00.104726 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.07.23 10:14:00.104755 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.07.23 10:14:00.104775 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.07.23 10:14:00.127058 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.07.23 10:14:00.133682 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.07.23 10:14:00.133755 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000107542 sec 2025.07.23 10:14:00.133777 [ 1 ] {} ReferentialDeps: No tables 2025.07.23 10:14:00.133796 [ 1 ] {} LoadingDeps: No tables 2025.07.23 10:14:00.133834 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.07.23 10:14:00.134132 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.07.23 10:14:00.134216 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.07.23 10:14:00.134238 [ 1 ] {} Application: Loaded metadata. 2025.07.23 10:14:00.134256 [ 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.07.23 10:14:00.134274 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.07.23 10:14:00.169828 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.23 10:14:00.170048 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.68 MiB (RSS), difference: 91.90 MiB 2025.07.23 10:14:00.171613 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.384e-05 sec. 2025.07.23 10:14:00.171966 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.07.23 10:14:00.172697 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.07.23 10:14:00.172712 [ 1 ] {} Application: Ready for connections. 2025.07.23 10:14:00.400239 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38459 2025.07.23 10:14:00.401146 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.401205 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Authenticating user 'default' from [fd00:1122:3344:101::d]:38459 2025.07.23 10:14:00.401233 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.401375 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.401467 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.23 10:14:00.401496 [ 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.07.23 10:14:00.401581 [ 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.07.23 10:14:00.404393 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33278 2025.07.23 10:14:00.405208 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44676 2025.07.23 10:14:00.405221 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.405285 [ 4 ] {} TCP-Session: 21108b10-4eba-42ae-8ed4-1ffb69513b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:33278 2025.07.23 10:14:00.405404 [ 4 ] {} TCP-Session: 21108b10-4eba-42ae-8ed4-1ffb69513b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.405410 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59348 2025.07.23 10:14:00.405418 [ 4 ] {} TCP-Session: 21108b10-4eba-42ae-8ed4-1ffb69513b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.405427 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50883 2025.07.23 10:14:00.405497 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39184 2025.07.23 10:14:00.405582 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33573 2025.07.23 10:14:00.405662 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60349 2025.07.23 10:14:00.406101 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41348 2025.07.23 10:14:00.406144 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406193 [ 257 ] {} TCP-Session: f6c0f514-0517-4454-b32f-278d6cc8a94d Authenticating user 'default' from [fd00:1122:3344:101::d]:33573 2025.07.23 10:14:00.406197 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406215 [ 257 ] {} TCP-Session: f6c0f514-0517-4454-b32f-278d6cc8a94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406283 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406340 [ 257 ] {} TCP-Session: f6c0f514-0517-4454-b32f-278d6cc8a94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406378 [ 253 ] {} TCP-Session: 27927c92-68d7-4abd-805f-bf2f935d199d Authenticating user 'default' from [fd00:1122:3344:101::d]:44676 2025.07.23 10:14:00.406391 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406391 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406394 [ 255 ] {} TCP-Session: 4ec6f856-6b95-4269-9b37-3d37bfca8e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:59348 2025.07.23 10:14:00.406439 [ 5 ] {} TCP-Session: 22fb610f-cc32-41ca-817b-d2619a3d9b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:50883 2025.07.23 10:14:00.406481 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406457 [ 256 ] {} TCP-Session: 9db47b3e-aa77-4c32-9095-4c96523ff723 Authenticating user 'default' from [fd00:1122:3344:101::d]:39184 2025.07.23 10:14:00.406593 [ 258 ] {} TCP-Session: 64a1cb1a-c3f7-45d0-a6e6-58868bd8d85c Authenticating user 'default' from [fd00:1122:3344:101::d]:60349 2025.07.23 10:14:00.406577 [ 5 ] {} TCP-Session: 22fb610f-cc32-41ca-817b-d2619a3d9b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406558 [ 255 ] {} TCP-Session: 4ec6f856-6b95-4269-9b37-3d37bfca8e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406678 [ 258 ] {} TCP-Session: 64a1cb1a-c3f7-45d0-a6e6-58868bd8d85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406661 [ 5 ] {} TCP-Session: 22fb610f-cc32-41ca-817b-d2619a3d9b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406655 [ 256 ] {} TCP-Session: 9db47b3e-aa77-4c32-9095-4c96523ff723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406758 [ 258 ] {} TCP-Session: 64a1cb1a-c3f7-45d0-a6e6-58868bd8d85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406732 [ 255 ] {} TCP-Session: 4ec6f856-6b95-4269-9b37-3d37bfca8e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406540 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:00.406814 [ 256 ] {} TCP-Session: 9db47b3e-aa77-4c32-9095-4c96523ff723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406446 [ 253 ] {} TCP-Session: 27927c92-68d7-4abd-805f-bf2f935d199d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.406934 [ 259 ] {} TCP-Session: 1713de58-4d2b-4b03-96fb-f9b92611bb3d Authenticating user 'default' from [fd00:1122:3344:101::d]:41348 2025.07.23 10:14:00.406940 [ 253 ] {} TCP-Session: 27927c92-68d7-4abd-805f-bf2f935d199d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.407036 [ 259 ] {} TCP-Session: 1713de58-4d2b-4b03-96fb-f9b92611bb3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.407055 [ 259 ] {} TCP-Session: 1713de58-4d2b-4b03-96fb-f9b92611bb3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:00.417454 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.420162 [ 3 ] {4804c7f7-5d90-4f4b-ac77-a93aba9da8ad} executeQuery: (from [fd00:1122:3344:101::d]:38459) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.23 10:14:00.512936 [ 3 ] {4804c7f7-5d90-4f4b-ac77-a93aba9da8ad} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38459) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.23 10:14:00.513863 [ 3 ] {4804c7f7-5d90-4f4b-ac77-a93aba9da8ad} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.23 10:14:00.514084 [ 3 ] {4804c7f7-5d90-4f4b-ac77-a93aba9da8ad} TCPHandler: Processed in 0.098690383 sec. 2025.07.23 10:14:00.514687 [ 5 ] {} TCP-Session: 22fb610f-cc32-41ca-817b-d2619a3d9b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.514979 [ 5 ] {62cc9467-5099-4d34-b856-8972395a8b3d} executeQuery: (from [fd00:1122:3344:101::d]:50883) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.23 10:14:00.515499 [ 5 ] {62cc9467-5099-4d34-b856-8972395a8b3d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50883) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.23 10:14:00.515803 [ 5 ] {62cc9467-5099-4d34-b856-8972395a8b3d} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.23 10:14:00.516014 [ 5 ] {62cc9467-5099-4d34-b856-8972395a8b3d} TCPHandler: Processed in 0.001603093 sec. 2025.07.23 10:14:00.516307 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.517055 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} executeQuery: (from [fd00:1122:3344:101::d]:38459) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.07.23 10:14:00.517151 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.07.23 10:14:00.533396 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.07.23 10:14:00.533415 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1501e-05 sec 2025.07.23 10:14:00.533427 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} ReferentialDeps: No tables 2025.07.23 10:14:00.533471 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} LoadingDeps: No tables 2025.07.23 10:14:00.533521 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} DatabaseAtomic (oximeter): Starting up tables. 2025.07.23 10:14:00.534171 [ 3 ] {af16ca82-8395-40e3-bb67-6ca6d457abef} TCPHandler: Processed in 0.017975088 sec. 2025.07.23 10:14:00.534306 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.534528 [ 3 ] {316ec8d3-e7c1-42cb-9112-894e1f06ba70} executeQuery: (from [fd00:1122:3344:101::d]:38459) /* 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.07.23 10:14:00.534580 [ 3 ] {316ec8d3-e7c1-42cb-9112-894e1f06ba70} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.07.23 10:14:00.539523 [ 3 ] {316ec8d3-e7c1-42cb-9112-894e1f06ba70} StoragePolicy (default): Storage policy default created, total volumes 1 2025.07.23 10:14:00.550491 [ 3 ] {316ec8d3-e7c1-42cb-9112-894e1f06ba70} oximeter.version (2b32a57c-240e-4f75-961b-95e595a40121): Loading data parts 2025.07.23 10:14:00.551520 [ 3 ] {316ec8d3-e7c1-42cb-9112-894e1f06ba70} oximeter.version (2b32a57c-240e-4f75-961b-95e595a40121): There are no data parts 2025.07.23 10:14:00.556867 [ 3 ] {316ec8d3-e7c1-42cb-9112-894e1f06ba70} TCPHandler: Processed in 0.022608224 sec. 2025.07.23 10:14:00.557028 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.557206 [ 3 ] {d06aa476-77e3-4736-8df0-afe53a73020a} executeQuery: (from [fd00:1122:3344:101::d]:38459) /* 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.07.23 10:14:00.557336 [ 3 ] {d06aa476-77e3-4736-8df0-afe53a73020a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.07.23 10:14:00.570256 [ 3 ] {d06aa476-77e3-4736-8df0-afe53a73020a} oximeter.measurements_bool (b213507e-977a-4fe3-a9d2-9ae7872fd04e): Loading data parts 2025.07.23 10:14:00.570522 [ 3 ] {d06aa476-77e3-4736-8df0-afe53a73020a} oximeter.measurements_bool (b213507e-977a-4fe3-a9d2-9ae7872fd04e): There are no data parts 2025.07.23 10:14:00.581239 [ 3 ] {d06aa476-77e3-4736-8df0-afe53a73020a} TCPHandler: Processed in 0.024259097 sec. 2025.07.23 10:14:00.581405 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.581673 [ 3 ] {dfa11aed-3c27-46c1-af80-e8745e3fd955} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.581799 [ 3 ] {dfa11aed-3c27-46c1-af80-e8745e3fd955} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.07.23 10:14:00.587168 [ 3 ] {dfa11aed-3c27-46c1-af80-e8745e3fd955} oximeter.measurements_i8 (0a62af5f-8f68-4b9d-b827-5051299d197d): Loading data parts 2025.07.23 10:14:00.587339 [ 3 ] {dfa11aed-3c27-46c1-af80-e8745e3fd955} oximeter.measurements_i8 (0a62af5f-8f68-4b9d-b827-5051299d197d): There are no data parts 2025.07.23 10:14:00.633601 [ 3 ] {dfa11aed-3c27-46c1-af80-e8745e3fd955} TCPHandler: Processed in 0.052249831 sec. 2025.07.23 10:14:00.633809 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.633996 [ 3 ] {636def6b-ae24-44cb-97d0-0c0a9865fde4} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.634133 [ 3 ] {636def6b-ae24-44cb-97d0-0c0a9865fde4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.07.23 10:14:00.651527 [ 3 ] {636def6b-ae24-44cb-97d0-0c0a9865fde4} oximeter.measurements_u8 (10fb6322-a33c-42eb-aae3-13a75b903d8f): Loading data parts 2025.07.23 10:14:00.651784 [ 3 ] {636def6b-ae24-44cb-97d0-0c0a9865fde4} oximeter.measurements_u8 (10fb6322-a33c-42eb-aae3-13a75b903d8f): There are no data parts 2025.07.23 10:14:00.654318 [ 3 ] {636def6b-ae24-44cb-97d0-0c0a9865fde4} TCPHandler: Processed in 0.020567232 sec. 2025.07.23 10:14:00.654462 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.654696 [ 3 ] {af2b5434-6bbe-45be-a9ab-46e2ab7cf5b7} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.654740 [ 3 ] {af2b5434-6bbe-45be-a9ab-46e2ab7cf5b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.07.23 10:14:00.658677 [ 3 ] {af2b5434-6bbe-45be-a9ab-46e2ab7cf5b7} oximeter.measurements_i16 (91cb5694-4edd-47e5-ace4-e57cf40d8a3e): Loading data parts 2025.07.23 10:14:00.658826 [ 3 ] {af2b5434-6bbe-45be-a9ab-46e2ab7cf5b7} oximeter.measurements_i16 (91cb5694-4edd-47e5-ace4-e57cf40d8a3e): There are no data parts 2025.07.23 10:14:00.683396 [ 3 ] {af2b5434-6bbe-45be-a9ab-46e2ab7cf5b7} TCPHandler: Processed in 0.028981164 sec. 2025.07.23 10:14:00.683619 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.683785 [ 3 ] {0281dc09-c750-494c-ad11-b7263f1b9cad} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.683910 [ 3 ] {0281dc09-c750-494c-ad11-b7263f1b9cad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.07.23 10:14:00.702771 [ 3 ] {0281dc09-c750-494c-ad11-b7263f1b9cad} oximeter.measurements_u16 (2b6eb56d-1b68-4663-8bba-f3c4d7e51936): Loading data parts 2025.07.23 10:14:00.703230 [ 3 ] {0281dc09-c750-494c-ad11-b7263f1b9cad} oximeter.measurements_u16 (2b6eb56d-1b68-4663-8bba-f3c4d7e51936): There are no data parts 2025.07.23 10:14:00.708506 [ 3 ] {0281dc09-c750-494c-ad11-b7263f1b9cad} TCPHandler: Processed in 0.024939361 sec. 2025.07.23 10:14:00.708677 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.708968 [ 3 ] {af279ca9-0ebc-4757-a54e-41225b0d1441} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.709013 [ 3 ] {af279ca9-0ebc-4757-a54e-41225b0d1441} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.07.23 10:14:00.719008 [ 3 ] {af279ca9-0ebc-4757-a54e-41225b0d1441} oximeter.measurements_i32 (c97b18b7-9d82-4db7-b641-fb9fc437ad2e): Loading data parts 2025.07.23 10:14:00.719216 [ 3 ] {af279ca9-0ebc-4757-a54e-41225b0d1441} oximeter.measurements_i32 (c97b18b7-9d82-4db7-b641-fb9fc437ad2e): There are no data parts 2025.07.23 10:14:00.725175 [ 3 ] {af279ca9-0ebc-4757-a54e-41225b0d1441} TCPHandler: Processed in 0.016557209 sec. 2025.07.23 10:14:00.725742 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.725907 [ 3 ] {831af34a-5eaa-4012-b19c-ffa33191a5f7} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.726222 [ 3 ] {831af34a-5eaa-4012-b19c-ffa33191a5f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.07.23 10:14:00.739369 [ 3 ] {831af34a-5eaa-4012-b19c-ffa33191a5f7} oximeter.measurements_u32 (7b69ec5e-4a25-48d5-923c-3d38b5e92bbf): Loading data parts 2025.07.23 10:14:00.739532 [ 3 ] {831af34a-5eaa-4012-b19c-ffa33191a5f7} oximeter.measurements_u32 (7b69ec5e-4a25-48d5-923c-3d38b5e92bbf): There are no data parts 2025.07.23 10:14:00.743384 [ 3 ] {831af34a-5eaa-4012-b19c-ffa33191a5f7} TCPHandler: Processed in 0.017688882 sec. 2025.07.23 10:14:00.743553 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.743763 [ 3 ] {f1cf6bb1-406d-4eb9-b698-381fadaa8c5c} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.743815 [ 3 ] {f1cf6bb1-406d-4eb9-b698-381fadaa8c5c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.07.23 10:14:00.752917 [ 3 ] {f1cf6bb1-406d-4eb9-b698-381fadaa8c5c} oximeter.measurements_i64 (5dcb67f5-ff1c-4bf9-bc14-240770b8d774): Loading data parts 2025.07.23 10:14:00.753064 [ 3 ] {f1cf6bb1-406d-4eb9-b698-381fadaa8c5c} oximeter.measurements_i64 (5dcb67f5-ff1c-4bf9-bc14-240770b8d774): There are no data parts 2025.07.23 10:14:00.767142 [ 3 ] {f1cf6bb1-406d-4eb9-b698-381fadaa8c5c} TCPHandler: Processed in 0.023646005 sec. 2025.07.23 10:14:00.767320 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.767493 [ 3 ] {3ea6c5cc-e2b3-4e25-8b60-48957d77d915} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.767556 [ 3 ] {3ea6c5cc-e2b3-4e25-8b60-48957d77d915} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.07.23 10:14:00.780140 [ 3 ] {3ea6c5cc-e2b3-4e25-8b60-48957d77d915} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Loading data parts 2025.07.23 10:14:00.780324 [ 3 ] {3ea6c5cc-e2b3-4e25-8b60-48957d77d915} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): There are no data parts 2025.07.23 10:14:00.785323 [ 3 ] {3ea6c5cc-e2b3-4e25-8b60-48957d77d915} TCPHandler: Processed in 0.01805712 sec. 2025.07.23 10:14:00.785511 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.785711 [ 3 ] {330d1caa-2cda-4963-a618-5fb2bfed854a} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.785783 [ 3 ] {330d1caa-2cda-4963-a618-5fb2bfed854a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.07.23 10:14:00.795481 [ 3 ] {330d1caa-2cda-4963-a618-5fb2bfed854a} oximeter.measurements_f32 (91f539cc-9720-4424-958f-0c2d2f1b1714): Loading data parts 2025.07.23 10:14:00.795654 [ 3 ] {330d1caa-2cda-4963-a618-5fb2bfed854a} oximeter.measurements_f32 (91f539cc-9720-4424-958f-0c2d2f1b1714): There are no data parts 2025.07.23 10:14:00.800760 [ 3 ] {330d1caa-2cda-4963-a618-5fb2bfed854a} TCPHandler: Processed in 0.015320354 sec. 2025.07.23 10:14:00.800928 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.801153 [ 3 ] {18213798-4ddb-4570-8bd9-553c570ff153} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.801230 [ 3 ] {18213798-4ddb-4570-8bd9-553c570ff153} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.07.23 10:14:00.826879 [ 3 ] {18213798-4ddb-4570-8bd9-553c570ff153} oximeter.measurements_f64 (39bcd840-a5e7-42e1-9a60-b4e2d1fc1f2e): Loading data parts 2025.07.23 10:14:00.827056 [ 3 ] {18213798-4ddb-4570-8bd9-553c570ff153} oximeter.measurements_f64 (39bcd840-a5e7-42e1-9a60-b4e2d1fc1f2e): There are no data parts 2025.07.23 10:14:00.840091 [ 3 ] {18213798-4ddb-4570-8bd9-553c570ff153} TCPHandler: Processed in 0.039221555 sec. 2025.07.23 10:14:00.840235 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.840389 [ 3 ] {1c855f3d-4ccc-44b0-92b1-16ff08e38df8} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.840449 [ 3 ] {1c855f3d-4ccc-44b0-92b1-16ff08e38df8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.07.23 10:14:00.850834 [ 3 ] {1c855f3d-4ccc-44b0-92b1-16ff08e38df8} oximeter.measurements_string (0b768426-2ccd-4c23-9f85-9d35c5792ad5): Loading data parts 2025.07.23 10:14:00.850994 [ 3 ] {1c855f3d-4ccc-44b0-92b1-16ff08e38df8} oximeter.measurements_string (0b768426-2ccd-4c23-9f85-9d35c5792ad5): There are no data parts 2025.07.23 10:14:00.864856 [ 3 ] {1c855f3d-4ccc-44b0-92b1-16ff08e38df8} TCPHandler: Processed in 0.024669135 sec. 2025.07.23 10:14:00.865026 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.865244 [ 3 ] {7e96ee56-ce65-43d1-957c-08214c157d91} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.865324 [ 3 ] {7e96ee56-ce65-43d1-957c-08214c157d91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.07.23 10:14:00.879682 [ 3 ] {7e96ee56-ce65-43d1-957c-08214c157d91} oximeter.measurements_bytes (037726ea-eacd-4e33-8e45-7262dbf88ea6): Loading data parts 2025.07.23 10:14:00.879854 [ 3 ] {7e96ee56-ce65-43d1-957c-08214c157d91} oximeter.measurements_bytes (037726ea-eacd-4e33-8e45-7262dbf88ea6): There are no data parts 2025.07.23 10:14:00.884849 [ 3 ] {7e96ee56-ce65-43d1-957c-08214c157d91} TCPHandler: Processed in 0.019923418 sec. 2025.07.23 10:14:00.885005 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.885254 [ 3 ] {7761072e-fffa-48d4-a5da-9d3b8ce919d9} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.885332 [ 3 ] {7761072e-fffa-48d4-a5da-9d3b8ce919d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.07.23 10:14:00.894861 [ 3 ] {7761072e-fffa-48d4-a5da-9d3b8ce919d9} oximeter.measurements_cumulativei64 (d181bc8a-bd72-4c72-9961-b7f81e8bab8f): Loading data parts 2025.07.23 10:14:00.895046 [ 3 ] {7761072e-fffa-48d4-a5da-9d3b8ce919d9} oximeter.measurements_cumulativei64 (d181bc8a-bd72-4c72-9961-b7f81e8bab8f): There are no data parts 2025.07.23 10:14:00.900325 [ 3 ] {7761072e-fffa-48d4-a5da-9d3b8ce919d9} TCPHandler: Processed in 0.015314044 sec. 2025.07.23 10:14:00.900470 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.900653 [ 3 ] {2450db93-e465-4b0a-8d4a-ad7cd321de2e} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.900704 [ 3 ] {2450db93-e465-4b0a-8d4a-ad7cd321de2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:00.913630 [ 3 ] {2450db93-e465-4b0a-8d4a-ad7cd321de2e} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Loading data parts 2025.07.23 10:14:00.913776 [ 3 ] {2450db93-e465-4b0a-8d4a-ad7cd321de2e} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): There are no data parts 2025.07.23 10:14:00.919531 [ 3 ] {2450db93-e465-4b0a-8d4a-ad7cd321de2e} TCPHandler: Processed in 0.019107942 sec. 2025.07.23 10:14:00.919701 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.919875 [ 3 ] {312c91e6-267d-4e62-a580-4e10dfa7f985} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.919943 [ 3 ] {312c91e6-267d-4e62-a580-4e10dfa7f985} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.07.23 10:14:00.921927 [ 3 ] {312c91e6-267d-4e62-a580-4e10dfa7f985} oximeter.measurements_cumulativef32 (76aeb9dc-79dd-4815-a9a7-78de31346fc3): Loading data parts 2025.07.23 10:14:00.922094 [ 3 ] {312c91e6-267d-4e62-a580-4e10dfa7f985} oximeter.measurements_cumulativef32 (76aeb9dc-79dd-4815-a9a7-78de31346fc3): There are no data parts 2025.07.23 10:14:00.929717 [ 3 ] {312c91e6-267d-4e62-a580-4e10dfa7f985} TCPHandler: Processed in 0.010069887 sec. 2025.07.23 10:14:00.929875 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.930160 [ 3 ] {d07f7c95-57f0-48a2-b4b5-2e0b5698804a} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.930298 [ 3 ] {d07f7c95-57f0-48a2-b4b5-2e0b5698804a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.07.23 10:14:00.932636 [ 3 ] {d07f7c95-57f0-48a2-b4b5-2e0b5698804a} oximeter.measurements_cumulativef64 (8152efc3-eaca-4eb2-b5bf-bf243cf8c405): Loading data parts 2025.07.23 10:14:00.932770 [ 3 ] {d07f7c95-57f0-48a2-b4b5-2e0b5698804a} oximeter.measurements_cumulativef64 (8152efc3-eaca-4eb2-b5bf-bf243cf8c405): There are no data parts 2025.07.23 10:14:00.937458 [ 3 ] {d07f7c95-57f0-48a2-b4b5-2e0b5698804a} TCPHandler: Processed in 0.007641236 sec. 2025.07.23 10:14:00.937599 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.937822 [ 3 ] {369dbc68-fbe1-41ea-9ebe-c9f2dcbb0fbc} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.937968 [ 3 ] {369dbc68-fbe1-41ea-9ebe-c9f2dcbb0fbc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.07.23 10:14:00.949117 [ 3 ] {369dbc68-fbe1-41ea-9ebe-c9f2dcbb0fbc} oximeter.measurements_histogrami8 (52bf6bd8-6d9e-45d4-9c85-a9388deea232): Loading data parts 2025.07.23 10:14:00.949341 [ 3 ] {369dbc68-fbe1-41ea-9ebe-c9f2dcbb0fbc} oximeter.measurements_histogrami8 (52bf6bd8-6d9e-45d4-9c85-a9388deea232): There are no data parts 2025.07.23 10:14:00.951548 [ 3 ] {369dbc68-fbe1-41ea-9ebe-c9f2dcbb0fbc} TCPHandler: Processed in 0.014024288 sec. 2025.07.23 10:14:00.951701 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.952071 [ 3 ] {d156cc0b-9366-45bf-a3b0-46efaeeda9d3} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.952286 [ 3 ] {d156cc0b-9366-45bf-a3b0-46efaeeda9d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.07.23 10:14:00.956215 [ 3 ] {d156cc0b-9366-45bf-a3b0-46efaeeda9d3} oximeter.measurements_histogramu8 (84ed21f0-7244-4c27-9627-407fec1ef146): Loading data parts 2025.07.23 10:14:00.956372 [ 3 ] {d156cc0b-9366-45bf-a3b0-46efaeeda9d3} oximeter.measurements_histogramu8 (84ed21f0-7244-4c27-9627-407fec1ef146): There are no data parts 2025.07.23 10:14:00.964540 [ 3 ] {d156cc0b-9366-45bf-a3b0-46efaeeda9d3} TCPHandler: Processed in 0.012864604 sec. 2025.07.23 10:14:00.964691 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.964909 [ 3 ] {51b82692-6c16-4d08-a4af-82e625708ada} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.965125 [ 3 ] {51b82692-6c16-4d08-a4af-82e625708ada} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.07.23 10:14:00.970909 [ 3 ] {51b82692-6c16-4d08-a4af-82e625708ada} oximeter.measurements_histogrami16 (f19213f4-c218-4044-ba33-50feb544ade9): Loading data parts 2025.07.23 10:14:00.971251 [ 3 ] {51b82692-6c16-4d08-a4af-82e625708ada} oximeter.measurements_histogrami16 (f19213f4-c218-4044-ba33-50feb544ade9): There are no data parts 2025.07.23 10:14:00.981682 [ 3 ] {51b82692-6c16-4d08-a4af-82e625708ada} TCPHandler: Processed in 0.017042249 sec. 2025.07.23 10:14:00.981854 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.982164 [ 3 ] {f58c4172-0633-458b-a801-31a5391acf84} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.982307 [ 3 ] {f58c4172-0633-458b-a801-31a5391acf84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.07.23 10:14:00.993263 [ 3 ] {f58c4172-0633-458b-a801-31a5391acf84} oximeter.measurements_histogramu16 (30354fc5-e5ff-484c-afc6-35e938854ffb): Loading data parts 2025.07.23 10:14:00.993426 [ 3 ] {f58c4172-0633-458b-a801-31a5391acf84} oximeter.measurements_histogramu16 (30354fc5-e5ff-484c-afc6-35e938854ffb): There are no data parts 2025.07.23 10:14:00.999434 [ 3 ] {f58c4172-0633-458b-a801-31a5391acf84} TCPHandler: Processed in 0.017628211 sec. 2025.07.23 10:14:00.999590 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:00.999803 [ 3 ] {bebe9f1d-3644-48da-82d0-0daa9c98da2d} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:00.999955 [ 3 ] {bebe9f1d-3644-48da-82d0-0daa9c98da2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.07.23 10:14:01.000258 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 122.50 MiB, peak 122.50 MiB, free memory in arenas 0.00 B, will set to 132.57 MiB (RSS), difference: 10.07 MiB 2025.07.23 10:14:01.010514 [ 3 ] {bebe9f1d-3644-48da-82d0-0daa9c98da2d} oximeter.measurements_histogrami32 (77da44c2-8481-4e56-9967-67cf2ff7ba1d): Loading data parts 2025.07.23 10:14:01.010689 [ 3 ] {bebe9f1d-3644-48da-82d0-0daa9c98da2d} oximeter.measurements_histogrami32 (77da44c2-8481-4e56-9967-67cf2ff7ba1d): There are no data parts 2025.07.23 10:14:01.015979 [ 3 ] {bebe9f1d-3644-48da-82d0-0daa9c98da2d} TCPHandler: Processed in 0.016497339 sec. 2025.07.23 10:14:01.016292 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.016514 [ 3 ] {79254103-1737-47a4-8b7b-1e30dd867a54} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.016663 [ 3 ] {79254103-1737-47a4-8b7b-1e30dd867a54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.07.23 10:14:01.024512 [ 3 ] {79254103-1737-47a4-8b7b-1e30dd867a54} oximeter.measurements_histogramu32 (4439b464-6437-47f2-b6f3-11229ee407b5): Loading data parts 2025.07.23 10:14:01.024703 [ 3 ] {79254103-1737-47a4-8b7b-1e30dd867a54} oximeter.measurements_histogramu32 (4439b464-6437-47f2-b6f3-11229ee407b5): There are no data parts 2025.07.23 10:14:01.026915 [ 3 ] {79254103-1737-47a4-8b7b-1e30dd867a54} TCPHandler: Processed in 0.010676979 sec. 2025.07.23 10:14:01.027093 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.027439 [ 3 ] {55142358-5aca-4eff-95a4-da5ecdcdfa02} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.027584 [ 3 ] {55142358-5aca-4eff-95a4-da5ecdcdfa02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.07.23 10:14:01.040958 [ 3 ] {55142358-5aca-4eff-95a4-da5ecdcdfa02} oximeter.measurements_histogrami64 (a3fc920a-d3a1-4f4d-88fc-683ac7e26a00): Loading data parts 2025.07.23 10:14:01.041131 [ 3 ] {55142358-5aca-4eff-95a4-da5ecdcdfa02} oximeter.measurements_histogrami64 (a3fc920a-d3a1-4f4d-88fc-683ac7e26a00): There are no data parts 2025.07.23 10:14:01.046640 [ 3 ] {55142358-5aca-4eff-95a4-da5ecdcdfa02} TCPHandler: Processed in 0.019612712 sec. 2025.07.23 10:14:01.046935 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.047153 [ 3 ] {8d3e13ff-3c2d-4594-aac3-6128c076a2ef} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.047301 [ 3 ] {8d3e13ff-3c2d-4594-aac3-6128c076a2ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.07.23 10:14:01.056102 [ 3 ] {8d3e13ff-3c2d-4594-aac3-6128c076a2ef} oximeter.measurements_histogramu64 (a6a39ff6-7988-46cb-a4bd-576e3dd9bbe4): Loading data parts 2025.07.23 10:14:01.056250 [ 3 ] {8d3e13ff-3c2d-4594-aac3-6128c076a2ef} oximeter.measurements_histogramu64 (a6a39ff6-7988-46cb-a4bd-576e3dd9bbe4): There are no data parts 2025.07.23 10:14:01.070499 [ 3 ] {8d3e13ff-3c2d-4594-aac3-6128c076a2ef} TCPHandler: Processed in 0.023610524 sec. 2025.07.23 10:14:01.070655 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.070869 [ 3 ] {fde76081-5564-4e99-ba0d-774d54596c96} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.071007 [ 3 ] {fde76081-5564-4e99-ba0d-774d54596c96} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.07.23 10:14:01.084750 [ 3 ] {fde76081-5564-4e99-ba0d-774d54596c96} oximeter.measurements_histogramf32 (f985b249-08fe-4858-bc4b-7fda3ef3e5eb): Loading data parts 2025.07.23 10:14:01.084904 [ 3 ] {fde76081-5564-4e99-ba0d-774d54596c96} oximeter.measurements_histogramf32 (f985b249-08fe-4858-bc4b-7fda3ef3e5eb): There are no data parts 2025.07.23 10:14:01.100910 [ 3 ] {fde76081-5564-4e99-ba0d-774d54596c96} TCPHandler: Processed in 0.030350772 sec. 2025.07.23 10:14:01.101265 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.101498 [ 3 ] {8bb0b1cf-b5e1-4006-a10d-90a025895083} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.101641 [ 3 ] {8bb0b1cf-b5e1-4006-a10d-90a025895083} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.07.23 10:14:01.113902 [ 3 ] {8bb0b1cf-b5e1-4006-a10d-90a025895083} oximeter.measurements_histogramf64 (e1ce0aa8-b714-4c68-b3c1-07589eaaebdb): Loading data parts 2025.07.23 10:14:01.114079 [ 3 ] {8bb0b1cf-b5e1-4006-a10d-90a025895083} oximeter.measurements_histogramf64 (e1ce0aa8-b714-4c68-b3c1-07589eaaebdb): There are no data parts 2025.07.23 10:14:01.116012 [ 3 ] {8bb0b1cf-b5e1-4006-a10d-90a025895083} TCPHandler: Processed in 0.014798134 sec. 2025.07.23 10:14:01.116158 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.116343 [ 3 ] {7231c0e7-10b3-4865-8569-28e5b9b3e0c5} executeQuery: (from [fd00:1122:3344:101::d]:38459) /* 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.07.23 10:14:01.116477 [ 3 ] {7231c0e7-10b3-4865-8569-28e5b9b3e0c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.07.23 10:14:01.120251 [ 3 ] {7231c0e7-10b3-4865-8569-28e5b9b3e0c5} oximeter.fields_bool (79a9e012-e4e3-4bae-9dbb-ccb1073bf14a): Loading data parts 2025.07.23 10:14:01.120558 [ 3 ] {7231c0e7-10b3-4865-8569-28e5b9b3e0c5} oximeter.fields_bool (79a9e012-e4e3-4bae-9dbb-ccb1073bf14a): There are no data parts 2025.07.23 10:14:01.130580 [ 3 ] {7231c0e7-10b3-4865-8569-28e5b9b3e0c5} TCPHandler: Processed in 0.014469916 sec. 2025.07.23 10:14:01.130719 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.130945 [ 3 ] {cb7b6678-1d1b-4098-a870-eddf4897d105} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.131079 [ 3 ] {cb7b6678-1d1b-4098-a870-eddf4897d105} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.07.23 10:14:01.142490 [ 3 ] {cb7b6678-1d1b-4098-a870-eddf4897d105} oximeter.fields_i8 (7de3c068-e275-4e39-a129-5c75413320c9): Loading data parts 2025.07.23 10:14:01.142637 [ 3 ] {cb7b6678-1d1b-4098-a870-eddf4897d105} oximeter.fields_i8 (7de3c068-e275-4e39-a129-5c75413320c9): There are no data parts 2025.07.23 10:14:01.148763 [ 3 ] {cb7b6678-1d1b-4098-a870-eddf4897d105} TCPHandler: Processed in 0.018091231 sec. 2025.07.23 10:14:01.148921 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.149079 [ 3 ] {55406de3-5946-4547-9959-d6e069de6e9e} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.149264 [ 3 ] {55406de3-5946-4547-9959-d6e069de6e9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.07.23 10:14:01.158710 [ 3 ] {55406de3-5946-4547-9959-d6e069de6e9e} oximeter.fields_u8 (8c9e4f1d-b7c8-45c7-9f85-022079bdf500): Loading data parts 2025.07.23 10:14:01.158960 [ 3 ] {55406de3-5946-4547-9959-d6e069de6e9e} oximeter.fields_u8 (8c9e4f1d-b7c8-45c7-9f85-022079bdf500): There are no data parts 2025.07.23 10:14:01.164158 [ 3 ] {55406de3-5946-4547-9959-d6e069de6e9e} TCPHandler: Processed in 0.015284783 sec. 2025.07.23 10:14:01.164318 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.164608 [ 3 ] {0a189437-feb1-41e1-802d-38aef766936e} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.164745 [ 3 ] {0a189437-feb1-41e1-802d-38aef766936e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.07.23 10:14:01.166899 [ 3 ] {0a189437-feb1-41e1-802d-38aef766936e} oximeter.fields_i16 (b40d6af4-5e5c-4f4a-8258-19d9d0f9169f): Loading data parts 2025.07.23 10:14:01.167034 [ 3 ] {0a189437-feb1-41e1-802d-38aef766936e} oximeter.fields_i16 (b40d6af4-5e5c-4f4a-8258-19d9d0f9169f): There are no data parts 2025.07.23 10:14:01.172410 [ 3 ] {0a189437-feb1-41e1-802d-38aef766936e} TCPHandler: Processed in 0.008151197 sec. 2025.07.23 10:14:01.172571 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.172760 [ 3 ] {0748f081-3402-427e-b050-206e8197cb47} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.172879 [ 3 ] {0748f081-3402-427e-b050-206e8197cb47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.07.23 10:14:01.174939 [ 3 ] {0748f081-3402-427e-b050-206e8197cb47} oximeter.fields_u16 (3a11f8ab-f8ec-40ac-bc56-2d742c12732d): Loading data parts 2025.07.23 10:14:01.175165 [ 3 ] {0748f081-3402-427e-b050-206e8197cb47} oximeter.fields_u16 (3a11f8ab-f8ec-40ac-bc56-2d742c12732d): There are no data parts 2025.07.23 10:14:01.179736 [ 3 ] {0748f081-3402-427e-b050-206e8197cb47} TCPHandler: Processed in 0.007224469 sec. 2025.07.23 10:14:01.179874 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.180121 [ 3 ] {575a753b-7f73-42c9-b927-dee5df49cbac} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.180251 [ 3 ] {575a753b-7f73-42c9-b927-dee5df49cbac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.07.23 10:14:01.190494 [ 3 ] {575a753b-7f73-42c9-b927-dee5df49cbac} oximeter.fields_i32 (df8b4afd-684d-467a-b334-f6adc1b03bb4): Loading data parts 2025.07.23 10:14:01.190673 [ 3 ] {575a753b-7f73-42c9-b927-dee5df49cbac} oximeter.fields_i32 (df8b4afd-684d-467a-b334-f6adc1b03bb4): There are no data parts 2025.07.23 10:14:01.202298 [ 3 ] {575a753b-7f73-42c9-b927-dee5df49cbac} TCPHandler: Processed in 0.022468361 sec. 2025.07.23 10:14:01.202540 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.202825 [ 3 ] {5a7a9cec-4972-4613-b1bb-b36c84950fa3} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.202981 [ 3 ] {5a7a9cec-4972-4613-b1bb-b36c84950fa3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.07.23 10:14:01.207405 [ 3 ] {5a7a9cec-4972-4613-b1bb-b36c84950fa3} oximeter.fields_u32 (61e59cf8-aaff-4e77-a952-09bec51c22ed): Loading data parts 2025.07.23 10:14:01.207666 [ 3 ] {5a7a9cec-4972-4613-b1bb-b36c84950fa3} oximeter.fields_u32 (61e59cf8-aaff-4e77-a952-09bec51c22ed): There are no data parts 2025.07.23 10:14:01.222720 [ 3 ] {5a7a9cec-4972-4613-b1bb-b36c84950fa3} TCPHandler: Processed in 0.020269356 sec. 2025.07.23 10:14:01.222878 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.223139 [ 3 ] {080e654a-b446-42c8-8b7b-debb85dc5eb4} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.223267 [ 3 ] {080e654a-b446-42c8-8b7b-debb85dc5eb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.07.23 10:14:01.236197 [ 3 ] {080e654a-b446-42c8-8b7b-debb85dc5eb4} oximeter.fields_i64 (648611d2-30f2-4944-9336-609f0722677e): Loading data parts 2025.07.23 10:14:01.236349 [ 3 ] {080e654a-b446-42c8-8b7b-debb85dc5eb4} oximeter.fields_i64 (648611d2-30f2-4944-9336-609f0722677e): There are no data parts 2025.07.23 10:14:01.250837 [ 3 ] {080e654a-b446-42c8-8b7b-debb85dc5eb4} TCPHandler: Processed in 0.028017165 sec. 2025.07.23 10:14:01.250988 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.251144 [ 3 ] {97fabbe6-7e10-4934-8d50-6b1ba7cf5cd2} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.251288 [ 3 ] {97fabbe6-7e10-4934-8d50-6b1ba7cf5cd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.07.23 10:14:01.268225 [ 3 ] {97fabbe6-7e10-4934-8d50-6b1ba7cf5cd2} oximeter.fields_u64 (d7cdf8ce-1650-434d-a7ef-d4d0b77c5250): Loading data parts 2025.07.23 10:14:01.268632 [ 3 ] {97fabbe6-7e10-4934-8d50-6b1ba7cf5cd2} oximeter.fields_u64 (d7cdf8ce-1650-434d-a7ef-d4d0b77c5250): There are no data parts 2025.07.23 10:14:01.280726 [ 3 ] {97fabbe6-7e10-4934-8d50-6b1ba7cf5cd2} TCPHandler: Processed in 0.02978366 sec. 2025.07.23 10:14:01.280879 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.281112 [ 3 ] {a52bd4bf-28ca-4c14-ade7-42bba990c5d1} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.281266 [ 3 ] {a52bd4bf-28ca-4c14-ade7-42bba990c5d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.07.23 10:14:01.293730 [ 3 ] {a52bd4bf-28ca-4c14-ade7-42bba990c5d1} oximeter.fields_ipaddr (1ffe6f8b-d1d1-4586-8d2f-a5642fffa0d5): Loading data parts 2025.07.23 10:14:01.293878 [ 3 ] {a52bd4bf-28ca-4c14-ade7-42bba990c5d1} oximeter.fields_ipaddr (1ffe6f8b-d1d1-4586-8d2f-a5642fffa0d5): There are no data parts 2025.07.23 10:14:01.295774 [ 3 ] {a52bd4bf-28ca-4c14-ade7-42bba990c5d1} TCPHandler: Processed in 0.014943996 sec. 2025.07.23 10:14:01.295919 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.296072 [ 3 ] {3c561362-09ed-4e7d-9d46-8a556150e147} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.296212 [ 3 ] {3c561362-09ed-4e7d-9d46-8a556150e147} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.07.23 10:14:01.311016 [ 3 ] {3c561362-09ed-4e7d-9d46-8a556150e147} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Loading data parts 2025.07.23 10:14:01.311316 [ 3 ] {3c561362-09ed-4e7d-9d46-8a556150e147} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): There are no data parts 2025.07.23 10:14:01.324650 [ 3 ] {3c561362-09ed-4e7d-9d46-8a556150e147} TCPHandler: Processed in 0.02877783 sec. 2025.07.23 10:14:01.324796 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.325124 [ 3 ] {8eb63df8-7c2f-4c96-849a-44babd5a7367} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:01.325278 [ 3 ] {8eb63df8-7c2f-4c96-849a-44babd5a7367} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.07.23 10:14:01.340080 [ 3 ] {8eb63df8-7c2f-4c96-849a-44babd5a7367} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Loading data parts 2025.07.23 10:14:01.340321 [ 3 ] {8eb63df8-7c2f-4c96-849a-44babd5a7367} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): There are no data parts 2025.07.23 10:14:01.345752 [ 3 ] {8eb63df8-7c2f-4c96-849a-44babd5a7367} TCPHandler: Processed in 0.021002651 sec. 2025.07.23 10:14:01.345963 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.346216 [ 3 ] {9d517435-4a03-4829-a42b-52f606bfee99} executeQuery: (from [fd00:1122:3344:101::d]:38459) /* 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.07.23 10:14:01.346372 [ 3 ] {9d517435-4a03-4829-a42b-52f606bfee99} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.07.23 10:14:01.354760 [ 3 ] {9d517435-4a03-4829-a42b-52f606bfee99} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Loading data parts 2025.07.23 10:14:01.354936 [ 3 ] {9d517435-4a03-4829-a42b-52f606bfee99} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): There are no data parts 2025.07.23 10:14:01.369254 [ 3 ] {9d517435-4a03-4829-a42b-52f606bfee99} TCPHandler: Processed in 0.023338529 sec. 2025.07.23 10:14:01.369583 [ 5 ] {} TCP-Session: 22fb610f-cc32-41ca-817b-d2619a3d9b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:01.369919 [ 5 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} executeQuery: (from [fd00:1122:3344:101::d]:50883) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.07.23 10:14:01.371551 [ 5 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.07.23 10:14:01.383018 [ 260 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} oximeter.version (2b32a57c-240e-4f75-961b-95e595a40121): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:01.383079 [ 260 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.07.23 10:14:01.388232 [ 260 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:01.388897 [ 260 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} oximeter.version (2b32a57c-240e-4f75-961b-95e595a40121): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:01.389163 [ 5 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} executeQuery: Read 1 rows, 16.00 B in 0.019404 sec., 51.535765821480105 rows/sec., 824.57 B/sec. 2025.07.23 10:14:01.389596 [ 5 ] {48c9b7fa-752f-491a-a8c2-e6f819266150} TCPHandler: Processed in 0.020153393 sec. 2025.07.23 10:14:02.000272 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.11 MiB, peak 134.11 MiB, free memory in arenas 0.00 B, will set to 138.17 MiB (RSS), difference: 4.05 MiB 2025.07.23 10:14:02.614439 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43415 2025.07.23 10:14:02.615528 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.615575 [ 262 ] {} TCP-Session: 4d4ee0b3-a327-47ba-98a6-ee37f46761da Authenticating user 'default' from [fd00:1122:3344:101::a]:43415 2025.07.23 10:14:02.615597 [ 262 ] {} TCP-Session: 4d4ee0b3-a327-47ba-98a6-ee37f46761da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.615659 [ 262 ] {} TCP-Session: 4d4ee0b3-a327-47ba-98a6-ee37f46761da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.615773 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.23 10:14:02.615801 [ 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.07.23 10:14:02.615906 [ 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.07.23 10:14:02.617328 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54899 2025.07.23 10:14:02.617448 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.617480 [ 263 ] {} TCP-Session: 9e5de15b-2708-4a73-b3e6-f9b3e334ff9a Authenticating user 'default' from [fd00:1122:3344:101::a]:54899 2025.07.23 10:14:02.617496 [ 263 ] {} TCP-Session: 9e5de15b-2708-4a73-b3e6-f9b3e334ff9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.617504 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52758 2025.07.23 10:14:02.617588 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37547 2025.07.23 10:14:02.617612 [ 263 ] {} TCP-Session: 9e5de15b-2708-4a73-b3e6-f9b3e334ff9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.617687 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38824 2025.07.23 10:14:02.617765 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47527 2025.07.23 10:14:02.617886 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.617896 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53163 2025.07.23 10:14:02.617929 [ 264 ] {} TCP-Session: 5f187c53-9f57-4c28-abfa-0c60b78bc1ce Authenticating user 'default' from [fd00:1122:3344:101::a]:52758 2025.07.23 10:14:02.617916 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.618047 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34804 2025.07.23 10:14:02.618072 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.618079 [ 264 ] {} TCP-Session: 5f187c53-9f57-4c28-abfa-0c60b78bc1ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618080 [ 265 ] {} TCP-Session: 340428eb-0ffe-468a-9421-e25b3793c9d2 Authenticating user 'default' from [fd00:1122:3344:101::a]:37547 2025.07.23 10:14:02.618079 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.618223 [ 264 ] {} TCP-Session: 5f187c53-9f57-4c28-abfa-0c60b78bc1ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618250 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.618295 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.618219 [ 265 ] {} TCP-Session: 340428eb-0ffe-468a-9421-e25b3793c9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618374 [ 268 ] {} TCP-Session: a2d2d921-6f43-4a27-9eae-f70a6887259c Authenticating user 'default' from [fd00:1122:3344:101::a]:53163 2025.07.23 10:14:02.618357 [ 269 ] {} TCP-Session: d90b33b5-a7c2-492e-b854-bce89fc06f8e Authenticating user 'default' from [fd00:1122:3344:101::a]:34804 2025.07.23 10:14:02.618208 [ 267 ] {} TCP-Session: 73f6582d-d18e-48be-a8b1-54793d283529 Authenticating user 'default' from [fd00:1122:3344:101::a]:47527 2025.07.23 10:14:02.618493 [ 269 ] {} TCP-Session: d90b33b5-a7c2-492e-b854-bce89fc06f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618501 [ 268 ] {} TCP-Session: a2d2d921-6f43-4a27-9eae-f70a6887259c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618468 [ 265 ] {} TCP-Session: 340428eb-0ffe-468a-9421-e25b3793c9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618593 [ 269 ] {} TCP-Session: d90b33b5-a7c2-492e-b854-bce89fc06f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618580 [ 268 ] {} TCP-Session: a2d2d921-6f43-4a27-9eae-f70a6887259c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618569 [ 267 ] {} TCP-Session: 73f6582d-d18e-48be-a8b1-54793d283529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618354 [ 266 ] {} TCP-Session: ece40702-3d35-438e-8ac6-e324c97d1395 Authenticating user 'default' from [fd00:1122:3344:101::a]:38824 2025.07.23 10:14:02.618746 [ 267 ] {} TCP-Session: 73f6582d-d18e-48be-a8b1-54793d283529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618773 [ 266 ] {} TCP-Session: ece40702-3d35-438e-8ac6-e324c97d1395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.618903 [ 266 ] {} TCP-Session: ece40702-3d35-438e-8ac6-e324c97d1395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.967232 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39342 2025.07.23 10:14:02.967418 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.967597 [ 270 ] {} TCP-Session: b86b544a-6a4b-4d25-8ac5-b4bc298f837d Authenticating user 'default' from [fd00:1122:3344:101::b]:39342 2025.07.23 10:14:02.967621 [ 270 ] {} TCP-Session: b86b544a-6a4b-4d25-8ac5-b4bc298f837d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.967633 [ 270 ] {} TCP-Session: b86b544a-6a4b-4d25-8ac5-b4bc298f837d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.967803 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.23 10:14:02.967831 [ 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.07.23 10:14:02.967928 [ 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.07.23 10:14:02.969014 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56912 2025.07.23 10:14:02.969107 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43960 2025.07.23 10:14:02.969359 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.969356 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35051 2025.07.23 10:14:02.969401 [ 271 ] {} TCP-Session: dc95375e-7ec3-4c4d-9276-5e693399f2cf Authenticating user 'default' from [fd00:1122:3344:101::b]:56912 2025.07.23 10:14:02.969441 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58820 2025.07.23 10:14:02.969505 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56375 2025.07.23 10:14:02.969523 [ 271 ] {} TCP-Session: dc95375e-7ec3-4c4d-9276-5e693399f2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.969538 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.969570 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.969561 [ 271 ] {} TCP-Session: dc95375e-7ec3-4c4d-9276-5e693399f2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.969703 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36435 2025.07.23 10:14:02.969729 [ 274 ] {} TCP-Session: cf524e00-bb02-4341-a28a-f42cd280b225 Authenticating user 'default' from [fd00:1122:3344:101::b]:35051 2025.07.23 10:14:02.969713 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.969705 [ 272 ] {} TCP-Session: 443ae760-9ff2-4706-8a42-d3eb177b411e Authenticating user 'default' from [fd00:1122:3344:101::b]:43960 2025.07.23 10:14:02.969899 [ 273 ] {} TCP-Session: 4c5237a0-d87b-4ef3-86f2-9c56c05a2bb5 Authenticating user 'default' from [fd00:1122:3344:101::b]:58820 2025.07.23 10:14:02.969902 [ 274 ] {} TCP-Session: cf524e00-bb02-4341-a28a-f42cd280b225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.969939 [ 272 ] {} TCP-Session: 443ae760-9ff2-4706-8a42-d3eb177b411e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.969997 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.970020 [ 274 ] {} TCP-Session: cf524e00-bb02-4341-a28a-f42cd280b225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970029 [ 272 ] {} TCP-Session: 443ae760-9ff2-4706-8a42-d3eb177b411e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970012 [ 273 ] {} TCP-Session: 4c5237a0-d87b-4ef3-86f2-9c56c05a2bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970106 [ 276 ] {} TCP-Session: 39f00fef-f104-4383-b264-54272ff9dea5 Authenticating user 'default' from [fd00:1122:3344:101::b]:36435 2025.07.23 10:14:02.969892 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47322 2025.07.23 10:14:02.970190 [ 273 ] {} TCP-Session: 4c5237a0-d87b-4ef3-86f2-9c56c05a2bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970217 [ 276 ] {} TCP-Session: 39f00fef-f104-4383-b264-54272ff9dea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970338 [ 276 ] {} TCP-Session: 39f00fef-f104-4383-b264-54272ff9dea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970379 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.970544 [ 277 ] {} TCP-Session: 01517847-d4de-4d48-a9fd-607a06e8b415 Authenticating user 'default' from [fd00:1122:3344:101::b]:47322 2025.07.23 10:14:02.970566 [ 277 ] {} TCP-Session: 01517847-d4de-4d48-a9fd-607a06e8b415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.970582 [ 277 ] {} TCP-Session: 01517847-d4de-4d48-a9fd-607a06e8b415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.971883 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49666 2025.07.23 10:14:02.972051 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.972078 [ 278 ] {} TCP-Session: 13c01652-b27b-4e2b-a709-c28b0317b876 Authenticating user 'default' from [fd00:1122:3344:101::c]:49666 2025.07.23 10:14:02.972095 [ 278 ] {} TCP-Session: 13c01652-b27b-4e2b-a709-c28b0317b876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.972234 [ 278 ] {} TCP-Session: 13c01652-b27b-4e2b-a709-c28b0317b876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.972291 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.23 10:14:02.972325 [ 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.07.23 10:14:02.972438 [ 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.07.23 10:14:02.973567 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37807 2025.07.23 10:14:02.973665 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37220 2025.07.23 10:14:02.973815 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37613 2025.07.23 10:14:02.973939 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62826 2025.07.23 10:14:02.973943 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.973996 [ 280 ] {} TCP-Session: e0f486ae-87a4-42de-8eb0-c4af8997bffb Authenticating user 'default' from [fd00:1122:3344:101::c]:37220 2025.07.23 10:14:02.974014 [ 280 ] {} TCP-Session: e0f486ae-87a4-42de-8eb0-c4af8997bffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.974026 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54121 2025.07.23 10:14:02.974165 [ 280 ] {} TCP-Session: e0f486ae-87a4-42de-8eb0-c4af8997bffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.974187 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61201 2025.07.23 10:14:02.974309 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51232 2025.07.23 10:14:02.976480 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.976520 [ 285 ] {} TCP-Session: c01581ae-bee7-4122-a797-69352732a773 Authenticating user 'default' from [fd00:1122:3344:101::c]:51232 2025.07.23 10:14:02.976537 [ 285 ] {} TCP-Session: c01581ae-bee7-4122-a797-69352732a773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.976674 [ 285 ] {} TCP-Session: c01581ae-bee7-4122-a797-69352732a773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.978953 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.979006 [ 284 ] {} TCP-Session: 8ae4392e-90f0-4949-aa56-888babb50bec Authenticating user 'default' from [fd00:1122:3344:101::c]:61201 2025.07.23 10:14:02.979162 [ 284 ] {} TCP-Session: 8ae4392e-90f0-4949-aa56-888babb50bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.979176 [ 284 ] {} TCP-Session: 8ae4392e-90f0-4949-aa56-888babb50bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.981012 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.981246 [ 275 ] {} TCP-Session: 01f70436-cb58-4c59-bac3-f97095789a9e Authenticating user 'default' from [fd00:1122:3344:101::b]:56375 2025.07.23 10:14:02.981269 [ 275 ] {} TCP-Session: 01f70436-cb58-4c59-bac3-f97095789a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.981284 [ 275 ] {} TCP-Session: 01f70436-cb58-4c59-bac3-f97095789a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.986432 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.986472 [ 283 ] {} TCP-Session: 9e689084-bbc7-4170-9a05-125583c453ed Authenticating user 'default' from [fd00:1122:3344:101::c]:54121 2025.07.23 10:14:02.986490 [ 283 ] {} TCP-Session: 9e689084-bbc7-4170-9a05-125583c453ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.986576 [ 283 ] {} TCP-Session: 9e689084-bbc7-4170-9a05-125583c453ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.987039 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:02.987082 [ 282 ] {} TCP-Session: 2889e4a4-03bd-45d7-adb0-fbb883e0dfb5 Authenticating user 'default' from [fd00:1122:3344:101::c]:62826 2025.07.23 10:14:02.987100 [ 282 ] {} TCP-Session: 2889e4a4-03bd-45d7-adb0-fbb883e0dfb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:02.987195 [ 282 ] {} TCP-Session: 2889e4a4-03bd-45d7-adb0-fbb883e0dfb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:03.000302 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.31 MiB, peak 138.31 MiB, free memory in arenas 0.00 B, will set to 139.78 MiB (RSS), difference: 1.47 MiB 2025.07.23 10:14:03.019432 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:03.019597 [ 281 ] {} TCP-Session: 5ef7681b-96ca-43a3-8711-1206165245b2 Authenticating user 'default' from [fd00:1122:3344:101::c]:37613 2025.07.23 10:14:03.019624 [ 281 ] {} TCP-Session: 5ef7681b-96ca-43a3-8711-1206165245b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:03.019636 [ 281 ] {} TCP-Session: 5ef7681b-96ca-43a3-8711-1206165245b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:03.022096 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.23 10:14:03.022145 [ 279 ] {} TCP-Session: 2ef92652-2933-4e04-8046-8fb20d5677a1 Authenticating user 'default' from [fd00:1122:3344:101::c]:37807 2025.07.23 10:14:03.022162 [ 279 ] {} TCP-Session: 2ef92652-2933-4e04-8046-8fb20d5677a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:03.022290 [ 279 ] {} TCP-Session: 2ef92652-2933-4e04-8046-8fb20d5677a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.23 10:14:07.606121 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.07.23 10:14:07.606240 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.07.23 10:14:07.606254 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.07.23 10:14:07.606513 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.07.23 10:14:07.620218 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Loading data parts 2025.07.23 10:14:07.620220 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Loading data parts 2025.07.23 10:14:07.620405 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): There are no data parts 2025.07.23 10:14:07.620559 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): There are no data parts 2025.07.23 10:14:07.624111 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:07.624320 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.07.23 10:14:07.628105 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:07.628769 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:07.628994 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.07.23 10:14:07.660373 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:07.660422 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. 2025.07.23 10:14:07.666651 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:07.667931 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:07.670983 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.07.23 10:14:08.000262 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.94 MiB, peak 148.94 MiB, free memory in arenas 0.00 B, will set to 154.04 MiB (RSS), difference: 9.10 MiB 2025.07.23 10:14:10.106252 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.07.23 10:14:10.106359 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.07.23 10:14:10.131911 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Loading data parts 2025.07.23 10:14:10.132102 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): There are no data parts 2025.07.23 10:14:10.150975 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:10.151012 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:10.152818 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:10.153446 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:10.153773 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.07.23 10:14:11.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.26 MiB, peak 158.26 MiB, free memory in arenas 0.00 B, will set to 155.22 MiB (RSS), difference: -3.04 MiB 2025.07.23 10:14:15.066227 [ 103 ] {} DNSResolver: Updating DNS cache 2025.07.23 10:14:15.066397 [ 103 ] {} DNSResolver: Updated DNS cache 2025.07.23 10:14:15.129909 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.07.23 10:14:15.137566 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:15.137632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:15.138493 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:15.139000 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:15.141193 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.07.23 10:14:15.171840 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.07.23 10:14:15.189566 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:15.189625 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:15.196261 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:15.197482 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:15.200729 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.07.23 10:14:16.000292 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.92 MiB, peak 159.92 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 1.82 MiB 2025.07.23 10:14:21.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.79 MiB, peak 159.92 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB 2025.07.23 10:14:21.409940 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.410121 [ 3 ] {5e9470ea-9c9e-43cf-ad25-0a825ff58d39} executeQuery: (from [fd00:1122:3344:101::d]:38459) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.416447 [ 3 ] {5e9470ea-9c9e-43cf-ad25-0a825ff58d39} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.427040 [ 3 ] {5e9470ea-9c9e-43cf-ad25-0a825ff58d39} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.435915 [ 3 ] {5e9470ea-9c9e-43cf-ad25-0a825ff58d39} TCPHandler: Processed in 0.026122185 sec. 2025.07.23 10:14:21.456205 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.456377 [ 3 ] {59946ff2-f3f2-4cd7-918f-ce9186f79183} executeQuery: (from [fd00:1122:3344:101::d]:38459) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.466965 [ 3 ] {59946ff2-f3f2-4cd7-918f-ce9186f79183} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.467034 [ 3 ] {59946ff2-f3f2-4cd7-918f-ce9186f79183} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.469545 [ 3 ] {59946ff2-f3f2-4cd7-918f-ce9186f79183} TCPHandler: Processed in 0.013428605 sec. 2025.07.23 10:14:21.469861 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.469992 [ 3 ] {72ba4976-e270-44f3-9afc-cc66cf1833ad} executeQuery: (from [fd00:1122:3344:101::d]:38459) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.472243 [ 3 ] {72ba4976-e270-44f3-9afc-cc66cf1833ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.472290 [ 3 ] {72ba4976-e270-44f3-9afc-cc66cf1833ad} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.472641 [ 3 ] {72ba4976-e270-44f3-9afc-cc66cf1833ad} TCPHandler: Processed in 0.002833928 sec. 2025.07.23 10:14:21.472884 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.473003 [ 3 ] {58cceb8e-cac3-41b7-9e32-d35572448d2f} executeQuery: (from [fd00:1122:3344:101::d]:38459) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.473251 [ 3 ] {58cceb8e-cac3-41b7-9e32-d35572448d2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.473294 [ 3 ] {58cceb8e-cac3-41b7-9e32-d35572448d2f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.473609 [ 3 ] {58cceb8e-cac3-41b7-9e32-d35572448d2f} TCPHandler: Processed in 0.000774536 sec. 2025.07.23 10:14:21.473840 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.473956 [ 3 ] {722faa67-3458-42bb-b541-e68c0622d87e} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.474199 [ 3 ] {722faa67-3458-42bb-b541-e68c0622d87e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.474243 [ 3 ] {722faa67-3458-42bb-b541-e68c0622d87e} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.474557 [ 3 ] {722faa67-3458-42bb-b541-e68c0622d87e} TCPHandler: Processed in 0.000766166 sec. 2025.07.23 10:14:21.474769 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.474888 [ 3 ] {00000392-048e-4dce-a939-748f193b961d} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.475137 [ 3 ] {00000392-048e-4dce-a939-748f193b961d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.475180 [ 3 ] {00000392-048e-4dce-a939-748f193b961d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.475545 [ 3 ] {00000392-048e-4dce-a939-748f193b961d} TCPHandler: Processed in 0.000825447 sec. 2025.07.23 10:14:21.475761 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.475877 [ 3 ] {ab40a71c-ac7f-493d-aacf-22f0544f6c96} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.476125 [ 3 ] {ab40a71c-ac7f-493d-aacf-22f0544f6c96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.476169 [ 3 ] {ab40a71c-ac7f-493d-aacf-22f0544f6c96} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.476480 [ 3 ] {ab40a71c-ac7f-493d-aacf-22f0544f6c96} TCPHandler: Processed in 0.000767996 sec. 2025.07.23 10:14:21.476685 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.476800 [ 3 ] {a35382f9-4d07-4d03-8530-ab206cb82c6f} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.477045 [ 3 ] {a35382f9-4d07-4d03-8530-ab206cb82c6f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.477089 [ 3 ] {a35382f9-4d07-4d03-8530-ab206cb82c6f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.477401 [ 3 ] {a35382f9-4d07-4d03-8530-ab206cb82c6f} TCPHandler: Processed in 0.000764776 sec. 2025.07.23 10:14:21.477601 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.477719 [ 3 ] {1d1fc818-cc13-4acb-b8a8-36a9d6390220} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.477965 [ 3 ] {1d1fc818-cc13-4acb-b8a8-36a9d6390220} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.478009 [ 3 ] {1d1fc818-cc13-4acb-b8a8-36a9d6390220} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.478335 [ 3 ] {1d1fc818-cc13-4acb-b8a8-36a9d6390220} TCPHandler: Processed in 0.000784416 sec. 2025.07.23 10:14:21.478563 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.478682 [ 3 ] {acbc5e88-3780-4a00-817b-3ac6125cdefd} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.478929 [ 3 ] {acbc5e88-3780-4a00-817b-3ac6125cdefd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.478977 [ 3 ] {acbc5e88-3780-4a00-817b-3ac6125cdefd} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.479292 [ 3 ] {acbc5e88-3780-4a00-817b-3ac6125cdefd} TCPHandler: Processed in 0.000786546 sec. 2025.07.23 10:14:21.479497 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.479614 [ 3 ] {2239587f-4c2d-4133-b456-c304becb5453} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.479859 [ 3 ] {2239587f-4c2d-4133-b456-c304becb5453} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.479901 [ 3 ] {2239587f-4c2d-4133-b456-c304becb5453} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.480248 [ 3 ] {2239587f-4c2d-4133-b456-c304becb5453} TCPHandler: Processed in 0.000799007 sec. 2025.07.23 10:14:21.480466 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.480587 [ 3 ] {ece1b029-a076-42c2-88db-99328b001af4} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.480837 [ 3 ] {ece1b029-a076-42c2-88db-99328b001af4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.480880 [ 3 ] {ece1b029-a076-42c2-88db-99328b001af4} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.481201 [ 3 ] {ece1b029-a076-42c2-88db-99328b001af4} TCPHandler: Processed in 0.000785426 sec. 2025.07.23 10:14:21.481411 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.481529 [ 3 ] {56a45359-d8f1-4d4a-b1e1-546c17bdbb1c} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.481777 [ 3 ] {56a45359-d8f1-4d4a-b1e1-546c17bdbb1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.481819 [ 3 ] {56a45359-d8f1-4d4a-b1e1-546c17bdbb1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.482137 [ 3 ] {56a45359-d8f1-4d4a-b1e1-546c17bdbb1c} TCPHandler: Processed in 0.000774196 sec. 2025.07.23 10:14:21.482331 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.482449 [ 3 ] {1cae8611-90af-4daa-8e40-b327b11a3273} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:21.482706 [ 3 ] {1cae8611-90af-4daa-8e40-b327b11a3273} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.482749 [ 3 ] {1cae8611-90af-4daa-8e40-b327b11a3273} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:21.483073 [ 3 ] {1cae8611-90af-4daa-8e40-b327b11a3273} TCPHandler: Processed in 0.000791096 sec. 2025.07.23 10:14:21.483767 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.483874 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.23 10:14:21.483915 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:21.487035 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:21.487082 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:21.487765 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:21.488192 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:21.488339 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} executeQuery: Read 14 rows, 2.01 KiB in 0.004494 sec., 3115.2647975077884 rows/sec., 446.99 KiB/sec. 2025.07.23 10:14:21.488377 [ 3 ] {05cd4dd0-7892-411e-944e-a8baa41bedc1} TCPHandler: Processed in 0.004660035 sec. 2025.07.23 10:14:21.488501 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.488595 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:21.488633 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:21.493118 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:21.493152 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:21.493652 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:21.494172 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:21.494326 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} executeQuery: Read 26 rows, 2.01 KiB in 0.005746 sec., 4524.886877828054 rows/sec., 349.26 KiB/sec. 2025.07.23 10:14:21.494370 [ 3 ] {ea0468a5-566b-47b3-b0e2-5e222cf89d6b} TCPHandler: Processed in 0.005917231 sec. 2025.07.23 10:14:21.494499 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.494605 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:21.494651 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:21.495125 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:21.495167 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:21.495709 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:21.496151 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:21.496280 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} executeQuery: Read 28 rows, 2.24 KiB in 0.001699 sec., 16480.2825191289 rows/sec., 1.29 MiB/sec. 2025.07.23 10:14:21.496318 [ 3 ] {d8807332-921f-4499-955d-56e68d7bcab8} TCPHandler: Processed in 0.001876369 sec. 2025.07.23 10:14:21.496428 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.496523 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:21.496566 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:21.498975 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:21.499009 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:21.501481 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:21.501932 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:21.502060 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} executeQuery: Read 20 rows, 1.42 KiB in 0.005556 sec., 3599.712023038157 rows/sec., 255.57 KiB/sec. 2025.07.23 10:14:21.502097 [ 3 ] {feffd295-0e59-4dfb-8495-ef7df14d3be4} TCPHandler: Processed in 0.005719787 sec. 2025.07.23 10:14:21.502215 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:21.502311 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:21.502351 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:21.502662 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:21.502697 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:21.503236 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:21.503723 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:21.503862 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} executeQuery: Read 6 rows, 431.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 268.09 KiB/sec. 2025.07.23 10:14:21.503901 [ 3 ] {fb15e4a5-d542-4b6a-8cbf-6f42beb19353} TCPHandler: Processed in 0.001736126 sec. 2025.07.23 10:14:22.641980 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.07.23 10:14:22.642464 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:22.642506 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:22.643199 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:22.643794 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:22.643927 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.07.23 10:14:22.701422 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.07.23 10:14:22.718800 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:22.718866 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:22.725268 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:22.726519 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:22.729635 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.07.23 10:14:23.000280 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.60 MiB, peak 163.60 MiB, free memory in arenas 0.00 B, will set to 160.84 MiB (RSS), difference: 1.24 MiB 2025.07.23 10:14:26.404681 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:26.404875 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:26.404943 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:26.405568 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:26.405618 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:26.406104 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:26.406682 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:26.406844 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} executeQuery: Read 26 rows, 2.01 KiB in 0.002017 sec., 12890.431333663857 rows/sec., 994.96 KiB/sec. 2025.07.23 10:14:26.406892 [ 3 ] {9550361e-ef9c-4f83-81b1-dc643179a405} TCPHandler: Processed in 0.002346628 sec. 2025.07.23 10:14:26.407026 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:26.407132 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:26.407176 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:26.407595 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:26.407632 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:26.408032 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:26.408453 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:26.408583 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} executeQuery: Read 28 rows, 2.24 KiB in 0.001474 sec., 18995.92944369064 rows/sec., 1.48 MiB/sec. 2025.07.23 10:14:26.408622 [ 3 ] {651da284-90be-43de-bdd5-f02829044bd4} TCPHandler: Processed in 0.001654614 sec. 2025.07.23 10:14:26.408732 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:26.408829 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:26.408874 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:26.409245 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:26.409281 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:26.409707 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:26.410166 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:26.410294 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} executeQuery: Read 100 rows, 7.10 KiB in 0.001485 sec., 67340.06734006734 rows/sec., 4.67 MiB/sec. 2025.07.23 10:14:26.410331 [ 3 ] {b31e207b-f533-407a-924c-f6b233b256c1} TCPHandler: Processed in 0.001649363 sec. 2025.07.23 10:14:26.410437 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:26.410532 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:26.410573 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:26.410880 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:26.410917 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:26.411474 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:26.411990 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:26.412125 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} executeQuery: Read 30 rows, 2.10 KiB in 0.001611 sec., 18621.973929236497 rows/sec., 1.28 MiB/sec. 2025.07.23 10:14:26.412162 [ 3 ] {286d74e5-bbec-48b1-8709-33ed6952f8b4} TCPHandler: Processed in 0.001774946 sec. 2025.07.23 10:14:30.066443 [ 82 ] {} DNSResolver: Updating DNS cache 2025.07.23 10:14:30.066524 [ 82 ] {} DNSResolver: Updated DNS cache 2025.07.23 10:14:30.144411 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.07.23 10:14:30.144899 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:30.144946 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:30.145692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:30.146204 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:30.146345 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.07.23 10:14:30.155687 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 2025.07.23 10:14:30.158625 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:30.158670 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:30.159905 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:30.160382 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:30.160613 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2025.07.23 10:14:30.230092 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.07.23 10:14:30.247539 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:30.247604 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:30.253935 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:30.255070 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:30.258236 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.07.23 10:14:31.405542 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:31.405718 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:31.405786 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:31.406482 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:31.406528 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:31.407054 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:31.407498 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:31.407649 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} executeQuery: Read 26 rows, 2.01 KiB in 0.001984 sec., 13104.838709677419 rows/sec., 1011.51 KiB/sec. 2025.07.23 10:14:31.407690 [ 3 ] {869be4d8-2031-44bd-bdec-7a85d5d0f4eb} TCPHandler: Processed in 0.002269927 sec. 2025.07.23 10:14:31.407816 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:31.407922 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:31.407970 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:31.408389 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:31.408426 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:31.408829 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:31.409239 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:31.409373 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} executeQuery: Read 28 rows, 2.24 KiB in 0.00147 sec., 19047.61904761905 rows/sec., 1.49 MiB/sec. 2025.07.23 10:14:31.409409 [ 3 ] {406b6ef4-8adc-449c-bdfa-e547d73ca719} TCPHandler: Processed in 0.001645714 sec. 2025.07.23 10:14:31.409519 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:31.409614 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:31.409656 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:31.410046 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:31.410082 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:31.410524 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:31.410957 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:31.411084 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} executeQuery: Read 100 rows, 7.10 KiB in 0.00149 sec., 67114.09395973154 rows/sec., 4.65 MiB/sec. 2025.07.23 10:14:31.411122 [ 3 ] {486e3901-8e31-4800-b10b-080aebd7c290} TCPHandler: Processed in 0.001653884 sec. 2025.07.23 10:14:31.411234 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:31.411328 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:31.411368 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:31.411687 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:31.411721 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:31.412252 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:31.412719 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:31.412856 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} executeQuery: Read 30 rows, 2.10 KiB in 0.001546 sec., 19404.915912031047 rows/sec., 1.33 MiB/sec. 2025.07.23 10:14:31.412891 [ 3 ] {e8052493-a1ea-4b13-b5a7-74310ea74af0} TCPHandler: Processed in 0.001706625 sec. 2025.07.23 10:14:36.405294 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.405533 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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') FORMAT Native; (stage: Complete) 2025.07.23 10:14:36.409808 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.23 10:14:36.414361 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} 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')" moved to PREWHERE 2025.07.23 10:14:36.414664 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:36.419090 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:36.423403 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.07.23 10:14:36.429945 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.23 10:14:36.431977 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (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.07.23 10:14:36.432002 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.23 10:14:36.435864 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} 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'))" 2025.07.23 10:14:36.435894 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.23 10:14:36.465246 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} executeQuery: Read 14 rows, 585.00 B in 0.059796 sec., 234.12937320222088 rows/sec., 9.55 KiB/sec. 2025.07.23 10:14:36.465358 [ 3 ] {a1cfc50c-b47f-4134-90bc-d344995a163d} TCPHandler: Processed in 0.060187655 sec. 2025.07.23 10:14:36.465728 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.465875 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.23 10:14:36.466114 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.23 10:14:36.466146 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} 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', 'static_routing_config:static_routes')" moved to PREWHERE 2025.07.23 10:14:36.466326 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:36.466390 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:36.466514 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.07.23 10:14:36.466545 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.23 10:14:36.466566 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (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.07.23 10:14:36.466581 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.23 10:14:36.466617 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} 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', 'static_routing_config:static_routes'))" 2025.07.23 10:14:36.466637 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.23 10:14:36.467145 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} executeQuery: Read 14 rows, 585.00 B in 0.001332 sec., 10510.51051051051 rows/sec., 428.90 KiB/sec. 2025.07.23 10:14:36.467230 [ 3 ] {baf8ede3-3ec8-4f10-a6fe-e4ab83bec0d7} TCPHandler: Processed in 0.001576602 sec. 2025.07.23 10:14:36.467479 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.467604 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.23 10:14:36.467799 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.23 10:14:36.467829 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2025.07.23 10:14:36.467989 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:36.468041 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:36.468138 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.07.23 10:14:36.468165 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.23 10:14:36.468182 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (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.07.23 10:14:36.468196 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.23 10:14:36.468228 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.07.23 10:14:36.468244 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.23 10:14:36.468796 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} executeQuery: Read 14 rows, 585.00 B in 0.001222 sec., 11456.628477905073 rows/sec., 467.50 KiB/sec. 2025.07.23 10:14:36.468883 [ 3 ] {d517d7b0-afed-4108-a3d9-a19e9c67229f} TCPHandler: Processed in 0.00144469 sec. 2025.07.23 10:14:36.469090 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.469219 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.23 10:14:36.469430 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.23 10:14:36.469463 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.23 10:14:36.469636 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:36.469689 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:36.469827 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.07.23 10:14:36.469860 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.23 10:14:36.469884 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (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.07.23 10:14:36.469899 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.23 10:14:36.469939 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.23 10:14:36.469962 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.07.23 10:14:36.470442 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} executeQuery: Read 14 rows, 585.00 B in 0.001261 sec., 11102.299762093577 rows/sec., 453.04 KiB/sec. 2025.07.23 10:14:36.470533 [ 3 ] {c5d9ddd9-6e29-4b33-a1f3-4abad1ab66bb} TCPHandler: Processed in 0.001494651 sec. 2025.07.23 10:14:36.470696 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.470804 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.23 10:14:36.470846 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:36.471399 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:36.471436 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:36.471848 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:36.472036 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:36.472177 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} executeQuery: Read 4 rows, 521.00 B in 0.001404 sec., 2849.002849002849 rows/sec., 362.39 KiB/sec. 2025.07.23 10:14:36.472215 [ 3 ] {404be5a9-e737-4e84-90eb-eb4bd27066cc} TCPHandler: Processed in 0.001568332 sec. 2025.07.23 10:14:36.472328 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.472426 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:36.472465 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:36.472957 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:36.473012 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:36.473385 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:36.473609 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:36.473737 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} executeQuery: Read 30 rows, 2.34 KiB in 0.001333 sec., 22505.626406601652 rows/sec., 1.72 MiB/sec. 2025.07.23 10:14:36.473774 [ 3 ] {310dc24b-02a5-4fcf-a6e9-bfbef6b07921} TCPHandler: Processed in 0.0014957 sec. 2025.07.23 10:14:36.473887 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.473985 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:36.474026 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:36.474456 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:36.474494 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:36.474808 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:36.475019 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:36.475177 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} executeQuery: Read 36 rows, 2.88 KiB in 0.001212 sec., 29702.970297029704 rows/sec., 2.32 MiB/sec. 2025.07.23 10:14:36.475219 [ 3 ] {d1ca9711-af9a-4eca-a8c8-93c50b6f4298} TCPHandler: Processed in 0.001382908 sec. 2025.07.23 10:14:36.475385 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.475487 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:36.475532 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:36.475942 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:36.475985 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:36.476327 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:36.476549 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:36.476680 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} executeQuery: Read 102 rows, 7.25 KiB in 0.001213 sec., 84089.03544929925 rows/sec., 5.84 MiB/sec. 2025.07.23 10:14:36.476718 [ 3 ] {83c4ee9e-0d18-4614-8c25-6b10d14b6bda} TCPHandler: Processed in 0.0014352 sec. 2025.07.23 10:14:36.476842 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:36.476939 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:36.476981 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:36.477301 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:36.477336 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:36.477659 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:36.477875 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:36.478003 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} executeQuery: Read 32 rows, 2.23 KiB in 0.001083 sec., 29547.553093259467 rows/sec., 2.01 MiB/sec. 2025.07.23 10:14:36.478041 [ 3 ] {f10532d3-3609-4bd9-98c0-034ff6c17f64} TCPHandler: Processed in 0.001251616 sec. 2025.07.23 10:14:37.646767 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.07.23 10:14:37.647244 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:37.647286 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:37.647783 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:14:37.648021 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:37.648157 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.07.23 10:14:37.758683 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.07.23 10:14:37.777666 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:37.777748 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. 2025.07.23 10:14:37.784087 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:14:37.784826 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:37.788216 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.07.23 10:14:38.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 163.81 MiB, peak 167.81 MiB, free memory in arenas 0.00 B, will set to 164.89 MiB (RSS), difference: 1.08 MiB 2025.07.23 10:14:40.161228 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 160 2025.07.23 10:14:40.163236 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:40.163282 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:40.164400 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:40.164678 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:40.164909 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 160 2025.07.23 10:14:41.406680 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:41.406889 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:41.406972 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:41.407639 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:41.407690 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:41.408119 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:14:41.408404 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:41.408581 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} executeQuery: Read 30 rows, 2.34 KiB in 0.001756 sec., 17084.282460136674 rows/sec., 1.30 MiB/sec. 2025.07.23 10:14:41.408633 [ 3 ] {87780b81-c546-4f34-be5e-3e7733112a3a} TCPHandler: Processed in 0.002095003 sec. 2025.07.23 10:14:41.408773 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:41.408880 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:41.408930 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:41.409384 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:41.409425 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:41.409785 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:14:41.410027 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:41.410186 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} executeQuery: Read 36 rows, 2.88 KiB in 0.001331 sec., 27047.3328324568 rows/sec., 2.11 MiB/sec. 2025.07.23 10:14:41.410229 [ 3 ] {2949099b-fa1c-467f-8445-d6a3214ae4cb} TCPHandler: Processed in 0.001520041 sec. 2025.07.23 10:14:41.410357 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:41.410463 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:41.410517 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:41.410927 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:41.410969 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:41.411351 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:14:41.411594 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:41.411743 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} executeQuery: Read 110 rows, 7.86 KiB in 0.001306 sec., 84226.64624808576 rows/sec., 5.88 MiB/sec. 2025.07.23 10:14:41.411786 [ 3 ] {8f2b4a89-ebf9-4846-9f3e-4aa72cccde2a} TCPHandler: Processed in 0.00148167 sec. 2025.07.23 10:14:41.411906 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:41.412006 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:41.412055 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:41.412396 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:41.412433 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:41.412776 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:14:41.413004 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:41.413140 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} executeQuery: Read 40 rows, 2.73 KiB in 0.001155 sec., 34632.03463203463 rows/sec., 2.31 MiB/sec. 2025.07.23 10:14:41.413176 [ 3 ] {89149084-6965-4b6e-a8a4-7b7fe51bc17a} TCPHandler: Processed in 0.001322847 sec. 2025.07.23 10:14:45.066784 [ 37 ] {} DNSResolver: Updating DNS cache 2025.07.23 10:14:45.066847 [ 37 ] {} DNSResolver: Updated DNS cache 2025.07.23 10:14:45.148505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.07.23 10:14:45.149025 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:45.149073 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:45.149650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.23 10:14:45.149904 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:45.150055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.07.23 10:14:45.150082 [ 37 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.23 10:14:45.150171 [ 37 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:45.150206 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:45.152278 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.23 10:14:45.154645 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.23 10:14:45.154723 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.07.23 10:14:45.154829 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.07.23 10:14:45.154963 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.07.23 10:14:45.155060 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.07.23 10:14:45.155116 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.07.23 10:14:45.155167 [ 188 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.07.23 10:14:45.199000 [ 189 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.048675528 sec., 57647.037747592585 rows/sec., 844.44 KiB/sec. 2025.07.23 10:14:45.199981 [ 189 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.23 10:14:45.200364 [ 189 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:45.200453 [ 189 ] {31167393-4981-49b1-9cbc-ce032707ac8b::all_1_6_1} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.23 10:14:45.200583 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.07.23 10:14:45.288561 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.07.23 10:14:45.306544 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:45.306611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:45.312432 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.23 10:14:45.313144 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:45.313470 [ 37 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.23 10:14:45.313562 [ 37 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:45.313587 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:45.313693 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.23 10:14:45.316595 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.07.23 10:14:45.318014 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.23 10:14:45.319719 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.07.23 10:14:45.324956 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.07.23 10:14:45.329755 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.07.23 10:14:45.334282 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.07.23 10:14:45.344478 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.07.23 10:14:45.348912 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.07.23 10:14:45.422461 [ 189 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108849782 sec., 422.6007544966879 rows/sec., 2.19 MiB/sec. 2025.07.23 10:14:45.424653 [ 201 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.23 10:14:45.426745 [ 201 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:45.426857 [ 201 ] {8d2b7614-b547-4cf0-9150-2d4904235ba1::all_1_6_1} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.23 10:14:45.428592 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.07.23 10:14:46.000241 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.05 MiB, peak 175.59 MiB, free memory in arenas 0.00 B, will set to 175.66 MiB (RSS), difference: 9.61 MiB 2025.07.23 10:14:46.405438 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.405662 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} executeQuery: (from [fd00:1122:3344:101::d]:38459) 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.07.23 10:14:46.406005 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.23 10:14:46.406042 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} 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.07.23 10:14:46.406277 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:46.406346 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.23 10:14:46.406483 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.07.23 10:14:46.406652 [ 289 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.23 10:14:46.406741 [ 290 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.23 10:14:46.406859 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.23 10:14:46.406888 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.23 10:14:46.410947 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.23 10:14:46.410980 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.07.23 10:14:46.411047 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} 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.07.23 10:14:46.411096 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} 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.07.23 10:14:46.412143 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} executeQuery: Read 18 rows, 754.00 B in 0.006571 sec., 2739.3090853751332 rows/sec., 112.06 KiB/sec. 2025.07.23 10:14:46.412263 [ 3 ] {562c7225-b1d7-44d4-be4f-856eda3c7d9d} TCPHandler: Processed in 0.006950542 sec. 2025.07.23 10:14:46.414250 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.414363 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.23 10:14:46.414407 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.23 10:14:46.414971 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.415021 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.415560 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.23 10:14:46.415823 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} oximeter.timeseries_schema (8e0648d7-238e-48ad-bc98-29e164a00764): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.415987 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} executeQuery: Read 1 rows, 153.00 B in 0.001657 sec., 603.5003017501508 rows/sec., 90.17 KiB/sec. 2025.07.23 10:14:46.416030 [ 3 ] {a77a5458-2d2d-44be-b597-91063b4b180e} TCPHandler: Processed in 0.001833728 sec. 2025.07.23 10:14:46.416145 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.416247 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:46.416287 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:46.416716 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.416754 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.417100 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.23 10:14:46.417327 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.417455 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} executeQuery: Read 50 rows, 4.34 KiB in 0.001231 sec., 40617.384240454914 rows/sec., 3.44 MiB/sec. 2025.07.23 10:14:46.417465 [ 46 ] {} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.23 10:14:46.417494 [ 3 ] {1a0968dd-2575-4dff-8bf6-89e2c9058e81} TCPHandler: Processed in 0.001398849 sec. 2025.07.23 10:14:46.417525 [ 46 ] {} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.417551 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.417611 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.417648 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.23 10:14:46.417713 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.23 10:14:46.417752 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.23 10:14:46.417755 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.23 10:14:46.417796 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2025.07.23 10:14:46.417872 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2025.07.23 10:14:46.417919 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2025.07.23 10:14:46.417958 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.07.23 10:14:46.417996 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.07.23 10:14:46.418037 [ 200 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2025.07.23 10:14:46.418133 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} oximeter.fields_u16 (3a11f8ab-f8ec-40ac-bc56-2d742c12732d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.418168 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.418676 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:46.418850 [ 186 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.001245346 sec., 150962.0619490487 rows/sec., 12.38 MiB/sec. 2025.07.23 10:14:46.418992 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} oximeter.fields_u16 (3a11f8ab-f8ec-40ac-bc56-2d742c12732d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.419071 [ 190 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.23 10:14:46.419142 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} executeQuery: Read 10 rows, 770.00 B in 0.001442 sec., 6934.812760055479 rows/sec., 521.47 KiB/sec. 2025.07.23 10:14:46.419194 [ 3 ] {e0f43ad3-c8d2-487d-8938-56125ebefe74} TCPHandler: Processed in 0.001633544 sec. 2025.07.23 10:14:46.419316 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.419412 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:46.419431 [ 190 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.419453 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:46.419516 [ 190 ] {4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f::all_1_6_1} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.23 10:14:46.419609 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.23 10:14:46.419868 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.419909 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.420258 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.23 10:14:46.420484 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.420613 [ 46 ] {} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.23 10:14:46.420640 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} executeQuery: Read 46 rows, 3.68 KiB in 0.001245 sec., 36947.791164658636 rows/sec., 2.89 MiB/sec. 2025.07.23 10:14:46.420649 [ 46 ] {} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.420681 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.420686 [ 3 ] {fe0acd46-8a1a-4e61-8313-3bcc0a7371a8} TCPHandler: Processed in 0.001421169 sec. 2025.07.23 10:14:46.420753 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.23 10:14:46.420802 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.420845 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.23 10:14:46.420871 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part 2025.07.23 10:14:46.420904 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:46.420915 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2025.07.23 10:14:46.420951 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:46.420953 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2025.07.23 10:14:46.420993 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.07.23 10:14:46.421027 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.07.23 10:14:46.421064 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part 2025.07.23 10:14:46.421342 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.421378 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.421755 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.23 10:14:46.421779 [ 193 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.001049162 sec., 192534.61333902678 rows/sec., 15.76 MiB/sec. 2025.07.23 10:14:46.421937 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.23 10:14:46.421997 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.422108 [ 46 ] {} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.23 10:14:46.422132 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} executeQuery: Read 110 rows, 7.86 KiB in 0.001248 sec., 88141.02564102564 rows/sec., 6.15 MiB/sec. 2025.07.23 10:14:46.422150 [ 46 ] {} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.422175 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.422178 [ 3 ] {e2af535f-fd83-4584-ae23-b0f9880e39c4} TCPHandler: Processed in 0.001428459 sec. 2025.07.23 10:14:46.422179 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.422242 [ 200 ] {38af0aa2-fa36-4911-be28-d80c282095dc::all_1_6_1} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.23 10:14:46.422302 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.422304 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.23 10:14:46.422355 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.23 10:14:46.422399 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:46.422459 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} 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.07.23 10:14:46.422478 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.23 10:14:46.422518 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2025.07.23 10:14:46.422613 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2025.07.23 10:14:46.422666 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2025.07.23 10:14:46.422712 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 102 rows starting from the beginning of the part 2025.07.23 10:14:46.422763 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2025.07.23 10:14:46.422817 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2025.07.23 10:14:46.423267 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} oximeter.measurements_histogramu64 (a6a39ff6-7988-46cb-a4bd-576e3dd9bbe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.423310 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.423835 [ 200 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587703 sec., 341373.67001259053 rows/sec., 23.74 MiB/sec. 2025.07.23 10:14:46.423989 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.23 10:14:46.424254 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.424312 [ 186 ] {c9e07494-3180-42c3-b2ad-d25434a26322::all_1_6_1} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.23 10:14:46.424367 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.07.23 10:14:46.428420 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.23 10:14:46.428692 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} oximeter.measurements_histogramu64 (a6a39ff6-7988-46cb-a4bd-576e3dd9bbe4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.428841 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} executeQuery: Read 10 rows, 18.35 KiB in 0.00646 sec., 1547.9876160990714 rows/sec., 2.77 MiB/sec. 2025.07.23 10:14:46.428905 [ 3 ] {9e327526-454c-470b-9d77-23c99cb85e82} TCPHandler: Processed in 0.006652087 sec. 2025.07.23 10:14:46.429021 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:46.429117 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:46.429158 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:46.429501 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.429537 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.429867 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.23 10:14:46.430084 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.430190 [ 46 ] {} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.23 10:14:46.430212 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} executeQuery: Read 40 rows, 2.73 KiB in 0.001114 sec., 35906.64272890485 rows/sec., 2.40 MiB/sec. 2025.07.23 10:14:46.430234 [ 46 ] {} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:46.430254 [ 3 ] {b4492b73-a348-44c7-ba25-2ce076d1caa2} TCPHandler: Processed in 0.001284166 sec. 2025.07.23 10:14:46.430260 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:46.430395 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.23 10:14:46.430557 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.23 10:14:46.430596 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.07.23 10:14:46.430680 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.07.23 10:14:46.430730 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.07.23 10:14:46.430783 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2025.07.23 10:14:46.430837 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.07.23 10:14:46.430890 [ 191 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2025.07.23 10:14:46.431791 [ 186 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 4 columns (4 merged, 0 gathered) in 0.00145363 sec., 122452.06827046772 rows/sec., 8.28 MiB/sec. 2025.07.23 10:14:46.431932 [ 200 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.23 10:14:46.432179 [ 200 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:46.432240 [ 200 ] {97a3d3f4-2a88-452f-87e0-4bb4604fee78::all_1_6_1} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.23 10:14:46.432305 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.23 10:14:50.165675 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 184 2025.07.23 10:14:50.167812 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:50.167869 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:50.169133 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.23 10:14:50.169432 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:50.169755 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 184 2025.07.23 10:14:51.408122 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:51.408318 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:51.408394 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:51.409057 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:51.409108 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:51.409506 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.23 10:14:51.409737 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:51.409894 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} executeQuery: Read 56 rows, 4.41 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.64 MiB/sec. 2025.07.23 10:14:51.409942 [ 3 ] {299f2643-8fbe-4c11-9bc8-df6ff6f4c4da} TCPHandler: Processed in 0.00195592 sec. 2025.07.23 10:14:51.410070 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:51.410173 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:51.410216 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:51.410664 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:51.410703 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:51.411007 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.23 10:14:51.411228 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:51.411356 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2025.07.23 10:14:51.411393 [ 3 ] {5d7bec40-ed85-42d6-aef3-e7498b122fec} TCPHandler: Processed in 0.001377738 sec. 2025.07.23 10:14:51.411511 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:51.411608 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:51.411652 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:51.412042 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:51.412080 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:51.412407 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.23 10:14:51.412623 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:51.412747 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} executeQuery: Read 120 rows, 8.57 KiB in 0.00116 sec., 103448.27586206897 rows/sec., 7.22 MiB/sec. 2025.07.23 10:14:51.412785 [ 3 ] {b488a2da-b7ae-45e6-a576-9a8bd82698dc} TCPHandler: Processed in 0.001323677 sec. 2025.07.23 10:14:51.412893 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:51.412987 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:51.413028 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:51.413349 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:51.413385 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:51.413688 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.23 10:14:51.413918 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:51.414043 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} executeQuery: Read 44 rows, 3.02 KiB in 0.001075 sec., 40930.232558139534 rows/sec., 2.74 MiB/sec. 2025.07.23 10:14:51.414078 [ 3 ] {dbb17f82-8f29-4b70-9c07-6d44f6406934} TCPHandler: Processed in 0.001234935 sec. 2025.07.23 10:14:52.650952 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.07.23 10:14:52.651437 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:52.651484 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:52.651958 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.23 10:14:52.652190 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:52.652322 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.07.23 10:14:52.817238 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.07.23 10:14:52.834712 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:52.834765 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:52.840345 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.23 10:14:52.841036 [ 243 ] {} system.metric_log (8d2b7614-b547-4cf0-9150-2d4904235ba1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:52.843932 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.07.23 10:14:56.411152 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:56.411325 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.23 10:14:56.411387 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.23 10:14:56.412044 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:56.412080 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:56.412448 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.23 10:14:56.412680 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} oximeter.fields_string (4bc0c8fe-b8c9-406c-ab76-ffe69afe2d9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:56.412842 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} executeQuery: Read 76 rows, 6.40 KiB in 0.001564 sec., 48593.35038363171 rows/sec., 4.00 MiB/sec. 2025.07.23 10:14:56.412881 [ 3 ] {9d3d42d0-0390-48f0-9cc8-ff3186c1f576} TCPHandler: Processed in 0.001847548 sec. 2025.07.23 10:14:56.413024 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:56.413117 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.23 10:14:56.413156 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.23 10:14:56.413614 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} oximeter.fields_u16 (3a11f8ab-f8ec-40ac-bc56-2d742c12732d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:56.413648 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:56.413928 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:56.414150 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} oximeter.fields_u16 (3a11f8ab-f8ec-40ac-bc56-2d742c12732d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:56.414271 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} executeQuery: Read 10 rows, 770.00 B in 0.001173 sec., 8525.149190110827 rows/sec., 641.05 KiB/sec. 2025.07.23 10:14:56.414306 [ 3 ] {69251e22-e40f-4fd4-b615-3c16536adbc6} TCPHandler: Processed in 0.001329898 sec. 2025.07.23 10:14:56.414420 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:56.414511 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.23 10:14:56.414550 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.23 10:14:56.414956 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:56.414989 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:56.415290 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.23 10:14:56.415487 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} oximeter.fields_uuid (38af0aa2-fa36-4911-be28-d80c282095dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:56.415609 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} executeQuery: Read 74 rows, 5.92 KiB in 0.001115 sec., 66367.71300448429 rows/sec., 5.18 MiB/sec. 2025.07.23 10:14:56.415644 [ 3 ] {9705dd59-09ad-4b07-a021-4a285e632e3e} TCPHandler: Processed in 0.001270926 sec. 2025.07.23 10:14:56.415750 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:56.415840 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:56.415882 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.23 10:14:56.416306 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:56.416341 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:56.416661 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.23 10:14:56.416864 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} oximeter.measurements_cumulativeu64 (c9e07494-3180-42c3-b2ad-d25434a26322): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:56.416985 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.07.23 10:14:56.417020 [ 3 ] {198da193-2ff4-4910-8313-08981d6decd0} TCPHandler: Processed in 0.001316807 sec. 2025.07.23 10:14:56.417126 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:56.417218 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.23 10:14:56.417270 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} 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.07.23 10:14:56.418001 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} oximeter.measurements_histogramu64 (a6a39ff6-7988-46cb-a4bd-576e3dd9bbe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:56.418036 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:56.418515 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.23 10:14:56.418719 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} oximeter.measurements_histogramu64 (a6a39ff6-7988-46cb-a4bd-576e3dd9bbe4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:56.418837 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} executeQuery: Read 10 rows, 18.35 KiB in 0.001654 sec., 6045.949214026602 rows/sec., 10.83 MiB/sec. 2025.07.23 10:14:56.418891 [ 3 ] {a263a273-99ce-4e23-b8f2-7ad9c204e629} TCPHandler: Processed in 0.001832587 sec. 2025.07.23 10:14:56.418997 [ 3 ] {} TCP-Session: 783aa729-98ad-4bd6-90f2-9c003bde4f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.23 10:14:56.419082 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} executeQuery: (from [fd00:1122:3344:101::d]:38459) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.23 10:14:56.419119 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.23 10:14:56.419430 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:14:56.419464 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:14:56.419833 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.23 10:14:56.420037 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} oximeter.measurements_u64 (97a3d3f4-2a88-452f-87e0-4bb4604fee78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:14:56.420157 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.07.23 10:14:56.420191 [ 3 ] {29acc1f9-82b0-48a2-82b2-8977f3624119} TCPHandler: Processed in 0.001217045 sec. 2025.07.23 10:15:00.067063 [ 73 ] {} DNSResolver: Updating DNS cache 2025.07.23 10:15:00.067126 [ 73 ] {} DNSResolver: Updated DNS cache 2025.07.23 10:15:00.152805 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.07.23 10:15:00.153339 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:15:00.153384 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:15:00.153853 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.23 10:15:00.154091 [ 244 ] {} system.asynchronous_metric_log (31167393-4981-49b1-9cbc-ce032707ac8b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:15:00.154215 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.07.23 10:15:00.170464 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 204 2025.07.23 10:15:00.172396 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.23 10:15:00.172440 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. 2025.07.23 10:15:00.173600 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.23 10:15:00.173869 [ 242 ] {} system.query_log (97f041d1-d163-453c-8a0f-1ddd496babba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.23 10:15:00.174105 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 204