[ Jul 15 21:48:41 Enabled. ] [ Jul 15 21:48:41 Rereading configuration. ] [ Jul 15 21:48:42 Rereading configuration. ] [ Jul 15 21:48:44 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Jul 15 21:48:44 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.07.15 21:48:45.251396 [ 1 ] {} Application: Will watch for the process with pid 27837 2025.07.15 21:48:45.251780 [ 1 ] {} Application: Forked a child process to watch 2025.07.15 21:48:45.444993 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 27837 2025.07.15 21:48:45.445771 [ 1 ] {} Application: starting up 2025.07.15 21:48:45.445930 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.07.15 21:48:45.531670 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.07.15 21:48:45.580000 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.07.15 21:48:45.580057 [ 1 ] {} Application: Initializing DateLUT. 2025.07.15 21:48:45.580080 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.07.15 21:48:45.580140 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.07.15 21:48:45.580517 [ 1 ] {} Application: Initializing interserver credentials. 2025.07.15 21:48:45.582627 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.07.15 21:48:45.583455 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.15 21:48:45.584247 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.07.15 21:48:45.584267 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.07.15 21:48:45.584281 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.07.15 21:48:45.584946 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.15 21:48:45.586158 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.07.15 21:48:45.591712 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.15 21:48:45.592416 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.15 21:48:45.593631 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.15 21:48:45.593695 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.15 21:48:45.594679 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.07.15 21:48:45.595086 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.15 21:48:45.598328 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.15 21:48:45.598966 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.07.15 21:48:45.600933 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.07.15 21:48:45.601421 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.07.15 21:48:45.601751 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.07.15 21:48:45.602075 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.07.15 21:48:45.603389 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.07.15 21:48:45.603414 [ 1 ] {} Application: Loading metadata from /data/ 2025.07.15 21:48:45.603503 [ 185 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:48:45.603591 [ 185 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:48:45.616062 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.07.15 21:48:45.616093 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173925 sec 2025.07.15 21:48:45.616112 [ 1 ] {} ReferentialDeps: No tables 2025.07.15 21:48:45.616126 [ 1 ] {} LoadingDeps: No tables 2025.07.15 21:48:45.616750 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.07.15 21:48:45.617288 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.07.15 21:48:45.625030 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.07.15 21:48:45.625072 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.07.15 21:48:45.625092 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.07.15 21:48:45.625104 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.07.15 21:48:45.625137 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.07.15 21:48:45.625156 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.07.15 21:48:45.627264 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.07.15 21:48:45.627307 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.07.15 21:48:45.627325 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.07.15 21:48:45.627461 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.07.15 21:48:45.627502 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.07.15 21:48:45.627514 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.07.15 21:48:45.627533 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.07.15 21:48:45.627545 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.07.15 21:48:45.627575 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.07.15 21:48:45.627591 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.07.15 21:48:45.647772 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.07.15 21:48:45.652034 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.07.15 21:48:45.652083 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0992e-05 sec 2025.07.15 21:48:45.652105 [ 1 ] {} ReferentialDeps: No tables 2025.07.15 21:48:45.652123 [ 1 ] {} LoadingDeps: No tables 2025.07.15 21:48:45.652162 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.07.15 21:48:45.652430 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.07.15 21:48:45.652501 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.07.15 21:48:45.652523 [ 1 ] {} Application: Loaded metadata. 2025.07.15 21:48:45.652543 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.07.15 21:48:45.652562 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.07.15 21:48:45.656824 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.15 21:48:45.657008 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.89 MiB 2025.07.15 21:48:45.657777 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.293e-05 sec. 2025.07.15 21:48:45.658106 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.07.15 21:48:45.658157 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.07.15 21:48:45.658170 [ 1 ] {} Application: Ready for connections. 2025.07.15 21:48:45.829356 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51967 2025.07.15 21:48:45.830282 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.830348 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51967 2025.07.15 21:48:45.830377 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.830397 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.830492 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.15 21:48:45.830518 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:45.830540 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:45.831649 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57978 2025.07.15 21:48:45.831791 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.831823 [ 4 ] {} TCP-Session: 04a6b6d2-21ff-49eb-874b-7233caae626b Authenticating user 'default' from [fd00:1122:3344:101::d]:57978 2025.07.15 21:48:45.831844 [ 4 ] {} TCP-Session: 04a6b6d2-21ff-49eb-874b-7233caae626b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.831876 [ 4 ] {} TCP-Session: 04a6b6d2-21ff-49eb-874b-7233caae626b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.832484 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52892 2025.07.15 21:48:45.832485 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64368 2025.07.15 21:48:45.832578 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42258 2025.07.15 21:48:45.833354 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38475 2025.07.15 21:48:45.833384 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.833424 [ 253 ] {} TCP-Session: 30ec9ecc-d0a0-437d-94a0-774b6e434f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:52892 2025.07.15 21:48:45.833435 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.833462 [ 253 ] {} TCP-Session: 30ec9ecc-d0a0-437d-94a0-774b6e434f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.833480 [ 254 ] {} TCP-Session: ef30f2ba-6797-41b7-8f09-993c19e082e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42258 2025.07.15 21:48:45.833482 [ 253 ] {} TCP-Session: 30ec9ecc-d0a0-437d-94a0-774b6e434f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.833519 [ 254 ] {} TCP-Session: ef30f2ba-6797-41b7-8f09-993c19e082e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.833538 [ 254 ] {} TCP-Session: ef30f2ba-6797-41b7-8f09-993c19e082e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.834574 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.834614 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64368 2025.07.15 21:48:45.834630 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.834632 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.834654 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.834657 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45975 2025.07.15 21:48:45.834666 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48303 2025.07.15 21:48:45.834711 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.834690 [ 255 ] {} TCP-Session: bdfc5fec-574f-4026-89ab-c7492d37422d Authenticating user 'default' from [fd00:1122:3344:101::d]:38475 2025.07.15 21:48:45.834760 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43639 2025.07.15 21:48:45.834784 [ 255 ] {} TCP-Session: bdfc5fec-574f-4026-89ab-c7492d37422d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.834818 [ 255 ] {} TCP-Session: bdfc5fec-574f-4026-89ab-c7492d37422d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.834811 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.834863 [ 257 ] {} TCP-Session: b86bbe2f-6b5f-43b2-9409-9ec2bc40c20e Authenticating user 'default' from [fd00:1122:3344:101::d]:45975 2025.07.15 21:48:45.834895 [ 257 ] {} TCP-Session: b86bbe2f-6b5f-43b2-9409-9ec2bc40c20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.834909 [ 257 ] {} TCP-Session: b86bbe2f-6b5f-43b2-9409-9ec2bc40c20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.835034 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.835078 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:45.835089 [ 256 ] {} TCP-Session: 98bed994-9d14-4a0f-af26-a96347d1111e Authenticating user 'default' from [fd00:1122:3344:101::d]:48303 2025.07.15 21:48:45.835122 [ 258 ] {} TCP-Session: e85e73ea-95f3-4ef2-a3e8-dd0cb36571c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43639 2025.07.15 21:48:45.835127 [ 256 ] {} TCP-Session: 98bed994-9d14-4a0f-af26-a96347d1111e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.835157 [ 258 ] {} TCP-Session: e85e73ea-95f3-4ef2-a3e8-dd0cb36571c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.835161 [ 256 ] {} TCP-Session: 98bed994-9d14-4a0f-af26-a96347d1111e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.835178 [ 258 ] {} TCP-Session: e85e73ea-95f3-4ef2-a3e8-dd0cb36571c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:45.837487 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.15 21:48:45.882001 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51967) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.15 21:48:45.882752 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.15 21:48:45.882829 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} TCPHandler: Processed in 0.050404519 sec. 2025.07.15 21:48:45.883265 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.883518 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.15 21:48:45.883928 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64368) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.15 21:48:45.884072 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.07.15 21:48:45.884173 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} TCPHandler: Processed in 0.001082162 sec. 2025.07.15 21:48:45.885005 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.885794 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.07.15 21:48:45.886401 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.07.15 21:48:45.890675 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.07.15 21:48:45.890698 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0482e-05 sec 2025.07.15 21:48:45.890714 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} ReferentialDeps: No tables 2025.07.15 21:48:45.890733 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} LoadingDeps: No tables 2025.07.15 21:48:45.890762 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} DatabaseAtomic (oximeter): Starting up tables. 2025.07.15 21:48:45.891399 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} TCPHandler: Processed in 0.006504595 sec. 2025.07.15 21:48:45.891534 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.891690 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.07.15 21:48:45.891739 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.07.15 21:48:45.894865 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} StoragePolicy (default): Storage policy default created, total volumes 1 2025.07.15 21:48:45.899830 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): Loading data parts 2025.07.15 21:48:45.900926 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): There are no data parts 2025.07.15 21:48:45.905257 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} TCPHandler: Processed in 0.013771353 sec. 2025.07.15 21:48:45.905418 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.905592 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.905653 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.07.15 21:48:45.916738 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} oximeter.measurements_bool (76f4e930-1b5e-41d7-82d7-03220048eab9): Loading data parts 2025.07.15 21:48:45.917058 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} oximeter.measurements_bool (76f4e930-1b5e-41d7-82d7-03220048eab9): There are no data parts 2025.07.15 21:48:45.921718 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} TCPHandler: Processed in 0.01634711 sec. 2025.07.15 21:48:45.921993 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.922229 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.922280 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.07.15 21:48:45.933550 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} oximeter.measurements_i8 (1bd56b6a-3ab9-4dda-ad02-439d201064bb): Loading data parts 2025.07.15 21:48:45.933689 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} oximeter.measurements_i8 (1bd56b6a-3ab9-4dda-ad02-439d201064bb): There are no data parts 2025.07.15 21:48:45.936872 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} TCPHandler: Processed in 0.014976518 sec. 2025.07.15 21:48:45.937039 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.937198 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.937248 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.07.15 21:48:45.938895 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} oximeter.measurements_u8 (b953f28f-55d7-426c-b05e-94d1c1923aea): Loading data parts 2025.07.15 21:48:45.939032 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} oximeter.measurements_u8 (b953f28f-55d7-426c-b05e-94d1c1923aea): There are no data parts 2025.07.15 21:48:45.943174 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} TCPHandler: Processed in 0.006190675 sec. 2025.07.15 21:48:45.943410 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.943733 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.943814 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.07.15 21:48:45.947641 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} oximeter.measurements_i16 (43ac67b9-0092-411d-a560-ef29dd1acf08): Loading data parts 2025.07.15 21:48:45.947785 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} oximeter.measurements_i16 (43ac67b9-0092-411d-a560-ef29dd1acf08): There are no data parts 2025.07.15 21:48:45.950193 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} TCPHandler: Processed in 0.006880636 sec. 2025.07.15 21:48:45.950363 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.950545 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.950606 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.07.15 21:48:45.952542 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} oximeter.measurements_u16 (cd699841-5d2b-437b-ad0e-48eb9379787f): Loading data parts 2025.07.15 21:48:45.952685 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} oximeter.measurements_u16 (cd699841-5d2b-437b-ad0e-48eb9379787f): There are no data parts 2025.07.15 21:48:45.956749 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} TCPHandler: Processed in 0.006443433 sec. 2025.07.15 21:48:45.956907 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.957101 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.957143 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.07.15 21:48:45.963778 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} oximeter.measurements_i32 (5cdd340c-4029-4567-8516-fb30fbd220a9): Loading data parts 2025.07.15 21:48:45.963962 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} oximeter.measurements_i32 (5cdd340c-4029-4567-8516-fb30fbd220a9): There are no data parts 2025.07.15 21:48:45.966732 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} TCPHandler: Processed in 0.009882356 sec. 2025.07.15 21:48:45.966884 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.967035 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.967085 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.07.15 21:48:45.968947 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} oximeter.measurements_u32 (9d3bb4a3-ffac-49d1-aaf2-24bbe867f6a2): Loading data parts 2025.07.15 21:48:45.969085 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} oximeter.measurements_u32 (9d3bb4a3-ffac-49d1-aaf2-24bbe867f6a2): There are no data parts 2025.07.15 21:48:45.973226 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} TCPHandler: Processed in 0.006387371 sec. 2025.07.15 21:48:45.973462 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.973798 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.973887 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.07.15 21:48:45.983552 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Loading data parts 2025.07.15 21:48:45.983696 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): There are no data parts 2025.07.15 21:48:45.986662 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} TCPHandler: Processed in 0.013299239 sec. 2025.07.15 21:48:45.986815 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.986970 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.987021 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.07.15 21:48:45.988922 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Loading data parts 2025.07.15 21:48:45.989063 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): There are no data parts 2025.07.15 21:48:45.993153 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} TCPHandler: Processed in 0.006385211 sec. 2025.07.15 21:48:45.993295 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:45.993446 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:45.993497 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.07.15 21:48:46.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 121.55 MiB, peak 121.55 MiB, free memory in arenas 0.00 B, will set to 131.50 MiB (RSS), difference: 9.95 MiB 2025.07.15 21:48:46.000332 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} oximeter.measurements_f32 (7f42b488-dd58-468b-b4f5-1758f0deb7f4): Loading data parts 2025.07.15 21:48:46.000511 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} oximeter.measurements_f32 (7f42b488-dd58-468b-b4f5-1758f0deb7f4): There are no data parts 2025.07.15 21:48:46.003469 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} TCPHandler: Processed in 0.010219116 sec. 2025.07.15 21:48:46.003723 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.004025 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.004127 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.07.15 21:48:46.006133 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): Loading data parts 2025.07.15 21:48:46.006303 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): There are no data parts 2025.07.15 21:48:46.010395 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} TCPHandler: Processed in 0.006769593 sec. 2025.07.15 21:48:46.010550 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.010744 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.010803 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.07.15 21:48:46.017558 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} oximeter.measurements_string (10f06688-1b1e-492a-9e82-2d10716ff396): Loading data parts 2025.07.15 21:48:46.017758 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} oximeter.measurements_string (10f06688-1b1e-492a-9e82-2d10716ff396): There are no data parts 2025.07.15 21:48:46.020612 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} TCPHandler: Processed in 0.010120303 sec. 2025.07.15 21:48:46.020765 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.020918 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.020984 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.07.15 21:48:46.022915 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} oximeter.measurements_bytes (b14c46be-fa73-4d96-b510-f1e452d5db37): Loading data parts 2025.07.15 21:48:46.023167 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} oximeter.measurements_bytes (b14c46be-fa73-4d96-b510-f1e452d5db37): There are no data parts 2025.07.15 21:48:46.027210 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} TCPHandler: Processed in 0.006491195 sec. 2025.07.15 21:48:46.027358 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.027547 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.027629 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.07.15 21:48:46.031256 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} oximeter.measurements_cumulativei64 (85d92166-9c73-4432-8d21-9e27bb76c10c): Loading data parts 2025.07.15 21:48:46.031470 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} oximeter.measurements_cumulativei64 (85d92166-9c73-4432-8d21-9e27bb76c10c): There are no data parts 2025.07.15 21:48:46.033961 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} TCPHandler: Processed in 0.00666056 sec. 2025.07.15 21:48:46.034104 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.034430 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.034530 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.07.15 21:48:46.036737 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Loading data parts 2025.07.15 21:48:46.036849 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): There are no data parts 2025.07.15 21:48:46.041044 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} TCPHandler: Processed in 0.00699384 sec. 2025.07.15 21:48:46.041323 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.041615 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.041662 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.07.15 21:48:46.048470 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} oximeter.measurements_cumulativef32 (f81e325e-a82c-4a37-aeb2-2d5ea6ca17b1): Loading data parts 2025.07.15 21:48:46.048700 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} oximeter.measurements_cumulativef32 (f81e325e-a82c-4a37-aeb2-2d5ea6ca17b1): There are no data parts 2025.07.15 21:48:46.051579 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} TCPHandler: Processed in 0.01037271 sec. 2025.07.15 21:48:46.051729 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.051921 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.051984 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.07.15 21:48:46.053962 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} oximeter.measurements_cumulativef64 (d10704ae-de00-48e8-980b-4cd9d7f8099b): Loading data parts 2025.07.15 21:48:46.054147 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} oximeter.measurements_cumulativef64 (d10704ae-de00-48e8-980b-4cd9d7f8099b): There are no data parts 2025.07.15 21:48:46.058382 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} TCPHandler: Processed in 0.006708261 sec. 2025.07.15 21:48:46.058640 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.059092 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.059184 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.07.15 21:48:46.077860 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} oximeter.measurements_histogrami8 (4fe7bdfa-18d6-42b8-96eb-1849c1a2cda0): Loading data parts 2025.07.15 21:48:46.078092 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} oximeter.measurements_histogrami8 (4fe7bdfa-18d6-42b8-96eb-1849c1a2cda0): There are no data parts 2025.07.15 21:48:46.082394 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} TCPHandler: Processed in 0.023853024 sec. 2025.07.15 21:48:46.082647 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.083063 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.083178 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.07.15 21:48:46.089627 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} oximeter.measurements_histogramu8 (f6110828-2076-4a74-9de1-87044a9a69f0): Loading data parts 2025.07.15 21:48:46.089799 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} oximeter.measurements_histogramu8 (f6110828-2076-4a74-9de1-87044a9a69f0): There are no data parts 2025.07.15 21:48:46.094587 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} TCPHandler: Processed in 0.01203394 sec. 2025.07.15 21:48:46.094822 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.095213 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.095274 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.07.15 21:48:46.101667 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} oximeter.measurements_histogrami16 (e82198b3-918f-4f64-b83f-c796cdee7c42): Loading data parts 2025.07.15 21:48:46.101788 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} oximeter.measurements_histogrami16 (e82198b3-918f-4f64-b83f-c796cdee7c42): There are no data parts 2025.07.15 21:48:46.104530 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} TCPHandler: Processed in 0.009806664 sec. 2025.07.15 21:48:46.104679 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.104886 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.104948 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.07.15 21:48:46.106686 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} oximeter.measurements_histogramu16 (7e1967d7-71ab-4d77-9924-9e9d9b33dd1c): Loading data parts 2025.07.15 21:48:46.106805 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} oximeter.measurements_histogramu16 (7e1967d7-71ab-4d77-9924-9e9d9b33dd1c): There are no data parts 2025.07.15 21:48:46.110882 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} TCPHandler: Processed in 0.006251737 sec. 2025.07.15 21:48:46.111023 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.111247 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.111308 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.07.15 21:48:46.117234 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} oximeter.measurements_histogrami32 (641b79c2-497e-4d0c-b7d2-eb8b489ff42f): Loading data parts 2025.07.15 21:48:46.117382 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} oximeter.measurements_histogrami32 (641b79c2-497e-4d0c-b7d2-eb8b489ff42f): There are no data parts 2025.07.15 21:48:46.120661 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} TCPHandler: Processed in 0.00968377 sec. 2025.07.15 21:48:46.120900 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.121333 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.121465 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.07.15 21:48:46.123336 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} oximeter.measurements_histogramu32 (cb4d077c-1afc-4d31-a524-f6d377f2695b): Loading data parts 2025.07.15 21:48:46.123458 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} oximeter.measurements_histogramu32 (cb4d077c-1afc-4d31-a524-f6d377f2695b): There are no data parts 2025.07.15 21:48:46.127688 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} TCPHandler: Processed in 0.006875135 sec. 2025.07.15 21:48:46.127926 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.128260 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.128321 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.07.15 21:48:46.134390 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} oximeter.measurements_histogrami64 (ee3f862a-c0b3-447f-875f-3c7049601dd8): Loading data parts 2025.07.15 21:48:46.134578 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} oximeter.measurements_histogrami64 (ee3f862a-c0b3-447f-875f-3c7049601dd8): There are no data parts 2025.07.15 21:48:46.137349 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} TCPHandler: Processed in 0.009519225 sec. 2025.07.15 21:48:46.137607 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.138019 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.138145 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.07.15 21:48:46.139992 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Loading data parts 2025.07.15 21:48:46.140160 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): There are no data parts 2025.07.15 21:48:46.144401 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} TCPHandler: Processed in 0.006889746 sec. 2025.07.15 21:48:46.144633 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.145040 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.145189 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.07.15 21:48:46.151789 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} oximeter.measurements_histogramf32 (50ad16bb-da75-4ff0-9d4a-ff1f6f6f558c): Loading data parts 2025.07.15 21:48:46.151986 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} oximeter.measurements_histogramf32 (50ad16bb-da75-4ff0-9d4a-ff1f6f6f558c): There are no data parts 2025.07.15 21:48:46.154726 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} TCPHandler: Processed in 0.010191435 sec. 2025.07.15 21:48:46.154879 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.155130 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.155195 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.07.15 21:48:46.156994 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} oximeter.measurements_histogramf64 (b11abc39-eebe-4663-8811-6cc2c919f528): Loading data parts 2025.07.15 21:48:46.157111 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} oximeter.measurements_histogramf64 (b11abc39-eebe-4663-8811-6cc2c919f528): There are no data parts 2025.07.15 21:48:46.161198 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} TCPHandler: Processed in 0.006377811 sec. 2025.07.15 21:48:46.161349 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.161555 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.161634 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.07.15 21:48:46.167499 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} oximeter.fields_bool (727a6a5d-04ab-4d4e-b44e-40943e850cfc): Loading data parts 2025.07.15 21:48:46.167685 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} oximeter.fields_bool (727a6a5d-04ab-4d4e-b44e-40943e850cfc): There are no data parts 2025.07.15 21:48:46.170441 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} TCPHandler: Processed in 0.009148004 sec. 2025.07.15 21:48:46.170689 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.171019 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.171122 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.07.15 21:48:46.172827 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} oximeter.fields_i8 (59117d3f-7820-4613-8b6a-5a23aea80d83): Loading data parts 2025.07.15 21:48:46.172995 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} oximeter.fields_i8 (59117d3f-7820-4613-8b6a-5a23aea80d83): There are no data parts 2025.07.15 21:48:46.177047 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} TCPHandler: Processed in 0.006456624 sec. 2025.07.15 21:48:46.177292 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.177595 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.177699 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.07.15 21:48:46.183492 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): Loading data parts 2025.07.15 21:48:46.183747 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): There are no data parts 2025.07.15 21:48:46.186393 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} TCPHandler: Processed in 0.009218967 sec. 2025.07.15 21:48:46.186519 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.186684 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.186738 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.07.15 21:48:46.192447 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): Loading data parts 2025.07.15 21:48:46.192571 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): There are no data parts 2025.07.15 21:48:46.196604 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} TCPHandler: Processed in 0.010132153 sec. 2025.07.15 21:48:46.196782 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.196997 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.197064 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.07.15 21:48:46.198811 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Loading data parts 2025.07.15 21:48:46.198995 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): There are no data parts 2025.07.15 21:48:46.202986 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} TCPHandler: Processed in 0.006265118 sec. 2025.07.15 21:48:46.203155 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.203456 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.203549 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.07.15 21:48:46.209522 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} oximeter.fields_i32 (a3cb5030-9fb1-4e71-9c92-7800934edf49): Loading data parts 2025.07.15 21:48:46.209714 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} oximeter.fields_i32 (a3cb5030-9fb1-4e71-9c92-7800934edf49): There are no data parts 2025.07.15 21:48:46.212436 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} TCPHandler: Processed in 0.00935731 sec. 2025.07.15 21:48:46.212570 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.212719 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.212772 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.07.15 21:48:46.214389 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Loading data parts 2025.07.15 21:48:46.214526 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): There are no data parts 2025.07.15 21:48:46.218656 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} TCPHandler: Processed in 0.006130893 sec. 2025.07.15 21:48:46.218889 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.219246 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.219367 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.07.15 21:48:46.221242 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} oximeter.fields_i64 (f7bbf1a9-1a90-4d21-9e93-7c7254f4b6cb): Loading data parts 2025.07.15 21:48:46.221375 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} oximeter.fields_i64 (f7bbf1a9-1a90-4d21-9e93-7c7254f4b6cb): There are no data parts 2025.07.15 21:48:46.223559 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} TCPHandler: Processed in 0.004767542 sec. 2025.07.15 21:48:46.223689 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.223841 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.223894 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.07.15 21:48:46.225630 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} oximeter.fields_u64 (23f5526e-aaaa-44f5-bb28-ee8889bed8b2): Loading data parts 2025.07.15 21:48:46.225779 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} oximeter.fields_u64 (23f5526e-aaaa-44f5-bb28-ee8889bed8b2): There are no data parts 2025.07.15 21:48:46.229999 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} TCPHandler: Processed in 0.00635647 sec. 2025.07.15 21:48:46.230276 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.230572 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.230626 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.07.15 21:48:46.236633 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): Loading data parts 2025.07.15 21:48:46.236842 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): There are no data parts 2025.07.15 21:48:46.239669 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} TCPHandler: Processed in 0.009512125 sec. 2025.07.15 21:48:46.239827 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.240014 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.240080 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.07.15 21:48:46.241753 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Loading data parts 2025.07.15 21:48:46.241879 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): There are no data parts 2025.07.15 21:48:46.246027 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} TCPHandler: Processed in 0.006255607 sec. 2025.07.15 21:48:46.246218 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.246392 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.07.15 21:48:46.246472 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.07.15 21:48:46.251511 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Loading data parts 2025.07.15 21:48:46.251722 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): There are no data parts 2025.07.15 21:48:46.254426 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} TCPHandler: Processed in 0.008255797 sec. 2025.07.15 21:48:46.254576 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.254817 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.07.15 21:48:46.254892 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.07.15 21:48:46.256523 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Loading data parts 2025.07.15 21:48:46.256659 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): There are no data parts 2025.07.15 21:48:46.260960 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} TCPHandler: Processed in 0.006429803 sec. 2025.07.15 21:48:46.261349 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:48:46.261704 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.07.15 21:48:46.262473 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.07.15 21:48:46.267990 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:48:46.268032 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2025.07.15 21:48:46.271593 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:48:46.271929 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:48:46.272172 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} executeQuery: Read 1 rows, 16.00 B in 0.010624 sec., 94.12650602409639 rows/sec., 1.47 KiB/sec. 2025.07.15 21:48:46.272459 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} TCPHandler: Processed in 0.011243747 sec. 2025.07.15 21:48:47.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 133.97 MiB, peak 133.97 MiB, free memory in arenas 0.00 B, will set to 138.10 MiB (RSS), difference: 4.13 MiB 2025.07.15 21:48:48.049834 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48466 2025.07.15 21:48:48.050017 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.050054 [ 262 ] {} TCP-Session: 3cead674-a16a-4382-a6f3-e2924cc11da2 Authenticating user 'default' from [fd00:1122:3344:101::c]:48466 2025.07.15 21:48:48.050081 [ 262 ] {} TCP-Session: 3cead674-a16a-4382-a6f3-e2924cc11da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.050110 [ 262 ] {} TCP-Session: 3cead674-a16a-4382-a6f3-e2924cc11da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.050188 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.15 21:48:48.050215 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:48.050249 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:48.051227 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55898 2025.07.15 21:48:48.051308 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39296 2025.07.15 21:48:48.051432 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35198 2025.07.15 21:48:48.051452 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.051548 [ 263 ] {} TCP-Session: 2ace6d1f-d725-4202-978a-b635619ea42f Authenticating user 'default' from [fd00:1122:3344:101::c]:55898 2025.07.15 21:48:48.051572 [ 263 ] {} TCP-Session: 2ace6d1f-d725-4202-978a-b635619ea42f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.051585 [ 263 ] {} TCP-Session: 2ace6d1f-d725-4202-978a-b635619ea42f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.051636 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43264 2025.07.15 21:48:48.051759 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40798 2025.07.15 21:48:48.051911 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50931 2025.07.15 21:48:48.052027 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65496 2025.07.15 21:48:48.052521 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.052593 [ 264 ] {} TCP-Session: 20e544b5-e2c7-4db2-b952-034f585ccc53 Authenticating user 'default' from [fd00:1122:3344:101::c]:39296 2025.07.15 21:48:48.052621 [ 264 ] {} TCP-Session: 20e544b5-e2c7-4db2-b952-034f585ccc53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.052636 [ 264 ] {} TCP-Session: 20e544b5-e2c7-4db2-b952-034f585ccc53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.060790 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.060846 [ 269 ] {} TCP-Session: 3be60ba8-1c19-4398-a1a0-0f3f05e3c675 Authenticating user 'default' from [fd00:1122:3344:101::c]:65496 2025.07.15 21:48:48.061415 [ 269 ] {} TCP-Session: 3be60ba8-1c19-4398-a1a0-0f3f05e3c675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.061470 [ 269 ] {} TCP-Session: 3be60ba8-1c19-4398-a1a0-0f3f05e3c675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.062910 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.062962 [ 268 ] {} TCP-Session: f0680eff-bae1-4cd8-86b4-17269e9c098a Authenticating user 'default' from [fd00:1122:3344:101::c]:50931 2025.07.15 21:48:48.063010 [ 268 ] {} TCP-Session: f0680eff-bae1-4cd8-86b4-17269e9c098a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063023 [ 268 ] {} TCP-Session: f0680eff-bae1-4cd8-86b4-17269e9c098a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063521 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.063605 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.063644 [ 267 ] {} TCP-Session: c2b0b4b3-32b5-4419-b80a-adc04891bd59 Authenticating user 'default' from [fd00:1122:3344:101::c]:40798 2025.07.15 21:48:48.063649 [ 265 ] {} TCP-Session: c76b1954-46c0-4334-b35a-3082b57858b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:35198 2025.07.15 21:48:48.063692 [ 267 ] {} TCP-Session: c2b0b4b3-32b5-4419-b80a-adc04891bd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063710 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.063755 [ 267 ] {} TCP-Session: c2b0b4b3-32b5-4419-b80a-adc04891bd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063698 [ 265 ] {} TCP-Session: c76b1954-46c0-4334-b35a-3082b57858b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063792 [ 266 ] {} TCP-Session: fcb9b803-0df6-4c5e-b529-e81852b8b706 Authenticating user 'default' from [fd00:1122:3344:101::c]:43264 2025.07.15 21:48:48.063837 [ 265 ] {} TCP-Session: c76b1954-46c0-4334-b35a-3082b57858b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063852 [ 266 ] {} TCP-Session: fcb9b803-0df6-4c5e-b529-e81852b8b706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.063937 [ 266 ] {} TCP-Session: fcb9b803-0df6-4c5e-b529-e81852b8b706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.091924 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50897 2025.07.15 21:48:48.092047 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.092121 [ 270 ] {} TCP-Session: b0adfec2-d2bc-40cc-9afd-0c53ebab9d04 Authenticating user 'default' from [fd00:1122:3344:101::a]:50897 2025.07.15 21:48:48.092144 [ 270 ] {} TCP-Session: b0adfec2-d2bc-40cc-9afd-0c53ebab9d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.092158 [ 270 ] {} TCP-Session: b0adfec2-d2bc-40cc-9afd-0c53ebab9d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.092246 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.15 21:48:48.092287 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:48.092325 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:48.093281 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60195 2025.07.15 21:48:48.093376 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62579 2025.07.15 21:48:48.093460 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58577 2025.07.15 21:48:48.093535 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.093630 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61848 2025.07.15 21:48:48.093675 [ 271 ] {} TCP-Session: 3a99ce90-54fd-4fc6-a02c-e377a6897aea Authenticating user 'default' from [fd00:1122:3344:101::a]:60195 2025.07.15 21:48:48.093701 [ 271 ] {} TCP-Session: 3a99ce90-54fd-4fc6-a02c-e377a6897aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.093716 [ 271 ] {} TCP-Session: 3a99ce90-54fd-4fc6-a02c-e377a6897aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.093762 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60899 2025.07.15 21:48:48.093770 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.093828 [ 272 ] {} TCP-Session: b79211b0-d5b5-487d-88e3-6bda870aefe6 Authenticating user 'default' from [fd00:1122:3344:101::a]:62579 2025.07.15 21:48:48.093825 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.093870 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42340 2025.07.15 21:48:48.093851 [ 272 ] {} TCP-Session: b79211b0-d5b5-487d-88e3-6bda870aefe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.093930 [ 273 ] {} TCP-Session: 3a213bc0-c2d3-49a1-b938-f08f11031904 Authenticating user 'default' from [fd00:1122:3344:101::a]:58577 2025.07.15 21:48:48.093944 [ 272 ] {} TCP-Session: b79211b0-d5b5-487d-88e3-6bda870aefe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.093982 [ 273 ] {} TCP-Session: 3a213bc0-c2d3-49a1-b938-f08f11031904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.093986 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33022 2025.07.15 21:48:48.094003 [ 273 ] {} TCP-Session: 3a213bc0-c2d3-49a1-b938-f08f11031904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.095093 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.095126 [ 274 ] {} TCP-Session: ba32817a-f3c2-4235-8f20-3a12e963d0a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:61848 2025.07.15 21:48:48.095141 [ 274 ] {} TCP-Session: ba32817a-f3c2-4235-8f20-3a12e963d0a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.095217 [ 274 ] {} TCP-Session: ba32817a-f3c2-4235-8f20-3a12e963d0a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.104950 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.105014 [ 277 ] {} TCP-Session: d516a83a-bc65-45bf-a237-835b3be34d01 Authenticating user 'default' from [fd00:1122:3344:101::a]:33022 2025.07.15 21:48:48.105101 [ 277 ] {} TCP-Session: d516a83a-bc65-45bf-a237-835b3be34d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.105133 [ 277 ] {} TCP-Session: d516a83a-bc65-45bf-a237-835b3be34d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.107734 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.107823 [ 275 ] {} TCP-Session: ffac25fd-718d-4186-b4bf-0c030d92f9dc Authenticating user 'default' from [fd00:1122:3344:101::a]:60899 2025.07.15 21:48:48.107843 [ 275 ] {} TCP-Session: ffac25fd-718d-4186-b4bf-0c030d92f9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.107856 [ 275 ] {} TCP-Session: ffac25fd-718d-4186-b4bf-0c030d92f9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.110880 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.110950 [ 276 ] {} TCP-Session: 899b0e5e-fc81-431c-b745-1b7c83e337dd Authenticating user 'default' from [fd00:1122:3344:101::a]:42340 2025.07.15 21:48:48.110967 [ 276 ] {} TCP-Session: 899b0e5e-fc81-431c-b745-1b7c83e337dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.111023 [ 276 ] {} TCP-Session: 899b0e5e-fc81-431c-b745-1b7c83e337dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.120065 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36412 2025.07.15 21:48:48.120244 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.120276 [ 278 ] {} TCP-Session: 368b947c-6089-42ba-941a-b445e305f7a6 Authenticating user 'default' from [fd00:1122:3344:101::b]:36412 2025.07.15 21:48:48.120344 [ 278 ] {} TCP-Session: 368b947c-6089-42ba-941a-b445e305f7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.120358 [ 278 ] {} TCP-Session: 368b947c-6089-42ba-941a-b445e305f7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.120410 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.15 21:48:48.120462 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:48.120479 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.07.15 21:48:48.121560 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38082 2025.07.15 21:48:48.121648 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58338 2025.07.15 21:48:48.121743 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.121749 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56038 2025.07.15 21:48:48.121785 [ 279 ] {} TCP-Session: 1bd03542-16c9-42f8-8fef-edf62bc271ff Authenticating user 'default' from [fd00:1122:3344:101::b]:38082 2025.07.15 21:48:48.121815 [ 279 ] {} TCP-Session: 1bd03542-16c9-42f8-8fef-edf62bc271ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.121842 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55731 2025.07.15 21:48:48.121873 [ 279 ] {} TCP-Session: 1bd03542-16c9-42f8-8fef-edf62bc271ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.121952 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59760 2025.07.15 21:48:48.123196 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49683 2025.07.15 21:48:48.123341 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.123372 [ 284 ] {} TCP-Session: e91b452a-eb8b-40da-96b1-885cdb425a13 Authenticating user 'default' from [fd00:1122:3344:101::b]:49683 2025.07.15 21:48:48.123388 [ 284 ] {} TCP-Session: e91b452a-eb8b-40da-96b1-885cdb425a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.123433 [ 284 ] {} TCP-Session: e91b452a-eb8b-40da-96b1-885cdb425a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.130747 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.130795 [ 283 ] {} TCP-Session: b09dba55-ef7a-4943-ab23-7fec9c66d2e8 Authenticating user 'default' from [fd00:1122:3344:101::b]:59760 2025.07.15 21:48:48.130849 [ 283 ] {} TCP-Session: b09dba55-ef7a-4943-ab23-7fec9c66d2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.130866 [ 283 ] {} TCP-Session: b09dba55-ef7a-4943-ab23-7fec9c66d2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133035 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.133156 [ 281 ] {} TCP-Session: c39374e8-bd25-4b84-8b3b-71d4baa8c491 Authenticating user 'default' from [fd00:1122:3344:101::b]:56038 2025.07.15 21:48:48.133175 [ 281 ] {} TCP-Session: c39374e8-bd25-4b84-8b3b-71d4baa8c491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133188 [ 281 ] {} TCP-Session: c39374e8-bd25-4b84-8b3b-71d4baa8c491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133619 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.133657 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.133669 [ 282 ] {} TCP-Session: ac8f2f2b-15a3-468b-aa8a-cb9483bfd193 Authenticating user 'default' from [fd00:1122:3344:101::b]:55731 2025.07.15 21:48:48.133702 [ 280 ] {} TCP-Session: d6ee9708-62d8-480d-8396-5518502700da Authenticating user 'default' from [fd00:1122:3344:101::b]:58338 2025.07.15 21:48:48.133752 [ 282 ] {} TCP-Session: ac8f2f2b-15a3-468b-aa8a-cb9483bfd193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133785 [ 280 ] {} TCP-Session: d6ee9708-62d8-480d-8396-5518502700da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133817 [ 282 ] {} TCP-Session: ac8f2f2b-15a3-468b-aa8a-cb9483bfd193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133843 [ 280 ] {} TCP-Session: d6ee9708-62d8-480d-8396-5518502700da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.133874 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53141 2025.07.15 21:48:48.134064 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.15 21:48:48.134177 [ 285 ] {} TCP-Session: b55727f6-08e8-40c3-b542-fc7f0b18f3f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:53141 2025.07.15 21:48:48.134201 [ 285 ] {} TCP-Session: b55727f6-08e8-40c3-b542-fc7f0b18f3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:48.134220 [ 285 ] {} TCP-Session: b55727f6-08e8-40c3-b542-fc7f0b18f3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:48:49.000158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.38 MiB, peak 138.38 MiB, free memory in arenas 0.00 B, will set to 139.86 MiB (RSS), difference: 1.49 MiB 2025.07.15 21:48:53.128779 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.07.15 21:48:53.128884 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.07.15 21:48:53.128888 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.07.15 21:48:53.129067 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.07.15 21:48:53.132279 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Loading data parts 2025.07.15 21:48:53.132489 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): There are no data parts 2025.07.15 21:48:53.136660 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:48:53.136702 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.07.15 21:48:53.143593 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:48:53.144565 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:48:53.144732 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.07.15 21:48:53.147428 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Loading data parts 2025.07.15 21:48:53.147696 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): There are no data parts 2025.07.15 21:48:53.173987 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:48:53.174051 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.07.15 21:48:53.180710 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:48:53.181972 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:48:53.185913 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.07.15 21:48:54.000146 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.93 MiB, peak 148.93 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.05 MiB 2025.07.15 21:48:55.628705 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.07.15 21:48:55.628812 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.07.15 21:48:55.633133 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Loading data parts 2025.07.15 21:48:55.633308 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): There are no data parts 2025.07.15 21:48:55.643849 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:48:55.643903 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.07.15 21:48:55.645933 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:48:55.646469 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:48:55.646890 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.07.15 21:48:56.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 155.10 MiB (RSS), difference: -3.08 MiB 2025.07.15 21:49:00.603840 [ 114 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:49:00.603951 [ 114 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:49:00.645775 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.07.15 21:49:00.650356 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:00.650416 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:00.651095 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:00.651315 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:00.651470 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.07.15 21:49:00.686954 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.07.15 21:49:00.705285 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:00.705345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:00.711889 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:00.712651 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:00.715983 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.07.15 21:49:01.000149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.77 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 2.06 MiB 2025.07.15 21:49:06.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.86 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.88 MiB (RSS), difference: 4.02 MiB 2025.07.15 21:49:08.151555 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.07.15 21:49:08.152061 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:08.152126 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:08.152663 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:08.152899 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:08.153030 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.07.15 21:49:08.216030 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.07.15 21:49:08.232806 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:08.232864 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:08.239379 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:08.240073 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:08.243028 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.07.15 21:49:10.819889 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.820084 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.07.15 21:49:10.827844 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.834758 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.844591 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} TCPHandler: Processed in 0.024825293 sec. 2025.07.15 21:49:10.855401 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.855544 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:49:10.865012 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.865064 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.867337 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} TCPHandler: Processed in 0.011999229 sec. 2025.07.15 21:49:10.867670 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.867798 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.871889 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.871939 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.872258 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} TCPHandler: Processed in 0.004639119 sec. 2025.07.15 21:49:10.872477 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.872593 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.872842 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.872887 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.873179 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} TCPHandler: Processed in 0.000749712 sec. 2025.07.15 21:49:10.873421 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.873536 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.873780 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.873823 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.874110 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} TCPHandler: Processed in 0.000735862 sec. 2025.07.15 21:49:10.874326 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.874442 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.874679 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.874721 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.875003 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} TCPHandler: Processed in 0.000723812 sec. 2025.07.15 21:49:10.875226 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.875339 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.875575 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.875618 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.875901 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} TCPHandler: Processed in 0.000721382 sec. 2025.07.15 21:49:10.876102 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.876216 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.876456 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.876505 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.876784 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} TCPHandler: Processed in 0.000729362 sec. 2025.07.15 21:49:10.876999 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.877117 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.877351 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.877392 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.877672 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} TCPHandler: Processed in 0.000720422 sec. 2025.07.15 21:49:10.877857 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.877973 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.878209 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.878249 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.878524 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} TCPHandler: Processed in 0.000712962 sec. 2025.07.15 21:49:10.878715 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.878831 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.879074 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.879114 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.879388 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} TCPHandler: Processed in 0.000718741 sec. 2025.07.15 21:49:10.879581 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.879696 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.879939 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.879980 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.880268 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} TCPHandler: Processed in 0.000733412 sec. 2025.07.15 21:49:10.880474 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.880597 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.880844 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.880884 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.881168 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} TCPHandler: Processed in 0.000741212 sec. 2025.07.15 21:49:10.881364 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.881480 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.881726 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.881766 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.882059 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} TCPHandler: Processed in 0.000742272 sec. 2025.07.15 21:49:10.882245 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.882361 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.882612 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.882653 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.882936 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} TCPHandler: Processed in 0.000737262 sec. 2025.07.15 21:49:10.883136 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.883254 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.883504 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.883545 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.883829 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} TCPHandler: Processed in 0.000740112 sec. 2025.07.15 21:49:10.884077 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.884200 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.884457 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.884506 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.884798 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} TCPHandler: Processed in 0.000770523 sec. 2025.07.15 21:49:10.884993 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.885396 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:10.885664 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.885708 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:10.886064 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} TCPHandler: Processed in 0.001116903 sec. 2025.07.15 21:49:10.889403 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.889514 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.15 21:49:10.889557 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:10.892071 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:10.892117 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:10.894612 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:10.894822 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:10.894984 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} executeQuery: Read 18 rows, 2.52 KiB in 0.005499 sec., 3273.3224222585923 rows/sec., 457.82 KiB/sec. 2025.07.15 21:49:10.895026 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} TCPHandler: Processed in 0.00567433 sec. 2025.07.15 21:49:10.895144 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.895242 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:10.895281 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:10.900079 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:10.900113 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:10.902462 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:10.902676 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:10.902806 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} executeQuery: Read 30 rows, 2.40 KiB in 0.007584 sec., 3955.6962025316457 rows/sec., 316.25 KiB/sec. 2025.07.15 21:49:10.902843 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} TCPHandler: Processed in 0.007748212 sec. 2025.07.15 21:49:10.902961 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.903058 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:10.903100 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:10.903501 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:10.903537 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:10.903835 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:10.904047 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:10.904181 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} executeQuery: Read 36 rows, 2.88 KiB in 0.001142 sec., 31523.642732049037 rows/sec., 2.46 MiB/sec. 2025.07.15 21:49:10.904218 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} TCPHandler: Processed in 0.001306689 sec. 2025.07.15 21:49:10.904325 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.904419 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:10.904461 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:10.904955 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:10.904988 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:10.907940 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:10.908167 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:10.908291 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} executeQuery: Read 60 rows, 4.31 KiB in 0.003891 sec., 15420.200462606013 rows/sec., 1.08 MiB/sec. 2025.07.15 21:49:10.908328 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} TCPHandler: Processed in 0.004051581 sec. 2025.07.15 21:49:10.908441 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:10.908536 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:10.908579 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:10.908897 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:10.908932 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:10.909243 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:10.909450 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:10.909573 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} executeQuery: Read 30 rows, 2.04 KiB in 0.001056 sec., 28409.090909090908 rows/sec., 1.88 MiB/sec. 2025.07.15 21:49:10.909609 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} TCPHandler: Processed in 0.001216886 sec. 2025.07.15 21:49:15.191066 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 2025.07.15 21:49:15.194543 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.194589 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.195076 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.07.15 21:49:15.195708 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:15.195774 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.195850 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.195992 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.196307 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2025.07.15 21:49:15.196502 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:15.196739 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.196856 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.07.15 21:49:15.285082 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 30 2025.07.15 21:49:15.301774 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.301825 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.308417 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:15.309253 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.312246 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 30 2025.07.15 21:49:15.604004 [ 92 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:49:15.604060 [ 92 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:49:15.822464 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.822685 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:49:15.826881 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:49:15.830960 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:49:15.831231 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:15.835101 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:15.839133 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.07.15 21:49:15.843254 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:49:15.843831 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.15 21:49:15.843853 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:49:15.845829 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.15 21:49:15.845859 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.15 21:49:15.865358 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} executeQuery: Read 18 rows, 754.00 B in 0.042761 sec., 420.94431842099107 rows/sec., 17.22 KiB/sec. 2025.07.15 21:49:15.865479 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} TCPHandler: Processed in 0.043137711 sec. 2025.07.15 21:49:15.865958 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.866138 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} executeQuery: (from [fd00:1122:3344:101::d]:51967) 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.07.15 21:49:15.866377 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:49:15.866411 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} 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.07.15 21:49:15.866592 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:15.866648 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:15.866754 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.07.15 21:49:15.866784 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:49:15.866803 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.15 21:49:15.866817 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:49:15.866851 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} 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.07.15 21:49:15.866869 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.15 21:49:15.867316 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} executeQuery: Read 18 rows, 754.00 B in 0.001259 sec., 14297.061159650517 rows/sec., 584.85 KiB/sec. 2025.07.15 21:49:15.867401 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} TCPHandler: Processed in 0.001519866 sec. 2025.07.15 21:49:15.867601 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.867733 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:49:15.867932 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:49:15.867964 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} 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', '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.07.15 21:49:15.868148 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:15.868204 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:15.868304 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.07.15 21:49:15.868332 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:49:15.868350 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.15 21:49:15.868364 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:49:15.868397 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} 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', '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.07.15 21:49:15.868415 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.15 21:49:15.868853 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} executeQuery: Read 18 rows, 754.00 B in 0.001173 sec., 15345.268542199488 rows/sec., 627.73 KiB/sec. 2025.07.15 21:49:15.868935 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} TCPHandler: Processed in 0.001383602 sec. 2025.07.15 21:49:15.869129 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.869264 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:49:15.869466 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:49:15.869500 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} 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', '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.07.15 21:49:15.869676 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:15.869730 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:49:15.869832 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.07.15 21:49:15.869861 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:49:15.869880 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.07.15 21:49:15.869894 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:49:15.869928 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} 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', '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.07.15 21:49:15.869947 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.15 21:49:15.870488 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} executeQuery: Read 18 rows, 754.00 B in 0.001272 sec., 14150.943396226416 rows/sec., 578.87 KiB/sec. 2025.07.15 21:49:15.870574 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} TCPHandler: Processed in 0.001497365 sec. 2025.07.15 21:49:15.870870 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.870978 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.15 21:49:15.871022 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:49:15.871578 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.871624 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.872048 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:15.872239 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.872383 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} executeQuery: Read 4 rows, 433.00 B in 0.001435 sec., 2787.456445993031 rows/sec., 294.67 KiB/sec. 2025.07.15 21:49:15.872422 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} TCPHandler: Processed in 0.001600868 sec. 2025.07.15 21:49:15.872531 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.872625 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:15.872665 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:15.873083 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.873119 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.873407 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:15.873614 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.873743 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} executeQuery: Read 34 rows, 2.79 KiB in 0.001136 sec., 29929.57746478873 rows/sec., 2.40 MiB/sec. 2025.07.15 21:49:15.873782 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} TCPHandler: Processed in 0.001300109 sec. 2025.07.15 21:49:15.873892 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.873988 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:49:15.874029 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:49:15.874414 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.874450 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.874756 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:15.874964 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.875094 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} executeQuery: Read 2 rows, 154.00 B in 0.001124 sec., 1779.3594306049822 rows/sec., 133.80 KiB/sec. 2025.07.15 21:49:15.875133 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} TCPHandler: Processed in 0.001289198 sec. 2025.07.15 21:49:15.875241 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.875334 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:15.875374 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:15.875773 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.875808 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.876094 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:15.876301 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.876426 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} executeQuery: Read 44 rows, 3.52 KiB in 0.001108 sec., 39711.19133574007 rows/sec., 3.10 MiB/sec. 2025.07.15 21:49:15.876472 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} TCPHandler: Processed in 0.001279149 sec. 2025.07.15 21:49:15.876599 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.876693 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:15.876737 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:15.877151 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.877186 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.877506 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:15.877715 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.877845 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} executeQuery: Read 60 rows, 4.31 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.60 MiB/sec. 2025.07.15 21:49:15.877883 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} TCPHandler: Processed in 0.00133312 sec. 2025.07.15 21:49:15.877994 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.878088 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:15.878141 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:49:15.878856 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.878892 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.879376 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:15.879600 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.879733 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} executeQuery: Read 2 rows, 3.67 KiB in 0.001662 sec., 1203.3694344163657 rows/sec., 2.16 MiB/sec. 2025.07.15 21:49:15.879786 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} TCPHandler: Processed in 0.001840415 sec. 2025.07.15 21:49:15.879907 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.880003 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.15 21:49:15.880046 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.15 21:49:15.880363 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.880399 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.880708 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:49:15.880910 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.881038 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} executeQuery: Read 6 rows, 434.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 402.50 KiB/sec. 2025.07.15 21:49:15.881073 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} TCPHandler: Processed in 0.001215016 sec. 2025.07.15 21:49:15.881175 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:15.881269 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:15.881311 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:15.881657 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:15.881692 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:15.882024 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:15.882237 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:15.882363 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} executeQuery: Read 30 rows, 2.04 KiB in 0.001112 sec., 26978.41726618705 rows/sec., 1.79 MiB/sec. 2025.07.15 21:49:15.882398 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} TCPHandler: Processed in 0.001271368 sec. 2025.07.15 21:49:16.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.00 MiB, peak 165.12 MiB, free memory in arenas 0.00 B, will set to 163.13 MiB (RSS), difference: 1.12 MiB 2025.07.15 21:49:20.822466 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:20.822659 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:20.822728 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:20.823363 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:20.823411 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:20.823815 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:20.824053 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:20.824215 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} executeQuery: Read 30 rows, 2.40 KiB in 0.001605 sec., 18691.588785046726 rows/sec., 1.46 MiB/sec. 2025.07.15 21:49:20.824266 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} TCPHandler: Processed in 0.001935478 sec. 2025.07.15 21:49:20.824397 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:20.824501 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:20.824544 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:20.824980 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:20.825018 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:20.825337 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:20.825551 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:20.825686 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} executeQuery: Read 36 rows, 2.88 KiB in 0.001207 sec., 29826.014913007457 rows/sec., 2.33 MiB/sec. 2025.07.15 21:49:20.825725 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} TCPHandler: Processed in 0.001380511 sec. 2025.07.15 21:49:20.825837 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:20.825934 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:20.825978 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:20.826358 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:20.826394 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:20.826720 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:20.826926 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:20.827055 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} executeQuery: Read 60 rows, 4.31 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.69 MiB/sec. 2025.07.15 21:49:20.827093 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} TCPHandler: Processed in 0.001306189 sec. 2025.07.15 21:49:20.827195 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:20.827291 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:20.827333 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:20.827664 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:20.827700 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:20.828033 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:20.828246 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:20.828381 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} executeQuery: Read 30 rows, 2.04 KiB in 0.001109 sec., 27051.397655545537 rows/sec., 1.79 MiB/sec. 2025.07.15 21:49:20.828418 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} TCPHandler: Processed in 0.001272548 sec. 2025.07.15 21:49:22.697897 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.07.15 21:49:22.698369 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:22.698411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:22.698944 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:22.699172 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:22.699306 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.07.15 21:49:22.813286 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 38 2025.07.15 21:49:22.830066 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:22.830120 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.07.15 21:49:22.836011 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:22.836713 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:22.839548 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.07.15 21:49:25.197459 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 166 2025.07.15 21:49:25.199662 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.199716 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.200878 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:25.201146 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.201455 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 166 2025.07.15 21:49:25.822328 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:25.822500 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:25.822563 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:25.823184 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.823224 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.823596 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:25.823810 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.823955 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} executeQuery: Read 34 rows, 2.79 KiB in 0.001503 sec., 22621.42381902861 rows/sec., 1.81 MiB/sec. 2025.07.15 21:49:25.823998 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} TCPHandler: Processed in 0.001794984 sec. 2025.07.15 21:49:25.824118 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:25.824211 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:49:25.824250 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:49:25.824637 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.824673 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.824953 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:25.825155 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.825280 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} executeQuery: Read 2 rows, 154.00 B in 0.001086 sec., 1841.620626151013 rows/sec., 138.48 KiB/sec. 2025.07.15 21:49:25.825319 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} TCPHandler: Processed in 0.001249037 sec. 2025.07.15 21:49:25.825430 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:25.825522 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:25.825560 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:25.825958 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.825995 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.826278 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:25.826475 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.826600 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} executeQuery: Read 38 rows, 3.04 KiB in 0.001094 sec., 34734.91773308958 rows/sec., 2.71 MiB/sec. 2025.07.15 21:49:25.826638 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} TCPHandler: Processed in 0.001254528 sec. 2025.07.15 21:49:25.826744 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:25.826836 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:25.826877 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:25.827250 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.827285 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.827598 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:25.827796 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.827919 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} executeQuery: Read 60 rows, 4.31 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.83 MiB/sec. 2025.07.15 21:49:25.827955 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} TCPHandler: Processed in 0.001257828 sec. 2025.07.15 21:49:25.828063 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:25.828154 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:25.828206 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:49:25.828919 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.828954 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.829415 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:49:25.829628 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.829757 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} executeQuery: Read 2 rows, 3.67 KiB in 0.001619 sec., 1235.3304508956146 rows/sec., 2.21 MiB/sec. 2025.07.15 21:49:25.829808 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} TCPHandler: Processed in 0.001791603 sec. 2025.07.15 21:49:25.829920 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:25.830012 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:25.830052 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:25.830373 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:25.830409 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:25.830697 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:25.830897 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:25.831022 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} executeQuery: Read 30 rows, 2.04 KiB in 0.001026 sec., 29239.766081871345 rows/sec., 1.94 MiB/sec. 2025.07.15 21:49:25.831057 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} TCPHandler: Processed in 0.001184306 sec. 2025.07.15 21:49:30.200366 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.07.15 21:49:30.200864 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.200905 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.201354 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:30.201576 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.201697 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.07.15 21:49:30.201709 [ 74 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:30.201812 [ 74 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.201848 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.202120 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:30.204462 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:30.205261 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.07.15 21:49:30.205384 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.07.15 21:49:30.205484 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.07.15 21:49:30.205540 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.07.15 21:49:30.205594 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.07.15 21:49:30.205643 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.07.15 21:49:30.229412 [ 201 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.027449022 sec., 102225.86436777237 rows/sec., 1.46 MiB/sec. 2025.07.15 21:49:30.230372 [ 198 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:30.230720 [ 198 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.230800 [ 198 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:30.230919 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.07.15 21:49:30.340596 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 45 2025.07.15 21:49:30.357689 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.357742 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.364097 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:30.364826 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.365154 [ 74 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:30.365222 [ 74 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.365254 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.365370 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:30.368178 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 45 2025.07.15 21:49:30.369901 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:30.371559 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.07.15 21:49:30.376471 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.07.15 21:49:30.380971 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.07.15 21:49:30.385163 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part 2025.07.15 21:49:30.393212 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2025.07.15 21:49:30.397514 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part 2025.07.15 21:49:30.454960 [ 201 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 679 columns (679 merged, 0 gathered) in 0.089638874 sec., 502.0143381096019 rows/sec., 2.60 MiB/sec. 2025.07.15 21:49:30.457425 [ 192 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:30.459445 [ 192 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.459540 [ 192 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:30.461440 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.07.15 21:49:30.604119 [ 74 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:49:30.604163 [ 74 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:49:30.821499 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:30.821666 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:30.821726 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:30.822297 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.822338 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.822701 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:30.822930 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.823096 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} executeQuery: Read 30 rows, 2.40 KiB in 0.001477 sec., 20311.44211238998 rows/sec., 1.59 MiB/sec. 2025.07.15 21:49:30.823140 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} TCPHandler: Processed in 0.001759613 sec. 2025.07.15 21:49:30.823266 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:30.823363 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:30.823403 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:30.823810 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.823846 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.824150 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:30.824361 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.824497 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} executeQuery: Read 36 rows, 2.88 KiB in 0.001153 sec., 31222.896790980052 rows/sec., 2.44 MiB/sec. 2025.07.15 21:49:30.824536 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} TCPHandler: Processed in 0.00132026 sec. 2025.07.15 21:49:30.824642 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:30.824737 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:30.824781 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:30.825159 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.825485 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.825840 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:30.826256 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.826397 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} executeQuery: Read 60 rows, 4.31 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.51 MiB/sec. 2025.07.15 21:49:30.826434 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} TCPHandler: Processed in 0.001840995 sec. 2025.07.15 21:49:30.826545 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:30.826637 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:30.826679 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:30.826991 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:30.827026 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:30.827325 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:30.827531 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:30.827657 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} executeQuery: Read 30 rows, 2.04 KiB in 0.001039 sec., 28873.917228103946 rows/sec., 1.91 MiB/sec. 2025.07.15 21:49:30.827693 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} TCPHandler: Processed in 0.001195286 sec. 2025.07.15 21:49:31.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.50 MiB, peak 174.76 MiB, free memory in arenas 0.00 B, will set to 176.01 MiB (RSS), difference: 10.51 MiB 2025.07.15 21:49:35.202561 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 2025.07.15 21:49:35.204583 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.204642 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.205805 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:35.206088 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.206408 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2025.07.15 21:49:35.821690 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:35.821872 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:35.821938 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:35.822594 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.822641 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.823029 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:35.823258 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.823412 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} executeQuery: Read 34 rows, 2.79 KiB in 0.00159 sec., 21383.64779874214 rows/sec., 1.71 MiB/sec. 2025.07.15 21:49:35.823424 [ 68 ] {} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:35.823454 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} TCPHandler: Processed in 0.001893197 sec. 2025.07.15 21:49:35.823491 [ 68 ] {} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.823516 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.823596 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:35.823634 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:35.823700 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:49:35.823746 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:49:35.823760 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:35.823824 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.823950 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part 2025.07.15 21:49:35.824006 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.824053 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2025.07.15 21:49:35.824097 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.824142 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part 2025.07.15 21:49:35.824148 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.824194 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.824662 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:35.824932 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.825076 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} executeQuery: Read 2 rows, 154.00 B in 0.001395 sec., 1433.6917562724016 rows/sec., 107.81 KiB/sec. 2025.07.15 21:49:35.825117 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} TCPHandler: Processed in 0.001573507 sec. 2025.07.15 21:49:35.825203 [ 201 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.001613588 sec., 118989.48182559613 rows/sec., 9.87 MiB/sec. 2025.07.15 21:49:35.825238 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:35.825340 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:35.825380 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:35.825402 [ 187 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:35.825680 [ 187 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.825745 [ 187 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:35.825786 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.825822 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.15 21:49:35.825823 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.826124 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:35.826339 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.826439 [ 68 ] {} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:35.826465 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} executeQuery: Read 38 rows, 3.04 KiB in 0.001144 sec., 33216.78321678322 rows/sec., 2.59 MiB/sec. 2025.07.15 21:49:35.826477 [ 68 ] {} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.826506 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.826508 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} TCPHandler: Processed in 0.001320159 sec. 2025.07.15 21:49:35.826571 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:35.826629 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:35.826672 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:35.826702 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part 2025.07.15 21:49:35.826728 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:35.826749 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part 2025.07.15 21:49:35.826776 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:35.826795 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2025.07.15 21:49:35.826837 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part 2025.07.15 21:49:35.826877 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.07.15 21:49:35.826915 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2025.07.15 21:49:35.827200 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.827243 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.827587 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:35.827745 [ 190 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.001194786 sec., 190829.15266834394 rows/sec., 15.63 MiB/sec. 2025.07.15 21:49:35.827825 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.827907 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:35.827937 [ 68 ] {} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:35.827966 [ 68 ] {} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.827967 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} executeQuery: Read 60 rows, 4.31 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.35 MiB/sec. 2025.07.15 21:49:35.827986 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.828024 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} TCPHandler: Processed in 0.001445664 sec. 2025.07.15 21:49:35.828093 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:35.828151 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:35.828177 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.828251 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:35.828253 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:35.828259 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:35.828314 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:49:35.828336 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2025.07.15 21:49:35.828351 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.15 21:49:35.828443 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:49:35.828499 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.07.15 21:49:35.828545 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:49:35.828600 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.07.15 21:49:35.828642 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:49:35.829083 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.829124 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.829690 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:49:35.829701 [ 190 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.00165306 sec., 217777.93909476968 rows/sec., 15.28 MiB/sec. 2025.07.15 21:49:35.829929 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:35.829955 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.830117 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} executeQuery: Read 2 rows, 3.67 KiB in 0.001885 sec., 1061.0079575596817 rows/sec., 1.90 MiB/sec. 2025.07.15 21:49:35.830181 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} TCPHandler: Processed in 0.002079992 sec. 2025.07.15 21:49:35.830216 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.830287 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:35.830308 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:35.830363 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.15 21:49:35.830409 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:35.830464 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:35.830800 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.830837 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.831154 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:35.831361 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.831458 [ 68 ] {} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:35.831489 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} executeQuery: Read 30 rows, 2.04 KiB in 0.001098 sec., 27322.4043715847 rows/sec., 1.81 MiB/sec. 2025.07.15 21:49:35.831493 [ 68 ] {} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:35.831530 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:35.831532 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} TCPHandler: Processed in 0.001274259 sec. 2025.07.15 21:49:35.831619 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:35.831730 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:35.831767 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.831855 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.831912 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.831955 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.832002 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.832051 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.07.15 21:49:35.832812 [ 188 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001233837 sec., 145886.36910710248 rows/sec., 9.67 MiB/sec. 2025.07.15 21:49:35.833026 [ 190 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:35.833358 [ 190 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:35.833435 [ 190 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:35.833519 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.15 21:49:37.701777 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.07.15 21:49:37.702545 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:37.702579 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:37.703049 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:49:37.703268 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:37.703390 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.07.15 21:49:37.869230 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 53 2025.07.15 21:49:37.887066 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:37.887132 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:37.892734 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:49:37.893469 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:37.897088 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.07.15 21:49:40.826518 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:40.826722 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:40.826791 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:40.827501 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:40.827552 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:40.827948 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:49:40.828182 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:40.828350 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. 2025.07.15 21:49:40.828402 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} TCPHandler: Processed in 0.00201685 sec. 2025.07.15 21:49:40.828535 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:40.828644 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:40.828688 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:40.829152 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:40.829193 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:40.829509 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:49:40.829724 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:40.829861 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2025.07.15 21:49:40.829901 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} TCPHandler: Processed in 0.001417862 sec. 2025.07.15 21:49:40.830080 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:40.830181 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:40.830227 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:40.830651 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:40.830689 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:40.831014 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:49:40.831227 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:40.831358 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.07.15 21:49:40.831395 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} TCPHandler: Processed in 0.001365671 sec. 2025.07.15 21:49:40.831506 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:40.831603 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:40.831645 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:40.831980 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:40.832017 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.07.15 21:49:40.832330 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:49:40.832533 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:40.832662 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.07.15 21:49:40.832709 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} TCPHandler: Processed in 0.001251027 sec. 2025.07.15 21:49:45.204457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.07.15 21:49:45.204937 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.204974 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.205438 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:49:45.205664 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.205796 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.07.15 21:49:45.207486 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 206 2025.07.15 21:49:45.209575 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.209632 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.210779 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:45.211046 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.211378 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 206 2025.07.15 21:49:45.375580 [ 3 ] {} TCPHandler: Done processing connection. 2025.07.15 21:49:45.375688 [ 3 ] {} TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.15 21:49:45.398129 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 60 2025.07.15 21:49:45.414588 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.414635 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.420257 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:49:45.421000 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.423806 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 60 2025.07.15 21:49:45.604209 [ 55 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:49:45.604262 [ 55 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:49:45.826229 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:45.826393 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:45.826455 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:45.827125 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.827173 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.827564 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:49:45.827811 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.827973 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} executeQuery: Read 60 rows, 4.80 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.89 MiB/sec. 2025.07.15 21:49:45.828029 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} TCPHandler: Processed in 0.001917047 sec. 2025.07.15 21:49:45.828163 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:45.828264 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:49:45.828305 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:49:45.828722 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.828763 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.829098 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:45.829305 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.829436 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} executeQuery: Read 2 rows, 154.00 B in 0.001192 sec., 1677.8523489932886 rows/sec., 126.17 KiB/sec. 2025.07.15 21:49:45.829475 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} TCPHandler: Processed in 0.001364411 sec. 2025.07.15 21:49:45.829586 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:45.829682 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:45.829722 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:45.830163 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.830206 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.830521 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:49:45.830749 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.830878 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} executeQuery: Read 66 rows, 5.28 KiB in 0.001214 sec., 54365.73311367381 rows/sec., 4.24 MiB/sec. 2025.07.15 21:49:45.830915 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} TCPHandler: Processed in 0.001378442 sec. 2025.07.15 21:49:45.831041 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:45.831135 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:45.831178 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:45.831617 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.831654 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.831997 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:49:45.832204 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.832333 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.07.15 21:49:45.832369 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} TCPHandler: Processed in 0.001377491 sec. 2025.07.15 21:49:45.832479 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:45.832574 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:45.832627 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:49:45.833393 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.833430 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.833912 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:49:45.834145 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.834285 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} executeQuery: Read 2 rows, 3.67 KiB in 0.001728 sec., 1157.4074074074074 rows/sec., 2.07 MiB/sec. 2025.07.15 21:49:45.834350 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} TCPHandler: Processed in 0.001920458 sec. 2025.07.15 21:49:45.834469 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:45.834562 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:45.834603 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:45.834941 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:45.834978 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:45.835277 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:49:45.835490 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:45.835617 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.07.15 21:49:45.835652 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} TCPHandler: Processed in 0.001233377 sec. 2025.07.15 21:49:46.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 175.81 MiB, peak 181.04 MiB, free memory in arenas 0.00 B, will set to 177.50 MiB (RSS), difference: 1.68 MiB 2025.07.15 21:49:50.826529 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:50.826738 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:50.826810 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:50.827529 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:50.827582 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:50.827977 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:49:50.828206 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:50.828366 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. 2025.07.15 21:49:50.828410 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} TCPHandler: Processed in 0.00201109 sec. 2025.07.15 21:49:50.828540 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:50.828644 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:50.828686 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:50.829107 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:50.829145 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:50.829463 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:49:50.829678 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:50.829806 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2025.07.15 21:49:50.829843 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} TCPHandler: Processed in 0.00135591 sec. 2025.07.15 21:49:50.829964 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:50.830059 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:50.830103 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:50.830536 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:50.830572 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:50.830905 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:49:50.831127 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:50.831256 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.07.15 21:49:50.831291 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} TCPHandler: Processed in 0.001378241 sec. 2025.07.15 21:49:50.831408 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:50.831503 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:50.831544 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:50.831875 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:50.831911 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:50.832211 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:49:50.832422 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:50.832551 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.07.15 21:49:50.832585 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} TCPHandler: Processed in 0.001225817 sec. 2025.07.15 21:49:52.706044 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.07.15 21:49:52.706519 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:52.706565 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:52.707044 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:49:52.707276 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:52.707413 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.07.15 21:49:52.924858 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 68 2025.07.15 21:49:52.944058 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:52.944125 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:52.949889 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:49:52.950576 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:52.954058 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.07.15 21:49:55.212454 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 226 2025.07.15 21:49:55.214383 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.214435 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.215607 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:49:55.215871 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.216017 [ 47 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:49:55.216083 [ 47 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.216102 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.216203 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2025.07.15 21:49:55.216221 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:49:55.216879 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:49:55.217056 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::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.07.15 21:49:55.217462 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part 2025.07.15 21:49:55.217843 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2025.07.15 21:49:55.218206 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.07.15 21:49:55.218554 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2025.07.15 21:49:55.218872 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part 2025.07.15 21:49:55.224591 [ 188 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 72 columns (72 merged, 0 gathered) in 0.008417072 sec., 26850.19208579896 rows/sec., 26.02 MiB/sec. 2025.07.15 21:49:55.225320 [ 191 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:49:55.225930 [ 191 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.226002 [ 191 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:49:55.226131 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.07.15 21:49:55.825821 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:55.825976 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:49:55.826035 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:49:55.826617 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.826661 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.827032 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.15 21:49:55.827255 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.827405 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} executeQuery: Read 62 rows, 4.99 KiB in 0.00147 sec., 42176.87074829932 rows/sec., 3.31 MiB/sec. 2025.07.15 21:49:55.827448 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} TCPHandler: Processed in 0.001722392 sec. 2025.07.15 21:49:55.827565 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:55.827665 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:49:55.827707 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:49:55.828105 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.828141 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.828437 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:55.828653 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.828784 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} executeQuery: Read 3 rows, 231.00 B in 0.00114 sec., 2631.5789473684213 rows/sec., 197.88 KiB/sec. 2025.07.15 21:49:55.828821 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} TCPHandler: Processed in 0.001307909 sec. 2025.07.15 21:49:55.828931 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:55.829025 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:49:55.829064 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:49:55.829465 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.829502 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.829818 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.15 21:49:55.830024 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.830150 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} executeQuery: Read 67 rows, 5.36 KiB in 0.001143 sec., 58617.67279090114 rows/sec., 4.58 MiB/sec. 2025.07.15 21:49:55.830186 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} TCPHandler: Processed in 0.00130477 sec. 2025.07.15 21:49:55.830298 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:55.830393 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:55.830435 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:49:55.830827 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.830863 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.831185 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.15 21:49:55.831390 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.831518 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2025.07.15 21:49:55.831553 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} TCPHandler: Processed in 0.001305199 sec. 2025.07.15 21:49:55.831662 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:55.831756 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:49:55.831809 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:49:55.832509 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.832543 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.836216 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.15 21:49:55.836443 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.836586 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} executeQuery: Read 3 rows, 5.50 KiB in 0.004848 sec., 618.8118811881188 rows/sec., 1.11 MiB/sec. 2025.07.15 21:49:55.836649 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} TCPHandler: Processed in 0.005036561 sec. 2025.07.15 21:49:55.836770 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:49:55.836865 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:49:55.836907 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:49:55.837242 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:49:55.837277 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:49:55.837589 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.15 21:49:55.837791 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:49:55.837918 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.07.15 21:49:55.837951 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} TCPHandler: Processed in 0.001232927 sec. 2025.07.15 21:50:00.208478 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.07.15 21:50:00.208965 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.209002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.209526 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.15 21:50:00.209750 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.209873 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.07.15 21:50:00.455117 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 75 2025.07.15 21:50:00.472068 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.472124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.477688 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.15 21:50:00.478356 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.481233 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 75 2025.07.15 21:50:00.604318 [ 42 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:50:00.604368 [ 42 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:50:00.825918 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:00.826113 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:50:00.826189 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:50:00.826903 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.826957 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.827355 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.15 21:50:00.827581 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.827738 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2025.07.15 21:50:00.827747 [ 40 ] {} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.15 21:50:00.827783 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} TCPHandler: Processed in 0.00199635 sec. 2025.07.15 21:50:00.827811 [ 40 ] {} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.827863 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.827922 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:00.827968 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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.07.15 21:50:00.828028 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:50:00.828076 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:50:00.828076 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:00.828123 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 34 rows starting from the beginning of the part 2025.07.15 21:50:00.828186 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.07.15 21:50:00.828230 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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.07.15 21:50:00.828268 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2025.07.15 21:50:00.828401 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 62 rows starting from the beginning of the part 2025.07.15 21:50:00.828446 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.07.15 21:50:00.828517 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.828559 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.828897 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.15 21:50:00.829131 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.829235 [ 40 ] {} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.15 21:50:00.829267 [ 40 ] {} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.829270 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} executeQuery: Read 64 rows, 5.12 KiB in 0.001264 sec., 50632.91139240507 rows/sec., 3.95 MiB/sec. 2025.07.15 21:50:00.829294 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.829326 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} TCPHandler: Processed in 0.001456974 sec. 2025.07.15 21:50:00.829331 [ 191 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403742 sec., 230811.64487491292 rows/sec., 18.82 MiB/sec. 2025.07.15 21:50:00.829358 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::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.07.15 21:50:00.829450 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:00.829460 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:00.829496 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 44 rows starting from the beginning of the part 2025.07.15 21:50:00.829541 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2025.07.15 21:50:00.829553 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:00.829578 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 66 rows starting from the beginning of the part 2025.07.15 21:50:00.829593 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.15 21:50:00.829618 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2025.07.15 21:50:00.829604 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:50:00.829665 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 67 rows starting from the beginning of the part 2025.07.15 21:50:00.829706 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.07.15 21:50:00.829990 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.830069 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.830084 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.15 21:50:00.830116 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.830198 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.07.15 21:50:00.830474 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.15 21:50:00.830495 [ 189 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 369 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159495 sec., 318241.9932815579 rows/sec., 26.06 MiB/sec. 2025.07.15 21:50:00.830675 [ 191 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.15 21:50:00.830724 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.830839 [ 40 ] {} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.15 21:50:00.830873 [ 40 ] {} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.830874 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} executeQuery: Read 160 rows, 11.41 KiB in 0.00134 sec., 119402.98507462686 rows/sec., 8.32 MiB/sec. 2025.07.15 21:50:00.830893 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.830928 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} TCPHandler: Processed in 0.001530126 sec. 2025.07.15 21:50:00.830966 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:50:00.831049 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:00.831062 [ 191 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.831069 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:00.831117 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2025.07.15 21:50:00.831152 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:50:00.831163 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2025.07.15 21:50:00.831166 [ 191 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.15 21:50:00.831205 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:50:00.831217 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:50:00.831257 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.07.15 21:50:00.831290 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:50:00.831294 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.15 21:50:00.831329 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.07.15 21:50:00.831557 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.831596 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.831916 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.15 21:50:00.832149 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.832219 [ 191 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001275988 sec., 909099.4586155983 rows/sec., 63.47 MiB/sec. 2025.07.15 21:50:00.832247 [ 40 ] {} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.15 21:50:00.832278 [ 40 ] {} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:00.832281 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. 2025.07.15 21:50:00.832295 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:00.832327 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} TCPHandler: Processed in 0.00132828 sec. 2025.07.15 21:50:00.832415 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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.07.15 21:50:00.832446 [ 189 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.15 21:50:00.832534 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:00.832574 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part 2025.07.15 21:50:00.832653 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.07.15 21:50:00.832702 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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.07.15 21:50:00.832717 [ 189 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.832743 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.07.15 21:50:00.832782 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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.07.15 21:50:00.832795 [ 189 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.15 21:50:00.832823 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.07.15 21:50:00.832874 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.07.15 21:50:00.833677 [ 191 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001306289 sec., 367453.14398268686 rows/sec., 24.61 MiB/sec. 2025.07.15 21:50:00.833803 [ 189 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.15 21:50:00.834037 [ 189 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:00.834100 [ 189 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.15 21:50:00.834158 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.15 21:50:05.217289 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 2025.07.15 21:50:05.219303 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.219360 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.220594 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:50:05.220947 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.221288 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2025.07.15 21:50:05.825724 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.825953 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.826299 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.826337 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} 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', '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.07.15 21:50:05.826574 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.826651 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.826799 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.07.15 21:50:05.827022 [ 289 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.827059 [ 290 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.827171 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.827200 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.831151 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.831182 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.831238 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} 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', '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.07.15 21:50:05.831291 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} 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', '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.07.15 21:50:05.832336 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} executeQuery: Read 22 rows, 943.00 B in 0.006484 sec., 3392.9673041332508 rows/sec., 142.03 KiB/sec. 2025.07.15 21:50:05.832458 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} TCPHandler: Processed in 0.006865925 sec. 2025.07.15 21:50:05.833807 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.833951 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.834193 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.834229 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:05.834421 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.834477 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.834583 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.07.15 21:50:05.834657 [ 290 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.834659 [ 291 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.834795 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.834823 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.834903 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.834929 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.834963 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.835004 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.835736 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} executeQuery: Read 22 rows, 943.00 B in 0.001839 sec., 11963.023382272975 rows/sec., 500.76 KiB/sec. 2025.07.15 21:50:05.835850 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} TCPHandler: Processed in 0.002099073 sec. 2025.07.15 21:50:05.836161 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.836296 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.836508 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.836542 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:05.836725 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.836780 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.836897 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.07.15 21:50:05.836979 [ 289 ] {813d9052-9cd9-429d-8508-3b81668b5452} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.836981 [ 291 ] {813d9052-9cd9-429d-8508-3b81668b5452} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.837099 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.837125 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.837184 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.837202 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.837232 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.837263 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.837828 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} executeQuery: Read 22 rows, 943.00 B in 0.001583 sec., 13897.662665824384 rows/sec., 581.74 KiB/sec. 2025.07.15 21:50:05.837952 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} TCPHandler: Processed in 0.001843076 sec. 2025.07.15 21:50:05.838216 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.838348 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.838554 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.838589 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:05.838769 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.838824 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.838937 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.07.15 21:50:05.839008 [ 291 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.839014 [ 290 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.839117 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.839148 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.839209 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.839228 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.839260 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.839293 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.839870 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} executeQuery: Read 22 rows, 943.00 B in 0.001574 sec., 13977.12833545108 rows/sec., 585.07 KiB/sec. 2025.07.15 21:50:05.839982 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} TCPHandler: Processed in 0.001815944 sec. 2025.07.15 21:50:05.840232 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.840367 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.840582 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.840620 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:05.840818 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.840873 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.840980 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.07.15 21:50:05.841047 [ 290 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.841050 [ 291 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.841143 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.841170 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.841225 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.841242 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.841273 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.841304 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.841893 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} executeQuery: Read 22 rows, 943.00 B in 0.001579 sec., 13932.868904369854 rows/sec., 583.22 KiB/sec. 2025.07.15 21:50:05.842003 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} TCPHandler: Processed in 0.001822785 sec. 2025.07.15 21:50:05.842238 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.842371 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.842589 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.842624 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:05.842820 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.842874 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.842978 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.07.15 21:50:05.843042 [ 289 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.843044 [ 290 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.843153 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.843181 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.843238 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.843257 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.843288 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.843320 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.843913 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} executeQuery: Read 22 rows, 943.00 B in 0.001595 sec., 13793.103448275862 rows/sec., 577.37 KiB/sec. 2025.07.15 21:50:05.844021 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} TCPHandler: Processed in 0.001833095 sec. 2025.07.15 21:50:05.844255 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.844387 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:05.844595 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:05.844629 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:05.844821 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.844873 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:05.844992 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.07.15 21:50:05.845071 [ 290 ] {d937e547-d4d0-4f27-93b9-0081717664d0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:05.845071 [ 291 ] {d937e547-d4d0-4f27-93b9-0081717664d0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:05.845173 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.15 21:50:05.845198 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:05.845252 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:05.845269 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.15 21:50:05.845299 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.845328 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.07.15 21:50:05.845900 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} executeQuery: Read 22 rows, 943.00 B in 0.001564 sec., 14066.496163682863 rows/sec., 588.81 KiB/sec. 2025.07.15 21:50:05.846008 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} TCPHandler: Processed in 0.001803144 sec. 2025.07.15 21:50:05.861707 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.861815 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.15 21:50:05.861857 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:05.862471 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.862516 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.862964 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.15 21:50:05.863161 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.863299 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} executeQuery: Read 7 rows, 3.07 KiB in 0.001514 sec., 4623.513870541612 rows/sec., 1.98 MiB/sec. 2025.07.15 21:50:05.863337 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} TCPHandler: Processed in 0.001685141 sec. 2025.07.15 21:50:05.863468 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.863564 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.863604 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.07.15 21:50:05.865917 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.865952 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.866268 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:50:05.866488 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.866622 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} executeQuery: Read 24 rows, 2.04 KiB in 0.003078 sec., 7797.270955165692 rows/sec., 662.46 KiB/sec. 2025.07.15 21:50:05.866660 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} TCPHandler: Processed in 0.003241747 sec. 2025.07.15 21:50:05.866781 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.866878 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.15 21:50:05.866924 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.15 21:50:05.867330 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.867369 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.867658 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:50:05.867867 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.867995 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} executeQuery: Read 6 rows, 501.00 B in 0.001137 sec., 5277.0448548812665 rows/sec., 430.31 KiB/sec. 2025.07.15 21:50:05.868032 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} TCPHandler: Processed in 0.001302309 sec. 2025.07.15 21:50:05.868143 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.868239 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:50:05.868279 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:50:05.868803 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.868840 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.869187 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.15 21:50:05.869394 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.869526 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} executeQuery: Read 185 rows, 16.67 KiB in 0.001306 sec., 141653.90505359878 rows/sec., 12.46 MiB/sec. 2025.07.15 21:50:05.869563 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} TCPHandler: Processed in 0.001471844 sec. 2025.07.15 21:50:05.869676 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.869772 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.869813 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:50:05.870270 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.870308 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.870604 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:50:05.870819 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.870931 [ 35 ] {} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:50:05.870961 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} executeQuery: Read 21 rows, 1.61 KiB in 0.001208 sec., 17384.1059602649 rows/sec., 1.30 MiB/sec. 2025.07.15 21:50:05.870981 [ 35 ] {} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.871005 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} TCPHandler: Processed in 0.001379721 sec. 2025.07.15 21:50:05.871010 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.871120 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:50:05.871131 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.871229 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:05.871242 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.871265 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.871286 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.15 21:50:05.871349 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.871401 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.871444 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.871482 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part 2025.07.15 21:50:05.871521 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part 2025.07.15 21:50:05.871732 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.871772 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:05.872103 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:50:05.872337 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.872385 [ 189 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001300249 sec., 24610.670725376447 rows/sec., 1.92 MiB/sec. 2025.07.15 21:50:05.872466 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} executeQuery: Read 24 rows, 2.04 KiB in 0.001243 sec., 19308.12550281577 rows/sec., 1.60 MiB/sec. 2025.07.15 21:50:05.872509 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} TCPHandler: Processed in 0.001428652 sec. 2025.07.15 21:50:05.872566 [ 195 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:50:05.872623 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.872753 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.872795 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.07.15 21:50:05.872860 [ 195 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.872935 [ 195 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:50:05.873002 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.07.15 21:50:05.873201 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.873243 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.875421 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:50:05.875665 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.875794 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} executeQuery: Read 12 rows, 960.00 B in 0.003061 sec., 3920.2874877491017 rows/sec., 306.27 KiB/sec. 2025.07.15 21:50:05.875832 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} TCPHandler: Processed in 0.003260678 sec. 2025.07.15 21:50:05.875949 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.876044 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:50:05.876084 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:50:05.876517 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.876553 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.876866 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.15 21:50:05.877077 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.877202 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} executeQuery: Read 109 rows, 9.10 KiB in 0.001176 sec., 92687.07482993198 rows/sec., 7.56 MiB/sec. 2025.07.15 21:50:05.877238 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} TCPHandler: Processed in 0.001347 sec. 2025.07.15 21:50:05.877349 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.877443 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.877486 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:50:05.878014 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.878049 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.878399 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.15 21:50:05.878609 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.878735 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} executeQuery: Read 559 rows, 44.49 KiB in 0.001309 sec., 427043.5446906035 rows/sec., 33.19 MiB/sec. 2025.07.15 21:50:05.878770 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} TCPHandler: Processed in 0.001470834 sec. 2025.07.15 21:50:05.878887 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.878989 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.879043 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:50:05.879753 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.879790 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.880295 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.15 21:50:05.880526 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.880631 [ 35 ] {} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.15 21:50:05.880662 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} executeQuery: Read 3 rows, 5.50 KiB in 0.001691 sec., 1774.0981667652277 rows/sec., 3.18 MiB/sec. 2025.07.15 21:50:05.880671 [ 35 ] {} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.880705 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:05.880722 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} TCPHandler: Processed in 0.001884556 sec. 2025.07.15 21:50:05.880771 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.07.15 21:50:05.880845 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:05.880954 [ 5 ] {96224842-7b68-4690-8714-c842be560988} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:50:05.880956 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:05.881001 [ 5 ] {96224842-7b68-4690-8714-c842be560988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:50:05.881022 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.881128 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.881227 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.881325 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.07.15 21:50:05.881358 [ 5 ] {96224842-7b68-4690-8714-c842be560988} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:05.881399 [ 5 ] {96224842-7b68-4690-8714-c842be560988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:05.881418 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part 2025.07.15 21:50:05.881530 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part 2025.07.15 21:50:05.881705 [ 5 ] {96224842-7b68-4690-8714-c842be560988} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.15 21:50:05.881983 [ 5 ] {96224842-7b68-4690-8714-c842be560988} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.882121 [ 5 ] {96224842-7b68-4690-8714-c842be560988} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2025.07.15 21:50:05.882156 [ 5 ] {96224842-7b68-4690-8714-c842be560988} TCPHandler: Processed in 0.00136153 sec. 2025.07.15 21:50:05.883040 [ 193 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 19 columns (19 merged, 0 gathered) in 0.002297029 sec., 6094.829451434875 rows/sec., 10.92 MiB/sec. 2025.07.15 21:50:05.883203 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.15 21:50:05.883493 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:05.883554 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.15 21:50:05.883626 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.07.15 21:50:07.710926 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.07.15 21:50:07.711392 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:07.711435 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:07.711888 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.15 21:50:07.712104 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:07.712228 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.07.15 21:50:07.712238 [ 29 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.15 21:50:07.712310 [ 29 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:07.712333 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:07.712435 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.712561 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:07.712605 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.712702 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.712756 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.712802 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.712848 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.712897 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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.07.15 21:50:07.714435 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002041241 sec., 2480353.863164614 rows/sec., 35.48 MiB/sec. 2025.07.15 21:50:07.715334 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.15 21:50:07.715642 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:07.715723 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.15 21:50:07.715821 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.07.15 21:50:07.982277 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 83 2025.07.15 21:50:07.999586 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:07.999642 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:08.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.59 MiB, peak 186.97 MiB, free memory in arenas 0.00 B, will set to 181.72 MiB (RSS), difference: 1.13 MiB 2025.07.15 21:50:08.006054 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.15 21:50:08.006749 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:08.007062 [ 29 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.15 21:50:08.007132 [ 29 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:08.007155 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.07.15 21:50:08.007280 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::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.07.15 21:50:08.009992 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.07.15 21:50:08.011473 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:08.012966 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 45 rows starting from the beginning of the part 2025.07.15 21:50:08.017507 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part 2025.07.15 21:50:08.021756 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 7 rows starting from the beginning of the part 2025.07.15 21:50:08.026029 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2025.07.15 21:50:08.030427 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part 2025.07.15 21:50:08.034376 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part 2025.07.15 21:50:08.087921 [ 200 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080691976 sec., 1028.6028935516463 rows/sec., 5.32 MiB/sec. 2025.07.15 21:50:08.090432 [ 194 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.15 21:50:08.092492 [ 194 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:08.092604 [ 194 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.15 21:50:08.094621 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.07.15 21:50:09.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.81 MiB, peak 192.69 MiB, free memory in arenas 0.00 B, will set to 191.84 MiB (RSS), difference: 9.03 MiB 2025.07.15 21:50:10.826799 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:10.826982 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:50:10.827048 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:50:10.827666 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:10.827705 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:10.828104 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.15 21:50:10.828335 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:10.828489 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} executeQuery: Read 56 rows, 4.41 KiB in 0.001555 sec., 36012.86173633441 rows/sec., 2.77 MiB/sec. 2025.07.15 21:50:10.828535 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} TCPHandler: Processed in 0.001865976 sec. 2025.07.15 21:50:10.828655 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:10.828756 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:50:10.828799 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:50:10.829234 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:10.829270 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:10.829572 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.15 21:50:10.829785 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:10.829917 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2025.07.15 21:50:10.829955 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} TCPHandler: Processed in 0.00135305 sec. 2025.07.15 21:50:10.830068 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:10.830162 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:10.830207 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:50:10.830598 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:10.830632 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:10.830957 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.15 21:50:10.831158 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:10.831285 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2025.07.15 21:50:10.831321 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} TCPHandler: Processed in 0.001302579 sec. 2025.07.15 21:50:10.831429 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:10.831530 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:50:10.831573 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:50:10.831899 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:10.831933 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:10.832229 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.15 21:50:10.832427 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:10.832552 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2025.07.15 21:50:10.832586 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} TCPHandler: Processed in 0.001207216 sec. 2025.07.15 21:50:15.213290 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.07.15 21:50:15.213932 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.213976 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.214538 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.15 21:50:15.214769 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.214891 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.07.15 21:50:15.222371 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 290 2025.07.15 21:50:15.224854 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.224911 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.226134 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:50:15.226412 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.226761 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 290 2025.07.15 21:50:15.511041 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 90 2025.07.15 21:50:15.526312 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.526368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.532458 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.15 21:50:15.533168 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.535922 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 90 2025.07.15 21:50:15.604404 [ 45 ] {} DNSResolver: Updating DNS cache 2025.07.15 21:50:15.604459 [ 45 ] {} DNSResolver: Updated DNS cache 2025.07.15 21:50:15.826177 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.826395 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.15 21:50:15.826731 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.15 21:50:15.826771 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.15 21:50:15.827043 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:15.827115 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.15 21:50:15.827264 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.07.15 21:50:15.827365 [ 289 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.15 21:50:15.827397 [ 291 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.15 21:50:15.827416 [ 290 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.07.15 21:50:15.827534 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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.07.15 21:50:15.827564 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.15 21:50:15.827647 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.15 21:50:15.827668 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.07.15 21:50:15.827704 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:15.827759 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:15.827802 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.07.15 21:50:15.828769 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} executeQuery: Read 29 rows, 1.26 KiB in 0.002465 sec., 11764.70588235294 rows/sec., 512.65 KiB/sec. 2025.07.15 21:50:15.828916 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} TCPHandler: Processed in 0.002850406 sec. 2025.07.15 21:50:15.830205 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.830317 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.15 21:50:15.830364 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.15 21:50:15.830896 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.830939 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.831330 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.15 21:50:15.831527 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.831666 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} executeQuery: Read 1 rows, 106.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 75.07 KiB/sec. 2025.07.15 21:50:15.831705 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} TCPHandler: Processed in 0.001551796 sec. 2025.07.15 21:50:15.831815 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.831921 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:50:15.831963 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:50:15.832394 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.832431 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.832732 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.15 21:50:15.832945 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.833071 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} executeQuery: Read 81 rows, 6.80 KiB in 0.001171 sec., 69171.64816396243 rows/sec., 5.67 MiB/sec. 2025.07.15 21:50:15.833109 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} TCPHandler: Processed in 0.00134407 sec. 2025.07.15 21:50:15.833222 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.833316 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.833357 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:50:15.833742 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.833778 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.834067 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:50:15.834270 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.834395 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} executeQuery: Read 12 rows, 924.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 821.81 KiB/sec. 2025.07.15 21:50:15.834432 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} TCPHandler: Processed in 0.001260318 sec. 2025.07.15 21:50:15.834542 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.834635 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.834675 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.07.15 21:50:15.835055 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.835090 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.835375 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:50:15.835576 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.835697 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} executeQuery: Read 1 rows, 68.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 61.49 KiB/sec. 2025.07.15 21:50:15.835732 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} TCPHandler: Processed in 0.001239808 sec. 2025.07.15 21:50:15.835843 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.835947 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:50:15.835987 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:50:15.836383 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.836419 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.836714 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.15 21:50:15.836922 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.837047 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} executeQuery: Read 82 rows, 6.56 KiB in 0.001118 sec., 73345.25939177102 rows/sec., 5.73 MiB/sec. 2025.07.15 21:50:15.837083 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} TCPHandler: Processed in 0.001290228 sec. 2025.07.15 21:50:15.837195 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.837289 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.837331 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:50:15.837716 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.837751 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.838093 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.15 21:50:15.838296 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.838422 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2025.07.15 21:50:15.838459 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} TCPHandler: Processed in 0.001313139 sec. 2025.07.15 21:50:15.838569 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.838662 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.838705 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.07.15 21:50:15.839026 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.839062 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.839351 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.15 21:50:15.839555 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.839677 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} executeQuery: Read 2 rows, 130.00 B in 0.001033 sec., 1936.108422071636 rows/sec., 122.90 KiB/sec. 2025.07.15 21:50:15.839713 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} TCPHandler: Processed in 0.001193096 sec. 2025.07.15 21:50:15.839821 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.839924 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.839980 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:50:15.840722 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.840760 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.841276 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.15 21:50:15.841494 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.841628 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} executeQuery: Read 12 rows, 22.02 KiB in 0.001723 sec., 6964.596633778294 rows/sec., 12.48 MiB/sec. 2025.07.15 21:50:15.841686 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} TCPHandler: Processed in 0.001913147 sec. 2025.07.15 21:50:15.841799 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.841901 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.841943 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.15 21:50:15.842254 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.842289 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.842596 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.15 21:50:15.842809 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.842951 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} executeQuery: Read 6 rows, 434.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 393.89 KiB/sec. 2025.07.15 21:50:15.842988 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} TCPHandler: Processed in 0.001239177 sec. 2025.07.15 21:50:15.843103 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:15.843196 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:50:15.843239 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:50:15.843567 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:15.843603 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:15.843915 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.07.15 21:50:15.844132 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:15.844261 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.07.15 21:50:15.844296 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} TCPHandler: Processed in 0.001242387 sec. 2025.07.15 21:50:20.826936 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:20.827128 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:50:20.827195 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:50:20.827868 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:20.827919 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:20.828296 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.15 21:50:20.828518 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:20.828673 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} executeQuery: Read 56 rows, 4.41 KiB in 0.001593 sec., 35153.79786566227 rows/sec., 2.70 MiB/sec. 2025.07.15 21:50:20.828719 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} TCPHandler: Processed in 0.001916688 sec. 2025.07.15 21:50:20.828851 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:20.828959 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:50:20.829003 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:50:20.829415 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:20.829452 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:20.829762 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.15 21:50:20.829971 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:20.830097 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} executeQuery: Read 64 rows, 5.12 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.30 MiB/sec. 2025.07.15 21:50:20.830134 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} TCPHandler: Processed in 0.00133661 sec. 2025.07.15 21:50:20.830249 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:20.830346 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:20.830398 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:50:20.830842 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:20.830884 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:20.831246 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.15 21:50:20.831466 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:20.831601 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2025.07.15 21:50:20.831640 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} TCPHandler: Processed in 0.001439593 sec. 2025.07.15 21:50:20.831751 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:20.831847 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:50:20.831890 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:50:20.832233 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:20.832268 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:20.832573 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.07.15 21:50:20.832779 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:20.832910 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.07.15 21:50:20.832946 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} TCPHandler: Processed in 0.001245378 sec. 2025.07.15 21:50:22.715942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.07.15 21:50:22.716417 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:22.716466 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:22.716986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.15 21:50:22.717216 [ 244 ] {} system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:22.717358 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.07.15 21:50:23.036964 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 98 2025.07.15 21:50:23.053967 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:23.054024 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.07.15 21:50:23.059899 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.15 21:50:23.060578 [ 243 ] {} system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:23.063417 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.07.15 21:50:25.227910 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 320 2025.07.15 21:50:25.230079 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.230135 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.231280 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.15 21:50:25.231554 [ 242 ] {} system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.231897 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 320 2025.07.15 21:50:25.826710 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:25.826898 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.15 21:50:25.826961 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.15 21:50:25.827621 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.827667 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.828045 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.15 21:50:25.828258 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.828383 [ 37 ] {} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.15 21:50:25.828400 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} executeQuery: Read 80 rows, 6.70 KiB in 0.001554 sec., 51480.05148005148 rows/sec., 4.21 MiB/sec. 2025.07.15 21:50:25.828451 [ 37 ] {} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.828464 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} TCPHandler: Processed in 0.001890666 sec. 2025.07.15 21:50:25.828481 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.828584 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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.07.15 21:50:25.828596 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:25.828706 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.15 21:50:25.828707 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:25.828751 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.15 21:50:25.828759 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 62 rows starting from the beginning of the part 2025.07.15 21:50:25.828835 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 185 rows starting from the beginning of the part 2025.07.15 21:50:25.828878 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2025.07.15 21:50:25.828920 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 81 rows starting from the beginning of the part 2025.07.15 21:50:25.828958 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2025.07.15 21:50:25.828998 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 80 rows starting from the beginning of the part 2025.07.15 21:50:25.829171 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.829213 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.829600 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:50:25.829852 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.829982 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} executeQuery: Read 12 rows, 924.00 B in 0.001296 sec., 9259.25925925926 rows/sec., 696.25 KiB/sec. 2025.07.15 21:50:25.830012 [ 194 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001473814 sec., 352826.06896121224 rows/sec., 30.48 MiB/sec. 2025.07.15 21:50:25.830020 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} TCPHandler: Processed in 0.001471984 sec. 2025.07.15 21:50:25.830138 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:25.830215 [ 200 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.15 21:50:25.830231 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.15 21:50:25.830285 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.15 21:50:25.830524 [ 200 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.830607 [ 200 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.15 21:50:25.830696 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.830704 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.15 21:50:25.830740 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.831046 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.15 21:50:25.831257 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.831359 [ 37 ] {} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.15 21:50:25.831383 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} executeQuery: Read 76 rows, 6.08 KiB in 0.00117 sec., 64957.26495726495 rows/sec., 5.07 MiB/sec. 2025.07.15 21:50:25.831396 [ 37 ] {} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.831425 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.831427 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} TCPHandler: Processed in 0.00133554 sec. 2025.07.15 21:50:25.831511 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::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.07.15 21:50:25.831554 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:25.831616 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:25.831648 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 73 rows starting from the beginning of the part 2025.07.15 21:50:25.831652 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:25.831704 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.15 21:50:25.831735 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 109 rows starting from the beginning of the part 2025.07.15 21:50:25.831787 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part 2025.07.15 21:50:25.831828 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part 2025.07.15 21:50:25.831870 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2025.07.15 21:50:25.831911 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part 2025.07.15 21:50:25.832112 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.832154 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.832500 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.15 21:50:25.832719 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.832737 [ 200 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264998 sec., 369961.0592269711 rows/sec., 30.60 MiB/sec. 2025.07.15 21:50:25.832827 [ 37 ] {} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.15 21:50:25.832853 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.07.15 21:50:25.832858 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.15 21:50:25.832861 [ 37 ] {} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.832898 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} TCPHandler: Processed in 0.001390802 sec. 2025.07.15 21:50:25.832925 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.833011 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:50:25.833045 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:25.833099 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:25.833129 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1160 rows starting from the beginning of the part 2025.07.15 21:50:25.833140 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.833143 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.15 21:50:25.833201 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 559 rows starting from the beginning of the part 2025.07.15 21:50:25.833212 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.15 21:50:25.833218 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.07.15 21:50:25.833247 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2025.07.15 21:50:25.833286 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.15 21:50:25.833288 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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.07.15 21:50:25.833403 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.07.15 21:50:25.833478 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2025.07.15 21:50:25.834083 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.834120 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.834601 [ 198 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.001628639 sec., 1448448.674015543 rows/sec., 103.77 MiB/sec. 2025.07.15 21:50:25.834640 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.15 21:50:25.834826 [ 192 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.15 21:50:25.834888 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.835048 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} executeQuery: Read 12 rows, 22.02 KiB in 0.001924 sec., 6237.006237006237 rows/sec., 11.18 MiB/sec. 2025.07.15 21:50:25.835096 [ 192 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.835116 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} TCPHandler: Processed in 0.002124703 sec. 2025.07.15 21:50:25.835167 [ 192 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.15 21:50:25.835238 [ 5 ] {} TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.15 21:50:25.835254 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.07.15 21:50:25.835341 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.15 21:50:25.835389 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.15 21:50:25.835731 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.835766 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.836073 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.07.15 21:50:25.836276 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.836379 [ 37 ] {} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.07.15 21:50:25.836405 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.07.15 21:50:25.836416 [ 37 ] {} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.15 21:50:25.836446 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.07.15 21:50:25.836448 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} TCPHandler: Processed in 0.001261678 sec. 2025.07.15 21:50:25.836518 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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.07.15 21:50:25.836600 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.15 21:50:25.836623 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part 2025.07.15 21:50:25.836666 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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.07.15 21:50:25.836701 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.07.15 21:50:25.836735 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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.07.15 21:50:25.836767 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.07.15 21:50:25.836799 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.07.15 21:50:25.837505 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 4 columns (4 merged, 0 gathered) in 0.00101696 sec., 766991.8187539333 rows/sec., 51.49 MiB/sec. 2025.07.15 21:50:25.837648 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.07.15 21:50:25.837898 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.15 21:50:25.837960 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.07.15 21:50:25.838039 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.