[ May 15 04:12:46 Enabled. ] [ May 15 04:12:46 Rereading configuration. ] [ May 15 04:12:47 Rereading configuration. ] [ May 15 04:13:00 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 15 04:13:00 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.05.15 04:13:01.121376 [ 1 ] {} Application: Will watch for the process with pid 24272 2025.05.15 04:13:01.121780 [ 1 ] {} Application: Forked a child process to watch 2025.05.15 04:13:01.766750 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24272 2025.05.15 04:13:01.767910 [ 1 ] {} Application: starting up 2025.05.15 04:13:01.768173 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.05.15 04:13:01.891782 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.05.15 04:13:01.965530 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.05.15 04:13:01.965655 [ 1 ] {} Application: Initializing DateLUT. 2025.05.15 04:13:01.965698 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.05.15 04:13:01.965799 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.05.15 04:13:01.966753 [ 1 ] {} Application: Initializing interserver credentials. 2025.05.15 04:13:01.969444 [ 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.05.15 04:13:01.970736 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.05.15 04:13:01.971970 [ 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.05.15 04:13:01.972034 [ 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.05.15 04:13:01.972084 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.05.15 04:13:01.972927 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.15 04:13:01.974237 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.05.15 04:13:01.982209 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.15 04:13:01.983253 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.05.15 04:13:01.985187 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.05.15 04:13:01.985320 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.05.15 04:13:01.986585 [ 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.05.15 04:13:01.987142 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.05.15 04:13:01.991351 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.05.15 04:13:01.992113 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.05.15 04:13:01.995394 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.05.15 04:13:01.995871 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.05.15 04:13:01.996523 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.05.15 04:13:01.996991 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.05.15 04:13:01.999671 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.05.15 04:13:01.999700 [ 1 ] {} Application: Loading metadata from /data/ 2025.05.15 04:13:01.999801 [ 112 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:13:01.999876 [ 112 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:13:02.012819 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.05.15 04:13:02.012843 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171475 sec 2025.05.15 04:13:02.012894 [ 1 ] {} ReferentialDeps: No tables 2025.05.15 04:13:02.012927 [ 1 ] {} LoadingDeps: No tables 2025.05.15 04:13:02.013717 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.05.15 04:13:02.014363 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.05.15 04:13:02.027155 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.05.15 04:13:02.027212 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.05.15 04:13:02.027289 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.05.15 04:13:02.027303 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.05.15 04:13:02.027340 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.05.15 04:13:02.027422 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.05.15 04:13:02.032176 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.05.15 04:13:02.032231 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.05.15 04:13:02.032290 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.05.15 04:13:02.032487 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.05.15 04:13:02.032540 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.05.15 04:13:02.032554 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.05.15 04:13:02.032651 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.05.15 04:13:02.032665 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.05.15 04:13:02.032697 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.05.15 04:13:02.032786 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.05.15 04:13:02.057619 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.05.15 04:13:02.059814 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.05.15 04:13:02.059895 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000105974 sec 2025.05.15 04:13:02.059909 [ 1 ] {} ReferentialDeps: No tables 2025.05.15 04:13:02.059920 [ 1 ] {} LoadingDeps: No tables 2025.05.15 04:13:02.059950 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.05.15 04:13:02.060178 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.05.15 04:13:02.060289 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.05.15 04:13:02.060304 [ 1 ] {} Application: Loaded metadata. 2025.05.15 04:13:02.060316 [ 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.05.15 04:13:02.060327 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.05.15 04:13:02.064518 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.05.15 04:13:02.064758 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2025.05.15 04:13:02.066314 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.568e-05 sec. 2025.05.15 04:13:02.066789 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.05.15 04:13:02.068194 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.05.15 04:13:02.068217 [ 1 ] {} Application: Ready for connections. 2025.05.15 04:13:02.237158 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38492 2025.05.15 04:13:02.239342 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.239418 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38492 2025.05.15 04:13:02.239450 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.239545 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.239648 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.15 04:13:02.239674 [ 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.05.15 04:13:02.239788 [ 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.05.15 04:13:02.246028 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45864 2025.05.15 04:13:02.246182 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55809 2025.05.15 04:13:02.246182 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59766 2025.05.15 04:13:02.246229 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.246381 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Authenticating user 'default' from [fd00:1122:3344:101::d]:45864 2025.05.15 04:13:02.246394 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53992 2025.05.15 04:13:02.246408 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.246431 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.246445 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.246521 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.246563 [ 5 ] {} TCP-Session: c2dc2f94-6ce8-4572-bec2-b77a09cde2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59766 2025.05.15 04:13:02.246564 [ 254 ] {} TCP-Session: 6819db3b-1b38-40d5-b8c6-ee3dab839943 Authenticating user 'default' from [fd00:1122:3344:101::d]:55809 2025.05.15 04:13:02.246644 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.246669 [ 254 ] {} TCP-Session: 6819db3b-1b38-40d5-b8c6-ee3dab839943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.246660 [ 5 ] {} TCP-Session: c2dc2f94-6ce8-4572-bec2-b77a09cde2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.246647 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64558 2025.05.15 04:13:02.247392 [ 255 ] {} TCP-Session: b90f0dab-786c-4a2a-bcc6-2bc295716c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:53992 2025.05.15 04:13:02.247471 [ 5 ] {} TCP-Session: c2dc2f94-6ce8-4572-bec2-b77a09cde2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.247484 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45963 2025.05.15 04:13:02.247495 [ 255 ] {} TCP-Session: b90f0dab-786c-4a2a-bcc6-2bc295716c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.247562 [ 255 ] {} TCP-Session: b90f0dab-786c-4a2a-bcc6-2bc295716c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.247604 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.247618 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60698 2025.05.15 04:13:02.247571 [ 254 ] {} TCP-Session: 6819db3b-1b38-40d5-b8c6-ee3dab839943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.247715 [ 256 ] {} TCP-Session: 99d01ac0-50bc-4271-b98f-96a815f344ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64558 2025.05.15 04:13:02.247778 [ 256 ] {} TCP-Session: 99d01ac0-50bc-4271-b98f-96a815f344ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.247793 [ 256 ] {} TCP-Session: 99d01ac0-50bc-4271-b98f-96a815f344ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.248370 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35797 2025.05.15 04:13:02.248999 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.249048 [ 257 ] {} TCP-Session: b4b112ca-de64-4a15-9c62-3a855ca11174 Authenticating user 'default' from [fd00:1122:3344:101::d]:45963 2025.05.15 04:13:02.249071 [ 257 ] {} TCP-Session: b4b112ca-de64-4a15-9c62-3a855ca11174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.249192 [ 257 ] {} TCP-Session: b4b112ca-de64-4a15-9c62-3a855ca11174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.249163 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.249217 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:02.249261 [ 259 ] {} TCP-Session: b36f52ad-8ac5-4654-af0a-8928467d321b Authenticating user 'default' from [fd00:1122:3344:101::d]:35797 2025.05.15 04:13:02.249234 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.249364 [ 258 ] {} TCP-Session: 10e31a9b-e7ba-4cfa-8abd-baec9cdc6343 Authenticating user 'default' from [fd00:1122:3344:101::d]:60698 2025.05.15 04:13:02.249370 [ 259 ] {} TCP-Session: b36f52ad-8ac5-4654-af0a-8928467d321b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.249478 [ 258 ] {} TCP-Session: 10e31a9b-e7ba-4cfa-8abd-baec9cdc6343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.249499 [ 259 ] {} TCP-Session: b36f52ad-8ac5-4654-af0a-8928467d321b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.249502 [ 258 ] {} TCP-Session: 10e31a9b-e7ba-4cfa-8abd-baec9cdc6343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:02.252254 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.05.15 04:13:02.319362 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38492) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.15 04:13:02.320429 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.15 04:13:02.320670 [ 3 ] {5058942a-4bc4-42f4-bc37-3e8a2e0aa154} TCPHandler: Processed in 0.074265226 sec. 2025.05.15 04:13:02.321133 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.321440 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.05.15 04:13:02.321917 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45864) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.15 04:13:02.322240 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.05.15 04:13:02.322443 [ 4 ] {2dda350d-96ee-416f-b871-a5fb7954ec58} TCPHandler: Processed in 0.001489747 sec. 2025.05.15 04:13:02.324616 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.325486 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} executeQuery: (from [fd00:1122:3344:101::d]:38492) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.05.15 04:13:02.326166 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.05.15 04:13:02.328480 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.05.15 04:13:02.328504 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8612e-05 sec 2025.05.15 04:13:02.328518 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} ReferentialDeps: No tables 2025.05.15 04:13:02.328567 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} LoadingDeps: No tables 2025.05.15 04:13:02.328619 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} DatabaseAtomic (oximeter): Starting up tables. 2025.05.15 04:13:02.329306 [ 3 ] {a6ee5cdd-ad05-4a68-970b-e9128187b72a} TCPHandler: Processed in 0.004811172 sec. 2025.05.15 04:13:02.329468 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.329701 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} executeQuery: (from [fd00:1122:3344:101::d]:38492) /* 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.05.15 04:13:02.329754 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.05.15 04:13:02.334856 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} StoragePolicy (default): Storage policy default created, total volumes 1 2025.05.15 04:13:02.336928 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): Loading data parts 2025.05.15 04:13:02.338085 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): There are no data parts 2025.05.15 04:13:02.342029 [ 3 ] {56b315d0-c4fe-4849-8145-0c9702f06ce6} TCPHandler: Processed in 0.012611338 sec. 2025.05.15 04:13:02.342195 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.342378 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} executeQuery: (from [fd00:1122:3344:101::d]:38492) /* 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.05.15 04:13:02.342503 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.05.15 04:13:02.352943 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Loading data parts 2025.05.15 04:13:02.353222 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): There are no data parts 2025.05.15 04:13:02.356052 [ 3 ] {e0e7a0b2-2098-4be3-a6d7-130771147648} TCPHandler: Processed in 0.013914259 sec. 2025.05.15 04:13:02.356212 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.356451 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.356565 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.05.15 04:13:02.361417 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} oximeter.measurements_i8 (e7ce2920-6a4a-4f72-81a9-6fc7c6d253fe): Loading data parts 2025.05.15 04:13:02.361576 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} oximeter.measurements_i8 (e7ce2920-6a4a-4f72-81a9-6fc7c6d253fe): There are no data parts 2025.05.15 04:13:02.365041 [ 3 ] {a085971b-a7e1-46d7-a504-76090b9e96e9} TCPHandler: Processed in 0.008890241 sec. 2025.05.15 04:13:02.365235 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.365434 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.365559 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.05.15 04:13:02.370643 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} oximeter.measurements_u8 (73ade803-092c-4d40-b10b-6df3c17c3df1): Loading data parts 2025.05.15 04:13:02.370875 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} oximeter.measurements_u8 (73ade803-092c-4d40-b10b-6df3c17c3df1): There are no data parts 2025.05.15 04:13:02.374680 [ 3 ] {46884bf8-6332-4627-b539-81508ee719a8} TCPHandler: Processed in 0.00950526 sec. 2025.05.15 04:13:02.374844 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.375135 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.375189 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.05.15 04:13:02.379371 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} oximeter.measurements_i16 (1fe1684a-ae9f-4258-be4a-e63417634da3): Loading data parts 2025.05.15 04:13:02.379540 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} oximeter.measurements_i16 (1fe1684a-ae9f-4258-be4a-e63417634da3): There are no data parts 2025.05.15 04:13:02.381322 [ 3 ] {ce678b98-90c1-4d63-934c-fa4e228d8475} TCPHandler: Processed in 0.006537516 sec. 2025.05.15 04:13:02.381569 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.381740 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.381848 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.05.15 04:13:02.384817 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} oximeter.measurements_u16 (e5f265ad-0055-43ae-8217-23bd542de9d8): Loading data parts 2025.05.15 04:13:02.385029 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} oximeter.measurements_u16 (e5f265ad-0055-43ae-8217-23bd542de9d8): There are no data parts 2025.05.15 04:13:02.386850 [ 3 ] {19b46465-233b-4bfe-a7c1-42f035b3aeb7} TCPHandler: Processed in 0.005349519 sec. 2025.05.15 04:13:02.386992 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.387218 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.387261 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.05.15 04:13:02.389163 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} oximeter.measurements_i32 (fa72012a-0f6f-40a0-af30-2dcb8923f0e9): Loading data parts 2025.05.15 04:13:02.389305 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} oximeter.measurements_i32 (fa72012a-0f6f-40a0-af30-2dcb8923f0e9): There are no data parts 2025.05.15 04:13:02.391756 [ 3 ] {a5a223ba-4e84-443e-957f-3913512609a4} TCPHandler: Processed in 0.004813702 sec. 2025.05.15 04:13:02.391972 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.392125 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.392237 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.05.15 04:13:02.394753 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} oximeter.measurements_u32 (b9a85aa3-0938-41c1-8ed4-dca11e316835): Loading data parts 2025.05.15 04:13:02.394941 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} oximeter.measurements_u32 (b9a85aa3-0938-41c1-8ed4-dca11e316835): There are no data parts 2025.05.15 04:13:02.397133 [ 3 ] {5b910e41-2313-4941-bfef-3680b839c6bf} TCPHandler: Processed in 0.005210815 sec. 2025.05.15 04:13:02.397277 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.397477 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.397560 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.05.15 04:13:02.399616 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Loading data parts 2025.05.15 04:13:02.399764 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): There are no data parts 2025.05.15 04:13:02.401269 [ 3 ] {1d049162-baae-4867-b0f5-8bb29f073223} TCPHandler: Processed in 0.004042247 sec. 2025.05.15 04:13:02.401479 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.401633 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.401747 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.05.15 04:13:02.404614 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Loading data parts 2025.05.15 04:13:02.404887 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): There are no data parts 2025.05.15 04:13:02.406383 [ 3 ] {aa038493-c9af-440a-b654-4762910937e2} TCPHandler: Processed in 0.004953757 sec. 2025.05.15 04:13:02.406527 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.406680 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.406799 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.05.15 04:13:02.408613 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} oximeter.measurements_f32 (d6aa9197-1ba7-4bc3-a714-6b9e3d8e9b73): Loading data parts 2025.05.15 04:13:02.408770 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} oximeter.measurements_f32 (d6aa9197-1ba7-4bc3-a714-6b9e3d8e9b73): There are no data parts 2025.05.15 04:13:02.410041 [ 3 ] {e955d6bd-6ef0-4d81-9fb3-6647eaf8dbd6} TCPHandler: Processed in 0.003568782 sec. 2025.05.15 04:13:02.410182 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.410443 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.410565 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.05.15 04:13:02.412593 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Loading data parts 2025.05.15 04:13:02.412742 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): There are no data parts 2025.05.15 04:13:02.414262 [ 3 ] {7a702a7d-71a9-4749-bf1b-83175941cec5} TCPHandler: Processed in 0.004129881 sec. 2025.05.15 04:13:02.414398 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.414553 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.414673 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.05.15 04:13:02.416411 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} oximeter.measurements_string (9008a141-857b-43e1-9833-cff18a13610d): Loading data parts 2025.05.15 04:13:02.416654 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} oximeter.measurements_string (9008a141-857b-43e1-9833-cff18a13610d): There are no data parts 2025.05.15 04:13:02.417981 [ 3 ] {8362d35f-fe62-46ed-aff0-08a73efb53e2} TCPHandler: Processed in 0.003631824 sec. 2025.05.15 04:13:02.418142 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.418375 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.418512 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.05.15 04:13:02.420199 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} oximeter.measurements_bytes (ec2f537d-f821-4971-ba3f-2bbeba6ce060): Loading data parts 2025.05.15 04:13:02.420430 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} oximeter.measurements_bytes (ec2f537d-f821-4971-ba3f-2bbeba6ce060): There are no data parts 2025.05.15 04:13:02.421574 [ 3 ] {95461b0b-231e-4d8d-97b4-390612cff6e8} TCPHandler: Processed in 0.00348315 sec. 2025.05.15 04:13:02.421816 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.422019 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.422137 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.05.15 04:13:02.423799 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} oximeter.measurements_cumulativei64 (62d77774-04c5-42e9-9261-85b129b3a43a): Loading data parts 2025.05.15 04:13:02.424084 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} oximeter.measurements_cumulativei64 (62d77774-04c5-42e9-9261-85b129b3a43a): There are no data parts 2025.05.15 04:13:02.425343 [ 3 ] {95858823-4b03-4a65-b7ec-5e784f450718} TCPHandler: Processed in 0.003576433 sec. 2025.05.15 04:13:02.425489 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.425731 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.425820 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:02.427673 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Loading data parts 2025.05.15 04:13:02.427839 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): There are no data parts 2025.05.15 04:13:02.430688 [ 3 ] {b932f712-86f6-4549-a3af-99d3a56ffc31} TCPHandler: Processed in 0.005247895 sec. 2025.05.15 04:13:02.430873 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.431034 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.431150 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.05.15 04:13:02.433543 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} oximeter.measurements_cumulativef32 (b5d8f2c2-8ad5-4466-8a22-c8e953ea73fe): Loading data parts 2025.05.15 04:13:02.433760 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} oximeter.measurements_cumulativef32 (b5d8f2c2-8ad5-4466-8a22-c8e953ea73fe): There are no data parts 2025.05.15 04:13:02.434933 [ 3 ] {75b95fac-7e68-4801-860c-dd5f9822be14} TCPHandler: Processed in 0.00410976 sec. 2025.05.15 04:13:02.435073 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.435319 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.435454 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.05.15 04:13:02.437690 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} oximeter.measurements_cumulativef64 (344f2635-716d-4a87-8802-93e702c09dbf): Loading data parts 2025.05.15 04:13:02.437891 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} oximeter.measurements_cumulativef64 (344f2635-716d-4a87-8802-93e702c09dbf): There are no data parts 2025.05.15 04:13:02.439294 [ 3 ] {f1d2dac5-9f6a-476b-8750-95db2838f341} TCPHandler: Processed in 0.004271485 sec. 2025.05.15 04:13:02.439444 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.439668 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.439842 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.05.15 04:13:02.441873 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} oximeter.measurements_histogrami8 (f3afefcd-528c-4174-8e9b-d3ec075f4ed2): Loading data parts 2025.05.15 04:13:02.442130 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} oximeter.measurements_histogrami8 (f3afefcd-528c-4174-8e9b-d3ec075f4ed2): There are no data parts 2025.05.15 04:13:02.443451 [ 3 ] {4d3c620b-1d3d-4533-9d9f-f4b2588f10ef} TCPHandler: Processed in 0.004062079 sec. 2025.05.15 04:13:02.443592 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.443899 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.444031 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.05.15 04:13:02.445915 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} oximeter.measurements_histogramu8 (d76a30c6-c4f0-44af-9b0e-94f4c1a11748): Loading data parts 2025.05.15 04:13:02.446069 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} oximeter.measurements_histogramu8 (d76a30c6-c4f0-44af-9b0e-94f4c1a11748): There are no data parts 2025.05.15 04:13:02.447550 [ 3 ] {8e06f5e8-0d66-4631-a794-c2a6b25e5563} TCPHandler: Processed in 0.004008457 sec. 2025.05.15 04:13:02.447688 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.447905 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.448030 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.05.15 04:13:02.449881 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} oximeter.measurements_histogrami16 (c5578210-4def-4f56-af59-8908417da03d): Loading data parts 2025.05.15 04:13:02.450105 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} oximeter.measurements_histogrami16 (c5578210-4def-4f56-af59-8908417da03d): There are no data parts 2025.05.15 04:13:02.451381 [ 3 ] {684ffdc9-99f7-4397-a2a1-39ca20e7eb28} TCPHandler: Processed in 0.003741608 sec. 2025.05.15 04:13:02.451528 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.451878 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.452007 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.05.15 04:13:02.454043 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} oximeter.measurements_histogramu16 (3e4d6acd-8921-4e94-9eb5-0c2e8184c303): Loading data parts 2025.05.15 04:13:02.454193 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} oximeter.measurements_histogramu16 (3e4d6acd-8921-4e94-9eb5-0c2e8184c303): There are no data parts 2025.05.15 04:13:02.455624 [ 3 ] {1cc6e27e-3501-47d5-8808-ebd0d67e253d} TCPHandler: Processed in 0.004145551 sec. 2025.05.15 04:13:02.455765 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.455980 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.456153 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.05.15 04:13:02.458079 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} oximeter.measurements_histogrami32 (395ba92d-c7e7-48c3-8b27-256b35aafed3): Loading data parts 2025.05.15 04:13:02.458290 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} oximeter.measurements_histogrami32 (395ba92d-c7e7-48c3-8b27-256b35aafed3): There are no data parts 2025.05.15 04:13:02.459424 [ 3 ] {f22bbe4f-7284-4792-9aff-d04b6439d97b} TCPHandler: Processed in 0.003708267 sec. 2025.05.15 04:13:02.459560 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.459848 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.459971 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.05.15 04:13:02.461967 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} oximeter.measurements_histogramu32 (09dc239c-a8ac-4100-9e38-9536694cc865): Loading data parts 2025.05.15 04:13:02.462108 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} oximeter.measurements_histogramu32 (09dc239c-a8ac-4100-9e38-9536694cc865): There are no data parts 2025.05.15 04:13:02.463756 [ 3 ] {80c656fb-883c-45df-b68b-38c88bc7466c} TCPHandler: Processed in 0.004245504 sec. 2025.05.15 04:13:02.463923 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.464143 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.464268 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.05.15 04:13:02.466176 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} oximeter.measurements_histogrami64 (91e2a852-cb35-436c-b11d-39820ed78cd2): Loading data parts 2025.05.15 04:13:02.466385 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} oximeter.measurements_histogrami64 (91e2a852-cb35-436c-b11d-39820ed78cd2): There are no data parts 2025.05.15 04:13:02.467622 [ 3 ] {5d4ac1c4-ff0c-4653-8ad7-6b96e33452d4} TCPHandler: Processed in 0.003748028 sec. 2025.05.15 04:13:02.467769 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.468058 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.468241 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.05.15 04:13:02.470093 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Loading data parts 2025.05.15 04:13:02.470253 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): There are no data parts 2025.05.15 04:13:02.471721 [ 3 ] {37952f3a-fb32-4009-9d7d-9c454af89988} TCPHandler: Processed in 0.004001517 sec. 2025.05.15 04:13:02.471952 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.472249 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.472416 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.05.15 04:13:02.475071 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} oximeter.measurements_histogramf32 (febd95da-d715-4ac6-a00b-5d5c8daf0c60): Loading data parts 2025.05.15 04:13:02.475301 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} oximeter.measurements_histogramf32 (febd95da-d715-4ac6-a00b-5d5c8daf0c60): There are no data parts 2025.05.15 04:13:02.476690 [ 3 ] {6a98c0a4-0135-4fc3-b3cb-e733deac74b5} TCPHandler: Processed in 0.004793911 sec. 2025.05.15 04:13:02.476844 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.477145 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.477277 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.05.15 04:13:02.479286 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} oximeter.measurements_histogramf64 (a2b0d140-3c89-40cf-88c7-ac270d6dad88): Loading data parts 2025.05.15 04:13:02.479435 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} oximeter.measurements_histogramf64 (a2b0d140-3c89-40cf-88c7-ac270d6dad88): There are no data parts 2025.05.15 04:13:02.480764 [ 3 ] {23a333ee-7d40-47e2-8569-b63981549b8a} TCPHandler: Processed in 0.003978036 sec. 2025.05.15 04:13:02.480993 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.481208 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} executeQuery: (from [fd00:1122:3344:101::d]:38492) /* 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.05.15 04:13:02.481364 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.05.15 04:13:02.483438 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} oximeter.fields_bool (28f5f176-350e-44fb-b4a6-c866e0fdb954): Loading data parts 2025.05.15 04:13:02.483586 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} oximeter.fields_bool (28f5f176-350e-44fb-b4a6-c866e0fdb954): There are no data parts 2025.05.15 04:13:02.484836 [ 3 ] {1de0ff37-d4eb-4c1f-84f7-d179754aae91} TCPHandler: Processed in 0.003895503 sec. 2025.05.15 04:13:02.484972 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.485126 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.485326 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.05.15 04:13:02.487529 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} oximeter.fields_i8 (894cdc0b-2f43-4e9d-800a-3bc1b167d867): Loading data parts 2025.05.15 04:13:02.487681 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} oximeter.fields_i8 (894cdc0b-2f43-4e9d-800a-3bc1b167d867): There are no data parts 2025.05.15 04:13:02.489357 [ 3 ] {b83240b7-3206-4936-9cba-5c58c9a813c5} TCPHandler: Processed in 0.00443458 sec. 2025.05.15 04:13:02.489505 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.489774 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.489905 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.05.15 04:13:02.491998 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Loading data parts 2025.05.15 04:13:02.492225 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): There are no data parts 2025.05.15 04:13:02.494128 [ 3 ] {d4f10329-93db-44d6-a6e0-e3ca35a379b2} TCPHandler: Processed in 0.004682018 sec. 2025.05.15 04:13:02.494262 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.494420 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.494547 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.05.15 04:13:02.496288 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Loading data parts 2025.05.15 04:13:02.496476 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): There are no data parts 2025.05.15 04:13:02.497828 [ 3 ] {3916a161-c0f9-42e8-9951-8a08cd8ff494} TCPHandler: Processed in 0.003614984 sec. 2025.05.15 04:13:02.497965 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.498212 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.498330 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.05.15 04:13:02.500044 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Loading data parts 2025.05.15 04:13:02.500224 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): There are no data parts 2025.05.15 04:13:02.501491 [ 3 ] {8888b010-3b2e-46a5-bf5c-75f12be42387} TCPHandler: Processed in 0.003575433 sec. 2025.05.15 04:13:02.501622 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.501776 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.501885 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.05.15 04:13:02.503691 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} oximeter.fields_i32 (81dd04b8-088a-46ad-99f5-32185c2bf059): Loading data parts 2025.05.15 04:13:02.503838 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} oximeter.fields_i32 (81dd04b8-088a-46ad-99f5-32185c2bf059): There are no data parts 2025.05.15 04:13:02.505031 [ 3 ] {8b5948ad-3617-4a14-bad0-50f1f096c490} TCPHandler: Processed in 0.00346198 sec. 2025.05.15 04:13:02.505167 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.505404 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.505529 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.05.15 04:13:02.507298 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Loading data parts 2025.05.15 04:13:02.507446 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): There are no data parts 2025.05.15 04:13:02.508632 [ 3 ] {3bc3e5f0-0e9c-4cd9-95d0-f7a80dedf4e3} TCPHandler: Processed in 0.003513241 sec. 2025.05.15 04:13:02.508777 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.508931 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.509089 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.05.15 04:13:02.511265 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} oximeter.fields_i64 (11b3f997-7538-4c06-86dd-a9f68bfefd88): Loading data parts 2025.05.15 04:13:02.511411 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} oximeter.fields_i64 (11b3f997-7538-4c06-86dd-a9f68bfefd88): There are no data parts 2025.05.15 04:13:02.512519 [ 3 ] {eb58518c-c057-49f2-be10-33cfd7a0b9c8} TCPHandler: Processed in 0.00379696 sec. 2025.05.15 04:13:02.512656 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.512909 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.513036 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.05.15 04:13:02.515189 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} oximeter.fields_u64 (6ea65d89-b03c-45fb-b4e7-173af1255dbf): Loading data parts 2025.05.15 04:13:02.515342 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} oximeter.fields_u64 (6ea65d89-b03c-45fb-b4e7-173af1255dbf): There are no data parts 2025.05.15 04:13:02.516872 [ 3 ] {6f145d26-e924-4013-a4e2-c7a55e297d2d} TCPHandler: Processed in 0.004264525 sec. 2025.05.15 04:13:02.517021 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.517191 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.517308 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.05.15 04:13:02.519228 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Loading data parts 2025.05.15 04:13:02.519377 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): There are no data parts 2025.05.15 04:13:02.520547 [ 3 ] {0b0a43d9-692e-4b53-80b8-79fd09f2a502} TCPHandler: Processed in 0.003576353 sec. 2025.05.15 04:13:02.520681 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.520969 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.521086 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.05.15 04:13:02.522858 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Loading data parts 2025.05.15 04:13:02.523007 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): There are no data parts 2025.05.15 04:13:02.524167 [ 3 ] {28b63de0-ba84-4289-a3d7-0cff385d75c3} TCPHandler: Processed in 0.003535012 sec. 2025.05.15 04:13:02.524296 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.524451 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:02.524571 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.05.15 04:13:02.526343 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Loading data parts 2025.05.15 04:13:02.526478 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): There are no data parts 2025.05.15 04:13:02.527931 [ 3 ] {3b032143-1097-48d2-b3fa-bf91dda73e24} TCPHandler: Processed in 0.003686256 sec. 2025.05.15 04:13:02.528140 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.528446 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} executeQuery: (from [fd00:1122:3344:101::d]:38492) /* 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.05.15 04:13:02.528579 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.05.15 04:13:02.530311 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Loading data parts 2025.05.15 04:13:02.530537 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): There are no data parts 2025.05.15 04:13:02.531802 [ 3 ] {d4e15cdd-b8b8-49a8-a00f-616703782b14} TCPHandler: Processed in 0.003712887 sec. 2025.05.15 04:13:02.532057 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:02.532493 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.05.15 04:13:02.533848 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.05.15 04:13:02.541640 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:02.541811 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2025.05.15 04:13:02.546344 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:02.547161 [ 260 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} oximeter.version (7672fb6f-0e64-4df6-95ed-d7e930a1e8c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:02.547532 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} executeQuery: Read 1 rows, 16.00 B in 0.015182 sec., 65.86747464102227 rows/sec., 1.03 KiB/sec. 2025.05.15 04:13:02.547791 [ 4 ] {f8770afa-ee0c-473b-9bdb-56cbc7f6e7c0} TCPHandler: Processed in 0.015865121 sec. 2025.05.15 04:13:03.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.15 MiB, peak 124.15 MiB, free memory in arenas 0.00 B, will set to 138.00 MiB (RSS), difference: 13.85 MiB 2025.05.15 04:13:03.435599 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55629 2025.05.15 04:13:03.435735 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.435768 [ 262 ] {} TCP-Session: 2d34713b-a45c-4f63-8a75-164508e845da Authenticating user 'default' from [fd00:1122:3344:101::c]:55629 2025.05.15 04:13:03.435899 [ 262 ] {} TCP-Session: 2d34713b-a45c-4f63-8a75-164508e845da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.435914 [ 262 ] {} TCP-Session: 2d34713b-a45c-4f63-8a75-164508e845da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.435995 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.15 04:13:03.436109 [ 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.05.15 04:13:03.436126 [ 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.05.15 04:13:03.437274 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40599 2025.05.15 04:13:03.437350 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50513 2025.05.15 04:13:03.437448 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.437521 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35291 2025.05.15 04:13:03.437530 [ 263 ] {} TCP-Session: 5bbdbf96-c75c-493d-9843-906f3ba6e2ff Authenticating user 'default' from [fd00:1122:3344:101::c]:40599 2025.05.15 04:13:03.437599 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43526 2025.05.15 04:13:03.437621 [ 263 ] {} TCP-Session: 5bbdbf96-c75c-493d-9843-906f3ba6e2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.437537 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51345 2025.05.15 04:13:03.437659 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.437713 [ 263 ] {} TCP-Session: 5bbdbf96-c75c-493d-9843-906f3ba6e2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.437777 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.437847 [ 264 ] {} TCP-Session: 1b8836b8-3ea5-490b-9e6f-78ed229072eb Authenticating user 'default' from [fd00:1122:3344:101::c]:50513 2025.05.15 04:13:03.437871 [ 266 ] {} TCP-Session: 2353e194-f74b-4e1c-9164-fd67e4cee837 Authenticating user 'default' from [fd00:1122:3344:101::c]:35291 2025.05.15 04:13:03.437938 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.437946 [ 264 ] {} TCP-Session: 1b8836b8-3ea5-490b-9e6f-78ed229072eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.437962 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49681 2025.05.15 04:13:03.438020 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.438043 [ 267 ] {} TCP-Session: c24043b1-f262-413b-8e9f-da4fde0d7920 Authenticating user 'default' from [fd00:1122:3344:101::c]:43526 2025.05.15 04:13:03.438019 [ 264 ] {} TCP-Session: 1b8836b8-3ea5-490b-9e6f-78ed229072eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438152 [ 265 ] {} TCP-Session: e4a266eb-1e55-490e-b036-226fb599ab91 Authenticating user 'default' from [fd00:1122:3344:101::c]:51345 2025.05.15 04:13:03.438121 [ 267 ] {} TCP-Session: c24043b1-f262-413b-8e9f-da4fde0d7920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438192 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.438247 [ 265 ] {} TCP-Session: e4a266eb-1e55-490e-b036-226fb599ab91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438223 [ 267 ] {} TCP-Session: c24043b1-f262-413b-8e9f-da4fde0d7920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438007 [ 266 ] {} TCP-Session: 2353e194-f74b-4e1c-9164-fd67e4cee837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438330 [ 269 ] {} TCP-Session: f9166b24-6fb8-4a8d-ab8e-9166f295b7e1 Authenticating user 'default' from [fd00:1122:3344:101::c]:49681 2025.05.15 04:13:03.438363 [ 266 ] {} TCP-Session: 2353e194-f74b-4e1c-9164-fd67e4cee837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.437988 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58968 2025.05.15 04:13:03.438430 [ 265 ] {} TCP-Session: e4a266eb-1e55-490e-b036-226fb599ab91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438465 [ 269 ] {} TCP-Session: f9166b24-6fb8-4a8d-ab8e-9166f295b7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438557 [ 269 ] {} TCP-Session: f9166b24-6fb8-4a8d-ab8e-9166f295b7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438585 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.438705 [ 268 ] {} TCP-Session: 5be2f97f-0252-4acd-a704-f062b8eef6de Authenticating user 'default' from [fd00:1122:3344:101::c]:58968 2025.05.15 04:13:03.438723 [ 268 ] {} TCP-Session: 5be2f97f-0252-4acd-a704-f062b8eef6de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.438734 [ 268 ] {} TCP-Session: 5be2f97f-0252-4acd-a704-f062b8eef6de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.792498 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48533 2025.05.15 04:13:03.792685 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.792721 [ 270 ] {} TCP-Session: 0030a738-df1d-442a-8792-a540ac2e2f76 Authenticating user 'default' from [fd00:1122:3344:101::a]:48533 2025.05.15 04:13:03.792896 [ 270 ] {} TCP-Session: 0030a738-df1d-442a-8792-a540ac2e2f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.792910 [ 270 ] {} TCP-Session: 0030a738-df1d-442a-8792-a540ac2e2f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.792973 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.15 04:13:03.793081 [ 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.05.15 04:13:03.793098 [ 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.05.15 04:13:03.794247 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63098 2025.05.15 04:13:03.794475 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50743 2025.05.15 04:13:03.794500 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39477 2025.05.15 04:13:03.794565 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33723 2025.05.15 04:13:03.794476 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.794683 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41843 2025.05.15 04:13:03.794718 [ 271 ] {} TCP-Session: 86a28c8e-9689-4b4e-baea-11ae0acc4d7d Authenticating user 'default' from [fd00:1122:3344:101::a]:63098 2025.05.15 04:13:03.794752 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.794860 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40080 2025.05.15 04:13:03.794884 [ 271 ] {} TCP-Session: 86a28c8e-9689-4b4e-baea-11ae0acc4d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.794905 [ 273 ] {} TCP-Session: 388332eb-d02a-446f-a446-9c725400288b Authenticating user 'default' from [fd00:1122:3344:101::a]:50743 2025.05.15 04:13:03.795010 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58182 2025.05.15 04:13:03.795019 [ 271 ] {} TCP-Session: 86a28c8e-9689-4b4e-baea-11ae0acc4d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795042 [ 273 ] {} TCP-Session: 388332eb-d02a-446f-a446-9c725400288b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795083 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.795064 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.795149 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.795210 [ 272 ] {} TCP-Session: e77c86d4-075c-4843-b36e-5f8f9e3b99e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39477 2025.05.15 04:13:03.795249 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.795220 [ 275 ] {} TCP-Session: 76aafc87-e4ee-4946-876a-d052fa0609d5 Authenticating user 'default' from [fd00:1122:3344:101::a]:41843 2025.05.15 04:13:03.795334 [ 272 ] {} TCP-Session: e77c86d4-075c-4843-b36e-5f8f9e3b99e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795304 [ 274 ] {} TCP-Session: dd1931f5-82f9-43ef-946f-5f37ad4225c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:33723 2025.05.15 04:13:03.795180 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.795451 [ 272 ] {} TCP-Session: e77c86d4-075c-4843-b36e-5f8f9e3b99e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795527 [ 276 ] {} TCP-Session: 7e447fa1-ec19-4d95-b59b-45e25c6e1b2a Authenticating user 'default' from [fd00:1122:3344:101::a]:40080 2025.05.15 04:13:03.795439 [ 274 ] {} TCP-Session: dd1931f5-82f9-43ef-946f-5f37ad4225c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795427 [ 275 ] {} TCP-Session: 76aafc87-e4ee-4946-876a-d052fa0609d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795615 [ 276 ] {} TCP-Session: 7e447fa1-ec19-4d95-b59b-45e25c6e1b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795620 [ 274 ] {} TCP-Session: dd1931f5-82f9-43ef-946f-5f37ad4225c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795172 [ 273 ] {} TCP-Session: 388332eb-d02a-446f-a446-9c725400288b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795730 [ 276 ] {} TCP-Session: 7e447fa1-ec19-4d95-b59b-45e25c6e1b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795706 [ 275 ] {} TCP-Session: 76aafc87-e4ee-4946-876a-d052fa0609d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795323 [ 277 ] {} TCP-Session: f4b1eb6e-9b02-4c16-a375-2319b087ddb1 Authenticating user 'default' from [fd00:1122:3344:101::a]:58182 2025.05.15 04:13:03.795900 [ 277 ] {} TCP-Session: f4b1eb6e-9b02-4c16-a375-2319b087ddb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.795915 [ 277 ] {} TCP-Session: f4b1eb6e-9b02-4c16-a375-2319b087ddb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.937574 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42764 2025.05.15 04:13:03.937836 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.937870 [ 278 ] {} TCP-Session: c7b84b8d-17d4-4868-b235-11807ace6ad1 Authenticating user 'default' from [fd00:1122:3344:101::b]:42764 2025.05.15 04:13:03.937898 [ 278 ] {} TCP-Session: c7b84b8d-17d4-4868-b235-11807ace6ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.938016 [ 278 ] {} TCP-Session: c7b84b8d-17d4-4868-b235-11807ace6ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.938101 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.05.15 04:13:03.938127 [ 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.05.15 04:13:03.938225 [ 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.05.15 04:13:03.940780 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49631 2025.05.15 04:13:03.940907 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34104 2025.05.15 04:13:03.941003 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.941022 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37302 2025.05.15 04:13:03.941123 [ 279 ] {} TCP-Session: 5a9dc050-65c1-422e-ac3f-8271c7ab472c Authenticating user 'default' from [fd00:1122:3344:101::b]:49631 2025.05.15 04:13:03.941154 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.941157 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46231 2025.05.15 04:13:03.941264 [ 280 ] {} TCP-Session: df691e80-1f6f-49b4-a45a-fcef1bacdaa8 Authenticating user 'default' from [fd00:1122:3344:101::b]:34104 2025.05.15 04:13:03.941265 [ 279 ] {} TCP-Session: 5a9dc050-65c1-422e-ac3f-8271c7ab472c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.941266 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47012 2025.05.15 04:13:03.941321 [ 279 ] {} TCP-Session: 5a9dc050-65c1-422e-ac3f-8271c7ab472c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.941355 [ 280 ] {} TCP-Session: df691e80-1f6f-49b4-a45a-fcef1bacdaa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.941440 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47403 2025.05.15 04:13:03.941479 [ 280 ] {} TCP-Session: df691e80-1f6f-49b4-a45a-fcef1bacdaa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.941517 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.941641 [ 281 ] {} TCP-Session: 27e10f46-583a-4543-84e1-3382b430aafd Authenticating user 'default' from [fd00:1122:3344:101::b]:37302 2025.05.15 04:13:03.941667 [ 281 ] {} TCP-Session: 27e10f46-583a-4543-84e1-3382b430aafd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.941798 [ 281 ] {} TCP-Session: 27e10f46-583a-4543-84e1-3382b430aafd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.941829 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34772 2025.05.15 04:13:03.941938 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.942003 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.942035 [ 284 ] {} TCP-Session: f88ab455-4fbb-46fb-9858-ad9b9b389b52 Authenticating user 'default' from [fd00:1122:3344:101::b]:47403 2025.05.15 04:13:03.941947 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.942117 [ 284 ] {} TCP-Session: f88ab455-4fbb-46fb-9858-ad9b9b389b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942128 [ 282 ] {} TCP-Session: c65326a6-39cd-45c0-aa53-c50b0f57d7da Authenticating user 'default' from [fd00:1122:3344:101::b]:46231 2025.05.15 04:13:03.942125 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.05.15 04:13:03.942229 [ 284 ] {} TCP-Session: f88ab455-4fbb-46fb-9858-ad9b9b389b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942258 [ 282 ] {} TCP-Session: c65326a6-39cd-45c0-aa53-c50b0f57d7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942269 [ 285 ] {} TCP-Session: c2688ab7-3ef1-4164-bbab-55438d6054f9 Authenticating user 'default' from [fd00:1122:3344:101::b]:34772 2025.05.15 04:13:03.942122 [ 283 ] {} TCP-Session: aaf8f668-1de1-4c27-8731-4d5668ced316 Authenticating user 'default' from [fd00:1122:3344:101::b]:47012 2025.05.15 04:13:03.942377 [ 282 ] {} TCP-Session: c65326a6-39cd-45c0-aa53-c50b0f57d7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942344 [ 285 ] {} TCP-Session: c2688ab7-3ef1-4164-bbab-55438d6054f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942494 [ 283 ] {} TCP-Session: aaf8f668-1de1-4c27-8731-4d5668ced316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942501 [ 285 ] {} TCP-Session: c2688ab7-3ef1-4164-bbab-55438d6054f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:03.942624 [ 283 ] {} TCP-Session: aaf8f668-1de1-4c27-8731-4d5668ced316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:13:04.000149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.15 MiB, peak 138.15 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 1.59 MiB 2025.05.15 04:13:09.533146 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.05.15 04:13:09.533248 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.05.15 04:13:09.533260 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.05.15 04:13:09.533350 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.05.15 04:13:09.536997 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Loading data parts 2025.05.15 04:13:09.537217 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): There are no data parts 2025.05.15 04:13:09.540769 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:09.540893 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:09.546567 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:09.547161 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:09.547378 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.05.15 04:13:09.550861 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Loading data parts 2025.05.15 04:13:09.551021 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): There are no data parts 2025.05.15 04:13:09.575108 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:09.575257 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:09.581515 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:09.582692 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:09.585841 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.05.15 04:13:10.000156 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.08 MiB 2025.05.15 04:13:12.033068 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.05.15 04:13:12.033221 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.05.15 04:13:12.037468 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Loading data parts 2025.05.15 04:13:12.037647 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): There are no data parts 2025.05.15 04:13:12.043149 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:12.043294 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:12.045008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:12.045522 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:12.045793 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.05.15 04:13:13.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.13 MiB, peak 158.13 MiB, free memory in arenas 0.00 B, will set to 155.10 MiB (RSS), difference: -3.02 MiB 2025.05.15 04:13:16.999916 [ 106 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:13:16.999972 [ 106 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:13:17.047432 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.05.15 04:13:17.048268 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:17.048310 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:17.048962 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:17.049499 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:17.049706 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.05.15 04:13:17.085892 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.05.15 04:13:17.104048 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:17.104209 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:17.111134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:17.112270 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:17.115453 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.05.15 04:13:18.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.81 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 157.62 MiB (RSS), difference: 1.81 MiB 2025.05.15 04:13:22.564034 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.564361 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.564748 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.565089 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.565851 [ 3 ] {b0e9c8d7-73b8-4802-ad4e-373e1f12d126} TCPHandler: Processed in 0.001961522 sec. 2025.05.15 04:13:22.573029 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.573170 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.577806 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.577871 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.578448 [ 3 ] {a527089f-1e1d-4de1-b03e-9d478beee8b2} TCPHandler: Processed in 0.005470173 sec. 2025.05.15 04:13:22.578908 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.579037 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.579341 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.579387 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.579775 [ 3 ] {2ebb89b2-a3f1-4473-a396-6af04734f776} TCPHandler: Processed in 0.000919379 sec. 2025.05.15 04:13:22.580004 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.580127 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.580373 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.580417 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.580815 [ 3 ] {79035159-892b-46b1-a0a4-077234edc1ab} TCPHandler: Processed in 0.000861697 sec. 2025.05.15 04:13:22.581062 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.581185 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.581443 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.581490 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.581834 [ 3 ] {5ee1ba84-03bf-44e9-ba24-e6c980ae2d5d} TCPHandler: Processed in 0.000821596 sec. 2025.05.15 04:13:22.582095 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.582218 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.582477 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.582532 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.582946 [ 3 ] {6e275dc9-c7d9-43cf-90fa-34c2cd5fe8ec} TCPHandler: Processed in 0.000928359 sec. 2025.05.15 04:13:22.583155 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.583274 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.583556 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.583603 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.583961 [ 3 ] {6cb8302f-f0b4-4b31-bf35-0542d26f30f8} TCPHandler: Processed in 0.000855987 sec. 2025.05.15 04:13:22.584156 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.584275 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.584527 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.584570 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.584900 [ 3 ] {e5d6d16a-ca31-4141-b143-2654a9713147} TCPHandler: Processed in 0.000793495 sec. 2025.05.15 04:13:22.585143 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.585262 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.585538 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.585584 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.585980 [ 3 ] {8a16e1be-a8c7-41be-937c-127ba6892ac2} TCPHandler: Processed in 0.000895098 sec. 2025.05.15 04:13:22.586184 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.586327 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.586594 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.586639 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.586979 [ 3 ] {8895e8e1-469f-4122-820d-e679376bf121} TCPHandler: Processed in 0.000847687 sec. 2025.05.15 04:13:22.587194 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.587322 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.587572 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.587622 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.587946 [ 3 ] {e922b6a1-eb49-4419-8e6e-be26bbf6eb1b} TCPHandler: Processed in 0.000802275 sec. 2025.05.15 04:13:22.588142 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.588261 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.588552 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.588602 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.588970 [ 3 ] {89740007-b155-45fc-851e-aeb0876e09c5} TCPHandler: Processed in 0.000882167 sec. 2025.05.15 04:13:22.589201 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.589320 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.589588 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.589633 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.589956 [ 3 ] {8d37e082-b64f-49f2-88b0-8532572e4e95} TCPHandler: Processed in 0.000802376 sec. 2025.05.15 04:13:22.590164 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.590290 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.590552 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.590608 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.590972 [ 3 ] {f730397e-f5ed-423d-bd12-c4a72963b3d5} TCPHandler: Processed in 0.000858027 sec. 2025.05.15 04:13:22.591167 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.591285 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.591544 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.591587 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.591915 [ 3 ] {dc9b5de2-adf1-4524-8d3c-6a8cd40d89d9} TCPHandler: Processed in 0.000796125 sec. 2025.05.15 04:13:22.592123 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.592264 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.592535 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.592581 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.592936 [ 3 ] {d378f3da-5847-49ca-a65b-de60ce154740} TCPHandler: Processed in 0.000866037 sec. 2025.05.15 04:13:22.593142 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.593288 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.593615 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.593666 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.594079 [ 3 ] {9bb22078-ea02-4e7b-ba82-cee93e9a9a87} TCPHandler: Processed in 0.000990571 sec. 2025.05.15 04:13:22.594346 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.594507 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:22.594836 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.594883 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:22.595274 [ 3 ] {2d432059-8391-49f6-bb09-c18251b6513f} TCPHandler: Processed in 0.000985972 sec. 2025.05.15 04:13:22.602243 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.602361 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.15 04:13:22.602405 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:22.603073 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:22.603122 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:22.603775 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:22.604248 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:22.604435 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} executeQuery: Read 18 rows, 2.52 KiB in 0.002105 sec., 8551.068883610451 rows/sec., 1.17 MiB/sec. 2025.05.15 04:13:22.604482 [ 3 ] {1c937b00-1160-464a-95fb-bd421f4405cf} TCPHandler: Processed in 0.002294443 sec. 2025.05.15 04:13:22.604644 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.604760 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:22.604803 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:22.607527 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:22.607564 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:22.608108 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:22.608599 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:22.608739 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} executeQuery: Read 56 rows, 4.41 KiB in 0.004003 sec., 13989.507869098177 rows/sec., 1.07 MiB/sec. 2025.05.15 04:13:22.608778 [ 3 ] {25528923-1e41-4358-b026-8ccaf4b974c4} TCPHandler: Processed in 0.004196602 sec. 2025.05.15 04:13:22.608905 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.609006 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:22.609047 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:22.609472 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:22.609511 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:22.609941 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:22.610444 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:22.610580 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} executeQuery: Read 64 rows, 5.12 KiB in 0.001596 sec., 40100.25062656642 rows/sec., 3.13 MiB/sec. 2025.05.15 04:13:22.610616 [ 3 ] {a1a7e01a-770d-4862-a592-c986ed1a311e} TCPHandler: Processed in 0.001761045 sec. 2025.05.15 04:13:22.610731 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.610828 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:22.610873 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:22.611327 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:22.611358 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:22.611876 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:22.612378 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:22.612507 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} executeQuery: Read 128 rows, 9.13 KiB in 0.001699 sec., 75338.43437316068 rows/sec., 5.25 MiB/sec. 2025.05.15 04:13:22.612543 [ 3 ] {491f9d1b-e1a7-4502-9c0d-08c244cb0b1d} TCPHandler: Processed in 0.001862779 sec. 2025.05.15 04:13:22.612653 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:22.612749 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:22.612790 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:22.613119 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:22.613154 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:22.613589 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:22.614051 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:22.614181 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} executeQuery: Read 48 rows, 3.31 KiB in 0.001451 sec., 33080.63404548587 rows/sec., 2.23 MiB/sec. 2025.05.15 04:13:22.614217 [ 3 ] {e4c7a252-a4dc-4e68-b975-f0f4e113475c} TCPHandler: Processed in 0.001615121 sec. 2025.05.15 04:13:23.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 154.64 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 159.01 MiB (RSS), difference: 4.36 MiB 2025.05.15 04:13:24.550671 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.05.15 04:13:24.551149 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:24.551201 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:24.551791 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:24.552049 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:24.552194 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.05.15 04:13:24.616402 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.05.15 04:13:24.633319 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:24.633384 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:24.639665 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:24.640395 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:24.643409 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.05.15 04:13:27.569195 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:27.569479 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:27.569584 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:27.570428 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:27.570477 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:27.570883 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:27.571115 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:27.571268 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} executeQuery: Read 56 rows, 4.41 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.31 MiB/sec. 2025.05.15 04:13:27.571314 [ 3 ] {97a0ce55-0369-4e28-8550-4f0529602fe3} TCPHandler: Processed in 0.002299373 sec. 2025.05.15 04:13:27.571437 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:27.571540 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:27.571585 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:27.572005 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:27.572043 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:27.572353 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:27.572577 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:27.572707 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. 2025.05.15 04:13:27.572744 [ 3 ] {bdd35036-6dec-431f-b3ff-41dc2697c8f9} TCPHandler: Processed in 0.001360963 sec. 2025.05.15 04:13:27.572857 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:27.572955 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:27.572998 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:27.573473 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:27.573524 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:27.573976 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:27.574219 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:27.574352 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. 2025.05.15 04:13:27.574388 [ 3 ] {9fbaf665-890e-4ac7-b868-a69f35d93a57} TCPHandler: Processed in 0.00158316 sec. 2025.05.15 04:13:27.574495 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:27.574598 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:27.574643 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:27.574988 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:27.575029 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:27.575370 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:27.575597 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:27.575726 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.05.15 04:13:27.575763 [ 3 ] {ea2d9660-dd57-4697-b942-54cc016f44f5} TCPHandler: Processed in 0.001320661 sec. 2025.05.15 04:13:32.000222 [ 54 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:13:32.000300 [ 54 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:13:32.047998 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 2025.05.15 04:13:32.051852 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.051919 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.053205 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.05.15 04:13:32.053412 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:32.053743 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.053753 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.053817 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.054135 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 142 2025.05.15 04:13:32.054460 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:32.054762 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.054938 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.05.15 04:13:32.144416 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.05.15 04:13:32.163017 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.163081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.170235 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:32.171078 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.174552 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.05.15 04:13:32.564239 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.564583 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} executeQuery: (from [fd00:1122:3344:101::d]:38492) 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.05.15 04:13:32.570584 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.576180 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} 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.05.15 04:13:32.576636 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.581966 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.587763 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.05.15 04:13:32.592981 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.593064 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.593090 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.596095 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} 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.05.15 04:13:32.596140 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.619347 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} executeQuery: Read 18 rows, 754.00 B in 0.054893 sec., 327.910662561711 rows/sec., 13.41 KiB/sec. 2025.05.15 04:13:32.619517 [ 3 ] {dfdef53b-91f0-4b1f-8db2-15075b19f663} TCPHandler: Processed in 0.055475341 sec. 2025.05.15 04:13:32.626507 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.626762 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.627151 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.627206 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} 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', 'http_service:request_latency_histogram', '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.05.15 04:13:32.627456 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.627534 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.627682 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.05.15 04:13:32.627719 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.627744 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.627763 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.627806 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.05.15 04:13:32.627833 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.628621 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} executeQuery: Read 18 rows, 754.00 B in 0.00197 sec., 9137.055837563452 rows/sec., 373.77 KiB/sec. 2025.05.15 04:13:32.628761 [ 3 ] {9528d77c-a59a-4214-9d0d-0b9950711658} TCPHandler: Processed in 0.002370184 sec. 2025.05.15 04:13:32.632248 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.632464 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.632811 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.632866 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.15 04:13:32.633165 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.633255 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.633397 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.05.15 04:13:32.633436 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.633463 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.633481 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.633525 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.05.15 04:13:32.633548 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.634204 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} executeQuery: Read 18 rows, 754.00 B in 0.00183 sec., 9836.065573770491 rows/sec., 402.37 KiB/sec. 2025.05.15 04:13:32.634311 [ 3 ] {a9f625a1-e0a4-460e-a3f8-5108a21cb98d} TCPHandler: Processed in 0.002142618 sec. 2025.05.15 04:13:32.635131 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.635293 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.635537 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.635585 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.05.15 04:13:32.635800 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.635867 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.635995 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.05.15 04:13:32.636033 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.636057 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.636075 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.636118 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.05.15 04:13:32.636142 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.636769 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} executeQuery: Read 18 rows, 754.00 B in 0.001537 sec., 11711.125569290827 rows/sec., 479.07 KiB/sec. 2025.05.15 04:13:32.636873 [ 3 ] {a01c7026-3a35-4219-97a8-b173ea0b8644} TCPHandler: Processed in 0.001806267 sec. 2025.05.15 04:13:32.637179 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.637338 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.637587 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.637625 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.05.15 04:13:32.637839 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.637907 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.638030 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.05.15 04:13:32.638065 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.638089 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.638107 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.638149 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.05.15 04:13:32.638171 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.638840 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} executeQuery: Read 18 rows, 754.00 B in 0.001563 sec., 11516.314779270633 rows/sec., 471.10 KiB/sec. 2025.05.15 04:13:32.638941 [ 3 ] {e2666199-4bb3-4564-8f71-f896b6b9a1b9} TCPHandler: Processed in 0.001824788 sec. 2025.05.15 04:13:32.639239 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.639397 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.639645 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.639686 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.05.15 04:13:32.639902 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.639966 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.640092 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.05.15 04:13:32.640129 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.640152 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.640171 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.640213 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.05.15 04:13:32.640237 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.640825 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} executeQuery: Read 18 rows, 754.00 B in 0.001486 sec., 12113.055181695829 rows/sec., 495.51 KiB/sec. 2025.05.15 04:13:32.640924 [ 3 ] {cb88e702-613c-423c-9908-bed05c3540f5} TCPHandler: Processed in 0.001746665 sec. 2025.05.15 04:13:32.641215 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.641376 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.641616 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.641658 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.05.15 04:13:32.641871 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.641937 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.642065 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.05.15 04:13:32.642102 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.642124 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.642142 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.642181 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.05.15 04:13:32.642204 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.642762 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} executeQuery: Read 18 rows, 754.00 B in 0.001448 sec., 12430.939226519336 rows/sec., 508.51 KiB/sec. 2025.05.15 04:13:32.642875 [ 3 ] {937c0033-3e34-4a78-ac8e-2574f73b94d0} TCPHandler: Processed in 0.001723354 sec. 2025.05.15 04:13:32.643183 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.643344 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.643584 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.643623 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.05.15 04:13:32.643839 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.643906 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.644032 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.05.15 04:13:32.644067 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.644092 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.644109 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.644151 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.05.15 04:13:32.644172 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.644779 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} executeQuery: Read 18 rows, 754.00 B in 0.001497 sec., 12024.048096192384 rows/sec., 491.87 KiB/sec. 2025.05.15 04:13:32.644890 [ 3 ] {9f90ae43-1004-4683-854d-f3899ba94c43} TCPHandler: Processed in 0.001770316 sec. 2025.05.15 04:13:32.645205 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.645362 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.645613 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.645656 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:13:32.645874 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.645940 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.646066 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.05.15 04:13:32.646101 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.646124 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.646143 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.646183 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.05.15 04:13:32.646205 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.646865 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} executeQuery: Read 18 rows, 754.00 B in 0.00156 sec., 11538.461538461539 rows/sec., 472.01 KiB/sec. 2025.05.15 04:13:32.646965 [ 3 ] {0953f71f-2bb0-45e5-8d8b-d7335958c48c} TCPHandler: Processed in 0.001824627 sec. 2025.05.15 04:13:32.647258 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.647422 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.647668 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.647709 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:13:32.647927 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.647994 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.648117 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.05.15 04:13:32.648152 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.648174 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.648194 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.648235 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.05.15 04:13:32.648259 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.648823 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} executeQuery: Read 18 rows, 754.00 B in 0.001466 sec., 12278.308321964529 rows/sec., 502.27 KiB/sec. 2025.05.15 04:13:32.648925 [ 3 ] {e4799590-ce58-4313-852f-7b8080ef5579} TCPHandler: Processed in 0.001728604 sec. 2025.05.15 04:13:32.649219 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.649376 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.649622 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.649664 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:13:32.649885 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.649953 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.650074 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.05.15 04:13:32.650109 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.650132 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.650151 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.650193 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:13:32.650218 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.650834 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} executeQuery: Read 18 rows, 754.00 B in 0.001519 sec., 11849.90125082291 rows/sec., 484.75 KiB/sec. 2025.05.15 04:13:32.650938 [ 3 ] {95d4e6cc-d73e-4bab-8180-b4d4db0bde7e} TCPHandler: Processed in 0.001781306 sec. 2025.05.15 04:13:32.651222 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.651380 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.651630 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.651671 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:13:32.651893 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.651957 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.652077 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.05.15 04:13:32.652111 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.652134 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.652152 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.652193 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:13:32.652216 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.652783 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} executeQuery: Read 18 rows, 754.00 B in 0.001464 sec., 12295.081967213115 rows/sec., 502.96 KiB/sec. 2025.05.15 04:13:32.652883 [ 3 ] {e92b69a2-065e-46af-bb77-56c92549a04e} TCPHandler: Processed in 0.001723185 sec. 2025.05.15 04:13:32.660838 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.661001 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} executeQuery: (from [fd00:1122:3344:101::d]:38492) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:13:32.661250 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:13:32.661294 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:13:32.661520 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.661588 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:13:32.661710 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.05.15 04:13:32.661747 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:13:32.661769 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:13:32.661785 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:13:32.661829 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:13:32.661851 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.05.15 04:13:32.662476 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} executeQuery: Read 18 rows, 754.00 B in 0.00154 sec., 11688.311688311689 rows/sec., 478.14 KiB/sec. 2025.05.15 04:13:32.662573 [ 3 ] {9f454774-06da-4f3e-9d63-49304d3ba497} TCPHandler: Processed in 0.001798357 sec. 2025.05.15 04:13:32.671474 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.671609 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.15 04:13:32.671663 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:13:32.672348 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.672398 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.672928 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:32.673170 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.673338 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} executeQuery: Read 13 rows, 4.52 KiB in 0.001769 sec., 7348.784624081402 rows/sec., 2.50 MiB/sec. 2025.05.15 04:13:32.673385 [ 3 ] {b5d046d6-9bdd-4b74-bd87-8690ce62c505} TCPHandler: Processed in 0.001975182 sec. 2025.05.15 04:13:32.673555 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.673672 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.673725 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:13:32.676879 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.676934 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.677394 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.677684 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.677838 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} executeQuery: Read 212 rows, 13.81 KiB in 0.004189 sec., 50608.73716877536 rows/sec., 3.22 MiB/sec. 2025.05.15 04:13:32.677883 [ 3 ] {a9702e45-b771-4775-8c59-51e5edab1777} TCPHandler: Processed in 0.004390638 sec. 2025.05.15 04:13:32.678028 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.678145 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:32.678194 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:32.679085 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.679131 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.679599 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:32.679876 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.680030 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} executeQuery: Read 633 rows, 50.98 KiB in 0.001909 sec., 331587.21843897324 rows/sec., 26.08 MiB/sec. 2025.05.15 04:13:32.680075 [ 3 ] {6130b927-39a2-4036-afe7-056da84e47bc} TCPHandler: Processed in 0.002109987 sec. 2025.05.15 04:13:32.680209 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.680330 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.680380 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:13:32.681072 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.681117 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.681540 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.681812 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.681961 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} executeQuery: Read 114 rows, 6.99 KiB in 0.001655 sec., 68882.1752265861 rows/sec., 4.12 MiB/sec. 2025.05.15 04:13:32.682008 [ 3 ] {56569674-7d5f-4837-84de-3604fd25a170} TCPHandler: Processed in 0.001862979 sec. 2025.05.15 04:13:32.682152 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.682270 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.682319 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:13:32.682889 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.682931 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.683304 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.683592 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.683747 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} executeQuery: Read 113 rows, 7.49 KiB in 0.001503 sec., 75182.96739853626 rows/sec., 4.87 MiB/sec. 2025.05.15 04:13:32.683793 [ 3 ] {d9a0bb99-450a-4f19-8b85-e1af284206dd} TCPHandler: Processed in 0.001702164 sec. 2025.05.15 04:13:32.683927 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.684043 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.684093 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:13:32.684624 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.684668 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.685058 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.685340 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.685494 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} executeQuery: Read 112 rows, 6.53 KiB in 0.001474 sec., 75983.71777476255 rows/sec., 4.33 MiB/sec. 2025.05.15 04:13:32.685539 [ 3 ] {f7c8ed43-cf54-4dc8-9321-8d843a2499a1} TCPHandler: Processed in 0.001672463 sec. 2025.05.15 04:13:32.685674 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.685792 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:32.685841 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:32.686517 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.686562 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.686991 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:32.687270 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.687425 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} executeQuery: Read 390 rows, 28.23 KiB in 0.001656 sec., 235507.2463768116 rows/sec., 16.64 MiB/sec. 2025.05.15 04:13:32.687478 [ 3 ] {a70d2b0e-31d6-48ef-83da-881cc410144d} TCPHandler: Processed in 0.001865119 sec. 2025.05.15 04:13:32.687615 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.687734 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:13:32.687785 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:13:32.688187 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.688231 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.688694 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.688968 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.689121 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} executeQuery: Read 6 rows, 321.00 B in 0.001412 sec., 4249.291784702549 rows/sec., 222.01 KiB/sec. 2025.05.15 04:13:32.689174 [ 3 ] {8bd7c3c9-d273-48cf-abc3-f10a343fb080} TCPHandler: Processed in 0.001619751 sec. 2025.05.15 04:13:32.689312 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.689428 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.689482 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:32.690007 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.690051 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.690469 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:32.690737 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.690901 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} executeQuery: Read 237 rows, 16.27 KiB in 0.001495 sec., 158528.4280936455 rows/sec., 10.63 MiB/sec. 2025.05.15 04:13:32.690958 [ 3 ] {85755798-6784-4fa4-9623-b882d0ba15c9} TCPHandler: Processed in 0.001712344 sec. 2025.05.15 04:13:32.691102 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.691227 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.691286 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:13:32.691720 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.691770 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.692195 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.692516 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.692690 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. 2025.05.15 04:13:32.692748 [ 3 ] {c1b777b4-7726-4989-b8a4-be79ccc00f3f} TCPHandler: Processed in 0.001715214 sec. 2025.05.15 04:13:32.692891 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.693020 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.693093 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} 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.05.15 04:13:32.694039 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.694096 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.698218 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:13:32.698558 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.698765 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} executeQuery: Read 8 rows, 14.68 KiB in 0.005773 sec., 1385.7613026156243 rows/sec., 2.48 MiB/sec. 2025.05.15 04:13:32.698845 [ 3 ] {b8caae4f-4e3c-4aa1-a2c3-dad9ca1fe849} TCPHandler: Processed in 0.00602219 sec. 2025.05.15 04:13:32.699008 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:32.699143 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:32.699201 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:32.699673 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:32.699722 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:32.700170 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:32.700488 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:32.700688 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. 2025.05.15 04:13:32.700749 [ 3 ] {7048c770-ac53-4280-be54-1c0ff6a08d1a} TCPHandler: Processed in 0.001813037 sec. 2025.05.15 04:13:33.000157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.51 MiB, peak 164.97 MiB, free memory in arenas 0.00 B, will set to 163.76 MiB (RSS), difference: 1.24 MiB 2025.05.15 04:13:37.568071 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:37.568266 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:37.568329 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:37.568959 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:37.569003 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:37.569388 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:37.569628 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:37.569788 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} executeQuery: Read 56 rows, 4.41 KiB in 0.00157 sec., 35668.789808917194 rows/sec., 2.74 MiB/sec. 2025.05.15 04:13:37.569829 [ 3 ] {96a7e28d-3303-4c8e-a92d-af34eb2726e1} TCPHandler: Processed in 0.00188326 sec. 2025.05.15 04:13:37.569942 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:37.570037 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:37.570077 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:37.570503 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:37.570540 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:37.570845 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:37.571070 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:37.571203 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.05.15 04:13:37.571241 [ 3 ] {7e8dcebd-ad88-4a5d-8e3a-746bbce25f7a} TCPHandler: Processed in 0.001348122 sec. 2025.05.15 04:13:37.571362 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:37.571456 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:37.571498 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:37.571922 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:37.571959 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:37.572302 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:37.572534 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:37.572668 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.05.15 04:13:37.572704 [ 3 ] {1d7ccb43-6fed-4dcf-adb2-17ef2434e3dd} TCPHandler: Processed in 0.001390234 sec. 2025.05.15 04:13:37.572817 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:37.572909 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:37.572950 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:37.573292 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:37.573327 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:37.573630 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:37.573854 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:37.573985 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.05.15 04:13:37.574020 [ 3 ] {0088501e-eed4-48c4-958b-d5ea7eec70a7} TCPHandler: Processed in 0.001253439 sec. 2025.05.15 04:13:39.555980 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.05.15 04:13:39.556472 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:39.556522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:39.557070 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:13:39.557306 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:39.557458 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.05.15 04:13:39.675583 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.05.15 04:13:39.692313 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:39.692356 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:39.698300 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:13:39.699040 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:39.701859 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.05.15 04:13:42.054334 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 2025.05.15 04:13:42.056915 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.056962 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.058167 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:42.058437 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.058670 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2025.05.15 04:13:42.575357 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.575556 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.575627 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:13:42.576287 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.576331 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.576754 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.577005 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.577156 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} executeQuery: Read 212 rows, 13.81 KiB in 0.001654 sec., 128174.12333736396 rows/sec., 8.15 MiB/sec. 2025.05.15 04:13:42.577199 [ 3 ] {7803778a-8250-40f4-835f-ec2ab680b3f1} TCPHandler: Processed in 0.001978142 sec. 2025.05.15 04:13:42.577314 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.577413 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:42.577456 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:42.578113 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.578151 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.578515 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:13:42.578776 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.578910 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} executeQuery: Read 633 rows, 50.98 KiB in 0.001519 sec., 416721.5273206057 rows/sec., 32.77 MiB/sec. 2025.05.15 04:13:42.578948 [ 3 ] {db8a7f37-9105-46db-b262-6c9fa6011858} TCPHandler: Processed in 0.001685103 sec. 2025.05.15 04:13:42.579057 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.579153 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.579193 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:13:42.579613 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.579651 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.579964 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.580195 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.580320 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} executeQuery: Read 114 rows, 6.99 KiB in 0.001187 sec., 96040.43807919124 rows/sec., 5.75 MiB/sec. 2025.05.15 04:13:42.580358 [ 3 ] {d4605382-0b81-4439-aac2-a47cb3abfb17} TCPHandler: Processed in 0.001352333 sec. 2025.05.15 04:13:42.580470 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.580566 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.580606 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:13:42.581022 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.581060 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.581374 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.581606 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.581731 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} executeQuery: Read 113 rows, 7.49 KiB in 0.001183 sec., 95519.86475063398 rows/sec., 6.18 MiB/sec. 2025.05.15 04:13:42.581768 [ 3 ] {a59a6939-fe7b-4024-ac23-226b2312278c} TCPHandler: Processed in 0.001347213 sec. 2025.05.15 04:13:42.581874 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.581966 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.582006 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:13:42.582416 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.582453 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.582764 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.583012 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.583138 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} executeQuery: Read 112 rows, 6.53 KiB in 0.00119 sec., 94117.64705882352 rows/sec., 5.36 MiB/sec. 2025.05.15 04:13:42.583175 [ 3 ] {7de564c9-ab7e-40fc-8117-0e5c87d57b34} TCPHandler: Processed in 0.001352143 sec. 2025.05.15 04:13:42.583278 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.583370 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:42.583411 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:42.583933 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.583971 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.584316 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:13:42.584546 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.584678 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} executeQuery: Read 390 rows, 28.23 KiB in 0.001325 sec., 294339.62264150946 rows/sec., 20.80 MiB/sec. 2025.05.15 04:13:42.584715 [ 3 ] {3e83ae52-aea0-4dd6-a200-a3089c90c88d} TCPHandler: Processed in 0.001485847 sec. 2025.05.15 04:13:42.584827 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.584922 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:13:42.584963 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:13:42.585280 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.585324 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.585636 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.585866 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.585991 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2025.05.15 04:13:42.586027 [ 3 ] {b36ebfd2-9d20-42b9-83a6-b3032f443963} TCPHandler: Processed in 0.001249339 sec. 2025.05.15 04:13:42.586132 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.586225 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.586268 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:42.586664 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.586703 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.587057 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:13:42.587290 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.587423 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} executeQuery: Read 237 rows, 16.27 KiB in 0.001216 sec., 194901.31578947368 rows/sec., 13.06 MiB/sec. 2025.05.15 04:13:42.587459 [ 3 ] {5b3e9e85-9533-4862-885b-272a186d687b} TCPHandler: Processed in 0.001376703 sec. 2025.05.15 04:13:42.587564 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.587658 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.587700 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:13:42.587997 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.588034 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.588346 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.588573 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.588697 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2025.05.15 04:13:42.588734 [ 3 ] {4a322326-6b00-4e72-85f8-6beb7b7f4f15} TCPHandler: Processed in 0.001218599 sec. 2025.05.15 04:13:42.588833 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.588927 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.588981 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} 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.05.15 04:13:42.589714 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.589750 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.590298 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:13:42.590542 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.590677 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} executeQuery: Read 8 rows, 14.68 KiB in 0.001768 sec., 4524.886877828054 rows/sec., 8.11 MiB/sec. 2025.05.15 04:13:42.590733 [ 3 ] {8c23f430-b40c-4bc8-b20e-7766797e1895} TCPHandler: Processed in 0.001947942 sec. 2025.05.15 04:13:42.590842 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:42.590936 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:42.590978 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:42.591305 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:42.591340 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2025.05.15 04:13:42.591655 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:13:42.591887 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:42.592016 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} executeQuery: Read 82 rows, 5.33 KiB in 0.001098 sec., 74681.23861566484 rows/sec., 4.74 MiB/sec. 2025.05.15 04:13:42.592052 [ 3 ] {7164a4c5-5170-4b51-81dc-85828709b321} TCPHandler: Processed in 0.001259569 sec. 2025.05.15 04:13:47.001341 [ 87 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:13:47.001408 [ 87 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:13:47.058435 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.05.15 04:13:47.058963 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.059007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.059526 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:13:47.059760 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.059886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.05.15 04:13:47.059888 [ 87 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:13:47.059962 [ 87 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.059984 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.060246 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.060490 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:13:47.060584 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.060691 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.060777 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.060822 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.060908 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.060978 [ 188 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::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.05.15 04:13:47.083047 [ 187 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022976606 sec., 122124.21625717916 rows/sec., 1.75 MiB/sec. 2025.05.15 04:13:47.083789 [ 193 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:13:47.084092 [ 193 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.084158 [ 193 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_6_1} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:13:47.084265 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.05.15 04:13:47.202835 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.05.15 04:13:47.219557 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.219596 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.225764 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:13:47.226469 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.226720 [ 84 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:13:47.226757 [ 84 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.226774 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.226888 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.229766 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.05.15 04:13:47.231473 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:13:47.232939 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.237523 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.241850 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.245912 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.253066 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.257147 [ 193 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::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.05.15 04:13:47.318491 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091670475 sec., 501.79733441983365 rows/sec., 2.59 MiB/sec. 2025.05.15 04:13:47.320388 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:13:47.322307 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.322414 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_6_1} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:13:47.323817 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.05.15 04:13:47.568342 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:47.568522 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:47.568588 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:47.569179 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.569214 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.569582 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:13:47.569802 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.569913 [ 84 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:13:47.569939 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} executeQuery: Read 56 rows, 4.41 KiB in 0.001468 sec., 38147.13896457766 rows/sec., 2.93 MiB/sec. 2025.05.15 04:13:47.569951 [ 84 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.569973 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.569977 [ 3 ] {43909181-7668-4470-bc0a-ee00b220d6f9} TCPHandler: Processed in 0.001761335 sec. 2025.05.15 04:13:47.570129 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:47.570171 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::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.05.15 04:13:47.570248 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:47.570308 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:47.570410 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:13:47.570491 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part 2025.05.15 04:13:47.570650 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.05.15 04:13:47.570744 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part 2025.05.15 04:13:47.570799 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.05.15 04:13:47.570815 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.570843 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part 2025.05.15 04:13:47.570857 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.570895 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.05.15 04:13:47.571190 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:13:47.571449 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.571540 [ 84 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:13:47.571567 [ 84 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.571578 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} executeQuery: Read 64 rows, 5.12 KiB in 0.001355 sec., 47232.47232472325 rows/sec., 3.69 MiB/sec. 2025.05.15 04:13:47.571589 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.571615 [ 3 ] {9dd52c8b-d454-4ee1-8c98-11eb81a15500} TCPHandler: Processed in 0.001560139 sec. 2025.05.15 04:13:47.571700 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::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.05.15 04:13:47.571726 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:47.571837 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:47.571878 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:47.571887 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:13:47.571933 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part 2025.05.15 04:13:47.572032 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.05.15 04:13:47.572091 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part 2025.05.15 04:13:47.572141 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.05.15 04:13:47.572190 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part 2025.05.15 04:13:47.572252 [ 191 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.002185009 sec., 681919.387975061 rows/sec., 56.04 MiB/sec. 2025.05.15 04:13:47.572258 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.05.15 04:13:47.572300 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.572346 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.572446 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:13:47.572848 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.572921 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:13:47.572927 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_6_1} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:13:47.573016 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.05.15 04:13:47.573173 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.573290 [ 84 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:13:47.573317 [ 84 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.573318 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. 2025.05.15 04:13:47.573334 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.573358 [ 3 ] {8a4ac778-22e5-4ba5-893a-bd06b6a3a103} TCPHandler: Processed in 0.001681503 sec. 2025.05.15 04:13:47.573437 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::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.05.15 04:13:47.573467 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:47.573541 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:13:47.573568 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:47.573584 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part 2025.05.15 04:13:47.573585 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.001947141 sec., 532062.1362294769 rows/sec., 40.60 MiB/sec. 2025.05.15 04:13:47.573609 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:47.573682 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.05.15 04:13:47.573736 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part 2025.05.15 04:13:47.573747 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:13:47.573781 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.05.15 04:13:47.573829 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part 2025.05.15 04:13:47.573886 [ 200 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.05.15 04:13:47.573965 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.574004 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.574009 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.574092 [ 187 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_6_1} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:13:47.574162 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.05.15 04:13:47.574351 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:13:47.574588 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.574693 [ 84 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:13:47.574730 [ 84 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:47.574739 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2025.05.15 04:13:47.574758 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:47.574784 [ 3 ] {697893a6-cedb-47d8-8f2a-608f08928109} TCPHandler: Processed in 0.001365703 sec. 2025.05.15 04:13:47.574837 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::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.05.15 04:13:47.574962 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:13:47.574996 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.05.15 04:13:47.575024 [ 186 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001624651 sec., 665989.1878317251 rows/sec., 45.62 MiB/sec. 2025.05.15 04:13:47.575068 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.05.15 04:13:47.575126 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part 2025.05.15 04:13:47.575181 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.05.15 04:13:47.575228 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part 2025.05.15 04:13:47.575237 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:13:47.575274 [ 191 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.05.15 04:13:47.575481 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.575547 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_6_1} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:13:47.575611 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.05.15 04:13:47.576124 [ 189 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.001317991 sec., 297422.36479611776 rows/sec., 19.56 MiB/sec. 2025.05.15 04:13:47.576254 [ 187 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:13:47.576476 [ 187 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:47.576530 [ 187 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_6_1} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:13:47.576577 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.05.15 04:13:48.001069 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.62 MiB, peak 175.73 MiB, free memory in arenas 0.00 B, will set to 177.13 MiB (RSS), difference: 10.51 MiB 2025.05.15 04:13:52.059249 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 230 2025.05.15 04:13:52.061433 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.061489 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.062674 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:13:52.062943 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.063254 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 230 2025.05.15 04:13:52.574813 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.575016 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.575091 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:13:52.575943 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.575990 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.576394 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.576627 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.576813 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} executeQuery: Read 212 rows, 13.81 KiB in 0.001853 sec., 114409.06637884512 rows/sec., 7.28 MiB/sec. 2025.05.15 04:13:52.576861 [ 3 ] {6afb44dd-343f-4d46-b5e6-fa762ece6804} TCPHandler: Processed in 0.00222134 sec. 2025.05.15 04:13:52.576988 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.577096 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:52.577139 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:52.577904 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.577942 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.578291 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:13:52.578499 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.578637 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} executeQuery: Read 633 rows, 50.98 KiB in 0.001564 sec., 404731.4578005115 rows/sec., 31.83 MiB/sec. 2025.05.15 04:13:52.578674 [ 3 ] {42d2777d-d65d-4a95-bfe3-dc3d13ff36ec} TCPHandler: Processed in 0.001736285 sec. 2025.05.15 04:13:52.578783 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.578876 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.578915 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:13:52.579420 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.579465 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.579839 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.580095 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.580251 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} executeQuery: Read 114 rows, 6.99 KiB in 0.001391 sec., 81955.42774982027 rows/sec., 4.91 MiB/sec. 2025.05.15 04:13:52.580296 [ 3 ] {63b373d2-c750-4690-8571-a53a65a5a8b4} TCPHandler: Processed in 0.001560699 sec. 2025.05.15 04:13:52.580412 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.580509 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.580551 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:13:52.580999 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.581037 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.581346 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.581569 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.581703 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} executeQuery: Read 113 rows, 7.49 KiB in 0.001212 sec., 93234.32343234324 rows/sec., 6.04 MiB/sec. 2025.05.15 04:13:52.581743 [ 3 ] {097201aa-3cf4-4fbc-bd0e-748ea95999de} TCPHandler: Processed in 0.001382363 sec. 2025.05.15 04:13:52.581853 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.581947 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.581989 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:13:52.582420 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.582457 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.582758 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.582979 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.583110 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} executeQuery: Read 112 rows, 6.53 KiB in 0.00118 sec., 94915.25423728813 rows/sec., 5.41 MiB/sec. 2025.05.15 04:13:52.583151 [ 3 ] {e66dbac5-4606-4617-8aec-b8183c8d5947} TCPHandler: Processed in 0.001348003 sec. 2025.05.15 04:13:52.583261 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.583356 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:52.583397 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:52.583985 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.584030 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.584422 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:13:52.584634 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.584760 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} executeQuery: Read 390 rows, 28.23 KiB in 0.001422 sec., 274261.6033755274 rows/sec., 19.38 MiB/sec. 2025.05.15 04:13:52.584797 [ 3 ] {7af23db0-6a05-4ff4-b3fa-c0df26f45f39} TCPHandler: Processed in 0.001585779 sec. 2025.05.15 04:13:52.584902 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.584995 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:13:52.585035 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:13:52.585353 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.585389 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.585679 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.585874 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.585996 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} executeQuery: Read 6 rows, 321.00 B in 0.001021 sec., 5876.5915768854065 rows/sec., 307.03 KiB/sec. 2025.05.15 04:13:52.586031 [ 3 ] {39fb5df7-e6c7-4fd8-ac02-fd92144ac771} TCPHandler: Processed in 0.001177997 sec. 2025.05.15 04:13:52.586161 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.586279 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.586329 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:52.586832 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.586878 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.587279 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:13:52.587504 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.587631 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} executeQuery: Read 237 rows, 16.27 KiB in 0.001377 sec., 172113.2897603486 rows/sec., 11.54 MiB/sec. 2025.05.15 04:13:52.587666 [ 3 ] {7c2cbe96-e78d-45f0-8614-738491cf894f} TCPHandler: Processed in 0.001564379 sec. 2025.05.15 04:13:52.587769 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.587865 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.587905 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:13:52.588202 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.588238 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.588524 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.588730 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.588854 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2025.05.15 04:13:52.588888 [ 3 ] {f78d2939-9403-4cd2-9079-eb6c8df81ff8} TCPHandler: Processed in 0.001166097 sec. 2025.05.15 04:13:52.588991 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.589084 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.589137 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} 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.05.15 04:13:52.589885 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.589920 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.590427 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:13:52.590644 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.590779 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} executeQuery: Read 8 rows, 14.68 KiB in 0.001713 sec., 4670.1692936368945 rows/sec., 8.37 MiB/sec. 2025.05.15 04:13:52.590827 [ 3 ] {8358e46a-d74b-4d3f-8782-d7826b0d1d81} TCPHandler: Processed in 0.00188359 sec. 2025.05.15 04:13:52.590931 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:52.591023 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:52.591063 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:52.591393 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:52.591430 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:52.591727 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:13:52.591929 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:52.592051 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} executeQuery: Read 82 rows, 5.33 KiB in 0.001047 sec., 78319.00668576887 rows/sec., 4.97 MiB/sec. 2025.05.15 04:13:52.592085 [ 3 ] {fddfaadf-7643-4910-8912-6ba86b3032ac} TCPHandler: Processed in 0.001200788 sec. 2025.05.15 04:13:54.560250 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.05.15 04:13:54.560748 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:54.560797 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:54.561281 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:13:54.561512 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:54.561653 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.05.15 04:13:54.730137 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.05.15 04:13:54.748507 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:54.748565 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:54.754295 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:13:54.755004 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:54.758377 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.05.15 04:13:57.568724 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:57.568917 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:13:57.568986 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:13:57.569736 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:57.569775 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:57.570138 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:13:57.570372 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:57.570520 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} executeQuery: Read 56 rows, 4.41 KiB in 0.001655 sec., 33836.8580060423 rows/sec., 2.60 MiB/sec. 2025.05.15 04:13:57.570559 [ 3 ] {52942aa0-650d-40f2-a8ac-ccb7db6ed3b9} TCPHandler: Processed in 0.001970572 sec. 2025.05.15 04:13:57.570684 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:57.570786 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:13:57.570825 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:13:57.571280 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:57.571313 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:57.571596 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:13:57.571798 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:57.571917 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. 2025.05.15 04:13:57.571951 [ 3 ] {d9db685f-6b97-42b4-bd3b-b2cb8bbce8f3} TCPHandler: Processed in 0.001314682 sec. 2025.05.15 04:13:57.572085 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:57.572184 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:13:57.572226 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:13:57.572720 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:57.572755 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:57.573073 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:13:57.573273 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:57.573394 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.05.15 04:13:57.573429 [ 3 ] {8de030c6-cc5d-45a5-91f0-9be0d2110611} TCPHandler: Processed in 0.001400894 sec. 2025.05.15 04:13:57.573542 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:13:57.573652 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} executeQuery: (from [fd00:1122:3344:101::d]:38492) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:13:57.573692 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:13:57.574041 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:13:57.574074 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:13:57.574365 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:13:57.574575 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:13:57.574695 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.05.15 04:13:57.574728 [ 3 ] {07bca456-23b8-4e1a-bc82-34e33b053942} TCPHandler: Processed in 0.001234289 sec. 2025.05.15 04:14:02.001448 [ 58 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:14:02.001518 [ 58 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:14:02.062706 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.05.15 04:14:02.063199 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.063244 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.063748 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:02.063990 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.064117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.05.15 04:14:02.064152 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 260 2025.05.15 04:14:02.066490 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.066541 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.067750 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:02.068051 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.068369 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 260 2025.05.15 04:14:02.247443 [ 3 ] {} TCPHandler: Done processing connection. 2025.05.15 04:14:02.247534 [ 3 ] {} TCP-Session: 8093a9f2-4fca-4ab7-969a-2831e21508f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.05.15 04:14:02.259415 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.05.15 04:14:02.280380 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.280450 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.286883 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:02.287687 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.291607 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.05.15 04:14:02.571527 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.571770 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} executeQuery: (from [fd00:1122:3344:101::d]:45864) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:02.572154 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:02.572197 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:02.572457 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:02.572532 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:02.572677 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.05.15 04:14:02.572909 [ 288 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:02.572983 [ 289 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:02.573096 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:14:02.573129 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:02.577083 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:02.577115 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.05.15 04:14:02.577177 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:02.577217 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:02.578178 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} executeQuery: Read 31 rows, 1.17 KiB in 0.006511 sec., 4761.173398863461 rows/sec., 179.68 KiB/sec. 2025.05.15 04:14:02.578306 [ 4 ] {2eb6cb03-b352-46a6-b316-97f899f86f76} TCPHandler: Processed in 0.006912769 sec. 2025.05.15 04:14:02.578542 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.578690 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:02.578939 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:02.578977 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:02.579182 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:02.579241 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:02.579351 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.05.15 04:14:02.579424 [ 289 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:02.579423 [ 290 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:02.579562 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:14:02.579589 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:02.579650 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:02.579668 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.05.15 04:14:02.579699 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:02.579731 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:02.580421 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} executeQuery: Read 31 rows, 1.17 KiB in 0.001796 sec., 17260.57906458797 rows/sec., 651.40 KiB/sec. 2025.05.15 04:14:02.580519 [ 4 ] {fed74fc2-29cb-4fcb-94bb-1b19d0127405} TCPHandler: Processed in 0.002033725 sec. 2025.05.15 04:14:02.580734 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.580879 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:02.581125 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:02.581162 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:02.581382 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:02.581440 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:02.581547 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.05.15 04:14:02.581611 [ 290 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:02.581619 [ 288 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:02.581719 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (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.05.15 04:14:02.581739 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:02.581794 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:02.581812 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.05.15 04:14:02.581842 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:02.581890 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:02.582499 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} executeQuery: Read 31 rows, 1.17 KiB in 0.001682 sec., 18430.439952437577 rows/sec., 695.55 KiB/sec. 2025.05.15 04:14:02.582608 [ 4 ] {3fc5a42b-e38b-4c40-ac21-f1bc3e7c5aaa} TCPHandler: Processed in 0.001926491 sec. 2025.05.15 04:14:02.589679 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.589795 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.15 04:14:02.589840 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:02.590428 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.590475 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.590897 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.05.15 04:14:02.591099 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.591247 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} executeQuery: Read 3 rows, 280.00 B in 0.001485 sec., 2020.2020202020203 rows/sec., 184.13 KiB/sec. 2025.05.15 04:14:02.591288 [ 4 ] {2352fc76-21c4-4fa4-b6b4-a18e616c19c9} TCPHandler: Processed in 0.001665013 sec. 2025.05.15 04:14:02.591407 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.591507 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.591551 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:14:02.592041 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.592080 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.592410 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.592686 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.592823 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} executeQuery: Read 212 rows, 13.81 KiB in 0.001339 sec., 158327.10978342048 rows/sec., 10.07 MiB/sec. 2025.05.15 04:14:02.592862 [ 4 ] {0d351e0c-2b2c-4e78-8c9f-dc208aa3b917} TCPHandler: Processed in 0.001507118 sec. 2025.05.15 04:14:02.592985 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.593081 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:02.593122 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:02.593807 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.593845 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.594250 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:02.594466 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.594594 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} executeQuery: Read 687 rows, 56.03 KiB in 0.001532 sec., 448433.42036553525 rows/sec., 35.71 MiB/sec. 2025.05.15 04:14:02.594632 [ 4 ] {a191b35f-606a-481a-a266-61b68bab16e7} TCPHandler: Processed in 0.001697803 sec. 2025.05.15 04:14:02.594766 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.594862 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.594903 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:02.595349 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.595386 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.595688 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.595899 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.596022 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} executeQuery: Read 141 rows, 9.02 KiB in 0.001178 sec., 119694.3972835314 rows/sec., 7.48 MiB/sec. 2025.05.15 04:14:02.596061 [ 4 ] {21fc3223-cf79-41db-bba5-b687de5893c2} TCPHandler: Processed in 0.001345812 sec. 2025.05.15 04:14:02.596191 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.596285 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.596325 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:02.596754 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.596792 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.597095 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.597317 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.597443 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} executeQuery: Read 113 rows, 7.49 KiB in 0.001175 sec., 96170.21276595745 rows/sec., 6.23 MiB/sec. 2025.05.15 04:14:02.597480 [ 4 ] {8e226a93-078e-4087-863e-2681ecc34531} TCPHandler: Processed in 0.001338142 sec. 2025.05.15 04:14:02.597604 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.597701 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.597743 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:14:02.598189 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.598227 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.598529 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.598736 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.598862 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} executeQuery: Read 112 rows, 6.53 KiB in 0.001178 sec., 95076.40067911714 rows/sec., 5.42 MiB/sec. 2025.05.15 04:14:02.598900 [ 4 ] {7e439843-ba62-4c9b-8b52-1daf6a9d7a3f} TCPHandler: Processed in 0.001352612 sec. 2025.05.15 04:14:02.599023 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.599119 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:02.599159 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:02.599689 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.599727 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.600057 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:02.600264 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.600398 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} executeQuery: Read 427 rows, 31.20 KiB in 0.001297 sec., 329221.2798766384 rows/sec., 23.49 MiB/sec. 2025.05.15 04:14:02.600435 [ 4 ] {05d9c9b8-795a-4ab0-a289-d0f29c7acd39} TCPHandler: Processed in 0.001466036 sec. 2025.05.15 04:14:02.600556 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.600650 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:14:02.600690 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:14:02.601020 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.601057 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.601356 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.601569 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.601701 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2025.05.15 04:14:02.601748 [ 4 ] {33984120-4b21-4029-9295-f60e0497039c} TCPHandler: Processed in 0.001240689 sec. 2025.05.15 04:14:02.601874 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.601968 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.602011 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:02.602391 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.602426 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.602777 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:02.602998 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.603123 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} executeQuery: Read 237 rows, 16.27 KiB in 0.001174 sec., 201873.93526405454 rows/sec., 13.53 MiB/sec. 2025.05.15 04:14:02.603159 [ 4 ] {138032c2-419e-47ff-ad21-2f32ab8feff0} TCPHandler: Processed in 0.001335122 sec. 2025.05.15 04:14:02.603272 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.603367 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.603408 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:14:02.603718 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.603752 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.604037 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.604249 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.604380 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2025.05.15 04:14:02.604416 [ 4 ] {d12d385b-2728-42c3-820c-83e5f065091d} TCPHandler: Processed in 0.001192697 sec. 2025.05.15 04:14:02.604557 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.604652 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.604704 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} 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.05.15 04:14:02.605553 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.605592 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.606144 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:02.606368 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.606531 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} executeQuery: Read 35 rows, 64.22 KiB in 0.001897 sec., 18450.18450184502 rows/sec., 33.06 MiB/sec. 2025.05.15 04:14:02.606589 [ 4 ] {71d9c278-ce2b-478e-9f7c-ae6057c59118} TCPHandler: Processed in 0.002080636 sec. 2025.05.15 04:14:02.606695 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.606788 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.606830 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.15 04:14:02.607145 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.607180 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.607490 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:14:02.607706 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.607828 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} executeQuery: Read 18 rows, 1.36 KiB in 0.001058 sec., 17013.232514177696 rows/sec., 1.25 MiB/sec. 2025.05.15 04:14:02.607864 [ 4 ] {d21e6be7-ef58-448f-af33-3a2bf84b0891} TCPHandler: Processed in 0.001218218 sec. 2025.05.15 04:14:02.607972 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:02.608065 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:02.608105 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:02.608417 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:02.608453 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:02.608751 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:02.608954 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:02.609077 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} executeQuery: Read 82 rows, 5.33 KiB in 0.00103 sec., 79611.65048543688 rows/sec., 5.06 MiB/sec. 2025.05.15 04:14:02.609112 [ 4 ] {1b1cbcb9-f865-4e1b-8cf5-3153777f294c} TCPHandler: Processed in 0.001189218 sec. 2025.05.15 04:14:03.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 177.33 MiB, peak 181.88 MiB, free memory in arenas 0.00 B, will set to 179.19 MiB (RSS), difference: 1.86 MiB 2025.05.15 04:14:07.568055 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:07.568334 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:07.568433 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:07.569234 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:07.569279 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:07.569687 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:07.569918 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:07.570079 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} executeQuery: Read 56 rows, 4.41 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.37 MiB/sec. 2025.05.15 04:14:07.570126 [ 4 ] {6c6fdfe9-fd12-4c22-9368-74c408ec7559} TCPHandler: Processed in 0.00224042 sec. 2025.05.15 04:14:07.570243 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:07.570344 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:07.570387 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:07.570821 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:07.570856 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:07.571169 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:07.571393 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:07.571521 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2025.05.15 04:14:07.571559 [ 4 ] {33cb274a-56c3-47c2-b7f4-aa92272abd9c} TCPHandler: Processed in 0.001368744 sec. 2025.05.15 04:14:07.571728 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:07.571823 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:07.571868 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:07.572279 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:07.572314 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:07.572663 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:07.572867 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:07.572995 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.05.15 04:14:07.573031 [ 4 ] {b1af32ff-a400-4348-bb1c-6b2c0aa0beec} TCPHandler: Processed in 0.001353663 sec. 2025.05.15 04:14:07.573137 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:07.573231 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:07.573272 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:07.573606 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:07.573642 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:07.573946 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:07.574155 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:07.574281 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.05.15 04:14:07.574316 [ 4 ] {f42f24e4-1c78-4565-a670-a9830ca5eb49} TCPHandler: Processed in 0.001230119 sec. 2025.05.15 04:14:09.564189 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.05.15 04:14:09.564734 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:09.564786 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:09.565313 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:09.565550 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:09.565688 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.05.15 04:14:09.791689 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.05.15 04:14:09.808164 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:09.808220 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:09.813810 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:09.814522 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:09.817313 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.05.15 04:14:12.068500 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 300 2025.05.15 04:14:12.070848 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.070895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.072048 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:12.072300 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.072444 [ 35 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:14:12.072489 [ 35 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.072512 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.072544 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 300 2025.05.15 04:14:12.072595 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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.05.15 04:14:12.073086 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.073248 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.05.15 04:14:12.073653 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2025.05.15 04:14:12.074039 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part 2025.05.15 04:14:12.074409 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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.05.15 04:14:12.074784 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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.05.15 04:14:12.075142 [ 191 ] {9cb97338-0695-4425-95b2-8819eaf74741::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.05.15 04:14:12.081168 [ 189 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 72 columns (72 merged, 0 gathered) in 0.008603962 sec., 34867.6574815184 rows/sec., 34.26 MiB/sec. 2025.05.15 04:14:12.082367 [ 186 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:14:12.083054 [ 186 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.083152 [ 186 ] {9cb97338-0695-4425-95b2-8819eaf74741::all_1_6_1} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:14:12.083393 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2025.05.15 04:14:12.575297 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.575478 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.575547 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:14:12.576259 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.576311 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.576741 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.576972 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.577110 [ 35 ] {} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.15 04:14:12.577136 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} executeQuery: Read 212 rows, 13.81 KiB in 0.001707 sec., 124194.49326303457 rows/sec., 7.90 MiB/sec. 2025.05.15 04:14:12.577175 [ 35 ] {} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.577198 [ 4 ] {90f92405-fd57-4a7f-ba7d-62abd4de90d8} TCPHandler: Processed in 0.002034044 sec. 2025.05.15 04:14:12.577202 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.577325 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.577335 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.05.15 04:14:12.577440 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:12.577458 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.577489 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:12.577498 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:12.577583 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:12.577654 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:12.577702 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:12.577741 [ 189 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:12.578224 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.578263 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.578601 [ 186 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001315451 sec., 805807.2858662162 rows/sec., 54.32 MiB/sec. 2025.05.15 04:14:12.578697 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:12.578883 [ 194 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.15 04:14:12.578975 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.579110 [ 35 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:12.579135 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} executeQuery: Read 687 rows, 56.03 KiB in 0.001717 sec., 400116.4822364589 rows/sec., 31.87 MiB/sec. 2025.05.15 04:14:12.579157 [ 35 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.579186 [ 4 ] {1cdeefaf-b4bb-45ff-a6e3-9a88f2a1dfe7} TCPHandler: Processed in 0.00191237 sec. 2025.05.15 04:14:12.579186 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.579264 [ 194 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.579313 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.579330 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:12.579358 [ 194 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_5_1} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.15 04:14:12.579421 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.579445 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.15 04:14:12.579463 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.579471 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:12.579521 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part 2025.05.15 04:14:12.579620 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 633 rows starting from the beginning of the part 2025.05.15 04:14:12.579672 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.05.15 04:14:12.579725 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 687 rows starting from the beginning of the part 2025.05.15 04:14:12.579769 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2025.05.15 04:14:12.579819 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 687 rows starting from the beginning of the part 2025.05.15 04:14:12.579958 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.580003 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.580366 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.580620 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.580766 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} executeQuery: Read 141 rows, 9.02 KiB in 0.001364 sec., 103372.43401759531 rows/sec., 6.46 MiB/sec. 2025.05.15 04:14:12.580810 [ 4 ] {83152963-a6ee-41df-9730-6ebd7760c9b3} TCPHandler: Processed in 0.001547969 sec. 2025.05.15 04:14:12.580929 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.581027 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.581070 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:12.581496 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.581535 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.581640 [ 194 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.002358814 sec., 1166688.0050737362 rows/sec., 96.70 MiB/sec. 2025.05.15 04:14:12.581813 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:12.581890 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.582148 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.582215 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.582234 [ 190 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_11_2} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:12.582301 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.05.15 04:14:12.582371 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} executeQuery: Read 113 rows, 7.49 KiB in 0.001362 sec., 82966.2261380323 rows/sec., 5.37 MiB/sec. 2025.05.15 04:14:12.582371 [ 34 ] {} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.15 04:14:12.582419 [ 4 ] {33d9c76c-9026-4d78-a7c9-19bb3c1fe1df} TCPHandler: Processed in 0.001542259 sec. 2025.05.15 04:14:12.582427 [ 34 ] {} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.582459 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.582528 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.05.15 04:14:12.582548 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.582616 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.582641 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:12.582648 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.582683 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:12.582690 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:14:12.582717 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:12.582750 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:12.582784 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:12.583109 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.583145 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.583425 [ 190 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.000924269 sec., 611293.8982049598 rows/sec., 41.90 MiB/sec. 2025.05.15 04:14:12.583474 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.583548 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.15 04:14:12.583729 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.583789 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.583831 [ 34 ] {} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.15 04:14:12.583853 [ 189 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_5_1} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.15 04:14:12.583863 [ 34 ] {} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.583864 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} executeQuery: Read 112 rows, 6.53 KiB in 0.001233 sec., 90835.36090835361 rows/sec., 5.17 MiB/sec. 2025.05.15 04:14:12.583909 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.583915 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.15 04:14:12.583930 [ 4 ] {049951c2-ed94-4a00-a721-88cc05cb3360} TCPHandler: Processed in 0.001433636 sec. 2025.05.15 04:14:12.583987 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.05.15 04:14:12.584050 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.584051 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.584072 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:12.584117 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:12.584149 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:12.584155 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:12.584178 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:12.584196 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:12.584209 [ 189 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:12.584714 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.584748 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.584861 [ 195 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000891868 sec., 627895.607870223 rows/sec., 38.16 MiB/sec. 2025.05.15 04:14:12.585016 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.15 04:14:12.585115 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:12.585349 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.585411 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.585429 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_5_1} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.15 04:14:12.585505 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.15 04:14:12.585529 [ 34 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:12.585557 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} executeQuery: Read 417 rows, 30.39 KiB in 0.001418 sec., 294076.1636107193 rows/sec., 20.93 MiB/sec. 2025.05.15 04:14:12.585559 [ 34 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.585602 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.585606 [ 4 ] {ec620c1a-7360-4784-9ca5-94341bd6d48c} TCPHandler: Processed in 0.001605141 sec. 2025.05.15 04:14:12.585699 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:12.585741 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.585841 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:14:12.585850 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.585886 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:14:12.585904 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part 2025.05.15 04:14:12.586017 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 390 rows starting from the beginning of the part 2025.05.15 04:14:12.586069 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:12.586129 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.05.15 04:14:12.586180 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:12.586230 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 417 rows starting from the beginning of the part 2025.05.15 04:14:12.586239 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.586281 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.586613 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.586864 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.587011 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} executeQuery: Read 6 rows, 321.00 B in 0.001187 sec., 5054.759898904803 rows/sec., 264.09 KiB/sec. 2025.05.15 04:14:12.587053 [ 4 ] {6ad21eee-c095-42ca-85bb-d5eb35689981} TCPHandler: Processed in 0.001363443 sec. 2025.05.15 04:14:12.587185 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.587281 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.587324 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:12.587681 [ 199 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 5 columns (5 merged, 0 gathered) in 0.002027744 sec., 864014.39234933 rows/sec., 65.07 MiB/sec. 2025.05.15 04:14:12.587750 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.587792 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.587875 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:12.588198 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:12.588245 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.588338 [ 195 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_11_2} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:12.588413 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.05.15 04:14:12.588470 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.588589 [ 34 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:12.588613 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} executeQuery: Read 237 rows, 16.27 KiB in 0.001348 sec., 175816.0237388724 rows/sec., 11.78 MiB/sec. 2025.05.15 04:14:12.588629 [ 34 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.588655 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.588659 [ 4 ] {b20d8a06-4e62-4903-a079-61208df0fbc0} TCPHandler: Processed in 0.001525518 sec. 2025.05.15 04:14:12.588726 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:12.588787 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.588829 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.588861 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part 2025.05.15 04:14:12.588889 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.588913 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part 2025.05.15 04:14:12.588937 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:14:12.588965 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.05.15 04:14:12.589008 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part 2025.05.15 04:14:12.589044 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.05.15 04:14:12.589078 [ 190 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part 2025.05.15 04:14:12.589264 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.589308 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.589621 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.589861 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.589971 [ 34 ] {} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.15 04:14:12.590001 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} executeQuery: Read 1 rows, 69.00 B in 0.001128 sec., 886.5248226950354 rows/sec., 59.74 KiB/sec. 2025.05.15 04:14:12.590007 [ 34 ] {} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.590044 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.590045 [ 4 ] {e109009b-26b2-45be-8486-4800174b111f} TCPHandler: Processed in 0.001309191 sec. 2025.05.15 04:14:12.590142 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.05.15 04:14:12.590174 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.590203 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2113 rows, containing 5 columns (5 merged, 0 gathered) in 0.001500898 sec., 1407823.8494554593 rows/sec., 95.98 MiB/sec. 2025.05.15 04:14:12.590268 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.590274 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.590321 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.05.15 04:14:12.590351 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} 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.05.15 04:14:12.590418 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.05.15 04:14:12.590480 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.05.15 04:14:12.590526 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.05.15 04:14:12.590554 [ 201 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:12.590580 [ 199 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.05.15 04:14:12.590869 [ 201 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.590950 [ 201 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_11_2} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:12.591023 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.05.15 04:14:12.591221 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.591259 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.591394 [ 196 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129143 sec., 3871.677133100516 rows/sec., 260.88 KiB/sec. 2025.05.15 04:14:12.591510 [ 201 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.15 04:14:12.591774 [ 201 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.591836 [ 201 ] {e0172a1d-855a-46e5-8772-d5e6f7fca012::all_1_5_1} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.15 04:14:12.591852 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:12.591900 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.05.15 04:14:12.592090 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.592240 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} executeQuery: Read 35 rows, 64.22 KiB in 0.001982 sec., 17658.930373360243 rows/sec., 31.64 MiB/sec. 2025.05.15 04:14:12.592313 [ 4 ] {96f8e1df-dc90-4594-87d8-979afbd65406} TCPHandler: Processed in 0.002188629 sec. 2025.05.15 04:14:12.592438 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:12.592539 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:12.592585 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:12.592934 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.592972 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.593284 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:12.593508 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.593638 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} executeQuery: Read 82 rows, 5.33 KiB in 0.00112 sec., 73214.28571428572 rows/sec., 4.65 MiB/sec. 2025.05.15 04:14:12.593641 [ 34 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:12.593676 [ 4 ] {2d75d469-67cd-47f9-92f8-638f9431e725} TCPHandler: Processed in 0.001292801 sec. 2025.05.15 04:14:12.593706 [ 34 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:12.593742 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2025.05.15 04:14:12.593826 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:12.593929 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:12.593957 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part 2025.05.15 04:14:12.594003 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:12.594040 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.05.15 04:14:12.594074 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:12.594110 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.05.15 04:14:12.594145 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:12.594992 [ 201 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197718 sec., 632870.1747823779 rows/sec., 41.32 MiB/sec. 2025.05.15 04:14:12.595149 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:12.595394 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:12.595465 [ 199 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_11_2} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:12.595524 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.05.15 04:14:17.001567 [ 27 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:14:17.001636 [ 27 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:14:17.065773 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.05.15 04:14:17.066332 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.066383 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.066873 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:17.067108 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.067251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.05.15 04:14:17.317381 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.05.15 04:14:17.334328 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.334376 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.340702 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:17.341393 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.344471 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.05.15 04:14:17.569506 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.569688 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:17.569754 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:17.570443 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.570491 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.570898 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:17.571138 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.571298 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} executeQuery: Read 64 rows, 5.19 KiB in 0.001654 sec., 38694.07496977025 rows/sec., 3.06 MiB/sec. 2025.05.15 04:14:17.571345 [ 4 ] {4bca1f65-6d47-46a8-b300-cc5dee93a242} TCPHandler: Processed in 0.001971542 sec. 2025.05.15 04:14:17.571475 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.571573 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:17.571613 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:17.572040 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.572078 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.572384 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:17.572605 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.572711 [ 27 ] {} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:14:17.572737 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} executeQuery: Read 4 rows, 308.00 B in 0.001181 sec., 3386.960203217612 rows/sec., 254.68 KiB/sec. 2025.05.15 04:14:17.572776 [ 27 ] {} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.572786 [ 4 ] {6ef2d560-efa8-4c18-b30f-c7679be1d0ef} TCPHandler: Processed in 0.001362593 sec. 2025.05.15 04:14:17.572804 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.572910 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.572942 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::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.05.15 04:14:17.573009 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:17.573054 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:17.573106 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:17.573148 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part 2025.05.15 04:14:17.573224 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part 2025.05.15 04:14:17.573277 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part 2025.05.15 04:14:17.573323 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 141 rows starting from the beginning of the part 2025.05.15 04:14:17.573361 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 141 rows starting from the beginning of the part 2025.05.15 04:14:17.573409 [ 190 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.05.15 04:14:17.573500 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.573541 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.573948 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:17.574208 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.574346 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} executeQuery: Read 77 rows, 6.16 KiB in 0.001353 sec., 56910.56910569106 rows/sec., 4.45 MiB/sec. 2025.05.15 04:14:17.574386 [ 4 ] {eb8ac216-c908-44b7-9c8e-cfce37a97e53} TCPHandler: Processed in 0.001527998 sec. 2025.05.15 04:14:17.574429 [ 199 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001552339 sec., 404550.81010011345 rows/sec., 26.27 MiB/sec. 2025.05.15 04:14:17.574504 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.574585 [ 201 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:14:17.574604 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:17.574648 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:17.574840 [ 201 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.574903 [ 201 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_6_1} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:14:17.574977 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.05.15 04:14:17.575073 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.575109 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.575441 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:17.575672 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.575803 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.05.15 04:14:17.575841 [ 4 ] {2b4bc064-7f5c-4728-bee1-717e23988466} TCPHandler: Processed in 0.001387274 sec. 2025.05.15 04:14:17.575954 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.576048 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:17.576101 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} 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.05.15 04:14:17.576826 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.576863 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.577385 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:17.577602 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.577700 [ 26 ] {} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:14:17.577730 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} executeQuery: Read 4 rows, 7.34 KiB in 0.001715 sec., 2332.3615160349855 rows/sec., 4.18 MiB/sec. 2025.05.15 04:14:17.577750 [ 26 ] {} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.577778 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.577789 [ 4 ] {a345ff1c-90e8-47b2-a001-dd04302c9552} TCPHandler: Processed in 0.00190726 sec. 2025.05.15 04:14:17.577860 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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.05.15 04:14:17.577904 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.577998 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.05.15 04:14:17.578037 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.05.15 04:14:17.578083 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:17.578147 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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.05.15 04:14:17.578276 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::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.05.15 04:14:17.578358 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.578385 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2025.05.15 04:14:17.578397 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.578566 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2025.05.15 04:14:17.578672 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2025.05.15 04:14:17.578772 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.05.15 04:14:17.578806 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:14:17.579028 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} oximeter.measurements_i64 (480d809d-50e2-43b1-ae2f-28557b4f84a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.579164 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} executeQuery: Read 9 rows, 651.00 B in 0.001147 sec., 7846.556233653007 rows/sec., 554.27 KiB/sec. 2025.05.15 04:14:17.579202 [ 4 ] {a26c4ccb-a447-41f0-a7f2-b6c0a6d800f2} TCPHandler: Processed in 0.001318372 sec. 2025.05.15 04:14:17.579315 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:17.579408 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:17.579450 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:17.579813 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:17.579851 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:17.580213 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:17.580440 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.580578 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} executeQuery: Read 60 rows, 4.14 KiB in 0.001186 sec., 50590.219224283304 rows/sec., 3.41 MiB/sec. 2025.05.15 04:14:17.580616 [ 4 ] {1f006daa-bdc5-48cd-b9e0-f5879badd106} TCPHandler: Processed in 0.001352353 sec. 2025.05.15 04:14:17.580716 [ 201 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 19 columns (19 merged, 0 gathered) in 0.002865881 sec., 34195.41844200789 rows/sec., 61.28 MiB/sec. 2025.05.15 04:14:17.581008 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:14:17.581322 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:17.581393 [ 199 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_6_1} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:14:17.581480 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.05.15 04:14:18.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.93 MiB, peak 187.01 MiB, free memory in arenas 0.00 B, will set to 183.08 MiB (RSS), difference: 1.15 MiB 2025.05.15 04:14:22.072698 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 336 2025.05.15 04:14:22.074945 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.074993 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.076158 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:22.076424 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.076666 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 336 2025.05.15 04:14:22.560952 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.561219 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:22.561598 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:22.561638 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:22.561894 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:22.561962 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:22.562102 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.05.15 04:14:22.562245 [ 288 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:22.562282 [ 290 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:22.562319 [ 292 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:22.562425 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:22.562456 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:22.562542 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:22.562564 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:22.562604 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:22.562648 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:22.562685 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:22.563646 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} executeQuery: Read 34 rows, 1.31 KiB in 0.002541 sec., 13380.55883510429 rows/sec., 514.99 KiB/sec. 2025.05.15 04:14:22.563771 [ 4 ] {0d54689a-2b93-4967-a77e-bd246b4ba9bd} TCPHandler: Processed in 0.002956183 sec. 2025.05.15 04:14:22.579033 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.579161 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.15 04:14:22.579214 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:22.579840 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.579884 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.580301 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.05.15 04:14:22.580509 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.580658 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} executeQuery: Read 1 rows, 232.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 147.89 KiB/sec. 2025.05.15 04:14:22.580699 [ 4 ] {39a65cc3-2443-4d96-83c5-f99f1d404fda} TCPHandler: Processed in 0.001727955 sec. 2025.05.15 04:14:22.580805 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.580901 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.580942 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:14:22.581454 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.581493 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.581817 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:22.582041 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.582173 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} executeQuery: Read 212 rows, 13.81 KiB in 0.001289 sec., 164468.58029480217 rows/sec., 10.46 MiB/sec. 2025.05.15 04:14:22.582210 [ 4 ] {48c1c698-6c1b-41bd-abb5-fb8c8c5fd30c} TCPHandler: Processed in 0.001455495 sec. 2025.05.15 04:14:22.582324 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.582420 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.15 04:14:22.582461 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.15 04:14:22.582860 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.582897 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.583205 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.05.15 04:14:22.583422 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.583553 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} executeQuery: Read 10 rows, 835.00 B in 0.001149 sec., 8703.220191470844 rows/sec., 709.69 KiB/sec. 2025.05.15 04:14:22.583591 [ 4 ] {ae47e25d-08e8-4c86-b93b-89a618c97436} TCPHandler: Processed in 0.001317732 sec. 2025.05.15 04:14:22.583702 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.583799 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:22.583838 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:22.584544 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.584582 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.584942 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:22.585166 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.585295 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} executeQuery: Read 692 rows, 56.39 KiB in 0.001513 sec., 457369.4646397885 rows/sec., 36.40 MiB/sec. 2025.05.15 04:14:22.585334 [ 4 ] {de3a0de8-fafc-461a-97fb-e528daf95212} TCPHandler: Processed in 0.001682923 sec. 2025.05.15 04:14:22.585448 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.585549 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.585591 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:22.586029 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.586066 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.586373 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:22.586591 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.586719 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} executeQuery: Read 151 rows, 9.72 KiB in 0.001187 sec., 127211.45745577085 rows/sec., 7.99 MiB/sec. 2025.05.15 04:14:22.586759 [ 4 ] {ae433f1f-c144-4f56-92a0-e0e697aeb2ce} TCPHandler: Processed in 0.001361253 sec. 2025.05.15 04:14:22.586870 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.586965 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.587005 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:22.587424 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.587462 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.587760 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:22.588003 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.588134 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} executeQuery: Read 113 rows, 7.49 KiB in 0.001185 sec., 95358.64978902953 rows/sec., 6.17 MiB/sec. 2025.05.15 04:14:22.588174 [ 4 ] {4dd5f64e-0179-4423-8628-784f4469859e} TCPHandler: Processed in 0.001353633 sec. 2025.05.15 04:14:22.588286 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.588382 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.588423 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:14:22.588838 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.588875 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.589171 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:22.589385 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.589512 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} executeQuery: Read 112 rows, 6.53 KiB in 0.001147 sec., 97646.0331299041 rows/sec., 5.56 MiB/sec. 2025.05.15 04:14:22.589551 [ 4 ] {1c3d4d86-c412-4871-b94d-239d873afd4f} TCPHandler: Processed in 0.001315101 sec. 2025.05.15 04:14:22.589664 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.589758 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:22.589798 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:22.590330 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.590365 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.590691 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:22.590911 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.591048 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} executeQuery: Read 427 rows, 31.20 KiB in 0.001305 sec., 327203.0651340996 rows/sec., 23.35 MiB/sec. 2025.05.15 04:14:22.591086 [ 4 ] {eb38ee1b-329c-42af-89ce-64882068d582} TCPHandler: Processed in 0.001473147 sec. 2025.05.15 04:14:22.591203 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.591298 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:14:22.591340 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:14:22.591674 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.591711 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.592017 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:22.592254 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.592341 [ 113 ] {} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.05.15 04:14:22.592377 [ 113 ] {} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.592380 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. 2025.05.15 04:14:22.592397 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.592421 [ 4 ] {0ce9a707-ba0c-493c-999c-ce5b22580b9c} TCPHandler: Processed in 0.00126838 sec. 2025.05.15 04:14:22.592505 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::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.05.15 04:14:22.592534 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.592639 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.592642 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:22.592688 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:22.592689 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::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.05.15 04:14:22.592763 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.05.15 04:14:22.592808 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.05.15 04:14:22.592845 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.05.15 04:14:22.592879 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.05.15 04:14:22.592916 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.05.15 04:14:22.593113 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.593156 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.593512 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:22.593672 [ 197 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001218938 sec., 29533.905744180593 rows/sec., 1.51 MiB/sec. 2025.05.15 04:14:22.593745 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.593793 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.05.15 04:14:22.593884 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} executeQuery: Read 242 rows, 16.62 KiB in 0.001262 sec., 191759.1125198098 rows/sec., 12.86 MiB/sec. 2025.05.15 04:14:22.593928 [ 4 ] {1aa3431e-99b0-4682-a801-0bda1d30e80a} TCPHandler: Processed in 0.001444835 sec. 2025.05.15 04:14:22.594046 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.594049 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.594133 [ 188 ] {e9e853d5-9469-4ab3-bda0-67ac3f1720ee::all_1_6_1} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.05.15 04:14:22.594145 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.594194 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:14:22.594198 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.05.15 04:14:22.594528 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.594576 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.594886 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.05.15 04:14:22.595108 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.595240 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. 2025.05.15 04:14:22.595276 [ 4 ] {dd352fa3-d7e6-46b0-887c-c28dbfce1394} TCPHandler: Processed in 0.00128052 sec. 2025.05.15 04:14:22.595385 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.595479 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.595533 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} 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.05.15 04:14:22.596353 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.596389 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.596948 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:22.597205 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.597346 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} executeQuery: Read 35 rows, 64.22 KiB in 0.001884 sec., 18577.494692144373 rows/sec., 33.29 MiB/sec. 2025.05.15 04:14:22.597404 [ 4 ] {c910f096-296e-493b-a5c0-be30b4cdaefa} TCPHandler: Processed in 0.002069425 sec. 2025.05.15 04:14:22.597518 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:22.597615 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:22.597657 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:22.597992 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:22.598028 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:22.598347 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:22.598579 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:22.598709 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} executeQuery: Read 82 rows, 5.33 KiB in 0.001111 sec., 73807.3807380738 rows/sec., 4.69 MiB/sec. 2025.05.15 04:14:22.598746 [ 4 ] {313af507-8d8c-4467-94f3-a827d9fc8142} TCPHandler: Processed in 0.001278981 sec. 2025.05.15 04:14:24.568292 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.05.15 04:14:24.568805 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:24.568842 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:24.569318 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:24.569550 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:24.569674 [ 125 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:24.569690 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.05.15 04:14:24.569721 [ 125 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:24.569744 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:24.569829 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:24.569901 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:24.569930 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.05.15 04:14:24.570008 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.05.15 04:14:24.570051 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.05.15 04:14:24.570093 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.05.15 04:14:24.570134 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.05.15 04:14:24.570170 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.05.15 04:14:24.571466 [ 198 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.001665122 sec., 3040618.0448039244 rows/sec., 43.50 MiB/sec. 2025.05.15 04:14:24.571846 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:24.572087 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:24.572151 [ 201 ] {2040c867-b1a9-4b97-b62a-3489ba34dc6b::all_1_11_2} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:24.572215 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.05.15 04:14:24.845509 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.05.15 04:14:24.864261 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:24.864329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:24.870428 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:24.871151 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:24.871442 [ 125 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:24.871520 [ 125 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:24.871554 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:24.871696 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:24.874655 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.05.15 04:14:24.875384 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:24.876738 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.05.15 04:14:24.881446 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.05.15 04:14:24.885776 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.05.15 04:14:24.890060 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.05.15 04:14:24.894578 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.05.15 04:14:24.898416 [ 197 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.05.15 04:14:24.950809 [ 200 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079175801 sec., 1048.3000986627214 rows/sec., 5.42 MiB/sec. 2025.05.15 04:14:24.953342 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:24.955563 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:24.955681 [ 187 ] {43fdafff-e5fd-44d1-a96c-d141b72f0177::all_1_11_2} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:24.958111 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.05.15 04:14:25.001164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.31 MiB, peak 194.20 MiB, free memory in arenas 0.00 B, will set to 193.41 MiB (RSS), difference: 9.11 MiB 2025.05.15 04:14:27.568295 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:27.568498 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:27.568572 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:27.569206 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:27.569256 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:27.569674 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:27.569918 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:27.570077 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} executeQuery: Read 64 rows, 5.19 KiB in 0.001629 sec., 39287.90669122161 rows/sec., 3.11 MiB/sec. 2025.05.15 04:14:27.570120 [ 4 ] {95286146-6e8a-4896-8d26-8014ed382a09} TCPHandler: Processed in 0.001962292 sec. 2025.05.15 04:14:27.570232 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:27.570328 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:27.570370 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:27.570766 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:27.570803 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:27.571107 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:27.571332 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:27.571460 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} executeQuery: Read 4 rows, 308.00 B in 0.001149 sec., 3481.2880765883374 rows/sec., 261.78 KiB/sec. 2025.05.15 04:14:27.571499 [ 4 ] {cb1789df-66c5-4654-a2fc-58f21631bcc0} TCPHandler: Processed in 0.001316822 sec. 2025.05.15 04:14:27.571638 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:27.571733 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:27.571772 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:27.572184 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:27.572241 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:27.572577 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:27.572820 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:27.572948 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} executeQuery: Read 68 rows, 5.44 KiB in 0.001231 sec., 55239.64256701868 rows/sec., 4.31 MiB/sec. 2025.05.15 04:14:27.573012 [ 4 ] {41853df4-668a-4c5b-bcbd-750ecbeeff63} TCPHandler: Processed in 0.001425045 sec. 2025.05.15 04:14:27.573128 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:27.573223 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:27.573266 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:27.573667 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:27.573704 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:27.574045 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:27.574290 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:27.574422 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.05.15 04:14:27.574461 [ 4 ] {05887c23-a483-4584-9313-3fa10fe16e3e} TCPHandler: Processed in 0.001382544 sec. 2025.05.15 04:14:27.574564 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:27.574659 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:27.574714 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} 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.05.15 04:14:27.575413 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:27.575452 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:27.575946 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:27.576176 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:27.576315 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} executeQuery: Read 4 rows, 7.34 KiB in 0.001672 sec., 2392.3444976076553 rows/sec., 4.29 MiB/sec. 2025.05.15 04:14:27.576372 [ 4 ] {10c5bdb7-1dc5-4b2f-a3d1-b65a4f804b96} TCPHandler: Processed in 0.001857748 sec. 2025.05.15 04:14:27.576485 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:27.576581 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:27.576622 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:27.576976 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:27.577014 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:27.577330 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:27.577561 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:27.577692 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.05.15 04:14:27.577731 [ 4 ] {52942f0e-915c-41b8-bb51-9959c7dc8fdb} TCPHandler: Processed in 0.001292531 sec. 2025.05.15 04:14:32.001875 [ 98 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:14:32.001940 [ 98 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:14:32.069904 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.05.15 04:14:32.070411 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.070460 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.071042 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:32.071289 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.071433 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.05.15 04:14:32.076915 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 376 2025.05.15 04:14:32.079345 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.079404 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.080664 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:32.080946 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.081290 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2025.05.15 04:14:32.374871 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.05.15 04:14:32.393239 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.393297 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.398962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:32.399672 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.402893 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.05.15 04:14:32.575967 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.576156 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.576225 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:14:32.576993 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.577043 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.577457 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:32.577704 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.577860 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} executeQuery: Read 212 rows, 13.81 KiB in 0.001753 sec., 120935.53907586994 rows/sec., 7.69 MiB/sec. 2025.05.15 04:14:32.577903 [ 4 ] {4d600a06-8120-4c4d-8f9c-27aeb34a880f} TCPHandler: Processed in 0.002063266 sec. 2025.05.15 04:14:32.578034 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.578132 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:32.578174 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:32.578990 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.579030 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.579414 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.15 04:14:32.579646 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.579777 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} executeQuery: Read 687 rows, 56.03 KiB in 0.001663 sec., 413108.83944678295 rows/sec., 32.90 MiB/sec. 2025.05.15 04:14:32.579817 [ 4 ] {4064dcf7-1aa8-4f89-a6c5-fe80db1c4222} TCPHandler: Processed in 0.001834598 sec. 2025.05.15 04:14:32.579940 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.580039 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.580080 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:32.580515 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.580553 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.580861 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:32.581094 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.581222 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} executeQuery: Read 141 rows, 9.02 KiB in 0.001201 sec., 117402.16486261449 rows/sec., 7.33 MiB/sec. 2025.05.15 04:14:32.581261 [ 4 ] {fb2139fa-3513-4820-8486-e7dd807b1797} TCPHandler: Processed in 0.001369883 sec. 2025.05.15 04:14:32.581379 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.581473 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.581513 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:32.581946 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.581984 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.582292 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:32.582514 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.582659 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} executeQuery: Read 113 rows, 7.49 KiB in 0.001203 sec., 93931.8370739817 rows/sec., 6.08 MiB/sec. 2025.05.15 04:14:32.582706 [ 4 ] {a6024b40-1dcd-4a62-a184-baaa601b123e} TCPHandler: Processed in 0.001376833 sec. 2025.05.15 04:14:32.582820 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.582913 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.582951 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:14:32.583367 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.583403 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.583728 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:32.583961 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.584091 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} executeQuery: Read 112 rows, 6.53 KiB in 0.001197 sec., 93567.25146198831 rows/sec., 5.33 MiB/sec. 2025.05.15 04:14:32.584128 [ 4 ] {5cee3c5c-da42-4bff-a200-eec43097c15e} TCPHandler: Processed in 0.001355533 sec. 2025.05.15 04:14:32.584237 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.584330 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:32.584368 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:32.584862 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.584896 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.585193 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.15 04:14:32.585385 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.585500 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} executeQuery: Read 417 rows, 30.39 KiB in 0.001248 sec., 334134.6153846154 rows/sec., 23.78 MiB/sec. 2025.05.15 04:14:32.585534 [ 4 ] {e0d72773-4860-451c-8450-ceead0b64d5c} TCPHandler: Processed in 0.001405805 sec. 2025.05.15 04:14:32.585707 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.585799 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:14:32.585838 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:14:32.586163 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.586199 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.586488 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:32.586690 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.586812 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2025.05.15 04:14:32.586846 [ 4 ] {61bdc9e0-61ad-49ca-96f0-a77d17239805} TCPHandler: Processed in 0.001185867 sec. 2025.05.15 04:14:32.586947 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.587038 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.587080 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:32.587466 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.587501 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.587824 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.15 04:14:32.588025 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.588146 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} executeQuery: Read 237 rows, 16.27 KiB in 0.001125 sec., 210666.6666666667 rows/sec., 14.12 MiB/sec. 2025.05.15 04:14:32.588181 [ 4 ] {1b4e6887-accf-4056-8336-3142548ff8b8} TCPHandler: Processed in 0.00128028 sec. 2025.05.15 04:14:32.588289 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.588381 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.588420 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:14:32.588727 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.588762 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.589048 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.05.15 04:14:32.589255 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.589378 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2025.05.15 04:14:32.589413 [ 4 ] {24d0f277-e253-4ce6-989d-5aea01ffcba6} TCPHandler: Processed in 0.001170107 sec. 2025.05.15 04:14:32.589521 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.589612 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.589662 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} 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.05.15 04:14:32.590456 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.590492 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.591042 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:32.591261 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.591392 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} executeQuery: Read 35 rows, 64.22 KiB in 0.001797 sec., 19476.90595436839 rows/sec., 34.90 MiB/sec. 2025.05.15 04:14:32.591452 [ 4 ] {35cace03-c5eb-4f54-808a-780fd2aee362} TCPHandler: Processed in 0.001976583 sec. 2025.05.15 04:14:32.591624 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.591749 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:32.591801 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:32.592139 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:32.592175 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:32.592473 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.15 04:14:32.592685 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:32.592806 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} executeQuery: Read 82 rows, 5.33 KiB in 0.001079 sec., 75996.29286376273 rows/sec., 4.83 MiB/sec. 2025.05.15 04:14:32.592840 [ 4 ] {5cffd516-d780-4723-b407-5eaf7961262f} TCPHandler: Processed in 0.00127029 sec. 2025.05.15 04:14:32.990557 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.990785 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:32.991122 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:32.991162 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:32.991405 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:32.991475 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:32.991613 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.05.15 04:14:32.991712 [ 288 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:32.991745 [ 292 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:32.991755 [ 293 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:32.991762 [ 290 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.15 04:14:32.991938 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:32.991966 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:32.992047 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:32.992068 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:32.992102 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.992145 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.992181 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.992961 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} executeQuery: Read 34 rows, 1.31 KiB in 0.002272 sec., 14964.788732394365 rows/sec., 575.97 KiB/sec. 2025.05.15 04:14:32.993092 [ 4 ] {5c6daf5b-c8e7-4f79-be53-2adc0c1e4e4e} TCPHandler: Processed in 0.002662793 sec. 2025.05.15 04:14:32.993383 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.993531 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:32.993759 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:32.993794 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:32.993994 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:32.994049 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:32.994160 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.05.15 04:14:32.994217 [ 288 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:32.994229 [ 292 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:32.994237 [ 293 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:32.994237 [ 290 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.15 04:14:32.994365 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:32.994390 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:32.994460 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:32.994480 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:32.994511 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.994543 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.994572 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.995236 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} executeQuery: Read 34 rows, 1.31 KiB in 0.001771 sec., 19198.19311123659 rows/sec., 738.90 KiB/sec. 2025.05.15 04:14:32.995363 [ 4 ] {5b01599e-2428-45e1-ba03-4e1116dca2dd} TCPHandler: Processed in 0.002031844 sec. 2025.05.15 04:14:32.995587 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.995727 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:32.995946 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:32.995981 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:32.996179 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:32.996232 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:32.996332 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.05.15 04:14:32.996400 [ 293 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:32.996409 [ 292 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:32.996420 [ 288 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.15 04:14:32.996416 [ 290 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:32.996560 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:32.996586 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:32.996653 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:32.996670 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:32.996697 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.996726 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.996754 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.997361 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} executeQuery: Read 34 rows, 1.31 KiB in 0.001743 sec., 19506.59781985083 rows/sec., 750.77 KiB/sec. 2025.05.15 04:14:32.997467 [ 4 ] {7ba65c69-c621-47d8-9ced-d8462cd39676} TCPHandler: Processed in 0.001986233 sec. 2025.05.15 04:14:32.997757 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.997895 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:32.998108 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:32.998144 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:32.998346 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:32.998398 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:32.998495 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.05.15 04:14:32.998561 [ 292 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:32.998571 [ 293 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:32.998574 [ 288 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:32.998576 [ 290 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.15 04:14:32.998712 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:32.998737 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:32.998803 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:32.998821 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:32.998851 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.998881 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.998908 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:32.999477 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} executeQuery: Read 34 rows, 1.31 KiB in 0.00164 sec., 20731.70731707317 rows/sec., 797.92 KiB/sec. 2025.05.15 04:14:32.999592 [ 4 ] {a7bc8c95-0229-4ebd-ad49-2307df576e6a} TCPHandler: Processed in 0.0018846 sec. 2025.05.15 04:14:32.999814 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:32.999951 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:33.000165 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:33.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 195.00 MiB, peak 197.96 MiB, free memory in arenas 0.00 B, will set to 193.55 MiB (RSS), difference: -1.45 MiB 2025.05.15 04:14:33.000201 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:33.000433 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:33.000486 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:33.000584 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.05.15 04:14:33.000653 [ 293 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:33.000654 [ 292 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:33.000661 [ 290 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:33.000660 [ 288 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.15 04:14:33.000802 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:33.000824 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:33.000890 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:33.000908 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:33.000939 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:33.000973 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:33.001004 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:33.001582 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} executeQuery: Read 34 rows, 1.31 KiB in 0.001689 sec., 20130.254588513915 rows/sec., 774.77 KiB/sec. 2025.05.15 04:14:33.001702 [ 4 ] {bb5123d8-23a4-41d1-9265-c1ed64329598} TCPHandler: Processed in 0.001937431 sec. 2025.05.15 04:14:33.001929 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.002067 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} executeQuery: (from [fd00:1122:3344:101::d]:45864) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.05.15 04:14:33.002279 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.05.15 04:14:33.002315 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.05.15 04:14:33.002515 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:33.002567 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} InterpreterSelectQuery: FetchColumns -> Complete 2025.05.15 04:14:33.002665 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.05.15 04:14:33.002734 [ 292 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.05.15 04:14:33.002743 [ 293 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.05.15 04:14:33.002741 [ 290 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.05.15 04:14:33.002734 [ 288 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.05.15 04:14:33.002891 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.05.15 04:14:33.002913 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.05.15 04:14:33.002979 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.05.15 04:14:33.002998 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (SelectExecutor): Reading approx. 34 rows with 3 streams 2025.05.15 04:14:33.003027 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:33.003058 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:33.003085 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.05.15 04:14:33.003663 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} executeQuery: Read 34 rows, 1.31 KiB in 0.001653 sec., 20568.663036902602 rows/sec., 791.65 KiB/sec. 2025.05.15 04:14:33.003783 [ 4 ] {64eeff4d-99c7-44a5-9841-85991c2ce10b} TCPHandler: Processed in 0.00190137 sec. 2025.05.15 04:14:33.148650 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.148840 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.05.15 04:14:33.148914 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.05.15 04:14:33.149621 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.149675 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.150130 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.05.15 04:14:33.150331 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.150490 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} executeQuery: Read 6 rows, 1.34 KiB in 0.001698 sec., 3533.568904593639 rows/sec., 786.77 KiB/sec. 2025.05.15 04:14:33.150542 [ 4 ] {c09cc41d-4438-4164-8951-78aa38b94435} TCPHandler: Processed in 0.002016993 sec. 2025.05.15 04:14:33.150660 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.150757 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:33.150798 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:33.151892 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.151932 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.152341 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.15 04:14:33.152562 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.152677 [ 144 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.15 04:14:33.152699 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} executeQuery: Read 1204 rows, 101.75 KiB in 0.001955 sec., 615856.7774936061 rows/sec., 50.83 MiB/sec. 2025.05.15 04:14:33.152734 [ 144 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.152748 [ 4 ] {c627f5b0-e900-4c10-bfea-7ef99678278c} TCPHandler: Processed in 0.002136137 sec. 2025.05.15 04:14:33.152762 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.152876 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.152919 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.05.15 04:14:33.152988 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:33.153037 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:33.153109 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:33.153156 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 687 rows starting from the beginning of the part 2025.05.15 04:14:33.153229 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:33.153288 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 692 rows starting from the beginning of the part 2025.05.15 04:14:33.153334 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:33.153379 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 687 rows starting from the beginning of the part 2025.05.15 04:14:33.153430 [ 198 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1204 rows starting from the beginning of the part 2025.05.15 04:14:33.153547 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.153600 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.153986 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:33.154234 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.154373 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} executeQuery: Read 4 rows, 308.00 B in 0.001405 sec., 2846.9750889679717 rows/sec., 214.08 KiB/sec. 2025.05.15 04:14:33.154412 [ 4 ] {ea01be15-3edf-4aed-b097-1e56ddd23321} TCPHandler: Processed in 0.001588179 sec. 2025.05.15 04:14:33.154512 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.154608 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:33.154649 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:33.154989 [ 187 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3398 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147237 sec., 1582498.8112630323 rows/sec., 133.64 MiB/sec. 2025.05.15 04:14:33.155117 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.155159 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.155326 [ 200 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.15 04:14:33.155497 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:33.155726 [ 200 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.155782 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.155830 [ 200 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_16_3} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.15 04:14:33.155923 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} executeQuery: Read 228 rows, 15.81 KiB in 0.001333 sec., 171042.76069017255 rows/sec., 11.58 MiB/sec. 2025.05.15 04:14:33.155938 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2025.05.15 04:14:33.155968 [ 4 ] {bafbd38a-f573-4bc2-88d3-6e6e67e67c56} TCPHandler: Processed in 0.001505368 sec. 2025.05.15 04:14:33.156074 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.156169 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:33.156209 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:33.156786 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.156823 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.157141 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.15 04:14:33.157357 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.157456 [ 144 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.15 04:14:33.157484 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} executeQuery: Read 524 rows, 39.72 KiB in 0.001333 sec., 393098.27456864214 rows/sec., 29.10 MiB/sec. 2025.05.15 04:14:33.157489 [ 144 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.157526 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.157530 [ 4 ] {761a091a-4645-48ba-b3f1-e2768f63a0da} TCPHandler: Processed in 0.001502978 sec. 2025.05.15 04:14:33.157615 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.05.15 04:14:33.157665 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.157718 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:33.157748 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 427 rows starting from the beginning of the part 2025.05.15 04:14:33.157761 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:33.157804 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:33.157810 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part 2025.05.15 04:14:33.157857 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2025.05.15 04:14:33.157899 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2025.05.15 04:14:33.157938 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 417 rows starting from the beginning of the part 2025.05.15 04:14:33.157976 [ 193 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 524 rows starting from the beginning of the part 2025.05.15 04:14:33.159009 [ 191 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.001433416 sec., 1353410.3149399755 rows/sec., 103.34 MiB/sec. 2025.05.15 04:14:33.159190 [ 200 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.15 04:14:33.159268 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.159312 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.159485 [ 200 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.159557 [ 200 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_16_3} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.15 04:14:33.159633 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.05.15 04:14:33.159990 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.15 04:14:33.160212 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.160318 [ 144 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.15 04:14:33.160344 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} executeQuery: Read 4064 rows, 277.91 KiB in 0.002602 sec., 1561875.4803996924 rows/sec., 104.30 MiB/sec. 2025.05.15 04:14:33.160353 [ 144 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.160388 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.160389 [ 4 ] {9eeec27d-2914-4008-9a8e-c7990912c863} TCPHandler: Processed in 0.002773897 sec. 2025.05.15 04:14:33.160470 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.05.15 04:14:33.160512 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.160586 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:33.160618 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:33.160624 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2113 rows starting from the beginning of the part 2025.05.15 04:14:33.160679 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} 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.05.15 04:14:33.160706 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.05.15 04:14:33.160754 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part 2025.05.15 04:14:33.160792 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.05.15 04:14:33.160828 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part 2025.05.15 04:14:33.160864 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4064 rows starting from the beginning of the part 2025.05.15 04:14:33.161394 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.161437 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.161935 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:33.162157 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.162297 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} executeQuery: Read 4 rows, 7.34 KiB in 0.001699 sec., 2354.326074161271 rows/sec., 4.22 MiB/sec. 2025.05.15 04:14:33.162355 [ 4 ] {7529f596-cc3a-4c85-8381-ebde25471201} TCPHandler: Processed in 0.00189309 sec. 2025.05.15 04:14:33.162468 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:33.162565 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:33.162607 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:33.162924 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.162961 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.167738 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.05.15 04:14:33.167960 [ 186 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6976 rows, containing 5 columns (5 merged, 0 gathered) in 0.007520367 sec., 927614.3039295821 rows/sec., 62.48 MiB/sec. 2025.05.15 04:14:33.168122 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.168263 [ 107 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.05.15 04:14:33.168268 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} executeQuery: Read 12 rows, 848.00 B in 0.005722 sec., 2097.1688220901783 rows/sec., 144.73 KiB/sec. 2025.05.15 04:14:33.168319 [ 107 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:33.168327 [ 4 ] {fcdbc83a-9c38-416b-9099-3e7b5eb1f7a3} TCPHandler: Processed in 0.005910106 sec. 2025.05.15 04:14:33.168350 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:33.168450 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.05.15 04:14:33.168526 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.15 04:14:33.168575 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:33.168617 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 758 rows starting from the beginning of the part 2025.05.15 04:14:33.168695 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.05.15 04:14:33.168749 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:33.168801 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.05.15 04:14:33.168815 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.168848 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:33.168896 [ 187 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_16_3} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.15 04:14:33.168910 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.05.15 04:14:33.168975 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2025.05.15 04:14:33.170071 [ 200 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 4 columns (4 merged, 0 gathered) in 0.001664452 sec., 633241.4512404082 rows/sec., 41.34 MiB/sec. 2025.05.15 04:14:33.170332 [ 194 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.05.15 04:14:33.170669 [ 194 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:33.170758 [ 194 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_16_3} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.05.15 04:14:33.170852 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.05.15 04:14:37.567027 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:37.567241 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:37.567315 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:37.568031 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:37.568093 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:37.568567 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.15 04:14:37.568809 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:37.568987 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} executeQuery: Read 56 rows, 4.41 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.40 MiB/sec. 2025.05.15 04:14:37.569038 [ 4 ] {29635edb-f597-4505-847e-d1955eb5f562} TCPHandler: Processed in 0.002144898 sec. 2025.05.15 04:14:37.569174 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:37.569276 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:37.569321 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:37.569789 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:37.569828 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:37.570141 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.15 04:14:37.570396 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:37.570538 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} executeQuery: Read 64 rows, 5.12 KiB in 0.001282 sec., 49921.996879875194 rows/sec., 3.90 MiB/sec. 2025.05.15 04:14:37.570579 [ 4 ] {407eaf58-708f-4da3-9d3f-ed6841889667} TCPHandler: Processed in 0.001458486 sec. 2025.05.15 04:14:37.570699 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:37.570797 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:37.570842 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:37.571264 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:37.571302 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:37.571641 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.15 04:14:37.571863 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:37.572007 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} executeQuery: Read 128 rows, 9.13 KiB in 0.001228 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. 2025.05.15 04:14:37.572046 [ 4 ] {d0f87d08-5cd0-47af-8696-d8817dbb73c8} TCPHandler: Processed in 0.001396994 sec. 2025.05.15 04:14:37.572165 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:37.572262 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:37.572304 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:37.572674 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:37.572711 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:37.573044 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.05.15 04:14:37.573264 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:37.573406 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} executeQuery: Read 48 rows, 3.31 KiB in 0.00116 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. 2025.05.15 04:14:37.573443 [ 4 ] {6d7911db-95b6-4b49-8946-e27140e58efc} TCPHandler: Processed in 0.001329762 sec. 2025.05.15 04:14:39.571697 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.05.15 04:14:39.572481 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:39.572551 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:39.573016 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:39.573237 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:39.573364 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.05.15 04:14:39.903122 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.05.15 04:14:39.920941 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:39.920996 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:39.927255 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:39.927969 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:39.930990 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.05.15 04:14:40.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 195.61 MiB, peak 199.61 MiB, free memory in arenas 0.00 B, will set to 197.16 MiB (RSS), difference: 1.56 MiB 2025.05.15 04:14:42.081624 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 434 2025.05.15 04:14:42.084609 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.084664 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.085871 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:42.086154 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.086423 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 434 2025.05.15 04:14:42.575218 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.575400 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.575466 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:14:42.576224 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.576280 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.576714 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:42.576952 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.577100 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} executeQuery: Read 212 rows, 13.81 KiB in 0.001748 sec., 121281.46453089245 rows/sec., 7.71 MiB/sec. 2025.05.15 04:14:42.577141 [ 4 ] {14cc4dac-e52e-4197-a9db-7338086c90c0} TCPHandler: Processed in 0.002051304 sec. 2025.05.15 04:14:42.577263 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.577357 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:42.577461 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:42.578232 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.578269 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.578626 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.15 04:14:42.578835 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.578971 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} executeQuery: Read 687 rows, 56.03 KiB in 0.001633 sec., 420698.10165339865 rows/sec., 33.51 MiB/sec. 2025.05.15 04:14:42.579008 [ 4 ] {57483bcb-af10-4f0c-88d4-d8cc6f2d1a77} TCPHandler: Processed in 0.001792266 sec. 2025.05.15 04:14:42.579119 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.579211 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.579336 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:42.579788 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.579824 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.580125 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:42.580337 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.580440 [ 151 ] {} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:42.580461 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} executeQuery: Read 141 rows, 9.02 KiB in 0.001268 sec., 111198.738170347 rows/sec., 6.94 MiB/sec. 2025.05.15 04:14:42.580507 [ 151 ] {} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.580516 [ 4 ] {c45db153-11e2-4ae3-8e5d-afbd8ee75d4d} TCPHandler: Processed in 0.001443326 sec. 2025.05.15 04:14:42.580535 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.580637 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.580660 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:42.580733 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.580776 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:42.580820 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:42.580862 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 145 rows starting from the beginning of the part 2025.05.15 04:14:42.580962 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 151 rows starting from the beginning of the part 2025.05.15 04:14:42.581017 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.05.15 04:14:42.581063 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 141 rows starting from the beginning of the part 2025.05.15 04:14:42.581107 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2025.05.15 04:14:42.581151 [ 186 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 141 rows starting from the beginning of the part 2025.05.15 04:14:42.581195 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.581236 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.581738 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:42.581973 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.582104 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} executeQuery: Read 113 rows, 7.49 KiB in 0.001388 sec., 81412.1037463977 rows/sec., 5.27 MiB/sec. 2025.05.15 04:14:42.582139 [ 4 ] {ac1e3a9c-ea9d-4520-b156-e685dada40c8} TCPHandler: Processed in 0.001549649 sec. 2025.05.15 04:14:42.582178 [ 200 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157088 sec., 373039.31554288045 rows/sec., 24.84 MiB/sec. 2025.05.15 04:14:42.582247 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.582344 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.582368 [ 189 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:42.582382 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:14:42.582620 [ 189 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.582694 [ 189 ] {46aeb3e9-d511-4d78-9c19-447f2b21c922::all_1_11_2} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:42.582771 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.05.15 04:14:42.582803 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.582837 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.583151 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:42.583356 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.583474 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} executeQuery: Read 112 rows, 6.53 KiB in 0.001149 sec., 97476.06614447344 rows/sec., 5.55 MiB/sec. 2025.05.15 04:14:42.583509 [ 4 ] {d87118b3-00f0-480b-972b-3626f0988809} TCPHandler: Processed in 0.001308381 sec. 2025.05.15 04:14:42.583616 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.583708 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:42.583745 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:42.584295 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.584329 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.584651 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.15 04:14:42.584859 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.584991 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} executeQuery: Read 417 rows, 30.39 KiB in 0.0013 sec., 320769.2307692308 rows/sec., 22.83 MiB/sec. 2025.05.15 04:14:42.585026 [ 4 ] {388bb20e-0cb1-4397-ba26-bda37fb35a06} TCPHandler: Processed in 0.001456266 sec. 2025.05.15 04:14:42.585135 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.585226 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:14:42.585264 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:14:42.585585 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.585617 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.585902 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:42.586108 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.586228 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} executeQuery: Read 6 rows, 321.00 B in 0.00102 sec., 5882.35294117647 rows/sec., 307.33 KiB/sec. 2025.05.15 04:14:42.586262 [ 4 ] {9ab79439-f193-4253-81e5-8985f8504c35} TCPHandler: Processed in 0.001174067 sec. 2025.05.15 04:14:42.586363 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.586453 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.586494 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:42.586901 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.586935 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.587279 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.15 04:14:42.587484 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.587611 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} executeQuery: Read 237 rows, 16.27 KiB in 0.001176 sec., 201530.61224489796 rows/sec., 13.51 MiB/sec. 2025.05.15 04:14:42.587646 [ 4 ] {4703753f-f518-4877-b1f3-ccc055c51ca8} TCPHandler: Processed in 0.001329012 sec. 2025.05.15 04:14:42.587754 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.587846 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.587885 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:14:42.588181 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.588214 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.588496 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.05.15 04:14:42.588697 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.588815 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} executeQuery: Read 1 rows, 69.00 B in 0.000987 sec., 1013.1712259371834 rows/sec., 68.27 KiB/sec. 2025.05.15 04:14:42.588848 [ 4 ] {3b00f1e2-c030-4ee2-935c-d51cc918ad78} TCPHandler: Processed in 0.001140206 sec. 2025.05.15 04:14:42.588949 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.589052 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.589106 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} 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.05.15 04:14:42.589971 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.590009 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.590569 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.05.15 04:14:42.590788 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.590892 [ 145 ] {} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.05.15 04:14:42.590922 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} executeQuery: Read 35 rows, 64.22 KiB in 0.001888 sec., 18538.13559322034 rows/sec., 33.22 MiB/sec. 2025.05.15 04:14:42.590936 [ 145 ] {} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.590959 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.590973 [ 4 ] {5a4ba4ae-c0f1-418d-9bd7-439597acd1b5} TCPHandler: Processed in 0.002072025 sec. 2025.05.15 04:14:42.591042 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.05.15 04:14:42.591096 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:42.591197 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:42.591240 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:42.591290 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:42.591359 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 98 rows starting from the beginning of the part 2025.05.15 04:14:42.591525 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2025.05.15 04:14:42.591582 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:42.591623 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:42.591655 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.05.15 04:14:42.591765 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part 2025.05.15 04:14:42.591873 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2025.05.15 04:14:42.591947 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.05.15 04:14:42.591984 [ 194 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part 2025.05.15 04:14:42.592175 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.592311 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} executeQuery: Read 82 rows, 5.33 KiB in 0.001133 sec., 72374.22771403355 rows/sec., 4.60 MiB/sec. 2025.05.15 04:14:42.592349 [ 4 ] {aa92441d-2b1e-489a-8508-9a715561161f} TCPHandler: Processed in 0.00130227 sec. 2025.05.15 04:14:42.594489 [ 189 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 19 columns (19 merged, 0 gathered) in 0.00348543 sec., 60537.72418324282 rows/sec., 108.48 MiB/sec. 2025.05.15 04:14:42.595076 [ 200 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.05.15 04:14:42.595533 [ 200 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:42.595637 [ 200 ] {628a64e0-2657-46f3-8063-1e07d9608c75::all_1_11_2} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.05.15 04:14:42.595775 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.05.15 04:14:44.199492 [ 143 ] {} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.05.15 04:14:44.199559 [ 143 ] {} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:44.199579 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:44.199702 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.05.15 04:14:44.199994 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:44.200032 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.05.15 04:14:44.200107 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part 2025.05.15 04:14:44.200169 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.05.15 04:14:44.200227 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.05.15 04:14:44.200283 [ 194 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.05.15 04:14:44.201770 [ 200 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002122377 sec., 19317.962831297173 rows/sec., 4.08 MiB/sec. 2025.05.15 04:14:44.202005 [ 195 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.05.15 04:14:44.202422 [ 195 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:44.202499 [ 195 ] {02d0763f-f3d6-41c4-84c0-26317c7d9686::all_1_5_1} oximeter.timeseries_schema (02d0763f-f3d6-41c4-84c0-26317c7d9686) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.05.15 04:14:44.202592 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.05.15 04:14:47.001993 [ 148 ] {} DNSResolver: Updating DNS cache 2025.05.15 04:14:47.002060 [ 148 ] {} DNSResolver: Updated DNS cache 2025.05.15 04:14:47.073443 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 2025.05.15 04:14:47.073923 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.073965 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.074424 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:47.074647 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.074769 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.05.15 04:14:47.431068 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.05.15 04:14:47.447828 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.447878 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.453255 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:47.453950 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.457092 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.05.15 04:14:47.568562 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:47.568847 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:47.568938 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:47.569629 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.569680 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.570122 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.15 04:14:47.570356 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.570518 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} executeQuery: Read 64 rows, 5.19 KiB in 0.001746 sec., 36655.21191294387 rows/sec., 2.90 MiB/sec. 2025.05.15 04:14:47.570566 [ 4 ] {a4ffc451-abaa-4e84-ac7b-aa1f9de06447} TCPHandler: Processed in 0.002188059 sec. 2025.05.15 04:14:47.570693 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:47.570795 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:47.570838 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:47.571250 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.571289 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.571605 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:47.571815 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.571946 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} executeQuery: Read 4 rows, 308.00 B in 0.001173 sec., 3410.059676044331 rows/sec., 256.42 KiB/sec. 2025.05.15 04:14:47.571983 [ 4 ] {2157639c-1bac-4a97-af9f-44d9b69672f0} TCPHandler: Processed in 0.001340722 sec. 2025.05.15 04:14:47.572088 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:47.572183 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:47.572224 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:47.572632 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.572669 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.572980 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.15 04:14:47.573201 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.573330 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} executeQuery: Read 68 rows, 5.44 KiB in 0.001166 sec., 58319.03945111493 rows/sec., 4.55 MiB/sec. 2025.05.15 04:14:47.573367 [ 4 ] {e4055529-fa79-409c-827b-8c91bc923ed6} TCPHandler: Processed in 0.001329022 sec. 2025.05.15 04:14:47.573480 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:47.573574 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:47.573618 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:47.574025 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.574061 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.574390 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.15 04:14:47.574599 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.574726 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.05.15 04:14:47.574762 [ 4 ] {2fb0c03b-393e-446a-b1b1-76191f2cc4af} TCPHandler: Processed in 0.001331022 sec. 2025.05.15 04:14:47.574870 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:47.574964 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:47.575018 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} 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.05.15 04:14:47.575744 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.575781 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.576290 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.05.15 04:14:47.576527 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.576666 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} executeQuery: Read 4 rows, 7.34 KiB in 0.00172 sec., 2325.5813953488373 rows/sec., 4.17 MiB/sec. 2025.05.15 04:14:47.576725 [ 4 ] {b0020ba4-ba61-41b8-8a83-1a922d72eb4a} TCPHandler: Processed in 0.001903149 sec. 2025.05.15 04:14:47.576838 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:47.576932 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:47.576974 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:47.577315 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:47.577351 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:47.577656 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.05.15 04:14:47.577866 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:47.577992 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.05.15 04:14:47.578028 [ 4 ] {30675129-bee2-441b-8240-cd03f66200bb} TCPHandler: Processed in 0.001239619 sec. 2025.05.15 04:14:52.086667 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 468 2025.05.15 04:14:52.088970 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.089028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.090228 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:52.090513 [ 243 ] {} system.query_log (9cb97338-0695-4425-95b2-8819eaf74741): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.090865 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 468 2025.05.15 04:14:52.575366 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.575549 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.575615 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.05.15 04:14:52.576298 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.576339 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.576746 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:52.576988 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.577100 [ 137 ] {} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.05.15 04:14:52.577138 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} executeQuery: Read 212 rows, 13.81 KiB in 0.001638 sec., 129426.12942612944 rows/sec., 8.23 MiB/sec. 2025.05.15 04:14:52.577140 [ 137 ] {} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.577171 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.577186 [ 4 ] {515a472f-9adb-4267-b210-bdb79b6ba1fc} TCPHandler: Processed in 0.001945081 sec. 2025.05.15 04:14:52.577304 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.577300 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.05.15 04:14:52.577406 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.05.15 04:14:52.577456 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.05.15 04:14:52.577457 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:52.577506 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part 2025.05.15 04:14:52.577574 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:52.577618 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:52.577659 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:52.577700 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.05.15 04:14:52.577861 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.577904 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:52.578222 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.05.15 04:14:52.578460 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} oximeter.fields_ipaddr (c0fce838-6092-4dba-a351-fb39872916c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.578586 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} executeQuery: Read 2 rows, 167.00 B in 0.001202 sec., 1663.893510815308 rows/sec., 135.68 KiB/sec. 2025.05.15 04:14:52.578602 [ 192 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001357233 sec., 781000.7566865822 rows/sec., 52.65 MiB/sec. 2025.05.15 04:14:52.578624 [ 4 ] {007f3ace-dab8-485a-b4b8-bb560636932a} TCPHandler: Processed in 0.001373924 sec. 2025.05.15 04:14:52.578757 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.05.15 04:14:52.578764 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.578900 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:52.578953 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:52.579007 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.579078 [ 200 ] {e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b::all_1_9_2} oximeter.fields_i16 (e1d05d16-c4ec-4ccb-8bce-a09c26c37b4b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.05.15 04:14:52.579140 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.05.15 04:14:52.579643 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.579686 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.580067 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.15 04:14:52.580289 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.580424 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} executeQuery: Read 690 rows, 56.30 KiB in 0.00155 sec., 445161.29032258067 rows/sec., 35.47 MiB/sec. 2025.05.15 04:14:52.580463 [ 4 ] {31badf42-53db-4394-b505-8ccf5fb18d44} TCPHandler: Processed in 0.001761545 sec. 2025.05.15 04:14:52.580574 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.580671 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.580712 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:52.581132 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.581168 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.581487 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:52.581701 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.581829 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} executeQuery: Read 144 rows, 9.23 KiB in 0.001177 sec., 122344.9447748513 rows/sec., 7.66 MiB/sec. 2025.05.15 04:14:52.581866 [ 4 ] {aa41fcb0-ad23-48ed-b75d-34477490dab1} TCPHandler: Processed in 0.001342553 sec. 2025.05.15 04:14:52.581974 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.582069 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.582109 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.05.15 04:14:52.582513 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.582549 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.582857 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.05.15 04:14:52.583082 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.583170 [ 133 ] {} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.05.15 04:14:52.583203 [ 133 ] {} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.583206 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} executeQuery: Read 113 rows, 7.49 KiB in 0.001157 sec., 97666.37856525497 rows/sec., 6.32 MiB/sec. 2025.05.15 04:14:52.583221 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.583249 [ 4 ] {082bc985-19c0-4efc-956f-42e388d264b9} TCPHandler: Processed in 0.001325221 sec. 2025.05.15 04:14:52.583319 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.05.15 04:14:52.583361 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.583458 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:52.583461 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.583503 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 113 rows starting from the beginning of the part 2025.05.15 04:14:52.583520 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.05.15 04:14:52.583579 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:52.583633 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:52.583678 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.05.15 04:14:52.583723 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:52.583765 [ 195 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part 2025.05.15 04:14:52.583937 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.583980 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:52.584301 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:52.584540 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.584634 [ 133 ] {} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.05.15 04:14:52.584662 [ 133 ] {} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.584668 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} executeQuery: Read 112 rows, 6.53 KiB in 0.001225 sec., 91428.57142857143 rows/sec., 5.21 MiB/sec. 2025.05.15 04:14:52.584680 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:52.584706 [ 4 ] {005b55ba-2f21-4dfb-b4d7-20a6735338f6} TCPHandler: Processed in 0.001395084 sec. 2025.05.15 04:14:52.584718 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 793 rows, containing 5 columns (5 merged, 0 gathered) in 0.001447386 sec., 547884.2547875964 rows/sec., 38.02 MiB/sec. 2025.05.15 04:14:52.584775 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.05.15 04:14:52.584828 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.584889 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:52.584929 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.05.15 04:14:52.584932 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part 2025.05.15 04:14:52.584932 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:52.585014 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:52.585034 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:52.585090 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:52.585154 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:52.585197 [ 196 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part 2025.05.15 04:14:52.585282 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.585368 [ 192 ] {33e7201e-d7b6-4e05-a918-49d81152d757::all_1_10_2} oximeter.fields_u32 (33e7201e-d7b6-4e05-a918-49d81152d757) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.05.15 04:14:52.585453 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.05.15 04:14:52.585544 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.585588 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:52.585947 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.15 04:14:52.586065 [ 190 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001336842 sec., 418897.67077934416 rows/sec., 25.46 MiB/sec. 2025.05.15 04:14:52.586167 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.586211 [ 192 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.05.15 04:14:52.586309 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} executeQuery: Read 420 rows, 30.63 KiB in 0.001397 sec., 300644.2376521117 rows/sec., 21.41 MiB/sec. 2025.05.15 04:14:52.586353 [ 4 ] {1fd7f784-e7a5-4057-a90c-baf084d80ad7} TCPHandler: Processed in 0.001574929 sec. 2025.05.15 04:14:52.586463 [ 192 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.586475 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.586536 [ 192 ] {906d9da6-7090-4ac5-b482-61c1caabcbbe::all_1_9_2} oximeter.fields_u8 (906d9da6-7090-4ac5-b482-61c1caabcbbe) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.05.15 04:14:52.586580 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.05.15 04:14:52.586598 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.05.15 04:14:52.586628 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.05.15 04:14:52.586974 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.587012 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.587319 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:52.587541 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} oximeter.measurements_bool (e9e853d5-9469-4ab3-bda0-67ac3f1720ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.587669 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} executeQuery: Read 6 rows, 321.00 B in 0.001109 sec., 5410.279531109108 rows/sec., 282.67 KiB/sec. 2025.05.15 04:14:52.587706 [ 4 ] {69304589-747a-435a-83ad-058299c6aa33} TCPHandler: Processed in 0.0012811 sec. 2025.05.15 04:14:52.587817 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.587913 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.587957 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:52.588340 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.588375 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.588727 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.15 04:14:52.588938 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.589065 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} executeQuery: Read 238 rows, 16.34 KiB in 0.00117 sec., 203418.8034188034 rows/sec., 13.64 MiB/sec. 2025.05.15 04:14:52.589102 [ 4 ] {4401a2f3-0c65-4a68-8761-cb21c1b88078} TCPHandler: Processed in 0.001334942 sec. 2025.05.15 04:14:52.589215 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.589310 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.589351 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.05.15 04:14:52.589666 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.589701 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.589994 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.05.15 04:14:52.590199 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} oximeter.measurements_f64 (e0172a1d-855a-46e5-8772-d5e6f7fca012): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.590325 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2025.05.15 04:14:52.590362 [ 4 ] {78181c94-b379-469b-973a-9759a4fb84dd} TCPHandler: Processed in 0.001197298 sec. 2025.05.15 04:14:52.590466 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.590561 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.590616 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} 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.05.15 04:14:52.591390 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.591426 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.591974 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.05.15 04:14:52.592203 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.592343 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} executeQuery: Read 36 rows, 66.06 KiB in 0.0018 sec., 20000 rows/sec., 35.84 MiB/sec. 2025.05.15 04:14:52.592399 [ 4 ] {9fa1a2af-a4bc-4f46-9d72-bffd9c2d9a46} TCPHandler: Processed in 0.001982803 sec. 2025.05.15 04:14:52.592514 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:52.592610 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:52.592652 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:52.592984 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:52.593019 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2025.05.15 04:14:52.593331 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.05.15 04:14:52.593545 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:52.593674 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} executeQuery: Read 82 rows, 5.33 KiB in 0.001083 sec., 75715.60480147738 rows/sec., 4.81 MiB/sec. 2025.05.15 04:14:52.593711 [ 4 ] {f33fa459-abad-46c5-86dd-b6a74c46b4c3} TCPHandler: Processed in 0.00124733 sec. 2025.05.15 04:14:54.574854 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 2025.05.15 04:14:54.575481 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:54.575522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:54.575985 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.15 04:14:54.576227 [ 245 ] {} system.asynchronous_metric_log (2040c867-b1a9-4b97-b62a-3489ba34dc6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:54.576358 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 2025.05.15 04:14:54.957157 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.05.15 04:14:54.973228 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:54.973272 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:54.979038 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.05.15 04:14:54.979738 [ 244 ] {} system.metric_log (43fdafff-e5fd-44d1-a96c-d141b72f0177): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:54.982545 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.05.15 04:14:57.569129 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:57.569386 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.05.15 04:14:57.569449 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.05.15 04:14:57.570076 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.570117 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.570515 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.15 04:14:57.570735 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.570879 [ 120 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.15 04:14:57.570887 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} executeQuery: Read 64 rows, 5.19 KiB in 0.001552 sec., 41237.113402061856 rows/sec., 3.26 MiB/sec. 2025.05.15 04:14:57.570956 [ 120 ] {} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.570976 [ 4 ] {cb489ee1-a557-4311-ad17-7a1feeaddf7c} TCPHandler: Processed in 0.002031595 sec. 2025.05.15 04:14:57.570985 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.571099 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:57.571107 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.05.15 04:14:57.571202 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.05.15 04:14:57.571249 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.05.15 04:14:57.571253 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:57.571301 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1840 rows starting from the beginning of the part 2025.05.15 04:14:57.571379 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2025.05.15 04:14:57.571432 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 687 rows starting from the beginning of the part 2025.05.15 04:14:57.571488 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:57.571538 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 690 rows starting from the beginning of the part 2025.05.15 04:14:57.571587 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:57.571647 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.571688 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.572032 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:57.572254 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} oximeter.fields_u16 (46aeb3e9-d511-4d78-9c19-447f2b21c922): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.572390 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} executeQuery: Read 4 rows, 308.00 B in 0.001206 sec., 3316.749585406302 rows/sec., 249.40 KiB/sec. 2025.05.15 04:14:57.572427 [ 4 ] {dae14f42-9b9f-4fb4-aa00-2542d2a7e79e} TCPHandler: Processed in 0.001378273 sec. 2025.05.15 04:14:57.572531 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:57.572626 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.05.15 04:14:57.572666 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.05.15 04:14:57.573075 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.573111 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.573121 [ 192 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.002064635 sec., 1647264.5285970643 rows/sec., 139.13 MiB/sec. 2025.05.15 04:14:57.573402 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.15 04:14:57.573458 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.15 04:14:57.573740 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.573760 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.573822 [ 196 ] {5273e3dd-e098-4102-b88c-1e01aa873b5c::all_1_21_4} oximeter.fields_string (5273e3dd-e098-4102-b88c-1e01aa873b5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.15 04:14:57.573874 [ 120 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.15 04:14:57.573898 [ 120 ] {} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.573899 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.05.15 04:14:57.573915 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.573904 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} executeQuery: Read 68 rows, 5.44 KiB in 0.001296 sec., 52469.135802469136 rows/sec., 4.10 MiB/sec. 2025.05.15 04:14:57.573967 [ 4 ] {1c8b99eb-6c85-4683-8041-0e24f9758bd3} TCPHandler: Processed in 0.001485377 sec. 2025.05.15 04:14:57.573973 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.05.15 04:14:57.574048 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:57.574072 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part 2025.05.15 04:14:57.574074 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:57.574119 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2025.05.15 04:14:57.574161 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 417 rows starting from the beginning of the part 2025.05.15 04:14:57.574180 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:57.574195 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part 2025.05.15 04:14:57.574233 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.05.15 04:14:57.574237 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 420 rows starting from the beginning of the part 2025.05.15 04:14:57.574284 [ 196 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part 2025.05.15 04:14:57.574642 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.574682 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.575041 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.15 04:14:57.575256 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.575263 [ 199 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305391 sec., 1487676.8722934355 rows/sec., 113.60 MiB/sec. 2025.05.15 04:14:57.575364 [ 120 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.15 04:14:57.575391 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.05.15 04:14:57.575396 [ 120 ] {} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.575433 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.575435 [ 4 ] {f7eda03d-914b-4f92-a65c-ea8603fc835e} TCPHandler: Processed in 0.001410485 sec. 2025.05.15 04:14:57.575453 [ 192 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.15 04:14:57.575505 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.05.15 04:14:57.575575 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:57.575602 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:57.575640 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6976 rows starting from the beginning of the part 2025.05.15 04:14:57.575679 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.05.15 04:14:57.575686 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part 2025.05.15 04:14:57.575734 [ 192 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.575744 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} 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.05.15 04:14:57.575749 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part 2025.05.15 04:14:57.575801 [ 192 ] {9cdfcd89-d493-40e9-936f-fcc4380f88f9::all_1_21_4} oximeter.fields_uuid (9cdfcd89-d493-40e9-936f-fcc4380f88f9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.15 04:14:57.575801 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.05.15 04:14:57.575847 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 238 rows starting from the beginning of the part 2025.05.15 04:14:57.575861 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.05.15 04:14:57.575883 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.05.15 04:14:57.576495 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.576537 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.577109 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.05.15 04:14:57.577444 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} oximeter.measurements_histogramu64 (628a64e0-2657-46f3-8063-1e07d9608c75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.577590 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} executeQuery: Read 4 rows, 7.34 KiB in 0.001929 sec., 2073.613271124935 rows/sec., 3.72 MiB/sec. 2025.05.15 04:14:57.577642 [ 4 ] {4efdd566-3d65-46d5-aefd-e528678c1ae2} TCPHandler: Processed in 0.002118157 sec. 2025.05.15 04:14:57.577754 [ 4 ] {} TCP-Session: feef9dc4-051c-4db0-ac55-9b558f8d1001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.05.15 04:14:57.577850 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} executeQuery: (from [fd00:1122:3344:101::d]:45864) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.05.15 04:14:57.577893 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.05.15 04:14:57.578227 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.578264 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.578471 [ 188 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7899 rows, containing 5 columns (5 merged, 0 gathered) in 0.002999714 sec., 2633251.036598822 rows/sec., 177.65 MiB/sec. 2025.05.15 04:14:57.578650 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.05.15 04:14:57.578890 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.578986 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.15 04:14:57.578992 [ 120 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.05.15 04:14:57.579023 [ 120 ] {} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.05.15 04:14:57.579025 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2025.05.15 04:14:57.579040 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. 2025.05.15 04:14:57.579074 [ 4 ] {33ebc773-a6cd-40f7-9188-d76ad4276826} TCPHandler: Processed in 0.001369004 sec. 2025.05.15 04:14:57.579117 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.05.15 04:14:57.579215 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.05.15 04:14:57.579239 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.579244 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1054 rows starting from the beginning of the part 2025.05.15 04:14:57.579309 [ 196 ] {c08fe766-f366-484e-993a-d5f5402d788a::all_1_21_4} oximeter.measurements_cumulativeu64 (c08fe766-f366-484e-993a-d5f5402d788a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.15 04:14:57.579326 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2025.05.15 04:14:57.579366 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. 2025.05.15 04:14:57.579368 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:57.579412 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.05.15 04:14:57.579452 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part 2025.05.15 04:14:57.579489 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.05.15 04:14:57.580284 [ 188 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 4 columns (4 merged, 0 gathered) in 0.001195888 sec., 1158971.4086937907 rows/sec., 75.71 MiB/sec. 2025.05.15 04:14:57.580445 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.05.15 04:14:57.580679 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.05.15 04:14:57.580737 [ 192 ] {4f5c7aff-d561-4bec-ba0c-349d0dedde64::all_1_21_4} oximeter.measurements_u64 (4f5c7aff-d561-4bec-ba0c-349d0dedde64) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.05.15 04:14:57.580788 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.