[ Sep 3 04:03:48 Enabled. ] [ Sep 3 04:03:48 Rereading configuration. ] [ Sep 3 04:03:51 Rereading configuration. ] [ Sep 3 04:04:00 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Sep 3 04:04:00 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.09.03 04:04:01.175585 [ 1 ] {} Application: Will watch for the process with pid 24049 2025.09.03 04:04:01.175998 [ 1 ] {} Application: Forked a child process to watch 2025.09.03 04:04:01.656910 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24049 2025.09.03 04:04:01.657755 [ 1 ] {} Application: starting up 2025.09.03 04:04:01.657912 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.09.03 04:04:01.774382 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.09.03 04:04:01.860727 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.09.03 04:04:01.860809 [ 1 ] {} Application: Initializing DateLUT. 2025.09.03 04:04:01.860825 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.09.03 04:04:01.860881 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.09.03 04:04:01.861425 [ 1 ] {} Application: Initializing interserver credentials. 2025.09.03 04:04:01.865170 [ 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.09.03 04:04:01.866036 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.03 04:04:01.866916 [ 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.09.03 04:04:01.866968 [ 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.09.03 04:04:01.867008 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.09.03 04:04:01.867765 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.03 04:04:01.868701 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.09.03 04:04:01.873795 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.03 04:04:01.874531 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.03 04:04:01.875905 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.03 04:04:01.875997 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.03 04:04:01.877071 [ 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.09.03 04:04:01.877518 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.03 04:04:01.881577 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.03 04:04:01.881954 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.09.03 04:04:01.885666 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.09.03 04:04:01.886022 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.09.03 04:04:01.886461 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.09.03 04:04:01.886826 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.09.03 04:04:01.888170 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.09.03 04:04:01.888194 [ 1 ] {} Application: Loading metadata from /data/ 2025.09.03 04:04:01.888278 [ 13 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:04:01.888373 [ 13 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:04:01.917623 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.09.03 04:04:01.917652 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000201682 sec 2025.09.03 04:04:01.917729 [ 1 ] {} ReferentialDeps: No tables 2025.09.03 04:04:01.917784 [ 1 ] {} LoadingDeps: No tables 2025.09.03 04:04:01.920067 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.09.03 04:04:01.920728 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.09.03 04:04:01.931520 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.09.03 04:04:01.931560 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.09.03 04:04:01.931629 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.09.03 04:04:01.931641 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.09.03 04:04:01.931674 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.09.03 04:04:01.931736 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.09.03 04:04:01.935990 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.09.03 04:04:01.936033 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.09.03 04:04:01.936080 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.09.03 04:04:01.936242 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.09.03 04:04:01.936283 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.09.03 04:04:01.936296 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.09.03 04:04:01.936365 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.09.03 04:04:01.936378 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.09.03 04:04:01.936409 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.09.03 04:04:01.936474 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.09.03 04:04:01.960818 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.09.03 04:04:01.964869 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.09.03 04:04:01.964955 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000108511 sec 2025.09.03 04:04:01.964968 [ 1 ] {} ReferentialDeps: No tables 2025.09.03 04:04:01.964978 [ 1 ] {} LoadingDeps: No tables 2025.09.03 04:04:01.965002 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.09.03 04:04:01.965222 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.09.03 04:04:01.965323 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.09.03 04:04:01.965337 [ 1 ] {} Application: Loaded metadata. 2025.09.03 04:04:01.965348 [ 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.09.03 04:04:01.965358 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.09.03 04:04:01.968890 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.03 04:04:01.969102 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.86 MiB (RSS), difference: 92.08 MiB 2025.09.03 04:04:01.970447 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2809e-05 sec. 2025.09.03 04:04:01.970787 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.09.03 04:04:01.972151 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.09.03 04:04:01.972171 [ 1 ] {} Application: Ready for connections. 2025.09.03 04:04:02.000113 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.87 MiB, peak 116.87 MiB, free memory in arenas 0.00 B, will set to 118.40 MiB (RSS), difference: 1.53 MiB 2025.09.03 04:04:03.638777 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65085 2025.09.03 04:04:03.639680 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.639870 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Authenticating user 'default' from [fd00:1122:3344:101::d]:65085 2025.09.03 04:04:03.640027 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.640042 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.640136 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.03 04:04:03.640233 [ 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.09.03 04:04:03.640249 [ 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.09.03 04:04:03.642819 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57059 2025.09.03 04:04:03.642930 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50800 2025.09.03 04:04:03.642930 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41036 2025.09.03 04:04:03.643031 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643105 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57059 2025.09.03 04:04:03.643131 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643198 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643227 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643253 [ 5 ] {} TCP-Session: 49f84d01-04a8-4194-b8f9-2e32799f59ea Authenticating user 'default' from [fd00:1122:3344:101::d]:50800 2025.09.03 04:04:03.643290 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39139 2025.09.03 04:04:03.643274 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52170 2025.09.03 04:04:03.643277 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643364 [ 5 ] {} TCP-Session: 49f84d01-04a8-4194-b8f9-2e32799f59ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643407 [ 254 ] {} TCP-Session: 21cea8a4-19d5-40fa-ab45-7369db0de1ae Authenticating user 'default' from [fd00:1122:3344:101::d]:41036 2025.09.03 04:04:03.643379 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48226 2025.09.03 04:04:03.643484 [ 5 ] {} TCP-Session: 49f84d01-04a8-4194-b8f9-2e32799f59ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643508 [ 254 ] {} TCP-Session: 21cea8a4-19d5-40fa-ab45-7369db0de1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643503 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643502 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41953 2025.09.03 04:04:03.643563 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643636 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53378 2025.09.03 04:04:03.643618 [ 256 ] {} TCP-Session: 853100bf-2d8a-4eb0-9e8a-8542a863e89d Authenticating user 'default' from [fd00:1122:3344:101::d]:52170 2025.09.03 04:04:03.643586 [ 254 ] {} TCP-Session: 21cea8a4-19d5-40fa-ab45-7369db0de1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643702 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643714 [ 256 ] {} TCP-Session: 853100bf-2d8a-4eb0-9e8a-8542a863e89d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643789 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643712 [ 255 ] {} TCP-Session: 71af3bb8-64d1-4df6-8e81-0dd107b31987 Authenticating user 'default' from [fd00:1122:3344:101::d]:39139 2025.09.03 04:04:03.643850 [ 257 ] {} TCP-Session: 310ea00d-3688-408b-8a07-ad8ea11fc964 Authenticating user 'default' from [fd00:1122:3344:101::d]:48226 2025.09.03 04:04:03.643863 [ 258 ] {} TCP-Session: a946b64f-6e4a-43ab-b639-cc73e91d5e38 Authenticating user 'default' from [fd00:1122:3344:101::d]:41953 2025.09.03 04:04:03.643881 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:03.643940 [ 258 ] {} TCP-Session: a946b64f-6e4a-43ab-b639-cc73e91d5e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643954 [ 257 ] {} TCP-Session: 310ea00d-3688-408b-8a07-ad8ea11fc964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643922 [ 256 ] {} TCP-Session: 853100bf-2d8a-4eb0-9e8a-8542a863e89d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.643890 [ 255 ] {} TCP-Session: 71af3bb8-64d1-4df6-8e81-0dd107b31987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.644012 [ 257 ] {} TCP-Session: 310ea00d-3688-408b-8a07-ad8ea11fc964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.644028 [ 259 ] {} TCP-Session: b54d74e5-1265-4215-af01-c21767e762c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53378 2025.09.03 04:04:03.644071 [ 255 ] {} TCP-Session: 71af3bb8-64d1-4df6-8e81-0dd107b31987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.644098 [ 258 ] {} TCP-Session: a946b64f-6e4a-43ab-b639-cc73e91d5e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.644151 [ 259 ] {} TCP-Session: b54d74e5-1265-4215-af01-c21767e762c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.644304 [ 259 ] {} TCP-Session: b54d74e5-1265-4215-af01-c21767e762c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:03.647627 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.650956 [ 3 ] {b76ae160-69c8-46f7-b40c-13589e91c7c5} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.03 04:04:03.722910 [ 3 ] {b76ae160-69c8-46f7-b40c-13589e91c7c5} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:65085) (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.09.03 04:04:03.724002 [ 3 ] {b76ae160-69c8-46f7-b40c-13589e91c7c5} 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.09.03 04:04:03.724236 [ 3 ] {b76ae160-69c8-46f7-b40c-13589e91c7c5} TCPHandler: Processed in 0.078825041 sec. 2025.09.03 04:04:03.724728 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.725070 [ 4 ] {94889541-5c87-42ba-a9c7-4fe896d4b4d8} executeQuery: (from [fd00:1122:3344:101::d]:57059) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.03 04:04:03.725562 [ 4 ] {94889541-5c87-42ba-a9c7-4fe896d4b4d8} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57059) (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.09.03 04:04:03.725883 [ 4 ] {94889541-5c87-42ba-a9c7-4fe896d4b4d8} 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.09.03 04:04:03.726240 [ 4 ] {94889541-5c87-42ba-a9c7-4fe896d4b4d8} TCPHandler: Processed in 0.001681502 sec. 2025.09.03 04:04:03.726615 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.727495 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} executeQuery: (from [fd00:1122:3344:101::d]:65085) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.09.03 04:04:03.728300 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.09.03 04:04:03.729741 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.09.03 04:04:03.729769 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2511e-05 sec 2025.09.03 04:04:03.729853 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} ReferentialDeps: No tables 2025.09.03 04:04:03.729866 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} LoadingDeps: No tables 2025.09.03 04:04:03.729889 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} DatabaseAtomic (oximeter): Starting up tables. 2025.09.03 04:04:03.730622 [ 3 ] {932fbe8d-5cd6-4f7d-9337-5c326202ac34} TCPHandler: Processed in 0.004099839 sec. 2025.09.03 04:04:03.730902 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.731060 [ 3 ] {416f0d68-8763-4b13-a980-fc5e02894d83} executeQuery: (from [fd00:1122:3344:101::d]:65085) /* 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.09.03 04:04:03.731195 [ 3 ] {416f0d68-8763-4b13-a980-fc5e02894d83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.09.03 04:04:03.738038 [ 3 ] {416f0d68-8763-4b13-a980-fc5e02894d83} StoragePolicy (default): Storage policy default created, total volumes 1 2025.09.03 04:04:03.740013 [ 3 ] {416f0d68-8763-4b13-a980-fc5e02894d83} oximeter.version (1319be30-2f4c-4beb-8c0b-e7bbfc73cd13): Loading data parts 2025.09.03 04:04:03.741145 [ 3 ] {416f0d68-8763-4b13-a980-fc5e02894d83} oximeter.version (1319be30-2f4c-4beb-8c0b-e7bbfc73cd13): There are no data parts 2025.09.03 04:04:03.744724 [ 3 ] {416f0d68-8763-4b13-a980-fc5e02894d83} TCPHandler: Processed in 0.013868611 sec. 2025.09.03 04:04:03.744950 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.745238 [ 3 ] {b79556cd-5f2f-48fb-ac32-e2cabc06aca8} executeQuery: (from [fd00:1122:3344:101::d]:65085) /* 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.09.03 04:04:03.745404 [ 3 ] {b79556cd-5f2f-48fb-ac32-e2cabc06aca8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.09.03 04:04:03.760942 [ 3 ] {b79556cd-5f2f-48fb-ac32-e2cabc06aca8} oximeter.measurements_bool (4ba63763-a885-4de1-b9e0-c2dd365ba63c): Loading data parts 2025.09.03 04:04:03.761163 [ 3 ] {b79556cd-5f2f-48fb-ac32-e2cabc06aca8} oximeter.measurements_bool (4ba63763-a885-4de1-b9e0-c2dd365ba63c): There are no data parts 2025.09.03 04:04:03.763231 [ 3 ] {b79556cd-5f2f-48fb-ac32-e2cabc06aca8} TCPHandler: Processed in 0.018360152 sec. 2025.09.03 04:04:03.763574 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.763809 [ 3 ] {6126b08c-2bc6-46cb-87d5-ccf93d86510d} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.763974 [ 3 ] {6126b08c-2bc6-46cb-87d5-ccf93d86510d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.09.03 04:04:03.768256 [ 3 ] {6126b08c-2bc6-46cb-87d5-ccf93d86510d} oximeter.measurements_i8 (00623a6b-c8b4-4805-bbdd-fd83f296441a): Loading data parts 2025.09.03 04:04:03.768462 [ 3 ] {6126b08c-2bc6-46cb-87d5-ccf93d86510d} oximeter.measurements_i8 (00623a6b-c8b4-4805-bbdd-fd83f296441a): There are no data parts 2025.09.03 04:04:03.771500 [ 3 ] {6126b08c-2bc6-46cb-87d5-ccf93d86510d} TCPHandler: Processed in 0.007990838 sec. 2025.09.03 04:04:03.771669 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.771939 [ 3 ] {aee6ba80-6d40-4685-bfd9-ab7a07500db0} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.771984 [ 3 ] {aee6ba80-6d40-4685-bfd9-ab7a07500db0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.09.03 04:04:03.781010 [ 3 ] {aee6ba80-6d40-4685-bfd9-ab7a07500db0} oximeter.measurements_u8 (cf37b999-7432-4dcf-a803-111d8b80d61d): Loading data parts 2025.09.03 04:04:03.781170 [ 3 ] {aee6ba80-6d40-4685-bfd9-ab7a07500db0} oximeter.measurements_u8 (cf37b999-7432-4dcf-a803-111d8b80d61d): There are no data parts 2025.09.03 04:04:03.783676 [ 3 ] {aee6ba80-6d40-4685-bfd9-ab7a07500db0} TCPHandler: Processed in 0.012053838 sec. 2025.09.03 04:04:03.783977 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.784216 [ 3 ] {4f72da3c-d96c-463b-b4db-489013139274} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.784357 [ 3 ] {4f72da3c-d96c-463b-b4db-489013139274} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.09.03 04:04:03.786811 [ 3 ] {4f72da3c-d96c-463b-b4db-489013139274} oximeter.measurements_i16 (e5ecacfa-dc3f-44b2-9e80-25f7e0c69c21): Loading data parts 2025.09.03 04:04:03.787044 [ 3 ] {4f72da3c-d96c-463b-b4db-489013139274} oximeter.measurements_i16 (e5ecacfa-dc3f-44b2-9e80-25f7e0c69c21): There are no data parts 2025.09.03 04:04:03.788874 [ 3 ] {4f72da3c-d96c-463b-b4db-489013139274} TCPHandler: Processed in 0.004973336 sec. 2025.09.03 04:04:03.789055 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.789243 [ 3 ] {2fc087c5-457c-4fa4-af74-115aa44194fd} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.789392 [ 3 ] {2fc087c5-457c-4fa4-af74-115aa44194fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.09.03 04:04:03.797195 [ 3 ] {2fc087c5-457c-4fa4-af74-115aa44194fd} oximeter.measurements_u16 (25d9f89f-b095-46ff-a41a-61a2ca7800e8): Loading data parts 2025.09.03 04:04:03.797340 [ 3 ] {2fc087c5-457c-4fa4-af74-115aa44194fd} oximeter.measurements_u16 (25d9f89f-b095-46ff-a41a-61a2ca7800e8): There are no data parts 2025.09.03 04:04:03.799363 [ 3 ] {2fc087c5-457c-4fa4-af74-115aa44194fd} TCPHandler: Processed in 0.010366685 sec. 2025.09.03 04:04:03.799600 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.799834 [ 3 ] {c8cf0511-4d28-4401-b366-6f14195a7c05} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.799969 [ 3 ] {c8cf0511-4d28-4401-b366-6f14195a7c05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.09.03 04:04:03.801935 [ 3 ] {c8cf0511-4d28-4401-b366-6f14195a7c05} oximeter.measurements_i32 (3214077d-0751-4b21-9ee0-51b1a87320fa): Loading data parts 2025.09.03 04:04:03.802062 [ 3 ] {c8cf0511-4d28-4401-b366-6f14195a7c05} oximeter.measurements_i32 (3214077d-0751-4b21-9ee0-51b1a87320fa): There are no data parts 2025.09.03 04:04:03.803435 [ 3 ] {c8cf0511-4d28-4401-b366-6f14195a7c05} TCPHandler: Processed in 0.003880058 sec. 2025.09.03 04:04:03.803598 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.803766 [ 3 ] {1992ca14-4b3a-4c56-9b9a-97e2a44051fd} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.803894 [ 3 ] {1992ca14-4b3a-4c56-9b9a-97e2a44051fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.09.03 04:04:03.812118 [ 3 ] {1992ca14-4b3a-4c56-9b9a-97e2a44051fd} oximeter.measurements_u32 (934a8a07-1ed5-43ee-ac4e-cf305c6313a7): Loading data parts 2025.09.03 04:04:03.812256 [ 3 ] {1992ca14-4b3a-4c56-9b9a-97e2a44051fd} oximeter.measurements_u32 (934a8a07-1ed5-43ee-ac4e-cf305c6313a7): There are no data parts 2025.09.03 04:04:03.814699 [ 3 ] {1992ca14-4b3a-4c56-9b9a-97e2a44051fd} TCPHandler: Processed in 0.011171341 sec. 2025.09.03 04:04:03.814866 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.815190 [ 3 ] {670a6b5e-2e8e-48c4-b206-2739fbcdb429} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.815379 [ 3 ] {670a6b5e-2e8e-48c4-b206-2739fbcdb429} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.09.03 04:04:03.817133 [ 3 ] {670a6b5e-2e8e-48c4-b206-2739fbcdb429} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Loading data parts 2025.09.03 04:04:03.817280 [ 3 ] {670a6b5e-2e8e-48c4-b206-2739fbcdb429} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): There are no data parts 2025.09.03 04:04:03.819251 [ 3 ] {670a6b5e-2e8e-48c4-b206-2739fbcdb429} TCPHandler: Processed in 0.004411722 sec. 2025.09.03 04:04:03.819427 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.819603 [ 3 ] {0f09c483-6e34-4736-80dc-3f243851eac6} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.819731 [ 3 ] {0f09c483-6e34-4736-80dc-3f243851eac6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.09.03 04:04:03.821995 [ 3 ] {0f09c483-6e34-4736-80dc-3f243851eac6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Loading data parts 2025.09.03 04:04:03.822305 [ 3 ] {0f09c483-6e34-4736-80dc-3f243851eac6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): There are no data parts 2025.09.03 04:04:03.824647 [ 3 ] {0f09c483-6e34-4736-80dc-3f243851eac6} TCPHandler: Processed in 0.005288758 sec. 2025.09.03 04:04:03.824816 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.825130 [ 3 ] {e8d983d5-cf54-40b9-9341-2a017aeb3c83} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.825253 [ 3 ] {e8d983d5-cf54-40b9-9341-2a017aeb3c83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.09.03 04:04:03.827522 [ 3 ] {e8d983d5-cf54-40b9-9341-2a017aeb3c83} oximeter.measurements_f32 (08eaf4f4-d137-4ce6-8057-53c40c820962): Loading data parts 2025.09.03 04:04:03.827669 [ 3 ] {e8d983d5-cf54-40b9-9341-2a017aeb3c83} oximeter.measurements_f32 (08eaf4f4-d137-4ce6-8057-53c40c820962): There are no data parts 2025.09.03 04:04:03.828975 [ 3 ] {e8d983d5-cf54-40b9-9341-2a017aeb3c83} TCPHandler: Processed in 0.004188831 sec. 2025.09.03 04:04:03.829162 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.829350 [ 3 ] {1222cb24-e4de-46f9-948d-f3f061e47eb1} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.829479 [ 3 ] {1222cb24-e4de-46f9-948d-f3f061e47eb1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.09.03 04:04:03.834639 [ 3 ] {1222cb24-e4de-46f9-948d-f3f061e47eb1} oximeter.measurements_f64 (f7ffd444-6d70-4429-b2d8-75b0a2a174d4): Loading data parts 2025.09.03 04:04:03.834930 [ 3 ] {1222cb24-e4de-46f9-948d-f3f061e47eb1} oximeter.measurements_f64 (f7ffd444-6d70-4429-b2d8-75b0a2a174d4): There are no data parts 2025.09.03 04:04:03.836860 [ 3 ] {1222cb24-e4de-46f9-948d-f3f061e47eb1} TCPHandler: Processed in 0.007788377 sec. 2025.09.03 04:04:03.837047 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.837379 [ 3 ] {0ad5aec6-e1aa-4c15-a399-0ecac62fd86f} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.837513 [ 3 ] {0ad5aec6-e1aa-4c15-a399-0ecac62fd86f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.09.03 04:04:03.839759 [ 3 ] {0ad5aec6-e1aa-4c15-a399-0ecac62fd86f} oximeter.measurements_string (daaad55c-6b17-40aa-bdbe-37a5da3c2a00): Loading data parts 2025.09.03 04:04:03.839931 [ 3 ] {0ad5aec6-e1aa-4c15-a399-0ecac62fd86f} oximeter.measurements_string (daaad55c-6b17-40aa-bdbe-37a5da3c2a00): There are no data parts 2025.09.03 04:04:03.841700 [ 3 ] {0ad5aec6-e1aa-4c15-a399-0ecac62fd86f} TCPHandler: Processed in 0.004700114 sec. 2025.09.03 04:04:03.841864 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.842020 [ 3 ] {e34bab31-925a-44ca-98aa-5a94668b7b20} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.842144 [ 3 ] {e34bab31-925a-44ca-98aa-5a94668b7b20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.09.03 04:04:03.844050 [ 3 ] {e34bab31-925a-44ca-98aa-5a94668b7b20} oximeter.measurements_bytes (fcc41729-ae79-419f-a0f4-8505ee578686): Loading data parts 2025.09.03 04:04:03.844200 [ 3 ] {e34bab31-925a-44ca-98aa-5a94668b7b20} oximeter.measurements_bytes (fcc41729-ae79-419f-a0f4-8505ee578686): There are no data parts 2025.09.03 04:04:03.847261 [ 3 ] {e34bab31-925a-44ca-98aa-5a94668b7b20} TCPHandler: Processed in 0.005478019 sec. 2025.09.03 04:04:03.847499 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.847684 [ 3 ] {48525e85-b246-4746-8eec-2ab06e90d23f} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.847940 [ 3 ] {48525e85-b246-4746-8eec-2ab06e90d23f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.09.03 04:04:03.857008 [ 3 ] {48525e85-b246-4746-8eec-2ab06e90d23f} oximeter.measurements_cumulativei64 (3f6bf652-7c8a-4106-b7ac-24d6e9b0740c): Loading data parts 2025.09.03 04:04:03.857203 [ 3 ] {48525e85-b246-4746-8eec-2ab06e90d23f} oximeter.measurements_cumulativei64 (3f6bf652-7c8a-4106-b7ac-24d6e9b0740c): There are no data parts 2025.09.03 04:04:03.859524 [ 3 ] {48525e85-b246-4746-8eec-2ab06e90d23f} TCPHandler: Processed in 0.012073428 sec. 2025.09.03 04:04:03.859903 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.860212 [ 3 ] {03c4a596-3ea5-458b-a52e-cf588a762898} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.860561 [ 3 ] {03c4a596-3ea5-458b-a52e-cf588a762898} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:03.863066 [ 3 ] {03c4a596-3ea5-458b-a52e-cf588a762898} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Loading data parts 2025.09.03 04:04:03.863387 [ 3 ] {03c4a596-3ea5-458b-a52e-cf588a762898} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): There are no data parts 2025.09.03 04:04:03.864799 [ 3 ] {03c4a596-3ea5-458b-a52e-cf588a762898} TCPHandler: Processed in 0.004996107 sec. 2025.09.03 04:04:03.865023 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.865309 [ 3 ] {2d90788e-a495-4fe2-8ebf-44d34f5fd9f5} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.865403 [ 3 ] {2d90788e-a495-4fe2-8ebf-44d34f5fd9f5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.09.03 04:04:03.867596 [ 3 ] {2d90788e-a495-4fe2-8ebf-44d34f5fd9f5} oximeter.measurements_cumulativef32 (a0d15236-1e82-4fdc-be56-dc5745d3c946): Loading data parts 2025.09.03 04:04:03.867753 [ 3 ] {2d90788e-a495-4fe2-8ebf-44d34f5fd9f5} oximeter.measurements_cumulativef32 (a0d15236-1e82-4fdc-be56-dc5745d3c946): There are no data parts 2025.09.03 04:04:03.869478 [ 3 ] {2d90788e-a495-4fe2-8ebf-44d34f5fd9f5} TCPHandler: Processed in 0.004498233 sec. 2025.09.03 04:04:03.869704 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.869933 [ 3 ] {026640cc-a674-4470-9a67-ae5502b933b1} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.870084 [ 3 ] {026640cc-a674-4470-9a67-ae5502b933b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.09.03 04:04:03.872037 [ 3 ] {026640cc-a674-4470-9a67-ae5502b933b1} oximeter.measurements_cumulativef64 (a6de64a8-261e-4619-917e-252581b890b4): Loading data parts 2025.09.03 04:04:03.872252 [ 3 ] {026640cc-a674-4470-9a67-ae5502b933b1} oximeter.measurements_cumulativef64 (a6de64a8-261e-4619-917e-252581b890b4): There are no data parts 2025.09.03 04:04:03.874486 [ 3 ] {026640cc-a674-4470-9a67-ae5502b933b1} TCPHandler: Processed in 0.004845735 sec. 2025.09.03 04:04:03.874734 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.875225 [ 3 ] {da1eed26-328d-414e-93e0-f22e18210a46} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.875839 [ 3 ] {da1eed26-328d-414e-93e0-f22e18210a46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.09.03 04:04:03.882702 [ 3 ] {da1eed26-328d-414e-93e0-f22e18210a46} oximeter.measurements_histogrami8 (f2268757-d27b-4bb7-b309-9a6756dc6a83): Loading data parts 2025.09.03 04:04:03.882917 [ 3 ] {da1eed26-328d-414e-93e0-f22e18210a46} oximeter.measurements_histogrami8 (f2268757-d27b-4bb7-b309-9a6756dc6a83): There are no data parts 2025.09.03 04:04:03.884684 [ 3 ] {da1eed26-328d-414e-93e0-f22e18210a46} TCPHandler: Processed in 0.010019733 sec. 2025.09.03 04:04:03.884888 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.885127 [ 3 ] {2372c184-ae69-4023-91e9-cdedcec6e911} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.885656 [ 3 ] {2372c184-ae69-4023-91e9-cdedcec6e911} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.09.03 04:04:03.888275 [ 3 ] {2372c184-ae69-4023-91e9-cdedcec6e911} oximeter.measurements_histogramu8 (c35e7e75-7664-4762-8ae9-df48e166991e): Loading data parts 2025.09.03 04:04:03.888563 [ 3 ] {2372c184-ae69-4023-91e9-cdedcec6e911} oximeter.measurements_histogramu8 (c35e7e75-7664-4762-8ae9-df48e166991e): There are no data parts 2025.09.03 04:04:03.889873 [ 3 ] {2372c184-ae69-4023-91e9-cdedcec6e911} TCPHandler: Processed in 0.005046876 sec. 2025.09.03 04:04:03.890068 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.890449 [ 3 ] {7299ee7c-6d78-4982-a8ad-56cd0581259c} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.890663 [ 3 ] {7299ee7c-6d78-4982-a8ad-56cd0581259c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.09.03 04:04:03.893638 [ 3 ] {7299ee7c-6d78-4982-a8ad-56cd0581259c} oximeter.measurements_histogrami16 (ec8f3dac-12ad-4bd6-b753-e699730c6aa5): Loading data parts 2025.09.03 04:04:03.893770 [ 3 ] {7299ee7c-6d78-4982-a8ad-56cd0581259c} oximeter.measurements_histogrami16 (ec8f3dac-12ad-4bd6-b753-e699730c6aa5): There are no data parts 2025.09.03 04:04:03.895640 [ 3 ] {7299ee7c-6d78-4982-a8ad-56cd0581259c} TCPHandler: Processed in 0.005654681 sec. 2025.09.03 04:04:03.895901 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.896123 [ 3 ] {0a8c558e-901a-4ed9-9dbc-d9a51c023911} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.896273 [ 3 ] {0a8c558e-901a-4ed9-9dbc-d9a51c023911} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.09.03 04:04:03.898238 [ 3 ] {0a8c558e-901a-4ed9-9dbc-d9a51c023911} oximeter.measurements_histogramu16 (dc180038-56de-49f0-8255-1e3d3d6b1bf4): Loading data parts 2025.09.03 04:04:03.898584 [ 3 ] {0a8c558e-901a-4ed9-9dbc-d9a51c023911} oximeter.measurements_histogramu16 (dc180038-56de-49f0-8255-1e3d3d6b1bf4): There are no data parts 2025.09.03 04:04:03.899943 [ 3 ] {0a8c558e-901a-4ed9-9dbc-d9a51c023911} TCPHandler: Processed in 0.004060539 sec. 2025.09.03 04:04:03.900111 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.900441 [ 3 ] {0b225baf-ed3d-41a9-beaa-287ff99d9d29} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.900617 [ 3 ] {0b225baf-ed3d-41a9-beaa-287ff99d9d29} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.09.03 04:04:03.907578 [ 3 ] {0b225baf-ed3d-41a9-beaa-287ff99d9d29} oximeter.measurements_histogrami32 (c8ccfa7d-a412-44c2-92b8-6f2dc5a5be97): Loading data parts 2025.09.03 04:04:03.907711 [ 3 ] {0b225baf-ed3d-41a9-beaa-287ff99d9d29} oximeter.measurements_histogrami32 (c8ccfa7d-a412-44c2-92b8-6f2dc5a5be97): There are no data parts 2025.09.03 04:04:03.909702 [ 3 ] {0b225baf-ed3d-41a9-beaa-287ff99d9d29} TCPHandler: Processed in 0.0096386 sec. 2025.09.03 04:04:03.909988 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.910208 [ 3 ] {663cd979-424e-4e0f-afe1-e2f7af424a37} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.910371 [ 3 ] {663cd979-424e-4e0f-afe1-e2f7af424a37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.09.03 04:04:03.912613 [ 3 ] {663cd979-424e-4e0f-afe1-e2f7af424a37} oximeter.measurements_histogramu32 (86ae9ad4-c66d-49bd-83c4-596be6f835a8): Loading data parts 2025.09.03 04:04:03.912834 [ 3 ] {663cd979-424e-4e0f-afe1-e2f7af424a37} oximeter.measurements_histogramu32 (86ae9ad4-c66d-49bd-83c4-596be6f835a8): There are no data parts 2025.09.03 04:04:03.914711 [ 3 ] {663cd979-424e-4e0f-afe1-e2f7af424a37} TCPHandler: Processed in 0.004776245 sec. 2025.09.03 04:04:03.914891 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.915218 [ 3 ] {026a2b07-e8b0-433c-a102-857bed2f257f} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.915363 [ 3 ] {026a2b07-e8b0-433c-a102-857bed2f257f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.09.03 04:04:03.917696 [ 3 ] {026a2b07-e8b0-433c-a102-857bed2f257f} oximeter.measurements_histogrami64 (dafa6e92-5f49-4c60-9f59-67b1546cd1a1): Loading data parts 2025.09.03 04:04:03.917851 [ 3 ] {026a2b07-e8b0-433c-a102-857bed2f257f} oximeter.measurements_histogrami64 (dafa6e92-5f49-4c60-9f59-67b1546cd1a1): There are no data parts 2025.09.03 04:04:03.919575 [ 3 ] {026a2b07-e8b0-433c-a102-857bed2f257f} TCPHandler: Processed in 0.004756214 sec. 2025.09.03 04:04:03.919857 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.920121 [ 3 ] {f5fe582a-1714-42ea-8869-8d06336a325e} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.920279 [ 3 ] {f5fe582a-1714-42ea-8869-8d06336a325e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.09.03 04:04:03.922433 [ 3 ] {f5fe582a-1714-42ea-8869-8d06336a325e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Loading data parts 2025.09.03 04:04:03.922564 [ 3 ] {f5fe582a-1714-42ea-8869-8d06336a325e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): There are no data parts 2025.09.03 04:04:03.924236 [ 3 ] {f5fe582a-1714-42ea-8869-8d06336a325e} TCPHandler: Processed in 0.004400972 sec. 2025.09.03 04:04:03.924398 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.924614 [ 3 ] {768a9245-57c3-48ca-9691-163704f36d3a} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.924758 [ 3 ] {768a9245-57c3-48ca-9691-163704f36d3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.09.03 04:04:03.926967 [ 3 ] {768a9245-57c3-48ca-9691-163704f36d3a} oximeter.measurements_histogramf32 (c9cf0e30-df44-46e9-aaf8-d5b17c094b71): Loading data parts 2025.09.03 04:04:03.927102 [ 3 ] {768a9245-57c3-48ca-9691-163704f36d3a} oximeter.measurements_histogramf32 (c9cf0e30-df44-46e9-aaf8-d5b17c094b71): There are no data parts 2025.09.03 04:04:03.934449 [ 3 ] {768a9245-57c3-48ca-9691-163704f36d3a} TCPHandler: Processed in 0.010099313 sec. 2025.09.03 04:04:03.934720 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.934935 [ 3 ] {1084bcaa-e722-402a-85bd-b208f489724e} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.935068 [ 3 ] {1084bcaa-e722-402a-85bd-b208f489724e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.09.03 04:04:03.937527 [ 3 ] {1084bcaa-e722-402a-85bd-b208f489724e} oximeter.measurements_histogramf64 (6f415ab9-cd0e-4857-9607-29331af748ce): Loading data parts 2025.09.03 04:04:03.937663 [ 3 ] {1084bcaa-e722-402a-85bd-b208f489724e} oximeter.measurements_histogramf64 (6f415ab9-cd0e-4857-9607-29331af748ce): There are no data parts 2025.09.03 04:04:03.939070 [ 3 ] {1084bcaa-e722-402a-85bd-b208f489724e} TCPHandler: Processed in 0.004380861 sec. 2025.09.03 04:04:03.939241 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.939422 [ 3 ] {bb30ed07-d4a5-4856-b777-d90d66298edc} executeQuery: (from [fd00:1122:3344:101::d]:65085) /* 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.09.03 04:04:03.939619 [ 3 ] {bb30ed07-d4a5-4856-b777-d90d66298edc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.09.03 04:04:03.941712 [ 3 ] {bb30ed07-d4a5-4856-b777-d90d66298edc} oximeter.fields_bool (d721b312-a786-4261-a8ea-91b60690492f): Loading data parts 2025.09.03 04:04:03.941942 [ 3 ] {bb30ed07-d4a5-4856-b777-d90d66298edc} oximeter.fields_bool (d721b312-a786-4261-a8ea-91b60690492f): There are no data parts 2025.09.03 04:04:03.943311 [ 3 ] {bb30ed07-d4a5-4856-b777-d90d66298edc} TCPHandler: Processed in 0.00412144 sec. 2025.09.03 04:04:03.943475 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.943737 [ 3 ] {dd093f66-d812-47be-a385-9a3c484aca05} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.943862 [ 3 ] {dd093f66-d812-47be-a385-9a3c484aca05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.09.03 04:04:03.946105 [ 3 ] {dd093f66-d812-47be-a385-9a3c484aca05} oximeter.fields_i8 (00a33d5d-6b77-48cb-bf6a-b86d4704b8a5): Loading data parts 2025.09.03 04:04:03.946270 [ 3 ] {dd093f66-d812-47be-a385-9a3c484aca05} oximeter.fields_i8 (00a33d5d-6b77-48cb-bf6a-b86d4704b8a5): There are no data parts 2025.09.03 04:04:03.948121 [ 3 ] {dd093f66-d812-47be-a385-9a3c484aca05} TCPHandler: Processed in 0.004692844 sec. 2025.09.03 04:04:03.948277 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.948435 [ 3 ] {29af5bd9-e13b-42d6-ae78-757fa05983bd} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.948565 [ 3 ] {29af5bd9-e13b-42d6-ae78-757fa05983bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.09.03 04:04:03.951362 [ 3 ] {29af5bd9-e13b-42d6-ae78-757fa05983bd} oximeter.fields_u8 (c21fbf27-339c-403b-8b65-e38876bf4a65): Loading data parts 2025.09.03 04:04:03.951603 [ 3 ] {29af5bd9-e13b-42d6-ae78-757fa05983bd} oximeter.fields_u8 (c21fbf27-339c-403b-8b65-e38876bf4a65): There are no data parts 2025.09.03 04:04:03.958789 [ 3 ] {29af5bd9-e13b-42d6-ae78-757fa05983bd} TCPHandler: Processed in 0.010557566 sec. 2025.09.03 04:04:03.958947 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.959231 [ 3 ] {e50eac9f-92e6-4204-b25d-83d480a7d5fb} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.959383 [ 3 ] {e50eac9f-92e6-4204-b25d-83d480a7d5fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.09.03 04:04:03.961533 [ 3 ] {e50eac9f-92e6-4204-b25d-83d480a7d5fb} oximeter.fields_i16 (a905a349-024c-486d-b48c-07b2fc816227): Loading data parts 2025.09.03 04:04:03.961696 [ 3 ] {e50eac9f-92e6-4204-b25d-83d480a7d5fb} oximeter.fields_i16 (a905a349-024c-486d-b48c-07b2fc816227): There are no data parts 2025.09.03 04:04:03.963417 [ 3 ] {e50eac9f-92e6-4204-b25d-83d480a7d5fb} TCPHandler: Processed in 0.004518483 sec. 2025.09.03 04:04:03.963576 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.963739 [ 3 ] {a04ba0a7-d3e8-45e5-8580-df0650f74b35} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.963881 [ 3 ] {a04ba0a7-d3e8-45e5-8580-df0650f74b35} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.09.03 04:04:03.966086 [ 3 ] {a04ba0a7-d3e8-45e5-8580-df0650f74b35} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Loading data parts 2025.09.03 04:04:03.966366 [ 3 ] {a04ba0a7-d3e8-45e5-8580-df0650f74b35} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): There are no data parts 2025.09.03 04:04:03.967625 [ 3 ] {a04ba0a7-d3e8-45e5-8580-df0650f74b35} TCPHandler: Processed in 0.00409626 sec. 2025.09.03 04:04:03.967795 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.968100 [ 3 ] {c6c4dca5-a732-424b-a782-9dc694c4325d} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.968262 [ 3 ] {c6c4dca5-a732-424b-a782-9dc694c4325d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.09.03 04:04:03.970212 [ 3 ] {c6c4dca5-a732-424b-a782-9dc694c4325d} oximeter.fields_i32 (78af956b-9890-4f85-8387-462d4d8f0416): Loading data parts 2025.09.03 04:04:03.970393 [ 3 ] {c6c4dca5-a732-424b-a782-9dc694c4325d} oximeter.fields_i32 (78af956b-9890-4f85-8387-462d4d8f0416): There are no data parts 2025.09.03 04:04:03.972705 [ 3 ] {c6c4dca5-a732-424b-a782-9dc694c4325d} TCPHandler: Processed in 0.004960176 sec. 2025.09.03 04:04:03.972902 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.973074 [ 3 ] {ddcfdcf8-12a5-4bf2-bafe-8d80e970b8ab} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.973250 [ 3 ] {ddcfdcf8-12a5-4bf2-bafe-8d80e970b8ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.09.03 04:04:03.975412 [ 3 ] {ddcfdcf8-12a5-4bf2-bafe-8d80e970b8ab} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Loading data parts 2025.09.03 04:04:03.975652 [ 3 ] {ddcfdcf8-12a5-4bf2-bafe-8d80e970b8ab} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): There are no data parts 2025.09.03 04:04:03.982286 [ 3 ] {ddcfdcf8-12a5-4bf2-bafe-8d80e970b8ab} TCPHandler: Processed in 0.009507568 sec. 2025.09.03 04:04:03.982543 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.982820 [ 3 ] {e0063aec-3529-4926-a33d-662eeab61818} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.982958 [ 3 ] {e0063aec-3529-4926-a33d-662eeab61818} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.09.03 04:04:03.985524 [ 3 ] {e0063aec-3529-4926-a33d-662eeab61818} oximeter.fields_i64 (eeed2dce-4b25-4e3f-a17d-f56bc5c4965b): Loading data parts 2025.09.03 04:04:03.985722 [ 3 ] {e0063aec-3529-4926-a33d-662eeab61818} oximeter.fields_i64 (eeed2dce-4b25-4e3f-a17d-f56bc5c4965b): There are no data parts 2025.09.03 04:04:03.987207 [ 3 ] {e0063aec-3529-4926-a33d-662eeab61818} TCPHandler: Processed in 0.004787094 sec. 2025.09.03 04:04:03.987418 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.987585 [ 3 ] {28f16e74-64f7-470b-8edb-8fc093c53371} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.987728 [ 3 ] {28f16e74-64f7-470b-8edb-8fc093c53371} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.09.03 04:04:03.990760 [ 3 ] {28f16e74-64f7-470b-8edb-8fc093c53371} oximeter.fields_u64 (df4c01e6-c960-4222-84f9-039bdc03d838): Loading data parts 2025.09.03 04:04:03.990983 [ 3 ] {28f16e74-64f7-470b-8edb-8fc093c53371} oximeter.fields_u64 (df4c01e6-c960-4222-84f9-039bdc03d838): There are no data parts 2025.09.03 04:04:03.992216 [ 3 ] {28f16e74-64f7-470b-8edb-8fc093c53371} TCPHandler: Processed in 0.004847375 sec. 2025.09.03 04:04:03.992373 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.992633 [ 3 ] {f8731405-f1d7-47f3-a89c-ece36315dbaa} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.992764 [ 3 ] {f8731405-f1d7-47f3-a89c-ece36315dbaa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.09.03 04:04:03.994820 [ 3 ] {f8731405-f1d7-47f3-a89c-ece36315dbaa} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Loading data parts 2025.09.03 04:04:03.994973 [ 3 ] {f8731405-f1d7-47f3-a89c-ece36315dbaa} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): There are no data parts 2025.09.03 04:04:03.997037 [ 3 ] {f8731405-f1d7-47f3-a89c-ece36315dbaa} TCPHandler: Processed in 0.004711764 sec. 2025.09.03 04:04:03.997192 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:03.997354 [ 3 ] {f594a31e-0ebc-4923-83de-05366a949d67} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:03.997496 [ 3 ] {f594a31e-0ebc-4923-83de-05366a949d67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.09.03 04:04:04.000534 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.45 MiB, peak 125.45 MiB, free memory in arenas 0.00 B, will set to 134.16 MiB (RSS), difference: 8.71 MiB 2025.09.03 04:04:04.005108 [ 3 ] {f594a31e-0ebc-4923-83de-05366a949d67} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Loading data parts 2025.09.03 04:04:04.005285 [ 3 ] {f594a31e-0ebc-4923-83de-05366a949d67} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): There are no data parts 2025.09.03 04:04:04.006890 [ 3 ] {f594a31e-0ebc-4923-83de-05366a949d67} TCPHandler: Processed in 0.00974252 sec. 2025.09.03 04:04:04.007048 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:04.007214 [ 3 ] {3d4d08ab-2aa2-408a-a4d2-72fac0c58ef7} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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.09.03 04:04:04.007352 [ 3 ] {3d4d08ab-2aa2-408a-a4d2-72fac0c58ef7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.09.03 04:04:04.009236 [ 3 ] {3d4d08ab-2aa2-408a-a4d2-72fac0c58ef7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Loading data parts 2025.09.03 04:04:04.009551 [ 3 ] {3d4d08ab-2aa2-408a-a4d2-72fac0c58ef7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): There are no data parts 2025.09.03 04:04:04.010898 [ 3 ] {3d4d08ab-2aa2-408a-a4d2-72fac0c58ef7} TCPHandler: Processed in 0.003933198 sec. 2025.09.03 04:04:04.011064 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:04.011473 [ 3 ] {768461e1-a0d2-4f1c-9d60-2f6cb01c5b11} executeQuery: (from [fd00:1122:3344:101::d]:65085) /* 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.09.03 04:04:04.011628 [ 3 ] {768461e1-a0d2-4f1c-9d60-2f6cb01c5b11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.09.03 04:04:04.013532 [ 3 ] {768461e1-a0d2-4f1c-9d60-2f6cb01c5b11} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Loading data parts 2025.09.03 04:04:04.013837 [ 3 ] {768461e1-a0d2-4f1c-9d60-2f6cb01c5b11} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): There are no data parts 2025.09.03 04:04:04.016463 [ 3 ] {768461e1-a0d2-4f1c-9d60-2f6cb01c5b11} TCPHandler: Processed in 0.00540596 sec. 2025.09.03 04:04:04.016814 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:04.017258 [ 4 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.09.03 04:04:04.018660 [ 4 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.09.03 04:04:04.029633 [ 261 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} oximeter.version (1319be30-2f4c-4beb-8c0b-e7bbfc73cd13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:04.029845 [ 261 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.03 04:04:04.034578 [ 261 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:04.035289 [ 261 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} oximeter.version (1319be30-2f4c-4beb-8c0b-e7bbfc73cd13): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:04.035749 [ 4 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} executeQuery: Read 1 rows, 16.00 B in 0.018658 sec., 53.596312573694924 rows/sec., 857.54 B/sec. 2025.09.03 04:04:04.036022 [ 4 ] {e0786666-200a-4b2f-b9e2-6a12eed282de} TCPHandler: Processed in 0.019409741 sec. 2025.09.03 04:04:04.127623 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53940 2025.09.03 04:04:04.127853 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.127883 [ 262 ] {} TCP-Session: c5e92e21-9a7d-4dc0-b3f3-e4b8af5f6703 Authenticating user 'default' from [fd00:1122:3344:101::a]:53940 2025.09.03 04:04:04.127906 [ 262 ] {} TCP-Session: c5e92e21-9a7d-4dc0-b3f3-e4b8af5f6703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.127965 [ 262 ] {} TCP-Session: c5e92e21-9a7d-4dc0-b3f3-e4b8af5f6703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.128077 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.03 04:04:04.128105 [ 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.09.03 04:04:04.128209 [ 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.09.03 04:04:04.135109 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42403 2025.09.03 04:04:04.135109 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60583 2025.09.03 04:04:04.135191 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36200 2025.09.03 04:04:04.135364 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62025 2025.09.03 04:04:04.135541 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45555 2025.09.03 04:04:04.135570 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135599 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135642 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135754 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135780 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49010 2025.09.03 04:04:04.135687 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135686 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33494 2025.09.03 04:04:04.135963 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135891 [ 267 ] {} TCP-Session: eab9cfac-d694-4e37-97f2-94abd8c3fc43 Authenticating user 'default' from [fd00:1122:3344:101::a]:45555 2025.09.03 04:04:04.135874 [ 263 ] {} TCP-Session: c6e8e46b-281c-4532-852e-8a2dc91a18f0 Authenticating user 'default' from [fd00:1122:3344:101::a]:42403 2025.09.03 04:04:04.136065 [ 267 ] {} TCP-Session: eab9cfac-d694-4e37-97f2-94abd8c3fc43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136077 [ 269 ] {} TCP-Session: a1ca3378-a43c-44fb-9701-ee8cfc614e40 Authenticating user 'default' from [fd00:1122:3344:101::a]:49010 2025.09.03 04:04:04.136102 [ 263 ] {} TCP-Session: c6e8e46b-281c-4532-852e-8a2dc91a18f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136150 [ 267 ] {} TCP-Session: eab9cfac-d694-4e37-97f2-94abd8c3fc43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136175 [ 263 ] {} TCP-Session: c6e8e46b-281c-4532-852e-8a2dc91a18f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136169 [ 269 ] {} TCP-Session: a1ca3378-a43c-44fb-9701-ee8cfc614e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136185 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.135682 [ 264 ] {} TCP-Session: 04fd5610-c42a-4118-b3db-f96d2fbdccd9 Authenticating user 'default' from [fd00:1122:3344:101::a]:60583 2025.09.03 04:04:04.135658 [ 265 ] {} TCP-Session: 0daf7289-80a6-402e-9919-34af5c070a13 Authenticating user 'default' from [fd00:1122:3344:101::a]:36200 2025.09.03 04:04:04.136351 [ 269 ] {} TCP-Session: a1ca3378-a43c-44fb-9701-ee8cfc614e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136470 [ 268 ] {} TCP-Session: 7395890e-629a-4be1-844e-5e7d26284d6c Authenticating user 'default' from [fd00:1122:3344:101::a]:33494 2025.09.03 04:04:04.136379 [ 265 ] {} TCP-Session: 0daf7289-80a6-402e-9919-34af5c070a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136367 [ 264 ] {} TCP-Session: 04fd5610-c42a-4118-b3db-f96d2fbdccd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136564 [ 268 ] {} TCP-Session: 7395890e-629a-4be1-844e-5e7d26284d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136538 [ 265 ] {} TCP-Session: 0daf7289-80a6-402e-9919-34af5c070a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.135872 [ 266 ] {} TCP-Session: 442dde94-af2a-429a-b1d3-0b27b490492a Authenticating user 'default' from [fd00:1122:3344:101::a]:62025 2025.09.03 04:04:04.136681 [ 268 ] {} TCP-Session: 7395890e-629a-4be1-844e-5e7d26284d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136650 [ 264 ] {} TCP-Session: 04fd5610-c42a-4118-b3db-f96d2fbdccd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136803 [ 266 ] {} TCP-Session: 442dde94-af2a-429a-b1d3-0b27b490492a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.136925 [ 266 ] {} TCP-Session: 442dde94-af2a-429a-b1d3-0b27b490492a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.341068 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41327 2025.09.03 04:04:04.341242 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.341500 [ 270 ] {} TCP-Session: 08bd27a7-e728-4081-892f-a5d4d462ecf8 Authenticating user 'default' from [fd00:1122:3344:101::c]:41327 2025.09.03 04:04:04.341536 [ 270 ] {} TCP-Session: 08bd27a7-e728-4081-892f-a5d4d462ecf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.341553 [ 270 ] {} TCP-Session: 08bd27a7-e728-4081-892f-a5d4d462ecf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.341736 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.03 04:04:04.341766 [ 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.09.03 04:04:04.341883 [ 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.09.03 04:04:04.343610 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50093 2025.09.03 04:04:04.343692 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40426 2025.09.03 04:04:04.343897 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42932 2025.09.03 04:04:04.344038 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65089 2025.09.03 04:04:04.344057 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33070 2025.09.03 04:04:04.344245 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64156 2025.09.03 04:04:04.344272 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.344304 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.344386 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.344444 [ 274 ] {} TCP-Session: 27f45750-ffd5-43a2-80bd-881c24ffddf9 Authenticating user 'default' from [fd00:1122:3344:101::c]:42932 2025.09.03 04:04:04.344430 [ 272 ] {} TCP-Session: 76325b73-9a87-48b8-96d4-f19d4e256708 Authenticating user 'default' from [fd00:1122:3344:101::c]:40426 2025.09.03 04:04:04.344590 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.344655 [ 271 ] {} TCP-Session: 916d0c28-d5cc-4933-b944-3c3b39ecaa04 Authenticating user 'default' from [fd00:1122:3344:101::c]:50093 2025.09.03 04:04:04.344707 [ 273 ] {} TCP-Session: f10cf80d-48a6-4745-93a3-8a59ae1c952c Authenticating user 'default' from [fd00:1122:3344:101::c]:33070 2025.09.03 04:04:04.344670 [ 274 ] {} TCP-Session: 27f45750-ffd5-43a2-80bd-881c24ffddf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344661 [ 272 ] {} TCP-Session: 76325b73-9a87-48b8-96d4-f19d4e256708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344645 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.344844 [ 271 ] {} TCP-Session: 916d0c28-d5cc-4933-b944-3c3b39ecaa04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344858 [ 272 ] {} TCP-Session: 76325b73-9a87-48b8-96d4-f19d4e256708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344843 [ 274 ] {} TCP-Session: 27f45750-ffd5-43a2-80bd-881c24ffddf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344949 [ 273 ] {} TCP-Session: f10cf80d-48a6-4745-93a3-8a59ae1c952c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344398 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44060 2025.09.03 04:04:04.344990 [ 276 ] {} TCP-Session: 47a4d391-e6e5-48dd-a002-6285b7ee4a13 Authenticating user 'default' from [fd00:1122:3344:101::c]:64156 2025.09.03 04:04:04.345048 [ 273 ] {} TCP-Session: f10cf80d-48a6-4745-93a3-8a59ae1c952c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.344401 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.345155 [ 276 ] {} TCP-Session: 47a4d391-e6e5-48dd-a002-6285b7ee4a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.345182 [ 271 ] {} TCP-Session: 916d0c28-d5cc-4933-b944-3c3b39ecaa04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.345259 [ 275 ] {} TCP-Session: 3b2bbc24-3d76-4009-a0db-73e999ae6002 Authenticating user 'default' from [fd00:1122:3344:101::c]:65089 2025.09.03 04:04:04.345263 [ 276 ] {} TCP-Session: 47a4d391-e6e5-48dd-a002-6285b7ee4a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.345289 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.345376 [ 275 ] {} TCP-Session: 3b2bbc24-3d76-4009-a0db-73e999ae6002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.345394 [ 277 ] {} TCP-Session: e7271e13-d039-47b1-8714-6ea972029096 Authenticating user 'default' from [fd00:1122:3344:101::c]:44060 2025.09.03 04:04:04.345666 [ 275 ] {} TCP-Session: 3b2bbc24-3d76-4009-a0db-73e999ae6002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.345682 [ 277 ] {} TCP-Session: e7271e13-d039-47b1-8714-6ea972029096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.345785 [ 277 ] {} TCP-Session: e7271e13-d039-47b1-8714-6ea972029096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.963840 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63592 2025.09.03 04:04:04.964006 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.964035 [ 278 ] {} TCP-Session: cffd9420-21a3-45f7-bde0-6b4f6f79e334 Authenticating user 'default' from [fd00:1122:3344:101::b]:63592 2025.09.03 04:04:04.964170 [ 278 ] {} TCP-Session: cffd9420-21a3-45f7-bde0-6b4f6f79e334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.964192 [ 278 ] {} TCP-Session: cffd9420-21a3-45f7-bde0-6b4f6f79e334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.964278 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.03 04:04:04.964408 [ 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.09.03 04:04:04.964426 [ 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.09.03 04:04:04.969407 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44469 2025.09.03 04:04:04.969604 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41566 2025.09.03 04:04:04.969676 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32899 2025.09.03 04:04:04.969606 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48201 2025.09.03 04:04:04.969614 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.969788 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42159 2025.09.03 04:04:04.969866 [ 279 ] {} TCP-Session: 50a87e44-378f-4127-b0b9-c61d57b5c1fa Authenticating user 'default' from [fd00:1122:3344:101::b]:44469 2025.09.03 04:04:04.969963 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47161 2025.09.03 04:04:04.970027 [ 279 ] {} TCP-Session: 50a87e44-378f-4127-b0b9-c61d57b5c1fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970041 [ 279 ] {} TCP-Session: 50a87e44-378f-4127-b0b9-c61d57b5c1fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970125 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57157 2025.09.03 04:04:04.970170 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.970180 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.970254 [ 281 ] {} TCP-Session: 50876180-4a81-4a57-b11f-97009a69c304 Authenticating user 'default' from [fd00:1122:3344:101::b]:41566 2025.09.03 04:04:04.970381 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.970413 [ 282 ] {} TCP-Session: d1c87cec-91d0-4d5d-aed8-d19a3092c198 Authenticating user 'default' from [fd00:1122:3344:101::b]:32899 2025.09.03 04:04:04.970459 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.970497 [ 282 ] {} TCP-Session: d1c87cec-91d0-4d5d-aed8-d19a3092c198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970439 [ 281 ] {} TCP-Session: 50876180-4a81-4a57-b11f-97009a69c304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970536 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.970594 [ 282 ] {} TCP-Session: d1c87cec-91d0-4d5d-aed8-d19a3092c198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970580 [ 281 ] {} TCP-Session: 50876180-4a81-4a57-b11f-97009a69c304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970578 [ 285 ] {} TCP-Session: ebb659e2-5c7a-4feb-b8fb-c138b3beb593 Authenticating user 'default' from [fd00:1122:3344:101::b]:57157 2025.09.03 04:04:04.970745 [ 283 ] {} TCP-Session: b230621f-ea30-47b6-b7d5-38c7cc15b5e6 Authenticating user 'default' from [fd00:1122:3344:101::b]:42159 2025.09.03 04:04:04.970540 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.03 04:04:04.970426 [ 280 ] {} TCP-Session: 8525184b-3895-4c7e-a1cf-860bff9a147d Authenticating user 'default' from [fd00:1122:3344:101::b]:48201 2025.09.03 04:04:04.970882 [ 283 ] {} TCP-Session: b230621f-ea30-47b6-b7d5-38c7cc15b5e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970866 [ 284 ] {} TCP-Session: 4f32d425-df76-43dc-ac36-5a410c3c3634 Authenticating user 'default' from [fd00:1122:3344:101::b]:47161 2025.09.03 04:04:04.970843 [ 285 ] {} TCP-Session: ebb659e2-5c7a-4feb-b8fb-c138b3beb593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970965 [ 284 ] {} TCP-Session: 4f32d425-df76-43dc-ac36-5a410c3c3634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970975 [ 283 ] {} TCP-Session: b230621f-ea30-47b6-b7d5-38c7cc15b5e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.970958 [ 280 ] {} TCP-Session: 8525184b-3895-4c7e-a1cf-860bff9a147d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.971048 [ 285 ] {} TCP-Session: ebb659e2-5c7a-4feb-b8fb-c138b3beb593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.971074 [ 284 ] {} TCP-Session: 4f32d425-df76-43dc-ac36-5a410c3c3634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:04.971131 [ 280 ] {} TCP-Session: 8525184b-3895-4c7e-a1cf-860bff9a147d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:04:05.000648 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 134.60 MiB, peak 134.60 MiB, free memory in arenas 0.00 B, will set to 139.80 MiB (RSS), difference: 5.21 MiB 2025.09.03 04:04:09.439031 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.09.03 04:04:09.439098 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.09.03 04:04:09.439132 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.09.03 04:04:09.439306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.09.03 04:04:09.442896 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Loading data parts 2025.09.03 04:04:09.443111 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): There are no data parts 2025.09.03 04:04:09.447300 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:09.447341 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.03 04:04:09.453355 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:09.454110 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:09.454269 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.09.03 04:04:09.458160 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Loading data parts 2025.09.03 04:04:09.458367 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): There are no data parts 2025.09.03 04:04:09.484547 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:09.484612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.03 04:04:09.491081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:09.492289 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:09.495565 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.09.03 04:04:10.000280 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.89 MiB, peak 148.89 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.01 MiB 2025.09.03 04:04:11.939241 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.09.03 04:04:11.939343 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.09.03 04:04:11.949911 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Loading data parts 2025.09.03 04:04:11.950089 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): There are no data parts 2025.09.03 04:04:11.960998 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:11.961037 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:11.962705 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:11.963233 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:11.963617 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.09.03 04:04:12.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 154.91 MiB (RSS), difference: -3.19 MiB 2025.09.03 04:04:16.888418 [ 145 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:04:16.888642 [ 145 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:04:16.955426 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.09.03 04:04:16.958177 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:16.958223 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:16.959077 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:16.959522 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:16.959672 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.09.03 04:04:16.996693 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.09.03 04:04:17.014838 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:17.014894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:17.021508 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:17.022763 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:17.025930 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.09.03 04:04:18.000334 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.96 MiB, peak 159.96 MiB, free memory in arenas 0.00 B, will set to 157.86 MiB (RSS), difference: 1.89 MiB 2025.09.03 04:04:19.933268 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.933438 [ 3 ] {f6ee3b19-8cf0-4a18-ab68-f679d830c69e} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.936057 [ 3 ] {f6ee3b19-8cf0-4a18-ab68-f679d830c69e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.938619 [ 3 ] {f6ee3b19-8cf0-4a18-ab68-f679d830c69e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.939320 [ 3 ] {f6ee3b19-8cf0-4a18-ab68-f679d830c69e} TCPHandler: Processed in 0.006165444 sec. 2025.09.03 04:04:19.948595 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.948755 [ 3 ] {47ab63cf-73c4-4d07-b519-83fe91dcf545} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.950952 [ 3 ] {47ab63cf-73c4-4d07-b519-83fe91dcf545} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.951121 [ 3 ] {47ab63cf-73c4-4d07-b519-83fe91dcf545} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.951517 [ 3 ] {47ab63cf-73c4-4d07-b519-83fe91dcf545} TCPHandler: Processed in 0.002962652 sec. 2025.09.03 04:04:19.951745 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.951855 [ 3 ] {69987e1d-e164-4ff7-924c-a2f00dd16e48} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.954237 [ 3 ] {69987e1d-e164-4ff7-924c-a2f00dd16e48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.954283 [ 3 ] {69987e1d-e164-4ff7-924c-a2f00dd16e48} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.954601 [ 3 ] {69987e1d-e164-4ff7-924c-a2f00dd16e48} TCPHandler: Processed in 0.002890781 sec. 2025.09.03 04:04:19.954800 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.954915 [ 3 ] {b6527674-d10b-4196-8a91-246aa36fc4dc} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.955226 [ 3 ] {b6527674-d10b-4196-8a91-246aa36fc4dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.955268 [ 3 ] {b6527674-d10b-4196-8a91-246aa36fc4dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.955559 [ 3 ] {b6527674-d10b-4196-8a91-246aa36fc4dc} TCPHandler: Processed in 0.000789686 sec. 2025.09.03 04:04:19.955744 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.955856 [ 3 ] {8e3460a9-0256-436b-b71c-713cbd39672f} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.956172 [ 3 ] {8e3460a9-0256-436b-b71c-713cbd39672f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.956213 [ 3 ] {8e3460a9-0256-436b-b71c-713cbd39672f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.956546 [ 3 ] {8e3460a9-0256-436b-b71c-713cbd39672f} TCPHandler: Processed in 0.000836726 sec. 2025.09.03 04:04:19.956734 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.956844 [ 3 ] {6e478219-f167-4adb-8cc3-cccfeb6377f2} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.957147 [ 3 ] {6e478219-f167-4adb-8cc3-cccfeb6377f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.957186 [ 3 ] {6e478219-f167-4adb-8cc3-cccfeb6377f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.957452 [ 3 ] {6e478219-f167-4adb-8cc3-cccfeb6377f2} TCPHandler: Processed in 0.000745526 sec. 2025.09.03 04:04:19.957663 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.957771 [ 3 ] {b87b5da3-88f6-4f18-91e6-97cf3fa0d4c6} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.958075 [ 3 ] {b87b5da3-88f6-4f18-91e6-97cf3fa0d4c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.958115 [ 3 ] {b87b5da3-88f6-4f18-91e6-97cf3fa0d4c6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.958378 [ 3 ] {b87b5da3-88f6-4f18-91e6-97cf3fa0d4c6} TCPHandler: Processed in 0.000743385 sec. 2025.09.03 04:04:19.958575 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.958682 [ 3 ] {60e2d73d-e441-473c-92fd-41ce84353f8d} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.958918 [ 3 ] {60e2d73d-e441-473c-92fd-41ce84353f8d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.958957 [ 3 ] {60e2d73d-e441-473c-92fd-41ce84353f8d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.959303 [ 3 ] {60e2d73d-e441-473c-92fd-41ce84353f8d} TCPHandler: Processed in 0.000755436 sec. 2025.09.03 04:04:19.959516 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.959644 [ 3 ] {886f5dd0-e460-4d8d-82ed-c10658bd5676} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.959952 [ 3 ] {886f5dd0-e460-4d8d-82ed-c10658bd5676} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.960001 [ 3 ] {886f5dd0-e460-4d8d-82ed-c10658bd5676} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.960507 [ 3 ] {886f5dd0-e460-4d8d-82ed-c10658bd5676} TCPHandler: Processed in 0.001046848 sec. 2025.09.03 04:04:19.960797 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.960934 [ 3 ] {73448550-230a-434a-9cd5-3b1241fb7013} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.961326 [ 3 ] {73448550-230a-434a-9cd5-3b1241fb7013} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.961380 [ 3 ] {73448550-230a-434a-9cd5-3b1241fb7013} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.961730 [ 3 ] {73448550-230a-434a-9cd5-3b1241fb7013} TCPHandler: Processed in 0.000982767 sec. 2025.09.03 04:04:19.961999 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:19.962204 [ 3 ] {685d76bb-9afc-4bbb-8b7b-d80947dd0b48} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:19.962499 [ 3 ] {685d76bb-9afc-4bbb-8b7b-d80947dd0b48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:19.962568 [ 3 ] {685d76bb-9afc-4bbb-8b7b-d80947dd0b48} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:19.962891 [ 3 ] {685d76bb-9afc-4bbb-8b7b-d80947dd0b48} TCPHandler: Processed in 0.000940557 sec. 2025.09.03 04:04:20.015498 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.015671 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.03 04:04:20.015742 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:20.016534 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.016587 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.017241 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.017615 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.017766 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} executeQuery: Read 11 rows, 2.07 KiB in 0.002143 sec., 5132.991133924405 rows/sec., 966.54 KiB/sec. 2025.09.03 04:04:20.017818 [ 3 ] {3e2ae8ad-2975-4ef3-a610-2fa41b38e805} TCPHandler: Processed in 0.002458218 sec. 2025.09.03 04:04:20.017934 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.018035 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:04:20.018078 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:04:20.018654 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.018684 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.019210 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.019656 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.019790 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} executeQuery: Read 10 rows, 835.00 B in 0.001759 sec., 5685.048322910745 rows/sec., 463.58 KiB/sec. 2025.09.03 04:04:20.019826 [ 3 ] {ba414553-0038-4b07-9587-307543ef7e22} TCPHandler: Processed in 0.001931284 sec. 2025.09.03 04:04:20.019933 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.020029 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:20.020068 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:20.021328 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.021359 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.021917 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.022392 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.022522 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} executeQuery: Read 1149 rows, 97.27 KiB in 0.002472 sec., 464805.8252427185 rows/sec., 38.42 MiB/sec. 2025.09.03 04:04:20.022558 [ 3 ] {18d5c740-14c7-4f2e-82ad-f6c6ea790939} TCPHandler: Processed in 0.002642059 sec. 2025.09.03 04:04:20.022667 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.022760 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:20.022798 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:20.023239 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.023271 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.023663 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.024045 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.024239 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} executeQuery: Read 10 rows, 715.00 B in 0.001459 sec., 6854.009595613434 rows/sec., 478.58 KiB/sec. 2025.09.03 04:04:20.024273 [ 3 ] {e21c2a06-c28d-41a4-a6a3-b3d193e56481} TCPHandler: Processed in 0.001623471 sec. 2025.09.03 04:04:20.024366 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.024455 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:04:20.024492 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:04:20.024978 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.025010 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.025482 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.025906 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.026037 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} executeQuery: Read 228 rows, 15.81 KiB in 0.001635 sec., 139449.54128440368 rows/sec., 9.44 MiB/sec. 2025.09.03 04:04:20.026072 [ 3 ] {1be89cdf-d02a-481c-8111-9f4c59a74934} TCPHandler: Processed in 0.001798803 sec. 2025.09.03 04:04:20.026231 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.026319 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:20.026357 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:20.026995 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.027029 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.027508 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.027901 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.028022 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} executeQuery: Read 474 rows, 35.75 KiB in 0.001765 sec., 268555.24079320114 rows/sec., 19.78 MiB/sec. 2025.09.03 04:04:20.028055 [ 3 ] {34525f1e-9d27-40b0-bf3e-3878055656f3} TCPHandler: Processed in 0.001924384 sec. 2025.09.03 04:04:20.028222 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.028311 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:20.028352 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:20.029102 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.029135 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.029777 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.030251 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.030396 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} executeQuery: Read 1147 rows, 78.43 KiB in 0.002101 sec., 545930.5092812947 rows/sec., 36.46 MiB/sec. 2025.09.03 04:04:20.030433 [ 3 ] {a98e6bfe-bed1-4f29-8c9c-7a22b1d953e7} TCPHandler: Processed in 0.002268996 sec. 2025.09.03 04:04:20.030561 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:20.030664 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:20.030709 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:20.031073 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:20.031115 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:20.031632 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:20.032147 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:20.032340 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} executeQuery: Read 2 rows, 129.00 B in 0.001671 sec., 1196.888090963495 rows/sec., 75.39 KiB/sec. 2025.09.03 04:04:20.032378 [ 3 ] {8a147ee0-6987-4161-975d-8677204e4452} TCPHandler: Processed in 0.001857154 sec. 2025.09.03 04:04:21.976235 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 126 2025.09.03 04:04:21.978983 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:21.979017 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:21.980275 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:21.980700 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:21.980950 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 126 2025.09.03 04:04:22.003207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.90 MiB, peak 159.96 MiB, free memory in arenas 0.00 B, will set to 159.95 MiB (RSS), difference: 4.05 MiB 2025.09.03 04:04:24.055443 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.055661 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.060313 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.062476 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.062731 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.064942 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.067464 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2025.09.03 04:04:24.069845 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.071761 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.071789 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.071963 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.071992 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.085595 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} executeQuery: Read 11 rows, 430.00 B in 0.030004 sec., 366.61778429542727 rows/sec., 14.00 KiB/sec. 2025.09.03 04:04:24.085675 [ 3 ] {29022a1c-31b6-401b-9d7d-fc4c125c14d7} TCPHandler: Processed in 0.03035084 sec. 2025.09.03 04:04:24.086580 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.086707 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.086894 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.086988 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.087144 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.087200 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.087306 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2025.09.03 04:04:24.087335 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.087354 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.087370 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.087402 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.087420 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.087824 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} executeQuery: Read 11 rows, 430.00 B in 0.001119 sec., 9830.205540661305 rows/sec., 375.27 KiB/sec. 2025.09.03 04:04:24.087880 [ 3 ] {2cdb4ee5-52c6-48e8-bb7b-f4cbce0bc379} TCPHandler: Processed in 0.00130844 sec. 2025.09.03 04:04:24.088082 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.088206 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.088393 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.088423 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.088574 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.088626 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.088722 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2025.09.03 04:04:24.088750 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.088769 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.088783 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.088815 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.088833 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.089166 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} executeQuery: Read 11 rows, 430.00 B in 0.001019 sec., 10794.896957801768 rows/sec., 412.09 KiB/sec. 2025.09.03 04:04:24.089219 [ 3 ] {b34da774-60e6-423d-b334-25c031db26e2} TCPHandler: Processed in 0.001204259 sec. 2025.09.03 04:04:24.089404 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.089518 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.089693 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.089721 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.089866 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.089984 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.090081 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.09.03 04:04:24.090109 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.090126 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.090141 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.090176 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.090193 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.090534 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} executeQuery: Read 11 rows, 430.00 B in 0.001023 sec., 10752.68817204301 rows/sec., 410.48 KiB/sec. 2025.09.03 04:04:24.090588 [ 3 ] {a8380c73-c234-47d0-9e60-1fd65f9657c8} TCPHandler: Processed in 0.001202598 sec. 2025.09.03 04:04:24.090770 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.090892 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.091070 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.091097 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.091242 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.091290 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.091380 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.09.03 04:04:24.091406 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.091423 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.091436 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.091466 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.091482 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.091792 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} executeQuery: Read 11 rows, 430.00 B in 0.001 sec., 11000 rows/sec., 419.92 KiB/sec. 2025.09.03 04:04:24.091842 [ 3 ] {5b4f49ee-1466-42be-bc8c-64dda92fd8c4} TCPHandler: Processed in 0.001179169 sec. 2025.09.03 04:04:24.092096 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.092218 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.092405 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.092435 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.092591 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.092642 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.092740 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.09.03 04:04:24.092767 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.092785 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.092799 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.092830 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.092847 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.093238 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} executeQuery: Read 11 rows, 430.00 B in 0.001064 sec., 10338.345864661653 rows/sec., 394.66 KiB/sec. 2025.09.03 04:04:24.093296 [ 3 ] {139ef5e8-27f0-47b2-a3d4-8e2b30d2666e} TCPHandler: Processed in 0.001247719 sec. 2025.09.03 04:04:24.093491 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.093615 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.093815 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.093847 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.094007 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.094055 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.094148 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.09.03 04:04:24.094173 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.094190 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.094203 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.094238 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.094254 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.094630 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} executeQuery: Read 11 rows, 430.00 B in 0.001105 sec., 9954.75113122172 rows/sec., 380.02 KiB/sec. 2025.09.03 04:04:24.094680 [ 3 ] {5bb75e91-7a1d-4975-b840-9dbac38b74fa} TCPHandler: Processed in 0.001287109 sec. 2025.09.03 04:04:24.094859 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.095043 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.095233 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.095263 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.095422 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.095476 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.095572 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.09.03 04:04:24.095598 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.095616 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.095631 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.095662 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.095680 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.096029 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} executeQuery: Read 11 rows, 430.00 B in 0.001032 sec., 10658.914728682172 rows/sec., 406.90 KiB/sec. 2025.09.03 04:04:24.096083 [ 3 ] {aeb4e017-4a92-45ee-b21a-e6f28e94bc8e} TCPHandler: Processed in 0.001211118 sec. 2025.09.03 04:04:24.096282 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.096405 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.096591 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.096621 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.096781 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.096832 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.096925 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.09.03 04:04:24.096953 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.096971 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.096984 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.097014 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.097029 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.097345 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} executeQuery: Read 11 rows, 430.00 B in 0.00101 sec., 10891.08910891089 rows/sec., 415.76 KiB/sec. 2025.09.03 04:04:24.097395 [ 3 ] {f132c05c-d9e7-4158-b748-1c48c4e6cf98} TCPHandler: Processed in 0.001190599 sec. 2025.09.03 04:04:24.097575 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.097689 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.097863 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.097891 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.098114 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.098166 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.098260 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.09.03 04:04:24.098287 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.098305 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.098320 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.098351 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.098367 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.098704 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} executeQuery: Read 11 rows, 430.00 B in 0.00101 sec., 10891.08910891089 rows/sec., 415.76 KiB/sec. 2025.09.03 04:04:24.098756 [ 3 ] {72c1b15d-6dda-4c39-a97a-70f2f028b225} TCPHandler: Processed in 0.001187619 sec. 2025.09.03 04:04:24.098943 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.099066 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.099254 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.099284 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.099448 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.099499 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.099594 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.09.03 04:04:24.099620 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.099638 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.099652 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.099683 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.099700 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.100032 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} executeQuery: Read 11 rows, 430.00 B in 0.001016 sec., 10826.771653543306 rows/sec., 413.31 KiB/sec. 2025.09.03 04:04:24.100081 [ 3 ] {6aff35a1-af0b-4a3d-ba90-56783ab3970e} TCPHandler: Processed in 0.001194629 sec. 2025.09.03 04:04:24.100258 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.100373 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.100549 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.100578 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.100731 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.100779 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.100866 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.09.03 04:04:24.100892 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.100973 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.100987 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.101018 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.101035 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.101359 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} executeQuery: Read 11 rows, 430.00 B in 0.001003 sec., 10967.098703888336 rows/sec., 418.67 KiB/sec. 2025.09.03 04:04:24.101411 [ 3 ] {d257bd87-61de-46bf-a455-85d9d049ba1a} TCPHandler: Processed in 0.001180599 sec. 2025.09.03 04:04:24.101597 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.101720 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.101909 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.101940 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} 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: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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.102103 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.102159 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.102273 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.09.03 04:04:24.102301 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.102319 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.102334 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.102365 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} 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: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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.102382 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.102722 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} executeQuery: Read 11 rows, 430.00 B in 0.001049 sec., 10486.177311725452 rows/sec., 400.31 KiB/sec. 2025.09.03 04:04:24.102775 [ 3 ] {37a8a655-f657-4351-99df-a7187ce2c4d9} TCPHandler: Processed in 0.001226479 sec. 2025.09.03 04:04:24.102970 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.103089 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.103268 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.103302 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} 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: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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.103465 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.103513 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.103604 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.09.03 04:04:24.103630 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.103647 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.103660 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.103689 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} 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: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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.103706 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.104107 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} executeQuery: Read 11 rows, 430.00 B in 0.001055 sec., 10426.54028436019 rows/sec., 398.03 KiB/sec. 2025.09.03 04:04:24.104160 [ 3 ] {efb75bb4-99f3-4517-92a0-d343eec10db6} TCPHandler: Processed in 0.001238569 sec. 2025.09.03 04:04:24.104352 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.104474 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} executeQuery: (from [fd00:1122:3344:101::d]:65085) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:24.104665 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:24.104695 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} 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_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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:24.104865 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.104915 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:24.105010 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.09.03 04:04:24.105037 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:24.105056 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:24.105070 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:24.105101 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} 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_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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:24.105119 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 11 rows starting from 0 2025.09.03 04:04:24.105459 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} executeQuery: Read 11 rows, 430.00 B in 0.001032 sec., 10658.914728682172 rows/sec., 406.90 KiB/sec. 2025.09.03 04:04:24.105511 [ 3 ] {0517445f-0165-48d5-8d0f-6ecba8fc7dde} TCPHandler: Processed in 0.001208079 sec. 2025.09.03 04:04:24.113032 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.113159 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.03 04:04:24.113208 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:24.113781 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.113818 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.114340 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:24.114697 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.114828 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} executeQuery: Read 15 rows, 2.16 KiB in 0.001761 sec., 8517.887563884156 rows/sec., 1.20 MiB/sec. 2025.09.03 04:04:24.114862 [ 3 ] {e96cac39-48be-4cb8-b45c-2576be942092} TCPHandler: Processed in 0.001948264 sec. 2025.09.03 04:04:24.115040 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.115135 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:24.115175 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:24.115616 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.115649 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.116058 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:24.116495 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.116617 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} executeQuery: Read 76 rows, 6.41 KiB in 0.001501 sec., 50632.91139240506 rows/sec., 4.17 MiB/sec. 2025.09.03 04:04:24.116652 [ 3 ] {2b41c4c8-4a3c-42c2-aafa-f229cbff3ae6} TCPHandler: Processed in 0.001661042 sec. 2025.09.03 04:04:24.116765 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.116858 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:24.116896 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:24.117253 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.117283 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.117654 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:24.118127 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.118252 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} executeQuery: Read 10 rows, 770.00 B in 0.00141 sec., 7092.198581560284 rows/sec., 533.30 KiB/sec. 2025.09.03 04:04:24.118288 [ 3 ] {aec35ca7-2591-4e5f-94d3-84d00fcd9841} TCPHandler: Processed in 0.001570701 sec. 2025.09.03 04:04:24.118384 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.118479 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:24.118517 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:24.118922 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.118956 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.119399 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:24.119824 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.119946 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} executeQuery: Read 74 rows, 5.92 KiB in 0.001486 sec., 49798.11574697174 rows/sec., 3.89 MiB/sec. 2025.09.03 04:04:24.119980 [ 3 ] {8eedd1ab-0932-4e19-aaee-f632921a85ed} TCPHandler: Processed in 0.001645142 sec. 2025.09.03 04:04:24.120083 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.120170 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:24.120209 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:24.120571 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.120603 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.121066 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:24.121486 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.121610 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} executeQuery: Read 158 rows, 11.26 KiB in 0.001444 sec., 109418.28254847646 rows/sec., 7.61 MiB/sec. 2025.09.03 04:04:24.121645 [ 3 ] {dcc4cdce-ed22-4dda-87cf-b9f44a8d9bd2} TCPHandler: Processed in 0.001603201 sec. 2025.09.03 04:04:24.121742 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.121836 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:24.121888 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} 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.09.03 04:04:24.122540 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.122574 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.125944 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:24.126349 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.126473 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} executeQuery: Read 10 rows, 18.35 KiB in 0.004688 sec., 2133.1058020477813 rows/sec., 3.82 MiB/sec. 2025.09.03 04:04:24.126519 [ 3 ] {64541f93-123b-4ff0-a129-ce9f0dfbd77c} TCPHandler: Processed in 0.004860565 sec. 2025.09.03 04:04:24.126622 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:24.126711 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:24.126749 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:24.127110 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.127146 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.127561 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:24.128023 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.128148 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} executeQuery: Read 58 rows, 4.01 KiB in 0.001405 sec., 41281.138790035584 rows/sec., 2.79 MiB/sec. 2025.09.03 04:04:24.128182 [ 3 ] {f52a9e0f-cc58-4ba9-a2c4-843d77e3481e} TCPHandler: Processed in 0.001564142 sec. 2025.09.03 04:04:24.469890 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.09.03 04:04:24.470391 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.470438 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.471120 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:24.471573 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.471697 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.09.03 04:04:24.536120 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.09.03 04:04:24.552800 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:24.552860 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:24.559373 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:24.560547 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:24.563906 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.09.03 04:04:25.000486 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.62 MiB, peak 165.62 MiB, free memory in arenas 0.00 B, will set to 163.19 MiB (RSS), difference: 1.57 MiB 2025.09.03 04:04:29.062454 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:29.062639 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:29.062701 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:29.063306 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:29.063344 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:29.063828 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:29.064248 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:29.064396 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} executeQuery: Read 56 rows, 4.41 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.38 MiB/sec. 2025.09.03 04:04:29.064437 [ 3 ] {1d22ed39-677e-4eef-8701-2385c279f3ca} TCPHandler: Processed in 0.002107685 sec. 2025.09.03 04:04:29.064552 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:29.064648 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:29.064689 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:29.065109 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:29.065143 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:29.065552 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:29.065974 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:29.066101 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} executeQuery: Read 64 rows, 5.12 KiB in 0.001474 sec., 43419.26729986431 rows/sec., 3.39 MiB/sec. 2025.09.03 04:04:29.066137 [ 3 ] {73320d53-448a-4733-8dd1-07a4772975d6} TCPHandler: Processed in 0.001636492 sec. 2025.09.03 04:04:29.066249 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:29.066343 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:29.066386 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:29.066786 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:29.066820 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:29.067234 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:29.067715 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:29.067840 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. 2025.09.03 04:04:29.067875 [ 3 ] {1b0b21e4-3c96-4d3a-82a8-1030230a4f61} TCPHandler: Processed in 0.001681582 sec. 2025.09.03 04:04:29.067973 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:29.068069 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:29.068110 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:29.068435 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:29.068468 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:29.068852 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:29.069274 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:29.069401 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. 2025.09.03 04:04:29.069437 [ 3 ] {8236983a-5ec5-4977-8695-830654439203} TCPHandler: Processed in 0.001514061 sec. 2025.09.03 04:04:31.888738 [ 112 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:04:31.888812 [ 112 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:04:31.972774 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.09.03 04:04:31.973263 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:31.973310 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:31.973996 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:31.974437 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:31.974566 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.09.03 04:04:31.982106 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 178 2025.09.03 04:04:31.984658 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:31.984716 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:31.986040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:31.986539 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:31.986862 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2025.09.03 04:04:32.064988 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.09.03 04:04:32.082066 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:32.082124 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.03 04:04:32.088876 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:32.090131 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:32.093725 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.09.03 04:04:33.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.82 MiB, peak 167.82 MiB, free memory in arenas 0.00 B, will set to 164.93 MiB (RSS), difference: 1.11 MiB 2025.09.03 04:04:34.049121 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:34.049308 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:34.049371 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:34.050009 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:34.050056 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2025.09.03 04:04:34.050556 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:34.050991 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:34.051139 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} executeQuery: Read 76 rows, 6.41 KiB in 0.00188 sec., 40425.53191489362 rows/sec., 3.33 MiB/sec. 2025.09.03 04:04:34.051181 [ 3 ] {b1e11c6c-6b6e-430e-a647-9b88e1a86e84} TCPHandler: Processed in 0.002187896 sec. 2025.09.03 04:04:34.051303 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:34.051399 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:34.051440 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:34.051842 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:34.051879 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2025.09.03 04:04:34.052263 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:34.052751 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:34.052882 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} executeQuery: Read 10 rows, 770.00 B in 0.001506 sec., 6640.1062416998675 rows/sec., 499.30 KiB/sec. 2025.09.03 04:04:34.052920 [ 3 ] {a5810a92-1035-4015-a7b4-1ec42eba157e} TCPHandler: Processed in 0.001670632 sec. 2025.09.03 04:04:34.053027 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:34.053121 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:34.053161 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:34.053570 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:34.053606 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2025.09.03 04:04:34.053991 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:34.054382 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:34.054507 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} executeQuery: Read 74 rows, 5.92 KiB in 0.00141 sec., 52482.2695035461 rows/sec., 4.10 MiB/sec. 2025.09.03 04:04:34.054543 [ 3 ] {e431c1c7-e3ca-4c63-b9d0-8b98f7e03198} TCPHandler: Processed in 0.001570731 sec. 2025.09.03 04:04:34.054654 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:34.054749 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:34.054791 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:34.055197 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:34.055230 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2025.09.03 04:04:34.055641 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:34.056041 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:34.056166 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec. 2025.09.03 04:04:34.056201 [ 3 ] {adbc6d90-d671-4f03-a1be-bf88605aeb1b} TCPHandler: Processed in 0.001598122 sec. 2025.09.03 04:04:34.056320 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:34.056415 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:34.056469 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} 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.09.03 04:04:34.057192 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:34.057226 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2025.09.03 04:04:34.057812 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:34.058219 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:34.058428 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} executeQuery: Read 10 rows, 18.35 KiB in 0.002037 sec., 4909.180166912125 rows/sec., 8.80 MiB/sec. 2025.09.03 04:04:34.058483 [ 3 ] {181c8601-3d3b-458a-8b22-cb8a292b8e11} TCPHandler: Processed in 0.002217326 sec. 2025.09.03 04:04:34.058591 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:34.058685 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:34.058726 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:34.059057 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:34.059091 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2025.09.03 04:04:34.059512 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:34.059916 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:34.060112 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. 2025.09.03 04:04:34.060148 [ 3 ] {b1907ad7-e14b-440b-82fc-5a1958594831} TCPHandler: Processed in 0.001608151 sec. 2025.09.03 04:04:39.030816 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.031085 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:39.031445 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:39.031491 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:39.031752 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:39.031823 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:39.031965 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.09.03 04:04:39.032150 [ 260 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:39.032229 [ 286 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.03 04:04:39.032332 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:39.032362 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:39.036348 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.03 04:04:39.036380 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.09.03 04:04:39.036437 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:39.036476 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:39.037410 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} executeQuery: Read 26 rows, 1.04 KiB in 0.006432 sec., 4042.2885572139303 rows/sec., 161.24 KiB/sec. 2025.09.03 04:04:39.037513 [ 3 ] {4c129ec4-a131-46f6-8e70-486c17f6aa92} TCPHandler: Processed in 0.00686168 sec. 2025.09.03 04:04:39.037814 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.037962 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:39.038184 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:39.038219 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:39.038413 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:39.038467 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:39.038576 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.09.03 04:04:39.038640 [ 260 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.03 04:04:39.038647 [ 287 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:39.038746 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:39.038773 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:39.038830 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.03 04:04:39.038849 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.09.03 04:04:39.038883 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:39.038917 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:39.039606 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} executeQuery: Read 26 rows, 1.04 KiB in 0.001705 sec., 15249.266862170089 rows/sec., 608.28 KiB/sec. 2025.09.03 04:04:39.039710 [ 3 ] {229fffa1-f0e1-41e0-bd86-d1878f35524e} TCPHandler: Processed in 0.001949034 sec. 2025.09.03 04:04:39.039932 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.040067 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} executeQuery: (from [fd00:1122:3344:101::d]:65085) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:04:39.040289 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:04:39.040323 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:04:39.040515 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:39.040569 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:04:39.040669 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.09.03 04:04:39.040730 [ 287 ] {ad0500eb-2f05-4240-87d2-54e176402d51} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:04:39.040732 [ 260 ] {ad0500eb-2f05-4240-87d2-54e176402d51} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.03 04:04:39.040813 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:04:39.040835 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:04:39.040890 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.03 04:04:39.040908 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.09.03 04:04:39.040938 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:39.040967 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:04:39.041530 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} executeQuery: Read 26 rows, 1.04 KiB in 0.001519 sec., 17116.524028966425 rows/sec., 682.76 KiB/sec. 2025.09.03 04:04:39.041613 [ 3 ] {ad0500eb-2f05-4240-87d2-54e176402d51} TCPHandler: Processed in 0.001731162 sec. 2025.09.03 04:04:39.048120 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.048250 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.03 04:04:39.048302 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:04:39.048860 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.048895 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.049407 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:39.049770 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.049909 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} executeQuery: Read 3 rows, 280.00 B in 0.001694 sec., 1770.956316410862 rows/sec., 161.42 KiB/sec. 2025.09.03 04:04:39.049948 [ 3 ] {9a6f0873-f5d2-4448-9305-54cacdbe51a2} TCPHandler: Processed in 0.001890054 sec. 2025.09.03 04:04:39.050061 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.050154 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:04:39.050194 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:04:39.050595 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.050630 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.051086 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:39.051509 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.051635 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} executeQuery: Read 2 rows, 167.00 B in 0.001498 sec., 1335.113484646195 rows/sec., 108.87 KiB/sec. 2025.09.03 04:04:39.051671 [ 3 ] {38e9409f-6580-4cf2-902f-fc8d4637e086} TCPHandler: Processed in 0.001660072 sec. 2025.09.03 04:04:39.051781 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.051875 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:39.051914 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:39.052341 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.052377 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.052795 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:39.053232 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.053375 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} executeQuery: Read 89 rows, 7.47 KiB in 0.001517 sec., 58668.42452208306 rows/sec., 4.81 MiB/sec. 2025.09.03 04:04:39.053411 [ 3 ] {88b34821-cfb5-4f64-8758-c6c77d3c0761} TCPHandler: Processed in 0.001679552 sec. 2025.09.03 04:04:39.053524 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.053618 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:39.053658 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:39.054048 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.054082 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.054475 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:39.054893 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.055018 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} executeQuery: Read 18 rows, 1.34 KiB in 0.001419 sec., 12684.989429175477 rows/sec., 946.28 KiB/sec. 2025.09.03 04:04:39.055054 [ 3 ] {85e0f0cb-7aec-48fa-be25-ea0164296532} TCPHandler: Processed in 0.001579322 sec. 2025.09.03 04:04:39.055161 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.055254 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:39.055292 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:39.055693 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.055727 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.056150 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:39.056571 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.056714 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} executeQuery: Read 89 rows, 7.13 KiB in 0.001478 sec., 60216.508795669826 rows/sec., 4.71 MiB/sec. 2025.09.03 04:04:39.056753 [ 3 ] {8a7ae743-9b22-400b-aac4-b17b6b3f8198} TCPHandler: Processed in 0.001640002 sec. 2025.09.03 04:04:39.056864 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.056959 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:39.057002 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:39.057387 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.057422 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.057839 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:39.058287 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.058433 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} executeQuery: Read 161 rows, 11.48 KiB in 0.001493 sec., 107836.57066309445 rows/sec., 7.51 MiB/sec. 2025.09.03 04:04:39.058470 [ 3 ] {90c7e420-3e18-466c-9776-d629953025dc} TCPHandler: Processed in 0.001654763 sec. 2025.09.03 04:04:39.058575 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.058669 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:39.058722 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} 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.09.03 04:04:39.059451 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.059485 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.060138 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:04:39.060553 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.060692 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} executeQuery: Read 16 rows, 29.36 KiB in 0.002041 sec., 7839.294463498286 rows/sec., 14.05 MiB/sec. 2025.09.03 04:04:39.060742 [ 3 ] {f5f1405c-8d31-4fef-aa16-ba2f0547408a} TCPHandler: Processed in 0.002216156 sec. 2025.09.03 04:04:39.060853 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.060948 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.03 04:04:39.060990 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.03 04:04:39.061301 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.061337 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.061790 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:04:39.062226 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.062352 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} executeQuery: Read 12 rows, 926.00 B in 0.001422 sec., 8438.818565400843 rows/sec., 635.93 KiB/sec. 2025.09.03 04:04:39.062388 [ 3 ] {576b21a3-fa73-4f9a-9395-0c7fda444fef} TCPHandler: Processed in 0.001584062 sec. 2025.09.03 04:04:39.062493 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:39.062586 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:39.062626 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:39.062969 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.063005 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.063437 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:39.063912 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.064062 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec. 2025.09.03 04:04:39.064098 [ 3 ] {c121945f-7e67-4c53-ac39-e0b9f1353a27} TCPHandler: Processed in 0.001653802 sec. 2025.09.03 04:04:39.474623 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.09.03 04:04:39.475139 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.475185 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.475824 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:39.476374 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.476526 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.09.03 04:04:39.593775 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.09.03 04:04:39.610139 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:39.610197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:39.616109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:39.617347 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:39.620317 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.09.03 04:04:41.987035 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 214 2025.09.03 04:04:41.989178 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:41.989218 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:41.990447 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:41.990910 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:41.991188 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 214 2025.09.03 04:04:44.036067 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:44.036256 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:44.036324 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:44.036994 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.037033 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.037518 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:44.037945 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.038070 [ 88 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:44.038091 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} executeQuery: Read 76 rows, 6.41 KiB in 0.001885 sec., 40318.302387267904 rows/sec., 3.32 MiB/sec. 2025.09.03 04:04:44.038129 [ 88 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.038132 [ 3 ] {dc67481e-4dd2-4e19-8028-3e4edc5725f6} TCPHandler: Processed in 0.002189726 sec. 2025.09.03 04:04:44.038155 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.038276 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:44.038370 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:44.038410 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:44.038808 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.038839 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.039221 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:44.039700 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.039846 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} executeQuery: Read 10 rows, 770.00 B in 0.001494 sec., 6693.440428380187 rows/sec., 503.32 KiB/sec. 2025.09.03 04:04:44.039884 [ 3 ] {737b63ce-68ee-44a2-b5cf-59255aa2aaa7} TCPHandler: Processed in 0.001654652 sec. 2025.09.03 04:04:44.039991 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:44.040083 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:44.040121 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:44.040536 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.040571 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.040648 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::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.09.03 04:04:44.041058 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:44.041515 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.041639 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} executeQuery: Read 74 rows, 5.92 KiB in 0.001574 sec., 47013.97712833545 rows/sec., 3.67 MiB/sec. 2025.09.03 04:04:44.041644 [ 79 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:44.041675 [ 3 ] {de370508-949c-442f-ba00-097d6c13e23f} TCPHandler: Processed in 0.001731893 sec. 2025.09.03 04:04:44.041703 [ 79 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.041732 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.041793 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:44.041890 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:44.041890 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::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.09.03 04:04:44.041932 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:44.042341 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.042377 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.042824 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:44.043027 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:44.043033 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:44.043139 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 474 rows starting from the beginning of the part 2025.09.03 04:04:44.043146 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1149 rows starting from the beginning of the part 2025.09.03 04:04:44.043251 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.043267 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 74 rows starting from the beginning of the part 2025.09.03 04:04:44.043279 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 76 rows starting from the beginning of the part 2025.09.03 04:04:44.043330 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2025.09.03 04:04:44.043372 [ 79 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:44.043382 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. 2025.09.03 04:04:44.043392 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part 2025.09.03 04:04:44.043413 [ 79 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.043433 [ 3 ] {88af2474-eded-4919-8cb7-3a1cf0a8fd90} TCPHandler: Processed in 0.001740763 sec. 2025.09.03 04:04:44.043446 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.043384 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 74 rows starting from the beginning of the part 2025.09.03 04:04:44.043465 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 76 rows starting from the beginning of the part 2025.09.03 04:04:44.043549 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:44.043551 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 89 rows starting from the beginning of the part 2025.09.03 04:04:44.043641 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:04:44.043554 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 89 rows starting from the beginning of the part 2025.09.03 04:04:44.043702 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2025.09.03 04:04:44.043714 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:44.043773 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} 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.09.03 04:04:44.043826 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2025.09.03 04:04:44.043876 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:44.043929 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1147 rows starting from the beginning of the part 2025.09.03 04:04:44.044035 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 158 rows starting from the beginning of the part 2025.09.03 04:04:44.044099 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.09.03 04:04:44.044161 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.09.03 04:04:44.044253 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 161 rows starting from the beginning of the part 2025.09.03 04:04:44.044379 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.09.03 04:04:44.044559 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.044600 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.045331 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 849 rows, containing 5 columns (5 merged, 0 gathered) in 0.003503165 sec., 242352.27287324463 rows/sec., 19.25 MiB/sec. 2025.09.03 04:04:44.045485 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1522 rows, containing 5 columns (5 merged, 0 gathered) in 0.007213162 sec., 211003.16338382527 rows/sec., 18.19 MiB/sec. 2025.09.03 04:04:44.045673 [ 193 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:44.045813 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:44.046320 [ 193 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.046404 [ 193 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_6_1} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:44.046436 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.046493 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.09.03 04:04:44.046522 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_6_1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:44.046597 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.09.03 04:04:44.047163 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:04:44.047671 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.047803 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} executeQuery: Read 10 rows, 18.35 KiB in 0.004119 sec., 2427.773731488225 rows/sec., 4.35 MiB/sec. 2025.09.03 04:04:44.047854 [ 3 ] {8382133b-e89b-423c-8ca1-8e248d7681ac} TCPHandler: Processed in 0.004304041 sec. 2025.09.03 04:04:44.047960 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:44.048046 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:44.048084 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:44.048843 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.048878 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.049421 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:44.049966 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.050093 [ 79 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:44.050098 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} executeQuery: Read 60 rows, 4.14 KiB in 0.00204 sec., 29411.76470588235 rows/sec., 1.98 MiB/sec. 2025.09.03 04:04:44.050140 [ 79 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:44.050158 [ 3 ] {dabd99b6-adf4-4cfe-be2c-fe3e7fadb3d4} TCPHandler: Processed in 0.002221346 sec. 2025.09.03 04:04:44.050169 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:44.050285 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:04:44.050425 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:44.050457 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:04:44.050513 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 58 rows starting from the beginning of the part 2025.09.03 04:04:44.050559 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:04:44.050608 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:04:44.050650 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:04:44.050694 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:04:44.051220 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 5 columns (5 merged, 0 gathered) in 0.007648846 sec., 254417.46375858528 rows/sec., 17.29 MiB/sec. 2025.09.03 04:04:44.051573 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:44.051638 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.00139339 sec., 215302.2484731482 rows/sec., 14.51 MiB/sec. 2025.09.03 04:04:44.051868 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:44.052104 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.052178 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_6_1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:44.052247 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.09.03 04:04:44.052385 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_6_1} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:44.052454 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_6_1} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:44.052506 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.09.03 04:04:46.888881 [ 81 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:04:46.888979 [ 81 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:04:46.976958 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.09.03 04:04:46.977535 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:46.977571 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:46.978182 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:46.978673 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:46.978786 [ 81 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:46.978802 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.09.03 04:04:46.978826 [ 81 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:46.978846 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:46.978972 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:04:46.979134 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:46.979196 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:04:46.979297 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:04:46.979371 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:04:46.979438 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:04:46.979515 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.09.03 04:04:46.979585 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2025.09.03 04:04:47.012285 [ 202 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.033359981 sec., 84112.75773808145 rows/sec., 1.20 MiB/sec. 2025.09.03 04:04:47.013173 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:47.013811 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:47.013885 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_6_1} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:47.013961 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.09.03 04:04:47.120817 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.09.03 04:04:47.138552 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:47.138620 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:47.145032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:47.146110 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:47.146410 [ 83 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:47.146462 [ 83 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:47.146480 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:47.146559 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::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.09.03 04:04:47.149841 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.09.03 04:04:47.150860 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:47.152190 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::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.09.03 04:04:47.156686 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::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.09.03 04:04:47.160924 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::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.09.03 04:04:47.165000 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.09.03 04:04:47.174464 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.09.03 04:04:47.178695 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.09.03 04:04:47.238082 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091517773 sec., 502.6346084710781 rows/sec., 2.60 MiB/sec. 2025.09.03 04:04:47.240991 [ 200 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:47.243686 [ 200 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:47.243796 [ 200 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_6_1} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:47.245955 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.09.03 04:04:48.000339 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.20 MiB, peak 178.74 MiB, free memory in arenas 0.00 B, will set to 179.04 MiB (RSS), difference: 9.84 MiB 2025.09.03 04:04:49.038645 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.038812 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:49.038871 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:49.039481 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.039522 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.040101 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:49.040588 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.040746 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} executeQuery: Read 108 rows, 9.27 KiB in 0.001968 sec., 54878.0487804878 rows/sec., 4.60 MiB/sec. 2025.09.03 04:04:49.040792 [ 3 ] {61c8dfa4-53fb-44a2-ae0d-6e0115ae51bd} TCPHandler: Processed in 0.002268337 sec. 2025.09.03 04:04:49.040920 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.041021 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:49.041064 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:49.041480 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.041515 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.041923 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:49.042331 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.042429 [ 80 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:49.042464 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} executeQuery: Read 26 rows, 1.96 KiB in 0.001466 sec., 17735.334242837653 rows/sec., 1.30 MiB/sec. 2025.09.03 04:04:49.042468 [ 80 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.042497 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.042502 [ 3 ] {0bab28ea-afca-4356-b6a7-4d8e5e3dceee} TCPHandler: Processed in 0.001634132 sec. 2025.09.03 04:04:49.042616 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.042650 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::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.09.03 04:04:49.042715 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:49.042761 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:49.042814 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:49.042865 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:49.042972 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:49.043030 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:49.043080 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 18 rows starting from the beginning of the part 2025.09.03 04:04:49.043129 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:49.043175 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.09.03 04:04:49.043195 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.043235 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.043819 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:49.044145 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 5 columns (5 merged, 0 gathered) in 0.001596202 sec., 52624.91840005213 rows/sec., 4.03 MiB/sec. 2025.09.03 04:04:49.044238 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.044341 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:49.044380 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} executeQuery: Read 95 rows, 7.62 KiB in 0.001735 sec., 54755.04322766571 rows/sec., 4.29 MiB/sec. 2025.09.03 04:04:49.044421 [ 3 ] {bf9bc2f2-593c-4250-8b8a-6d5f2f136a09} TCPHandler: Processed in 0.001908764 sec. 2025.09.03 04:04:49.044560 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.044722 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:49.044770 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:49.044915 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.044995 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_6_1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:49.045069 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.03 04:04:49.045197 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.045237 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.045695 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:49.046162 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.046333 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. 2025.09.03 04:04:49.046380 [ 3 ] {78dc3dd9-de3f-435b-a94a-b6c8e5183120} TCPHandler: Processed in 0.001805473 sec. 2025.09.03 04:04:49.046502 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.046610 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:49.046676 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} 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.09.03 04:04:49.047633 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.047669 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.048387 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:49.048820 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.048985 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} executeQuery: Read 26 rows, 47.71 KiB in 0.0024 sec., 10833.333333333334 rows/sec., 19.41 MiB/sec. 2025.09.03 04:04:49.049048 [ 3 ] {93fc4a44-d90f-4870-ac56-dd76c488d53b} TCPHandler: Processed in 0.002604969 sec. 2025.09.03 04:04:49.049165 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.049262 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.03 04:04:49.049305 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.03 04:04:49.049627 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.049660 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.050096 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:49.050509 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.050698 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} executeQuery: Read 6 rows, 463.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 310.75 KiB/sec. 2025.09.03 04:04:49.050735 [ 3 ] {01792191-50f2-477f-b78f-24b4cff9d01f} TCPHandler: Processed in 0.001621102 sec. 2025.09.03 04:04:49.050849 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:49.050944 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:49.050985 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:49.051310 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:49.051345 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:49.051742 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:49.052188 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:49.052319 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. 2025.09.03 04:04:49.052355 [ 3 ] {129e4de7-e1a8-478b-89a5-81c7a587daee} TCPHandler: Processed in 0.001555582 sec. 2025.09.03 04:04:51.992794 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 240 2025.09.03 04:04:51.994923 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:51.994980 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:51.996096 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:04:51.996379 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:51.996699 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 240 2025.09.03 04:04:54.063394 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.063652 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:54.063713 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:54.065171 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.065212 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.065690 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:04:54.065962 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.066106 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} executeQuery: Read 1216 rows, 102.98 KiB in 0.002548 sec., 477237.0486656201 rows/sec., 39.47 MiB/sec. 2025.09.03 04:04:54.066144 [ 3 ] {d2486ddb-a6bb-4ad8-afeb-6d1279eaebac} TCPHandler: Processed in 0.002953021 sec. 2025.09.03 04:04:54.066275 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.066366 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:54.066403 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:54.066892 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.066929 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.067224 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:54.067422 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.067546 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} executeQuery: Read 10 rows, 770.00 B in 0.001144 sec., 8741.25874125874 rows/sec., 657.30 KiB/sec. 2025.09.03 04:04:54.067583 [ 3 ] {45cfa55d-b53a-47f6-9ffa-2fd5b1ba2d9d} TCPHandler: Processed in 0.001319059 sec. 2025.09.03 04:04:54.067695 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.067790 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:04:54.067830 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:04:54.068327 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.068361 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.068662 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.03 04:04:54.068863 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.068986 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} executeQuery: Read 228 rows, 15.81 KiB in 0.001215 sec., 187654.32098765433 rows/sec., 12.71 MiB/sec. 2025.09.03 04:04:54.069022 [ 3 ] {d9a25524-c58f-45b1-b286-4735dfab73bf} TCPHandler: Processed in 0.00137738 sec. 2025.09.03 04:04:54.069142 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.069264 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:54.069312 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:54.069994 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.070031 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.070357 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:04:54.070568 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.070690 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} executeQuery: Read 530 rows, 40.21 KiB in 0.00145 sec., 365517.2413793104 rows/sec., 27.08 MiB/sec. 2025.09.03 04:04:54.070727 [ 3 ] {70a498bb-43c9-4b6f-8d0f-4c1f1b19a16a} TCPHandler: Processed in 0.001644182 sec. 2025.09.03 04:04:54.070835 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.070928 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:54.070970 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:54.071590 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.071623 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.071959 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:04:54.072155 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.072267 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} executeQuery: Read 844 rows, 58.17 KiB in 0.001404 sec., 601139.6011396011 rows/sec., 40.46 MiB/sec. 2025.09.03 04:04:54.072301 [ 3 ] {ed962d5d-ef80-461c-9443-a2285558d4f5} TCPHandler: Processed in 0.001563002 sec. 2025.09.03 04:04:54.072401 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.072487 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:54.072601 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} 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.09.03 04:04:54.073326 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.073362 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.073848 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:04:54.074056 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.074183 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} executeQuery: Read 10 rows, 18.35 KiB in 0.001651 sec., 6056.935190793459 rows/sec., 10.85 MiB/sec. 2025.09.03 04:04:54.074178 [ 70 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:04:54.074232 [ 3 ] {891ad73d-812d-4e70-9a18-0097106e0539} TCPHandler: Processed in 0.001821183 sec. 2025.09.03 04:04:54.074255 [ 70 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.074280 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.074341 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:54.074398 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::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.09.03 04:04:54.074438 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:54.074478 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:54.074625 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:04:54.074690 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:54.074792 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.074828 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.074860 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:54.074987 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2025.09.03 04:04:54.075098 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:54.075137 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:04:54.075210 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.09.03 04:04:54.075330 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2025.09.03 04:04:54.075351 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.075479 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.09.03 04:04:54.075514 [ 3 ] {81397055-4979-49c8-8bb0-9b5d3c26f3f3} TCPHandler: Processed in 0.001220009 sec. 2025.09.03 04:04:54.076992 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 82 rows, containing 19 columns (19 merged, 0 gathered) in 0.00267439 sec., 30661.197506721157 rows/sec., 54.94 MiB/sec. 2025.09.03 04:04:54.077192 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:04:54.077465 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.077586 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_6_1} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:04:54.077656 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:04:54.480213 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.09.03 04:04:54.480748 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.480793 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.481270 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:54.481512 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.481633 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.09.03 04:04:54.651291 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.09.03 04:04:54.668227 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:54.668288 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:54.673785 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:54.674460 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:54.677499 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.09.03 04:04:59.039510 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:59.039704 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:04:59.039769 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:04:59.040539 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:59.040587 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:59.040973 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:04:59.041200 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:59.041349 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} executeQuery: Read 108 rows, 9.27 KiB in 0.001681 sec., 64247.471743010115 rows/sec., 5.39 MiB/sec. 2025.09.03 04:04:59.041393 [ 3 ] {8bb12b10-472e-49ab-aa9c-919c6ec209a5} TCPHandler: Processed in 0.002003125 sec. 2025.09.03 04:04:59.041519 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:59.041619 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:04:59.041662 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:04:59.042064 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:59.042098 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:59.042391 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:04:59.042590 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:59.042714 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} executeQuery: Read 26 rows, 1.96 KiB in 0.001119 sec., 23235.03127792672 rows/sec., 1.71 MiB/sec. 2025.09.03 04:04:59.042750 [ 3 ] {77e36908-14e9-4854-939c-564d1eaaa79a} TCPHandler: Processed in 0.001281109 sec. 2025.09.03 04:04:59.042850 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:59.042942 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:04:59.042981 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:04:59.043387 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:59.043421 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:59.043709 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:04:59.043910 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:59.044028 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} executeQuery: Read 90 rows, 7.20 KiB in 0.001104 sec., 81521.73913043478 rows/sec., 6.37 MiB/sec. 2025.09.03 04:04:59.044063 [ 3 ] {3c3959aa-10be-4038-ba2d-4b3feee0a4c6} TCPHandler: Processed in 0.001260299 sec. 2025.09.03 04:04:59.044170 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:59.044262 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:59.044303 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:04:59.044683 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:59.044714 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:59.045003 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:04:59.045191 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:59.045306 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} executeQuery: Read 160 rows, 11.41 KiB in 0.001117 sec., 143240.82363473592 rows/sec., 9.98 MiB/sec. 2025.09.03 04:04:59.045340 [ 3 ] {4bc3fb5e-78ab-4573-b0b1-8f6da703301f} TCPHandler: Processed in 0.00127409 sec. 2025.09.03 04:04:59.045518 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:59.045611 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:04:59.045662 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} 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.09.03 04:04:59.046415 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:59.046450 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:59.046955 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:04:59.047164 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:59.047291 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} executeQuery: Read 26 rows, 47.71 KiB in 0.001699 sec., 15303.119482048263 rows/sec., 27.42 MiB/sec. 2025.09.03 04:04:59.047346 [ 3 ] {a18a6fa4-12bb-4a01-a36a-bba8c5f9f2b2} TCPHandler: Processed in 0.001877404 sec. 2025.09.03 04:04:59.047457 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:04:59.047549 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} executeQuery: (from [fd00:1122:3344:101::d]:65085) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:04:59.047590 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:04:59.047912 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:04:59.047946 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:04:59.048230 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:04:59.048428 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:04:59.048547 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} executeQuery: Read 60 rows, 4.14 KiB in 0.001017 sec., 58997.050147492635 rows/sec., 3.98 MiB/sec. 2025.09.03 04:04:59.048580 [ 3 ] {e2780357-d092-48bf-8a24-20fe1b34939a} TCPHandler: Processed in 0.001171209 sec. 2025.09.03 04:05:01.889068 [ 59 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:05:01.889133 [ 59 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:05:01.983088 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.09.03 04:05:01.983550 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:01.983597 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:01.984237 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:05:01.984522 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:01.984675 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.09.03 04:05:01.998656 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 266 2025.09.03 04:05:02.000738 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:02.000791 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:02.001959 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:05:02.002274 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:02.002406 [ 59 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.03 04:05:02.002441 [ 59 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:02.002460 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:02.002543 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::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.09.03 04:05:02.002608 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 266 2025.09.03 04:05:02.003007 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:02.003159 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::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.09.03 04:05:02.003540 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 38 rows starting from the beginning of the part 2025.09.03 04:05:02.003894 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part 2025.09.03 04:05:02.004241 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.09.03 04:05:02.004621 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:02.004971 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:02.011021 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 72 columns (72 merged, 0 gathered) in 0.008517182 sec., 31230.98696258927 rows/sec., 30.65 MiB/sec. 2025.09.03 04:05:02.011973 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.03 04:05:02.012661 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:02.012763 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_6_1} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.03 04:05:02.013013 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. 2025.09.03 04:05:02.178842 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.09.03 04:05:02.196580 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:02.196644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:02.202541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:05:02.203264 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:02.206727 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.09.03 04:05:03.632520 [ 3 ] {} TCPHandler: Done processing connection. 2025.09.03 04:05:03.632601 [ 3 ] {} TCP-Session: bc961538-d804-4a38-ac28-15362c7aa919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.03 04:05:04.000741 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 178.01 MiB, peak 184.52 MiB, free memory in arenas 0.00 B, will set to 180.07 MiB (RSS), difference: 2.06 MiB 2025.09.03 04:05:04.037656 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:04.037856 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:04.037929 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:04.038656 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:04.038704 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:04.039124 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:04.039369 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:04.039521 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} executeQuery: Read 76 rows, 6.41 KiB in 0.00172 sec., 44186.04651162791 rows/sec., 3.64 MiB/sec. 2025.09.03 04:05:04.039565 [ 4 ] {11878479-848d-4ec5-8c3e-fce496bcc64d} TCPHandler: Processed in 0.002051185 sec. 2025.09.03 04:05:04.039700 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:04.039799 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:04.039841 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:04.040249 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:04.040287 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:04.040587 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:05:04.040806 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:04.040932 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} executeQuery: Read 10 rows, 770.00 B in 0.001154 sec., 8665.511265164645 rows/sec., 651.61 KiB/sec. 2025.09.03 04:05:04.040969 [ 4 ] {b65fb57a-caab-444d-8006-4a0aaf1c513c} TCPHandler: Processed in 0.00132176 sec. 2025.09.03 04:05:04.041082 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:04.041179 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:04.041220 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:04.041633 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:04.041669 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:04.041972 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:04.042192 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:04.042318 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} executeQuery: Read 74 rows, 5.92 KiB in 0.001158 sec., 63903.281519861834 rows/sec., 4.99 MiB/sec. 2025.09.03 04:05:04.042355 [ 4 ] {aa24a089-18d4-4b10-b5ca-198d0ee476f0} TCPHandler: Processed in 0.00132382 sec. 2025.09.03 04:05:04.042469 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:04.042564 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:04.042608 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:04.043019 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:04.043056 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:04.043400 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:04.043644 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:04.043772 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2025.09.03 04:05:04.043808 [ 4 ] {71e4a821-e7e9-4812-ad93-ec2aa24cebaf} TCPHandler: Processed in 0.001390439 sec. 2025.09.03 04:05:04.043918 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:04.044013 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:04.044067 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} 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.09.03 04:05:04.044809 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:04.044874 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:04.045373 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:05:04.045598 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:04.045729 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} executeQuery: Read 10 rows, 18.35 KiB in 0.001735 sec., 5763.688760806916 rows/sec., 10.33 MiB/sec. 2025.09.03 04:05:04.045780 [ 4 ] {8491e671-ee7d-4c8a-9cea-f12dd1c4fd6a} TCPHandler: Processed in 0.001912234 sec. 2025.09.03 04:05:04.045891 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:04.045988 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:04.046030 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:04.046371 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:04.046407 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.03 04:05:04.046712 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:04.046926 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:04.047050 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.09.03 04:05:04.047085 [ 4 ] {2f7ac155-83bb-4eb4-8fb4-f208e4c7dd68} TCPHandler: Processed in 0.001243689 sec. 2025.09.03 04:05:09.038478 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:09.038715 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:09.038790 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:09.039501 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.039554 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.039979 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:09.040253 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.040422 [ 44 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:09.040428 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} executeQuery: Read 108 rows, 9.27 KiB in 0.001771 sec., 60982.49576510446 rows/sec., 5.11 MiB/sec. 2025.09.03 04:05:09.040491 [ 44 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.040518 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.040521 [ 4 ] {d5e3c055-e0f5-4aa9-b2c3-b933f1322fb0} TCPHandler: Processed in 0.002179236 sec. 2025.09.03 04:05:09.040654 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::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.09.03 04:05:09.040670 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:09.040804 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:09.040815 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:09.040854 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:09.040863 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1254 rows starting from the beginning of the part 2025.09.03 04:05:09.040948 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:09.041002 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1216 rows starting from the beginning of the part 2025.09.03 04:05:09.041050 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:09.041102 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part 2025.09.03 04:05:09.041149 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:09.041310 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.041355 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.041708 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:09.041971 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.042111 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} executeQuery: Read 26 rows, 1.96 KiB in 0.001333 sec., 19504.876219054764 rows/sec., 1.43 MiB/sec. 2025.09.03 04:05:09.042149 [ 4 ] {b2366e37-425f-44c2-8e1b-c897c0321024} TCPHandler: Processed in 0.001532982 sec. 2025.09.03 04:05:09.042266 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:09.042366 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:09.042410 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:09.042734 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2870 rows, containing 5 columns (5 merged, 0 gathered) in 0.002147056 sec., 1336714.086637703 rows/sec., 115.91 MiB/sec. 2025.09.03 04:05:09.042864 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.042909 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.042968 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:09.043260 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:09.043268 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.043372 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_11_2} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:09.043446 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:05:09.043508 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.043610 [ 44 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:09.043635 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} executeQuery: Read 90 rows, 7.20 KiB in 0.001328 sec., 67771.0843373494 rows/sec., 5.29 MiB/sec. 2025.09.03 04:05:09.043642 [ 44 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.043674 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.043677 [ 4 ] {1771fff6-5bb3-4351-b1e7-34478eb70518} TCPHandler: Processed in 0.001503491 sec. 2025.09.03 04:05:09.043779 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::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.09.03 04:05:09.043794 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:09.043897 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:09.043901 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:09.043944 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:09.043950 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 565 rows starting from the beginning of the part 2025.09.03 04:05:09.044129 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 95 rows starting from the beginning of the part 2025.09.03 04:05:09.044180 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 530 rows starting from the beginning of the part 2025.09.03 04:05:09.044238 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2025.09.03 04:05:09.044281 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part 2025.09.03 04:05:09.044321 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2025.09.03 04:05:09.044450 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.044494 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.044865 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:09.045126 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.045233 [ 44 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:09.045261 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} executeQuery: Read 160 rows, 11.41 KiB in 0.001326 sec., 120663.65007541479 rows/sec., 8.40 MiB/sec. 2025.09.03 04:05:09.045269 [ 44 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.045302 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.045305 [ 4 ] {b1a03ecd-7a11-4d4d-8d17-d3fa440c1ac3} TCPHandler: Processed in 0.001512531 sec. 2025.09.03 04:05:09.045367 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:09.045405 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620242 sec., 891224.8910965152 rows/sec., 70.41 MiB/sec. 2025.09.03 04:05:09.045427 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:09.045460 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:09.045493 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1946 rows starting from the beginning of the part 2025.09.03 04:05:09.045530 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:09.045543 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:09.045601 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:09.045609 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 844 rows starting from the beginning of the part 2025.09.03 04:05:09.045601 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} 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.09.03 04:05:09.045667 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:09.045710 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:09.045751 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:09.045927 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.046017 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_11_2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:09.046108 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:05:09.046513 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.046556 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.047163 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:05:09.047289 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3430 rows, containing 5 columns (5 merged, 0 gathered) in 0.001952734 sec., 1756511.6395781504 rows/sec., 119.63 MiB/sec. 2025.09.03 04:05:09.047412 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.047561 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} executeQuery: Read 26 rows, 47.71 KiB in 0.00205 sec., 12682.926829268292 rows/sec., 22.73 MiB/sec. 2025.09.03 04:05:09.047563 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:09.047622 [ 4 ] {3d683cff-1b49-4254-8adc-bf1012c9208d} TCPHandler: Processed in 0.002247036 sec. 2025.09.03 04:05:09.047748 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:09.047845 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.047848 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:09.047907 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:09.047921 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_11_2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:09.047997 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.09.03 04:05:09.048263 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.048306 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.048636 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:09.048859 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.048959 [ 44 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:09.048987 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.09.03 04:05:09.048991 [ 44 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.049027 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.049030 [ 4 ] {87888375-5392-4f48-bdfe-edb20f592f19} TCPHandler: Processed in 0.00133353 sec. 2025.09.03 04:05:09.049096 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:09.049188 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:09.049212 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2025.09.03 04:05:09.049255 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:09.049292 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:09.049347 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:09.049385 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:09.049420 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:09.050145 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001079628 sec., 555746.9795151664 rows/sec., 37.45 MiB/sec. 2025.09.03 04:05:09.050306 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:09.050552 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_11_2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.050623 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_11_2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:09.050682 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.03 04:05:09.484729 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.09.03 04:05:09.485228 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.485277 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.485793 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:05:09.486052 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.486196 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.09.03 04:05:09.706785 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.09.03 04:05:09.725110 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:09.725177 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:09.731974 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:05:09.732726 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:09.736122 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.09.03 04:05:10.000224 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.20 MiB, peak 186.78 MiB, free memory in arenas 0.00 B, will set to 182.28 MiB (RSS), difference: 1.07 MiB 2025.09.03 04:05:12.002706 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 290 2025.09.03 04:05:12.004800 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:12.004856 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:12.005978 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:05:12.006240 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:12.006571 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 290 2025.09.03 04:05:14.037699 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:14.037877 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:14.037943 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:14.038603 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.038648 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.039039 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:14.039284 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.039435 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} executeQuery: Read 76 rows, 6.41 KiB in 0.001605 sec., 47352.02492211838 rows/sec., 3.90 MiB/sec. 2025.09.03 04:05:14.039476 [ 4 ] {271a9e12-6f9a-41ae-b9a8-f4dbe8c2191d} TCPHandler: Processed in 0.001912794 sec. 2025.09.03 04:05:14.039628 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:14.039722 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:14.039762 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:14.040174 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.040210 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.040506 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:14.040715 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.040836 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} executeQuery: Read 10 rows, 770.00 B in 0.001133 sec., 8826.125330979701 rows/sec., 663.68 KiB/sec. 2025.09.03 04:05:14.040836 [ 38 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:14.040877 [ 4 ] {758624fd-ca4c-47dd-834d-8c706f5426e8} TCPHandler: Processed in 0.00130151 sec. 2025.09.03 04:05:14.040914 [ 38 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.040940 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.041003 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:14.041070 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::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.09.03 04:05:14.041107 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:14.041156 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:14.041245 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:14.041300 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part 2025.09.03 04:05:14.041409 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.09.03 04:05:14.041465 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:14.041517 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2025.09.03 04:05:14.041570 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:14.041571 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.041616 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2025.09.03 04:05:14.041621 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.041977 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:14.042200 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.042330 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} executeQuery: Read 74 rows, 5.92 KiB in 0.001241 sec., 59629.33118452861 rows/sec., 4.66 MiB/sec. 2025.09.03 04:05:14.042367 [ 4 ] {5eef5c84-f4da-4cd3-8314-52d125b17e33} TCPHandler: Processed in 0.001413371 sec. 2025.09.03 04:05:14.042488 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:14.042581 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:14.042580 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 5 columns (5 merged, 0 gathered) in 0.001569591 sec., 82824.12424638012 rows/sec., 6.36 MiB/sec. 2025.09.03 04:05:14.042625 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:14.042739 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:14.042987 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.043036 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.043066 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_11_2} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:14.043078 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.043149 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.03 04:05:14.043423 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:14.043621 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.043739 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.09.03 04:05:14.043772 [ 4 ] {e2c4ac6e-98a6-470b-bf17-49c62c4cc1dc} TCPHandler: Processed in 0.00135711 sec. 2025.09.03 04:05:14.043882 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:14.043978 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:14.044030 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} 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.09.03 04:05:14.044825 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.044860 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.045375 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:14.045594 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.045724 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} executeQuery: Read 10 rows, 18.35 KiB in 0.001728 sec., 5787.037037037037 rows/sec., 10.37 MiB/sec. 2025.09.03 04:05:14.045775 [ 4 ] {dc77e986-df6f-4e8f-afc2-035e6148b482} TCPHandler: Processed in 0.001916834 sec. 2025.09.03 04:05:14.045890 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:14.045983 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:14.046024 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:14.046356 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:14.046392 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:14.046685 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:14.046885 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:14.047003 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2025.09.03 04:05:14.047037 [ 4 ] {42aafca2-ef75-4a69-b8ed-82d6efef681d} TCPHandler: Processed in 0.001194248 sec. 2025.09.03 04:05:16.889188 [ 33 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:05:16.889251 [ 33 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:05:16.986816 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.09.03 04:05:16.987271 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:16.987306 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:16.987792 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:16.988019 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:16.988153 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.09.03 04:05:17.236742 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.09.03 04:05:17.254152 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:17.254212 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:17.259849 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:17.260567 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:17.263789 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.09.03 04:05:19.039105 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:19.039305 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:19.039379 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:19.040117 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.040172 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.040582 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:19.040805 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.040955 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} executeQuery: Read 108 rows, 9.27 KiB in 0.001704 sec., 63380.281690140844 rows/sec., 5.32 MiB/sec. 2025.09.03 04:05:19.040996 [ 4 ] {21ddda3d-66b3-45f0-bc83-5f378f5c2df5} TCPHandler: Processed in 0.002031835 sec. 2025.09.03 04:05:19.041122 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:19.041222 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:19.041265 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:19.041665 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.041704 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.042000 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:19.042212 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.042336 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} executeQuery: Read 26 rows, 1.96 KiB in 0.001135 sec., 22907.48898678414 rows/sec., 1.68 MiB/sec. 2025.09.03 04:05:19.042372 [ 4 ] {1352b7fc-f9c2-45a0-a137-bd7029bdf693} TCPHandler: Processed in 0.00130398 sec. 2025.09.03 04:05:19.042480 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:19.042575 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:19.042615 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:19.043034 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.043070 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.043374 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:19.043588 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.043711 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} executeQuery: Read 90 rows, 7.20 KiB in 0.001154 sec., 77989.6013864818 rows/sec., 6.09 MiB/sec. 2025.09.03 04:05:19.043748 [ 4 ] {84f2ccc1-e6a2-420f-bdf3-aae32648dc79} TCPHandler: Processed in 0.00131754 sec. 2025.09.03 04:05:19.043857 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:19.043946 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:19.043987 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:19.044364 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.044397 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.044706 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:19.044980 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.045106 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.09.03 04:05:19.045142 [ 4 ] {970df8cf-60e9-40e5-8aa6-4061fdf7817c} TCPHandler: Processed in 0.00133033 sec. 2025.09.03 04:05:19.045258 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:19.045361 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:19.045419 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} 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.09.03 04:05:19.046236 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.046277 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.046841 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:19.047068 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.047176 [ 30 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:19.047203 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} executeQuery: Read 26 rows, 47.71 KiB in 0.00186 sec., 13978.494623655914 rows/sec., 25.05 MiB/sec. 2025.09.03 04:05:19.047250 [ 30 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.047279 [ 4 ] {8e0b5fec-9511-4c39-8995-20cb452a7efd} TCPHandler: Processed in 0.002082285 sec. 2025.09.03 04:05:19.047282 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.047409 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:19.047415 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::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.09.03 04:05:19.047512 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:19.047557 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:19.047619 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:19.047681 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 82 rows starting from the beginning of the part 2025.09.03 04:05:19.047833 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:19.047913 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:19.047945 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2025.09.03 04:05:19.047951 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:19.048052 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:19.048151 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2025.09.03 04:05:19.048258 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:19.048262 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:19.048475 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.048607 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.09.03 04:05:19.048644 [ 4 ] {65b3c086-03c2-4e32-bb70-73a9fb236111} TCPHandler: Processed in 0.001292639 sec. 2025.09.03 04:05:19.055067 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 19 columns (19 merged, 0 gathered) in 0.007690005 sec., 23407.006887511776 rows/sec., 41.94 MiB/sec. 2025.09.03 04:05:19.055632 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:19.056103 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:19.056204 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_11_2} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:19.056349 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.09.03 04:05:22.007415 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 314 2025.09.03 04:05:22.009726 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:22.009787 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:22.011074 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:05:22.011374 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:22.011796 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 314 2025.09.03 04:05:24.059437 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.059785 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} executeQuery: (from [fd00:1122:3344:101::d]:57059) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.03 04:05:24.060139 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.03 04:05:24.060180 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.03 04:05:24.060446 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:05:24.060516 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.03 04:05:24.060660 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.09.03 04:05:24.060923 [ 291 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.03 04:05:24.060985 [ 292 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.03 04:05:24.060985 [ 290 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.03 04:05:24.061198 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (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.09.03 04:05:24.061231 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.03 04:05:24.061318 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.03 04:05:24.061339 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.09.03 04:05:24.061374 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:05:24.061415 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:05:24.061453 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.09.03 04:05:24.062429 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} executeQuery: Read 29 rows, 1.18 KiB in 0.002787 sec., 10405.453893074991 rows/sec., 421.88 KiB/sec. 2025.09.03 04:05:24.062558 [ 4 ] {0f211533-0035-4c21-8d7d-a2f62aa131c2} TCPHandler: Processed in 0.003298584 sec. 2025.09.03 04:05:24.069375 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.069583 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.03 04:05:24.069664 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.03 04:05:24.070342 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.070385 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.070801 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:05:24.071004 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} oximeter.timeseries_schema (f7baa49a-5a8e-45bd-97e6-21c80fa2b25f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.071145 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} executeQuery: Read 1 rows, 106.00 B in 0.001621 sec., 616.9031462060457 rows/sec., 63.86 KiB/sec. 2025.09.03 04:05:24.071185 [ 4 ] {5617c0ca-c628-4804-9372-2915f79c5c49} TCPHandler: Processed in 0.001912954 sec. 2025.09.03 04:05:24.071293 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.071384 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:05:24.071422 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:05:24.071807 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.071843 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.072202 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:05:24.072410 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.072532 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} executeQuery: Read 14 rows, 1.14 KiB in 0.001153 sec., 12142.237640936688 rows/sec., 990.11 KiB/sec. 2025.09.03 04:05:24.072571 [ 4 ] {92c8cae8-32ed-4755-ae4c-76675bc80724} TCPHandler: Processed in 0.00131972 sec. 2025.09.03 04:05:24.072699 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.072825 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:24.072875 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:24.074028 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.074066 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.074483 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:24.074707 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.074835 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} executeQuery: Read 1234 rows, 104.56 KiB in 0.002034 sec., 606686.3323500493 rows/sec., 50.20 MiB/sec. 2025.09.03 04:05:24.074874 [ 4 ] {9137f528-9d23-48ad-b3dd-f3767d025334} TCPHandler: Processed in 0.002236636 sec. 2025.09.03 04:05:24.074993 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.075088 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.075128 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:24.075525 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.075563 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.075865 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:24.076082 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.076207 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} executeQuery: Read 29 rows, 2.11 KiB in 0.001138 sec., 25483.304042179265 rows/sec., 1.81 MiB/sec. 2025.09.03 04:05:24.076246 [ 4 ] {1ad7ff0b-c57d-4723-935c-8a3af8df28b5} TCPHandler: Processed in 0.001303249 sec. 2025.09.03 04:05:24.076355 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.076448 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.076489 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:05:24.076964 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.077001 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.077325 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:05:24.077540 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.077662 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} executeQuery: Read 229 rows, 15.88 KiB in 0.001232 sec., 185876.62337662338 rows/sec., 12.58 MiB/sec. 2025.09.03 04:05:24.077701 [ 4 ] {e6e8c55a-2832-47ab-8b0b-7b3c5f4c5200} TCPHandler: Processed in 0.00139547 sec. 2025.09.03 04:05:24.077809 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.077903 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:24.077942 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:24.078535 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.078571 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.078919 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:24.079124 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.079249 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} executeQuery: Read 558 rows, 42.47 KiB in 0.001363 sec., 409391.0491562729 rows/sec., 30.43 MiB/sec. 2025.09.03 04:05:24.079287 [ 4 ] {cbaffc32-c248-4b4e-ac99-c94ebdb4a4eb} TCPHandler: Processed in 0.001527701 sec. 2025.09.03 04:05:24.079396 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.079491 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.079534 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:24.080065 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.080102 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.080476 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:24.080687 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.080812 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} executeQuery: Read 851 rows, 58.66 KiB in 0.00134 sec., 635074.6268656716 rows/sec., 42.75 MiB/sec. 2025.09.03 04:05:24.080849 [ 4 ] {cbb40c40-6d8c-49a7-ac17-3193a0cdc4fd} TCPHandler: Processed in 0.001502391 sec. 2025.09.03 04:05:24.080957 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.081052 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.081094 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.03 04:05:24.081403 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} oximeter.measurements_f64 (f7ffd444-6d70-4429-b2d8-75b0a2a174d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.081439 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.081737 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.03 04:05:24.081952 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} oximeter.measurements_f64 (f7ffd444-6d70-4429-b2d8-75b0a2a174d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.082072 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} executeQuery: Read 2 rows, 130.00 B in 0.001039 sec., 1924.9278152069298 rows/sec., 122.19 KiB/sec. 2025.09.03 04:05:24.082111 [ 4 ] {cf1e333f-2e77-4cac-a244-d6e4241f3840} TCPHandler: Processed in 0.001202969 sec. 2025.09.03 04:05:24.082218 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.082312 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.082368 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} 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.09.03 04:05:24.083106 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.083143 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.083699 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:24.083924 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.084058 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} executeQuery: Read 15 rows, 27.52 KiB in 0.001763 sec., 8508.224617129892 rows/sec., 15.25 MiB/sec. 2025.09.03 04:05:24.084114 [ 4 ] {789bf5da-30fd-4915-b418-cd0f906b5102} TCPHandler: Processed in 0.001945734 sec. 2025.09.03 04:05:24.084220 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.084310 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.084348 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.03 04:05:24.084638 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.084672 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.084954 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.03 04:05:24.085212 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} oximeter.measurements_i64 (5fee33f8-7a57-4844-b9a4-cb612e21b0f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.085334 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} executeQuery: Read 9 rows, 651.00 B in 0.001034 sec., 8704.061895551258 rows/sec., 614.84 KiB/sec. 2025.09.03 04:05:24.085371 [ 4 ] {f5872346-7cfd-49ca-88dc-fae0c02ff8ec} TCPHandler: Processed in 0.001197868 sec. 2025.09.03 04:05:24.085484 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:24.085600 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:24.085649 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:24.086027 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.086070 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.086429 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:24.086673 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.086805 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2025.09.03 04:05:24.086840 [ 4 ] {51b491b0-21ff-4db9-b344-f596b4667379} TCPHandler: Processed in 0.00141591 sec. 2025.09.03 04:05:24.488773 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.09.03 04:05:24.489341 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.489397 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.490043 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:24.490302 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.490450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.09.03 04:05:24.490461 [ 102 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:24.490542 [ 102 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.490568 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.490696 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:05:24.490837 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:24.490879 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:05:24.490947 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2025.09.03 04:05:24.490990 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part 2025.09.03 04:05:24.491029 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part 2025.09.03 04:05:24.491065 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part 2025.09.03 04:05:24.491106 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part 2025.09.03 04:05:24.492465 [ 202 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001822493 sec., 2811533.432501524 rows/sec., 40.22 MiB/sec. 2025.09.03 04:05:24.493533 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:24.493926 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.494029 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_11_2} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:24.494138 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.03 04:05:24.764412 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.09.03 04:05:24.782368 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.782427 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.788164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:24.788900 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.789183 [ 102 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:24.789232 [ 102 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:24.789256 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:24.789376 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::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.09.03 04:05:24.792756 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.09.03 04:05:24.793647 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:24.795073 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.09.03 04:05:24.799682 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.09.03 04:05:24.803738 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.09.03 04:05:24.808199 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.09.03 04:05:24.812691 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.09.03 04:05:24.817041 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.09.03 04:05:24.872590 [ 186 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.083256523 sec., 996.9188840614927 rows/sec., 5.15 MiB/sec. 2025.09.03 04:05:24.875031 [ 192 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:24.877126 [ 192 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:24.877234 [ 192 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_11_2} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:24.879127 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.09.03 04:05:25.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.68 MiB, peak 195.58 MiB, free memory in arenas 0.00 B, will set to 194.39 MiB (RSS), difference: 8.70 MiB 2025.09.03 04:05:29.040212 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:29.040411 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:29.040484 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:29.041226 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:29.041281 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:29.041706 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:29.041940 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:29.042100 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} executeQuery: Read 108 rows, 9.27 KiB in 0.00174 sec., 62068.96551724138 rows/sec., 5.21 MiB/sec. 2025.09.03 04:05:29.042149 [ 4 ] {883b9fac-a269-4883-9cfb-46f7f76b598e} TCPHandler: Processed in 0.002072125 sec. 2025.09.03 04:05:29.042286 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:29.042394 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:29.042440 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:29.042893 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:29.042932 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:29.043253 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:29.043473 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:29.043613 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} executeQuery: Read 26 rows, 1.96 KiB in 0.001245 sec., 20883.534136546183 rows/sec., 1.53 MiB/sec. 2025.09.03 04:05:29.043652 [ 4 ] {f72782eb-5375-42a6-ad7d-603d24f907bd} TCPHandler: Processed in 0.001420451 sec. 2025.09.03 04:05:29.043770 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:29.043868 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:29.043910 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:29.044336 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:29.044373 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:29.044699 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:29.044911 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:29.045032 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} executeQuery: Read 90 rows, 7.20 KiB in 0.001216 sec., 74013.15789473684 rows/sec., 5.78 MiB/sec. 2025.09.03 04:05:29.045066 [ 4 ] {ee9a77dc-4931-420c-a657-c85acc977df5} TCPHandler: Processed in 0.00138135 sec. 2025.09.03 04:05:29.045176 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:29.045267 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:29.045308 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:29.045795 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:29.045833 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:29.046210 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:29.046423 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:29.046555 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.09.03 04:05:29.046593 [ 4 ] {f1caed8e-6bcc-4952-974f-992d89c17e0d} TCPHandler: Processed in 0.001425 sec. 2025.09.03 04:05:29.046711 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:29.046806 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:29.046863 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} 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.09.03 04:05:29.047660 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:29.047697 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:29.048249 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:29.048536 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:29.048729 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} executeQuery: Read 26 rows, 47.71 KiB in 0.00194 sec., 13402.061855670103 rows/sec., 24.02 MiB/sec. 2025.09.03 04:05:29.048818 [ 4 ] {fa59db04-6eaf-40c1-92ce-07c6274d66cc} TCPHandler: Processed in 0.002156936 sec. 2025.09.03 04:05:29.048966 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:29.049087 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:29.049144 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:29.049530 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:29.049567 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:29.049890 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:29.050106 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:29.050235 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2025.09.03 04:05:29.050272 [ 4 ] {9089ffd8-3e80-4a7b-b70f-b8a7e7f63e4c} TCPHandler: Processed in 0.001369901 sec. 2025.09.03 04:05:31.889297 [ 39 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:05:31.889366 [ 39 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:05:31.991079 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.09.03 04:05:31.991606 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:31.991656 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:31.992254 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:31.992497 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:31.992643 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.09.03 04:05:32.012646 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 350 2025.09.03 04:05:32.014876 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:32.014924 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:32.016119 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:05:32.016388 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:32.016723 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 350 2025.09.03 04:05:32.293387 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.09.03 04:05:32.311318 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:32.311387 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:32.317432 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:05:32.318268 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:32.322401 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.09.03 04:05:34.039964 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:34.040237 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:34.040338 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:34.041174 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.041217 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.041596 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:05:34.041826 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.041949 [ 6 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:05:34.041972 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} executeQuery: Read 86 rows, 7.39 KiB in 0.00181 sec., 47513.812154696134 rows/sec., 3.99 MiB/sec. 2025.09.03 04:05:34.042020 [ 6 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.042029 [ 4 ] {e34cfc21-8124-499e-b48f-397d9c9de31d} TCPHandler: Processed in 0.002246186 sec. 2025.09.03 04:05:34.042050 [ 6 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.042156 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::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.09.03 04:05:34.042177 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:34.042253 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:34.042279 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:34.042281 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1274 rows starting from the beginning of the part 2025.09.03 04:05:34.042320 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:34.042346 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part 2025.09.03 04:05:34.042388 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:34.042428 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1234 rows starting from the beginning of the part 2025.09.03 04:05:34.042467 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:34.042507 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part 2025.09.03 04:05:34.042713 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.042747 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.043042 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:34.043250 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.043373 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} executeQuery: Read 15 rows, 1.13 KiB in 0.001113 sec., 13477.08894878706 rows/sec., 1013.41 KiB/sec. 2025.09.03 04:05:34.043408 [ 4 ] {944fb74d-4049-4c50-beab-9591f9a4f248} TCPHandler: Processed in 0.001278989 sec. 2025.09.03 04:05:34.043521 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:34.043649 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:34.043697 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:34.043703 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2886 rows, containing 5 columns (5 merged, 0 gathered) in 0.001585441 sec., 1820313.7171298082 rows/sec., 157.97 MiB/sec. 2025.09.03 04:05:34.043911 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:05:34.044159 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.044200 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.044218 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_16_3} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:05:34.044245 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.044288 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:05:34.044631 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:05:34.044844 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.044945 [ 12 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:05:34.044967 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} executeQuery: Read 79 rows, 6.32 KiB in 0.001342 sec., 58867.36214605067 rows/sec., 4.60 MiB/sec. 2025.09.03 04:05:34.045009 [ 12 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.045019 [ 4 ] {f6a628b5-663b-44d0-a136-fddc906df0f6} TCPHandler: Processed in 0.001556672 sec. 2025.09.03 04:05:34.045039 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.045131 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::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.09.03 04:05:34.045136 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:34.045219 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:34.045243 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 578 rows starting from the beginning of the part 2025.09.03 04:05:34.045248 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:34.045292 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:34.045309 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 74 rows starting from the beginning of the part 2025.09.03 04:05:34.045352 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2025.09.03 04:05:34.045390 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 558 rows starting from the beginning of the part 2025.09.03 04:05:34.045429 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2025.09.03 04:05:34.045468 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 79 rows starting from the beginning of the part 2025.09.03 04:05:34.045701 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.045735 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.046061 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:05:34.046256 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.046325 [ 193 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1469 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244539 sec., 1180356.7425367946 rows/sec., 93.31 MiB/sec. 2025.09.03 04:05:34.046351 [ 12 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:05:34.046376 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.09.03 04:05:34.046395 [ 12 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.046417 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.046417 [ 4 ] {31bad6ad-5669-4759-89eb-9e0fcb7a14b4} TCPHandler: Processed in 0.00136054 sec. 2025.09.03 04:05:34.046478 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:05:34.046516 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:34.046528 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:34.046635 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:34.046659 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:34.046685 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} 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.09.03 04:05:34.046698 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3430 rows starting from the beginning of the part 2025.09.03 04:05:34.046707 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.046768 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.09.03 04:05:34.046773 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_16_3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:05:34.046823 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:34.046846 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:05:34.046869 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 851 rows starting from the beginning of the part 2025.09.03 04:05:34.046981 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:34.047027 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::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.09.03 04:05:34.047478 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.047525 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.048131 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:34.048351 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.048483 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} executeQuery: Read 15 rows, 27.52 KiB in 0.001818 sec., 8250.82508250825 rows/sec., 14.79 MiB/sec. 2025.09.03 04:05:34.048536 [ 4 ] {37362ea7-f4f4-4595-b3df-e285cbf75acc} TCPHandler: Processed in 0.002018785 sec. 2025.09.03 04:05:34.048656 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:34.048786 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:34.048837 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:34.049139 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4921 rows, containing 5 columns (5 merged, 0 gathered) in 0.002635169 sec., 1867432.4113557802 rows/sec., 127.31 MiB/sec. 2025.09.03 04:05:34.049259 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.049306 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.049627 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:05:34.049693 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:05:34.049987 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.049987 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.050080 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_16_3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:05:34.050097 [ 12 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:05:34.050127 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. 2025.09.03 04:05:34.050151 [ 12 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:34.050175 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:34.050177 [ 4 ] {d0e374f3-6389-42d1-8176-20e86ab5909e} TCPHandler: Processed in 0.001573051 sec. 2025.09.03 04:05:34.050185 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2025.09.03 04:05:34.050292 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:34.050374 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:34.050398 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2025.09.03 04:05:34.050472 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:34.050514 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:34.050553 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:34.050595 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:34.050640 [ 197 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::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.09.03 04:05:34.051405 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001142588 sec., 787685.4999352348 rows/sec., 53.08 MiB/sec. 2025.09.03 04:05:34.051616 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:05:34.051922 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_16_3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:34.051995 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_16_3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:05:34.052059 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.09.03 04:05:39.040027 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.040246 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:05:39.040329 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:05:39.041009 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.041061 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.041455 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:05:39.041697 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.041846 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} executeQuery: Read 2 rows, 167.00 B in 0.001656 sec., 1207.729468599034 rows/sec., 98.48 KiB/sec. 2025.09.03 04:05:39.041889 [ 4 ] {7cf158d9-1ae1-4d5c-910c-61c4488608df} TCPHandler: Processed in 0.002001994 sec. 2025.09.03 04:05:39.042019 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.042136 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:39.042189 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:39.042739 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.042785 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.043164 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:05:39.043374 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.043502 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} executeQuery: Read 109 rows, 9.35 KiB in 0.001394 sec., 78192.2525107604 rows/sec., 6.55 MiB/sec. 2025.09.03 04:05:39.043540 [ 4 ] {8f706952-19ca-41d4-bd45-9c43d3b14f11} TCPHandler: Processed in 0.001576381 sec. 2025.09.03 04:05:39.043651 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.043747 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:39.043787 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:39.044187 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.044223 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.044577 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:05:39.044796 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.044910 [ 9 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:05:39.044924 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} executeQuery: Read 28 rows, 2.09 KiB in 0.001195 sec., 23430.96234309623 rows/sec., 1.71 MiB/sec. 2025.09.03 04:05:39.044981 [ 9 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.044988 [ 4 ] {33c4a143-c0ff-48c4-8d31-1a75ad58520d} TCPHandler: Processed in 0.0013874 sec. 2025.09.03 04:05:39.045010 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.045114 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.045118 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::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.09.03 04:05:39.045244 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:39.045265 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:39.045302 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:39.045307 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 48 rows starting from the beginning of the part 2025.09.03 04:05:39.045412 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:39.045466 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part 2025.09.03 04:05:39.045511 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:39.045559 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part 2025.09.03 04:05:39.045608 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part 2025.09.03 04:05:39.045839 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.045891 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.046297 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:05:39.046434 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.00137275 sec., 125295.93880896011 rows/sec., 9.57 MiB/sec. 2025.09.03 04:05:39.046523 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.046558 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:05:39.046656 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} executeQuery: Read 92 rows, 7.36 KiB in 0.001459 sec., 63056.888279643594 rows/sec., 4.93 MiB/sec. 2025.09.03 04:05:39.046700 [ 4 ] {2938a35e-ad02-4f81-869a-2661c9bb3cb5} TCPHandler: Processed in 0.001672162 sec. 2025.09.03 04:05:39.046805 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.046823 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.046891 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_16_3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:05:39.046896 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:39.046946 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:39.046963 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:05:39.047402 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.047445 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.047795 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:05:39.048021 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.048155 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} executeQuery: Read 161 rows, 11.48 KiB in 0.001237 sec., 130153.5974130962 rows/sec., 9.06 MiB/sec. 2025.09.03 04:05:39.048192 [ 4 ] {5d4a64fe-54a0-4e88-b1f8-b103f6e401d4} TCPHandler: Processed in 0.00140466 sec. 2025.09.03 04:05:39.048299 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.048396 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:39.048451 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} 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.09.03 04:05:39.049246 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.049283 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.049833 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:39.050068 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.050207 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} executeQuery: Read 26 rows, 47.71 KiB in 0.001828 sec., 14223.194748358863 rows/sec., 25.49 MiB/sec. 2025.09.03 04:05:39.050259 [ 4 ] {dc1fd85b-e556-4baa-8224-907b8f36ef81} TCPHandler: Processed in 0.002009985 sec. 2025.09.03 04:05:39.050369 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:39.050465 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:39.050510 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:39.050848 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.050886 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.051198 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:05:39.051427 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.051554 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2025.09.03 04:05:39.051591 [ 4 ] {fa3ca1aa-2c9b-4034-a06b-d996deb25087} TCPHandler: Processed in 0.001272099 sec. 2025.09.03 04:05:39.493261 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.09.03 04:05:39.493773 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.493817 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.494297 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:39.494528 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.494647 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.09.03 04:05:39.823018 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.09.03 04:05:39.838731 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:39.838781 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:39.844750 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:05:39.845456 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:39.848121 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.09.03 04:05:42.017601 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 376 2025.09.03 04:05:42.019780 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:42.019827 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:42.020917 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:05:42.021160 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:42.021391 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2025.09.03 04:05:44.039955 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:44.040148 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:44.040217 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:44.040893 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.040935 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.041312 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:05:44.041533 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.041685 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} executeQuery: Read 86 rows, 7.39 KiB in 0.001591 sec., 54054.05405405405 rows/sec., 4.54 MiB/sec. 2025.09.03 04:05:44.041732 [ 4 ] {b70df201-ce81-4c8e-810d-27a04e59da9e} TCPHandler: Processed in 0.001912185 sec. 2025.09.03 04:05:44.041879 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:44.041979 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:44.042021 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:44.042433 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.042468 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.042762 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:05:44.042972 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.043092 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} executeQuery: Read 15 rows, 1.13 KiB in 0.001135 sec., 13215.859030837006 rows/sec., 993.77 KiB/sec. 2025.09.03 04:05:44.043127 [ 4 ] {1de9ec8a-365a-4dc8-9ce0-9a9acf3e087d} TCPHandler: Processed in 0.00131153 sec. 2025.09.03 04:05:44.043235 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:44.043328 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:44.043367 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:44.043763 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.043797 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.044101 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:05:44.044307 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.044429 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} executeQuery: Read 79 rows, 6.32 KiB in 0.00112 sec., 70535.71428571429 rows/sec., 5.51 MiB/sec. 2025.09.03 04:05:44.044464 [ 4 ] {67944f7c-b363-44b2-8c21-52f663cb4fdf} TCPHandler: Processed in 0.001276849 sec. 2025.09.03 04:05:44.044569 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:44.044670 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:44.044713 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:44.045099 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.045132 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.045450 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:05:44.045655 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.045783 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} executeQuery: Read 160 rows, 11.41 KiB in 0.001141 sec., 140227.87028921998 rows/sec., 9.77 MiB/sec. 2025.09.03 04:05:44.045818 [ 4 ] {4f7ceec9-93a3-46c4-9302-cac9fbc59191} TCPHandler: Processed in 0.001296079 sec. 2025.09.03 04:05:44.045922 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:44.046013 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:44.046065 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} 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.09.03 04:05:44.046801 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.046832 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.047304 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:05:44.047506 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.047613 [ 29 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:05:44.047692 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} executeQuery: Read 15 rows, 27.52 KiB in 0.001695 sec., 8849.557522123894 rows/sec., 15.86 MiB/sec. 2025.09.03 04:05:44.047717 [ 29 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.047735 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.047755 [ 4 ] {0199f6f7-3f8d-49b6-a1ca-3edfb1bf79a6} TCPHandler: Processed in 0.001879473 sec. 2025.09.03 04:05:44.047861 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:44.047881 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::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.09.03 04:05:44.047954 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:44.048000 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:44.048173 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:44.048246 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 180 rows starting from the beginning of the part 2025.09.03 04:05:44.048319 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:44.048358 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:44.048400 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part 2025.09.03 04:05:44.048541 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:44.048655 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part 2025.09.03 04:05:44.048682 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:05:44.048762 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:44.048872 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part 2025.09.03 04:05:44.048916 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.049056 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.09.03 04:05:44.049090 [ 4 ] {0f1be4a0-e4db-4efd-b5e6-2ec4098e14dc} TCPHandler: Processed in 0.001276479 sec. 2025.09.03 04:05:44.051763 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 19 columns (19 merged, 0 gathered) in 0.003950579 sec., 70116.30447081302 rows/sec., 125.65 MiB/sec. 2025.09.03 04:05:44.052247 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:05:44.052613 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:44.052683 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_16_3} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:05:44.052766 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.09.03 04:05:46.889405 [ 25 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:05:46.889496 [ 25 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:05:46.995038 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.09.03 04:05:46.995510 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:46.995551 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:46.996091 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:46.996334 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:46.996471 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.09.03 04:05:47.348417 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.09.03 04:05:47.365565 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:47.365630 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:47.372635 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:05:47.373432 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:47.377090 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.09.03 04:05:49.040603 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:49.040900 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:49.041011 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:49.041835 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:49.041885 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:49.042305 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:05:49.042544 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:49.042704 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} executeQuery: Read 108 rows, 9.27 KiB in 0.001883 sec., 57355.28412108338 rows/sec., 4.81 MiB/sec. 2025.09.03 04:05:49.042753 [ 4 ] {75037844-656f-4a9b-94f9-4af7f3de5079} TCPHandler: Processed in 0.002339687 sec. 2025.09.03 04:05:49.042881 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:49.042984 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:49.043027 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:49.043441 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:49.043477 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:49.043784 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:05:49.044006 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:49.044143 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} executeQuery: Read 26 rows, 1.96 KiB in 0.001183 sec., 21978.021978021978 rows/sec., 1.61 MiB/sec. 2025.09.03 04:05:49.044182 [ 4 ] {ec26d499-97a2-477e-8bbd-5021be12b8f2} TCPHandler: Processed in 0.00135386 sec. 2025.09.03 04:05:49.044289 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:49.044390 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:49.044432 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:49.044854 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:49.044892 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:49.045202 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:05:49.045416 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:49.045543 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} executeQuery: Read 90 rows, 7.20 KiB in 0.001173 sec., 76726.34271099744 rows/sec., 5.99 MiB/sec. 2025.09.03 04:05:49.045581 [ 4 ] {9ce12649-85c5-411b-8466-04768773d64e} TCPHandler: Processed in 0.00134239 sec. 2025.09.03 04:05:49.045688 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:49.045784 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:49.045827 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:49.046226 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:49.046261 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:49.046592 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:05:49.046796 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:49.046922 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2025.09.03 04:05:49.046958 [ 4 ] {208b28f2-8266-4aac-9142-ea028a0f745a} TCPHandler: Processed in 0.00131967 sec. 2025.09.03 04:05:49.047060 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:49.047154 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:49.047209 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} 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.09.03 04:05:49.048022 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:49.048057 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:49.048579 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:05:49.048810 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:49.048946 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} executeQuery: Read 26 rows, 47.71 KiB in 0.00181 sec., 14364.640883977901 rows/sec., 25.74 MiB/sec. 2025.09.03 04:05:49.049006 [ 4 ] {004b4727-4c8c-4542-acbe-182d58f2dce4} TCPHandler: Processed in 0.001994524 sec. 2025.09.03 04:05:49.049119 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:49.049213 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:49.049253 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:49.049583 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:49.049619 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:49.049915 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:05:49.050125 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:49.050249 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.09.03 04:05:49.050284 [ 4 ] {f4c7f8c8-f530-4976-b5c7-d57f906ebdd2} TCPHandler: Processed in 0.001214359 sec. 2025.09.03 04:05:52.021794 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 400 2025.09.03 04:05:52.023810 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:52.023854 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:52.024977 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:05:52.025240 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:52.025402 [ 46 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.03 04:05:52.025472 [ 46 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:52.025495 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:52.025532 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 400 2025.09.03 04:05:52.025615 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::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.09.03 04:05:52.026228 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:52.026381 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 266 rows starting from the beginning of the part 2025.09.03 04:05:52.026807 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.09.03 04:05:52.027158 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.09.03 04:05:52.027475 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2025.09.03 04:05:52.027769 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2025.09.03 04:05:52.028083 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.09.03 04:05:52.033728 [ 199 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 72 columns (72 merged, 0 gathered) in 0.008183629 sec., 48878.071085578296 rows/sec., 43.77 MiB/sec. 2025.09.03 04:05:52.034565 [ 198 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.03 04:05:52.035118 [ 198 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:52.035188 [ 198 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_11_2} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.03 04:05:52.035395 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2025.09.03 04:05:54.062275 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.062572 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:54.062647 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:54.063892 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.063941 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.064395 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:05:54.064618 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.064767 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} executeQuery: Read 1226 rows, 103.95 KiB in 0.002278 sec., 538191.3959613696 rows/sec., 44.56 MiB/sec. 2025.09.03 04:05:54.064821 [ 4 ] {7df699e6-6389-46d8-80ad-1f0425420408} TCPHandler: Processed in 0.00273426 sec. 2025.09.03 04:05:54.064968 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.065068 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:54.065112 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:54.065549 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.065584 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.065883 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:05:54.066086 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.066214 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} executeQuery: Read 15 rows, 1.13 KiB in 0.001169 sec., 12831.479897348161 rows/sec., 964.87 KiB/sec. 2025.09.03 04:05:54.066250 [ 4 ] {32eb242b-bb2a-4d87-abcb-4d2faccaff80} TCPHandler: Processed in 0.00134354 sec. 2025.09.03 04:05:54.066354 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.066455 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:05:54.066503 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:05:54.066964 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.066999 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.067305 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.03 04:05:54.067507 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.067625 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} executeQuery: Read 228 rows, 15.81 KiB in 0.001187 sec., 192080.87615838248 rows/sec., 13.01 MiB/sec. 2025.09.03 04:05:54.067664 [ 4 ] {6f01b73a-c8a5-427a-8386-731f9c96c87e} TCPHandler: Processed in 0.00135772 sec. 2025.09.03 04:05:54.067767 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.067867 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:54.067904 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:54.068483 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.068520 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.068851 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:05:54.069053 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.069178 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} executeQuery: Read 535 rows, 40.61 KiB in 0.001329 sec., 402558.3145221971 rows/sec., 29.84 MiB/sec. 2025.09.03 04:05:54.069219 [ 4 ] {dd9bb73e-7f1a-4c1e-8fde-48a2607479df} TCPHandler: Processed in 0.001498 sec. 2025.09.03 04:05:54.069324 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.069429 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:54.069472 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:54.070045 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.070081 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.070455 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:05:54.070664 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.070786 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} executeQuery: Read 844 rows, 58.17 KiB in 0.001375 sec., 613818.1818181819 rows/sec., 41.31 MiB/sec. 2025.09.03 04:05:54.070826 [ 4 ] {c386aeb0-fe91-41d6-9c35-f51f59c7e60a} TCPHandler: Processed in 0.001549271 sec. 2025.09.03 04:05:54.070937 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.071037 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:54.071090 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} 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.09.03 04:05:54.071854 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.071889 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.072401 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:05:54.072621 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.072759 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} executeQuery: Read 15 rows, 27.52 KiB in 0.00174 sec., 8620.689655172413 rows/sec., 15.45 MiB/sec. 2025.09.03 04:05:54.072809 [ 4 ] {d38fb7df-6af0-4aba-9423-5bed1bf8c127} TCPHandler: Processed in 0.001919263 sec. 2025.09.03 04:05:54.072913 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:54.073015 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:54.073055 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:54.073377 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.073414 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.073714 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:05:54.073919 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.074040 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.09.03 04:05:54.074075 [ 4 ] {11bafcf4-cdc5-4d07-beec-773c8c83c817} TCPHandler: Processed in 0.001209209 sec. 2025.09.03 04:05:54.496522 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 2025.09.03 04:05:54.496977 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.497019 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.497456 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:54.497681 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.497800 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.09.03 04:05:54.877137 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.09.03 04:05:54.893534 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:54.893598 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:54.899144 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:05:54.899832 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:54.902677 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.09.03 04:05:59.038231 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:59.038546 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:05:59.038654 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:05:59.039383 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.039425 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.039842 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:05:59.040084 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.040199 [ 97 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:05:59.040230 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} executeQuery: Read 108 rows, 9.27 KiB in 0.001763 sec., 61259.217243335224 rows/sec., 5.14 MiB/sec. 2025.09.03 04:05:59.040241 [ 97 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.040268 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.040274 [ 4 ] {51da83d7-3a85-4fd1-ba1c-5ea48e27cf27} TCPHandler: Processed in 0.002233536 sec. 2025.09.03 04:05:59.040408 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:59.040411 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:05:59.040509 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:05:59.040557 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:05:59.040592 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:59.040651 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1287 rows starting from the beginning of the part 2025.09.03 04:05:59.040744 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 109 rows starting from the beginning of the part 2025.09.03 04:05:59.040795 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 86 rows starting from the beginning of the part 2025.09.03 04:05:59.040840 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:59.040882 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:05:59.040925 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 108 rows starting from the beginning of the part 2025.09.03 04:05:59.040970 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.041014 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.041355 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:05:59.041589 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.041716 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} executeQuery: Read 26 rows, 1.96 KiB in 0.001241 sec., 20950.846091861404 rows/sec., 1.54 MiB/sec. 2025.09.03 04:05:59.041751 [ 4 ] {10816812-1ce1-4198-ada2-cfd92dcc9fe9} TCPHandler: Processed in 0.00141277 sec. 2025.09.03 04:05:59.041855 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:59.041945 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:05:59.041983 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:05:59.042300 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2924 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009724 sec., 1454926.1490632545 rows/sec., 126.42 MiB/sec. 2025.09.03 04:05:59.042389 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.042427 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.042640 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:05:59.042834 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:05:59.042992 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.043086 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_21_4} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:05:59.043129 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.043177 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:05:59.043229 [ 97 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:05:59.043261 [ 97 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.043267 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} executeQuery: Read 90 rows, 7.20 KiB in 0.001311 sec., 68649.88558352402 rows/sec., 5.36 MiB/sec. 2025.09.03 04:05:59.043277 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.043307 [ 4 ] {537b4e37-8800-433e-b616-5d24597fbe4c} TCPHandler: Processed in 0.001479031 sec. 2025.09.03 04:05:59.043366 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:05:59.043417 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:59.043491 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:59.043520 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:59.043534 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 595 rows starting from the beginning of the part 2025.09.03 04:05:59.043571 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:05:59.043628 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 92 rows starting from the beginning of the part 2025.09.03 04:05:59.043678 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 79 rows starting from the beginning of the part 2025.09.03 04:05:59.043715 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2025.09.03 04:05:59.043749 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 535 rows starting from the beginning of the part 2025.09.03 04:05:59.043788 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2025.09.03 04:05:59.043985 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.044029 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.044395 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:05:59.044628 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.044719 [ 97 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:05:59.044744 [ 97 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.044757 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.09.03 04:05:59.044760 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.044794 [ 4 ] {f9b82b97-f837-4728-bb5c-1ef2e7197ac1} TCPHandler: Processed in 0.00142801 sec. 2025.09.03 04:05:59.044796 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1481 rows, containing 5 columns (5 merged, 0 gathered) in 0.001471981 sec., 1006127.1171299086 rows/sec., 79.55 MiB/sec. 2025.09.03 04:05:59.044828 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:05:59.044918 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:59.044934 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:59.044944 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4921 rows starting from the beginning of the part 2025.09.03 04:05:59.044987 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:05:59.045006 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part 2025.09.03 04:05:59.045038 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:05:59.045048 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.09.03 04:05:59.045099 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.09.03 04:05:59.045105 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} 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.09.03 04:05:59.045136 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 844 rows starting from the beginning of the part 2025.09.03 04:05:59.045175 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.09.03 04:05:59.045301 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.045392 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_21_4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:05:59.045480 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.09.03 04:05:59.045962 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.046004 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.046586 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:05:59.046893 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.047045 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} executeQuery: Read 26 rows, 47.71 KiB in 0.002025 sec., 12839.506172839507 rows/sec., 23.01 MiB/sec. 2025.09.03 04:05:59.047100 [ 4 ] {ae927d31-cc91-4d20-b564-39895d739673} TCPHandler: Processed in 0.002216257 sec. 2025.09.03 04:05:59.047215 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:05:59.047313 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:05:59.047356 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:05:59.047558 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6406 rows, containing 5 columns (5 merged, 0 gathered) in 0.00275777 sec., 2322891.321611302 rows/sec., 158.43 MiB/sec. 2025.09.03 04:05:59.047690 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.047731 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.048035 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:05:59.048085 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:05:59.048354 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.048386 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.048429 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_21_4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:05:59.048487 [ 97 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:05:59.048500 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2025.09.03 04:05:59.048521 [ 97 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:05:59.048537 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} executeQuery: Read 60 rows, 4.14 KiB in 0.001243 sec., 48270.313757039425 rows/sec., 3.25 MiB/sec. 2025.09.03 04:05:59.048545 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:05:59.048574 [ 4 ] {a37314ad-2d57-4435-b03e-eaa528c41130} TCPHandler: Processed in 0.00141036 sec. 2025.09.03 04:05:59.048621 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:05:59.048709 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:05:59.048735 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part 2025.09.03 04:05:59.048783 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.09.03 04:05:59.048823 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.09.03 04:05:59.048860 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.09.03 04:05:59.048896 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.09.03 04:05:59.048933 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.09.03 04:05:59.049760 [ 199 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001172739 sec., 1023245.5814976735 rows/sec., 68.96 MiB/sec. 2025.09.03 04:05:59.049946 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:05:59.050208 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:05:59.050277 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_21_4} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:05:59.050346 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.09.03 04:06:01.889553 [ 84 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:06:01.889621 [ 84 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:06:01.998084 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 2025.09.03 04:06:01.998864 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:01.998917 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:01.999413 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:06:01.999659 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:01.999807 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.09.03 04:06:01.999806 [ 84 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:06:01.999911 [ 84 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:01.999939 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:02.000071 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::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.09.03 04:06:02.000268 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:02.000311 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part 2025.09.03 04:06:02.000382 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part 2025.09.03 04:06:02.000434 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part 2025.09.03 04:06:02.000482 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part 2025.09.03 04:06:02.000524 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part 2025.09.03 04:06:02.000568 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part 2025.09.03 04:06:02.001299 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000947927 sec. 2025.09.03 04:06:02.001958 [ 199 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001950224 sec., 3784693.4505984955 rows/sec., 54.14 MiB/sec. 2025.09.03 04:06:02.002517 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:06:02.002828 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:02.002895 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_16_3} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:06:02.002981 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.09.03 04:06:02.025649 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 426 2025.09.03 04:06:02.027726 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:02.027767 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:02.028866 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:06:02.029122 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:02.029362 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 426 2025.09.03 04:06:02.402934 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.09.03 04:06:02.419689 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:02.419744 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:02.425896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:06:02.426577 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:02.426844 [ 84 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:06:02.426880 [ 84 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:02.426898 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:02.427016 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::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.09.03 04:06:02.429837 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.09.03 04:06:02.430873 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:02.432159 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.09.03 04:06:02.436231 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.09.03 04:06:02.440218 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.09.03 04:06:02.444455 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.09.03 04:06:02.449030 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.09.03 04:06:02.453248 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.09.03 04:06:02.506531 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079567197 sec., 1520.7271911312898 rows/sec., 7.86 MiB/sec. 2025.09.03 04:06:02.508865 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:06:02.510933 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:02.511009 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_16_3} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:06:02.513094 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.09.03 04:06:03.000387 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 200.61 MiB, peak 210.56 MiB, free memory in arenas 0.00 B, will set to 209.51 MiB (RSS), difference: 8.90 MiB 2025.09.03 04:06:04.036921 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:04.037118 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:04.037191 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:04.037899 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.037943 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:04.038350 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:04.038592 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.038747 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} executeQuery: Read 86 rows, 7.39 KiB in 0.001684 sec., 51068.88361045131 rows/sec., 4.28 MiB/sec. 2025.09.03 04:06:04.038789 [ 4 ] {e7e68b8c-bcd1-434e-96ac-3d36d8907a16} TCPHandler: Processed in 0.002002404 sec. 2025.09.03 04:06:04.038916 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:04.039014 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:04.039056 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:04.039456 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.039493 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:04.039803 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:06:04.040018 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.040125 [ 156 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:06:04.040145 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} executeQuery: Read 15 rows, 1.13 KiB in 0.00115 sec., 13043.478260869566 rows/sec., 980.81 KiB/sec. 2025.09.03 04:06:04.040194 [ 156 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.040204 [ 4 ] {164339e5-972e-4ed7-ad23-94405d0586df} TCPHandler: Processed in 0.00133945 sec. 2025.09.03 04:06:04.040222 [ 156 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:04.040324 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:06:04.040331 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:04.040438 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:04.040453 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:04.040473 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 57 rows starting from the beginning of the part 2025.09.03 04:06:04.040500 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:04.040539 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:04.040585 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:04.040625 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:04.040660 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:04.040703 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:04.040945 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.040990 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:04.041429 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:04.041529 [ 186 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 5 columns (5 merged, 0 gathered) in 0.001243109 sec., 123882.94188200713 rows/sec., 9.50 MiB/sec. 2025.09.03 04:06:04.041666 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.041765 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:06:04.041808 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} executeQuery: Read 79 rows, 6.32 KiB in 0.001374 sec., 57496.36098981077 rows/sec., 4.49 MiB/sec. 2025.09.03 04:06:04.041873 [ 4 ] {65b432c0-0118-4c19-8b65-c8ebcd9b5054} TCPHandler: Processed in 0.001593891 sec. 2025.09.03 04:06:04.041991 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:04.042091 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:04.042105 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.042137 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:04.042192 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_21_4} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:06:04.042304 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:06:04.042549 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.042590 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:04.042940 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:04.043154 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.043281 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.09.03 04:06:04.043320 [ 4 ] {5a018af1-c3e0-4d0b-a87f-f3b1e954ad5d} TCPHandler: Processed in 0.00137888 sec. 2025.09.03 04:06:04.043437 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:04.043532 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:04.043587 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} 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.09.03 04:06:04.044370 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.044407 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:04.044973 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:06:04.045208 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.045344 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} executeQuery: Read 15 rows, 27.52 KiB in 0.00183 sec., 8196.72131147541 rows/sec., 14.69 MiB/sec. 2025.09.03 04:06:04.045399 [ 4 ] {cccbb145-7c1d-49a6-8910-38a2a26756a9} TCPHandler: Processed in 0.002011755 sec. 2025.09.03 04:06:04.045519 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:04.045616 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:04.045659 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:04.045994 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:04.046030 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.03 04:06:04.046409 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:04.046623 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:04.046751 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001153 sec., 52038.16131830009 rows/sec., 3.51 MiB/sec. 2025.09.03 04:06:04.046787 [ 4 ] {cb64219e-a7c7-4208-b747-c30ac47669fa} TCPHandler: Processed in 0.00131647 sec. 2025.09.03 04:06:09.037652 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:09.037867 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:09.037944 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:09.038647 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.038698 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.039133 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:09.039369 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.039524 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} executeQuery: Read 108 rows, 9.27 KiB in 0.001713 sec., 63047.28546409808 rows/sec., 5.29 MiB/sec. 2025.09.03 04:06:09.039575 [ 4 ] {6fefb497-dc48-4f0a-99ec-92a30ac51a4c} TCPHandler: Processed in 0.002064925 sec. 2025.09.03 04:06:09.039703 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:09.039806 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:09.039850 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:09.040279 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.040316 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.040632 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:09.040849 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.040978 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} executeQuery: Read 26 rows, 1.96 KiB in 0.001195 sec., 21757.322175732217 rows/sec., 1.60 MiB/sec. 2025.09.03 04:06:09.041016 [ 4 ] {bd0309cf-335c-4d92-87ae-f351c750b37f} TCPHandler: Processed in 0.00136651 sec. 2025.09.03 04:06:09.041127 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:09.041222 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:09.041264 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:09.041689 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.041725 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.042063 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:09.042285 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.042413 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} executeQuery: Read 90 rows, 7.20 KiB in 0.00121 sec., 74380.1652892562 rows/sec., 5.81 MiB/sec. 2025.09.03 04:06:09.042451 [ 4 ] {f1b4f19b-f913-4af3-9e2f-0074a81a4f26} TCPHandler: Processed in 0.00137493 sec. 2025.09.03 04:06:09.042562 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:09.042657 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:09.042702 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:09.043106 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.043142 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.043470 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:09.043687 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.043816 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2025.09.03 04:06:09.043859 [ 4 ] {87c43eef-2c6a-4f00-bc02-514a22b6b7c1} TCPHandler: Processed in 0.001346749 sec. 2025.09.03 04:06:09.043965 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:09.044061 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:09.044116 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} 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.09.03 04:06:09.044922 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.044957 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.045510 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:06:09.045737 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.045865 [ 144 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:06:09.045876 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} executeQuery: Read 26 rows, 47.71 KiB in 0.001833 sec., 14184.397163120568 rows/sec., 25.42 MiB/sec. 2025.09.03 04:06:09.045938 [ 144 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.045964 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.045982 [ 4 ] {9739524b-b924-4769-8770-fc22dd0130e6} TCPHandler: Processed in 0.002066165 sec. 2025.09.03 04:06:09.046060 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:06:09.046098 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:09.046199 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:09.046241 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:09.046299 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:09.046367 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part 2025.09.03 04:06:09.046507 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:09.046585 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.046619 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:09.046625 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.046732 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:09.046840 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:09.046942 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:09.046983 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:09.047222 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.047368 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2025.09.03 04:06:09.047407 [ 4 ] {582669e3-5abb-401c-a829-907f554d0ea7} TCPHandler: Processed in 0.00135792 sec. 2025.09.03 04:06:09.050871 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 19 columns (19 merged, 0 gathered) in 0.004850525 sec., 79372.85139237506 rows/sec., 142.23 MiB/sec. 2025.09.03 04:06:09.051508 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:06:09.051847 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.051918 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_21_4} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:06:09.052006 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2025.09.03 04:06:09.500016 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 2025.09.03 04:06:09.500471 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.500509 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.501056 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:06:09.501288 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.501414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.09.03 04:06:09.930037 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.09.03 04:06:09.946642 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:09.946715 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:09.952547 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:06:09.953316 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:09.956608 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.09.03 04:06:10.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.58 MiB, peak 215.15 MiB, free memory in arenas 0.00 B, will set to 211.98 MiB (RSS), difference: 1.40 MiB 2025.09.03 04:06:12.029666 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 450 2025.09.03 04:06:12.031788 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:12.031856 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:12.033045 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:06:12.033325 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:12.033690 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 450 2025.09.03 04:06:14.037034 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:14.037229 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:14.037292 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:14.037976 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:14.038015 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:14.038405 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:06:14.038632 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:14.038777 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} executeQuery: Read 86 rows, 7.39 KiB in 0.001602 sec., 53682.8963795256 rows/sec., 4.50 MiB/sec. 2025.09.03 04:06:14.038821 [ 4 ] {bad9ae7b-0d23-4404-96a1-2d9b2fd7738c} TCPHandler: Processed in 0.001919624 sec. 2025.09.03 04:06:14.038939 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:14.039033 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:14.039098 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:14.039481 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:14.039514 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:14.039803 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:14.040022 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:14.040143 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} executeQuery: Read 15 rows, 1.13 KiB in 0.001129 sec., 13286.093888396812 rows/sec., 999.05 KiB/sec. 2025.09.03 04:06:14.040181 [ 4 ] {6076bdbd-f4f8-43ff-87fb-20ca4e97b9df} TCPHandler: Processed in 0.001291269 sec. 2025.09.03 04:06:14.040277 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:14.040370 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:14.040409 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:14.040802 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:14.040837 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:14.041139 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:06:14.041361 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:14.041480 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} executeQuery: Read 79 rows, 6.32 KiB in 0.001128 sec., 70035.4609929078 rows/sec., 5.47 MiB/sec. 2025.09.03 04:06:14.041520 [ 4 ] {2ba02375-3b7e-49e7-865a-93536347f11e} TCPHandler: Processed in 0.001289709 sec. 2025.09.03 04:06:14.041623 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:14.041716 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:14.041758 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:14.042131 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:14.042166 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:14.042488 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:06:14.042702 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:14.042825 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} executeQuery: Read 160 rows, 11.41 KiB in 0.001128 sec., 141843.97163120567 rows/sec., 9.88 MiB/sec. 2025.09.03 04:06:14.042865 [ 4 ] {816644a3-c30d-4d01-9ca3-6b0b132fe73a} TCPHandler: Processed in 0.00128906 sec. 2025.09.03 04:06:14.042970 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:14.043068 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:14.043123 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} 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.09.03 04:06:14.043982 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:14.044024 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:14.044574 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:14.044792 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:14.044932 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} executeQuery: Read 15 rows, 27.52 KiB in 0.001882 sec., 7970.244420828905 rows/sec., 14.28 MiB/sec. 2025.09.03 04:06:14.044983 [ 4 ] {bc6f3a75-e17b-470c-b5b9-f7ef8e347ac0} TCPHandler: Processed in 0.002063205 sec. 2025.09.03 04:06:14.045084 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:14.045183 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:14.045223 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:14.045540 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:14.045573 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:14.045873 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:06:14.046084 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:14.046204 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001039 sec., 57747.83445620789 rows/sec., 3.89 MiB/sec. 2025.09.03 04:06:14.046242 [ 4 ] {97c26f75-78fd-48f4-afef-1662f06ce5b7} TCPHandler: Processed in 0.001206699 sec. 2025.09.03 04:06:16.889866 [ 147 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:06:16.889939 [ 147 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:06:17.001558 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8357 2025.09.03 04:06:17.002175 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:17.002231 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:17.002736 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:06:17.002978 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:17.003126 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8357 2025.09.03 04:06:17.456788 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.09.03 04:06:17.471839 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:17.471895 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:17.477757 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:06:17.478501 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:17.481141 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.09.03 04:06:19.037263 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:19.037445 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:19.037515 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:19.038259 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:19.038304 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:19.038705 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:06:19.038935 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:19.039084 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} executeQuery: Read 108 rows, 9.27 KiB in 0.001694 sec., 63754.427390791025 rows/sec., 5.35 MiB/sec. 2025.09.03 04:06:19.039126 [ 4 ] {cdd497fd-eb90-49e9-a9ba-79b7c41af60b} TCPHandler: Processed in 0.001990275 sec. 2025.09.03 04:06:19.039251 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:19.039347 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:19.039387 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:19.039790 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:19.039824 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:19.040133 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:06:19.040345 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:19.040467 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} executeQuery: Read 26 rows, 1.96 KiB in 0.001139 sec., 22827.0412642669 rows/sec., 1.68 MiB/sec. 2025.09.03 04:06:19.040504 [ 4 ] {97c01fec-600b-4319-be78-fe010c4cfb6c} TCPHandler: Processed in 0.00130308 sec. 2025.09.03 04:06:19.040615 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:19.040711 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:19.040751 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:19.041254 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:19.041288 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:19.041610 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:06:19.041821 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:19.041964 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} executeQuery: Read 90 rows, 7.20 KiB in 0.001257 sec., 71599.04534606205 rows/sec., 5.59 MiB/sec. 2025.09.03 04:06:19.042007 [ 4 ] {6eea26f5-c417-4ec2-b278-234fdb326a0a} TCPHandler: Processed in 0.001442391 sec. 2025.09.03 04:06:19.042121 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:19.042214 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:19.042257 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:19.042664 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:19.042699 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:19.043023 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:06:19.043230 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:19.043356 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.09.03 04:06:19.043392 [ 4 ] {f7a3e689-9c19-47f3-a21e-c3c522d846d6} TCPHandler: Processed in 0.001318159 sec. 2025.09.03 04:06:19.043512 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:19.043611 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:19.043663 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} 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.09.03 04:06:19.044480 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:19.044515 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:19.045065 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:19.045301 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:19.045439 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} executeQuery: Read 26 rows, 47.71 KiB in 0.001847 sec., 14076.881429344885 rows/sec., 25.23 MiB/sec. 2025.09.03 04:06:19.045502 [ 4 ] {3afd56bb-a185-459e-b577-ef131e72277d} TCPHandler: Processed in 0.002043345 sec. 2025.09.03 04:06:19.045618 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:19.045712 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:19.045753 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:19.046086 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:19.046121 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:19.046424 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:06:19.046650 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:19.046776 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.09.03 04:06:19.046811 [ 4 ] {fd812fa4-c990-44f6-8d7b-35451ba9fcc2} TCPHandler: Processed in 0.001243039 sec. 2025.09.03 04:06:22.033955 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 474 2025.09.03 04:06:22.036076 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:22.036132 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:22.037288 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:06:22.037555 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:22.037900 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 474 2025.09.03 04:06:24.063350 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.063530 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:06:24.063597 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:06:24.064214 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.064261 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.064639 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:06:24.064861 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.065015 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} executeQuery: Read 14 rows, 1.14 KiB in 0.001535 sec., 9120.521172638437 rows/sec., 743.71 KiB/sec. 2025.09.03 04:06:24.065064 [ 4 ] {45521512-6533-451d-8d74-2e3690481759} TCPHandler: Processed in 0.001846703 sec. 2025.09.03 04:06:24.065189 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.065308 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:24.065353 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:24.066439 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.066476 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.066880 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:06:24.067090 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.067218 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} executeQuery: Read 1233 rows, 104.46 KiB in 0.001941 sec., 635239.5672333848 rows/sec., 52.56 MiB/sec. 2025.09.03 04:06:24.067236 [ 140 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:06:24.067255 [ 4 ] {60d6ec89-91fb-4a31-ad1a-6301f4cc1a02} TCPHandler: Processed in 0.002118825 sec. 2025.09.03 04:06:24.067313 [ 140 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.067343 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.067401 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.067436 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:06:24.067501 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:24.067527 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:24.067542 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:24.067560 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1287 rows starting from the beginning of the part 2025.09.03 04:06:24.067632 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 86 rows starting from the beginning of the part 2025.09.03 04:06:24.067679 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 108 rows starting from the beginning of the part 2025.09.03 04:06:24.067726 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 86 rows starting from the beginning of the part 2025.09.03 04:06:24.067768 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part 2025.09.03 04:06:24.067810 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:06:24.067971 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.068012 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.068322 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:06:24.068552 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.068680 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} executeQuery: Read 29 rows, 2.11 KiB in 0.001199 sec., 24186.822351959967 rows/sec., 1.71 MiB/sec. 2025.09.03 04:06:24.068716 [ 4 ] {56156d62-72fa-4285-ac19-9405916b6bb6} TCPHandler: Processed in 0.001364619 sec. 2025.09.03 04:06:24.068831 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.068933 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:06:24.068973 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:06:24.069159 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001761623 sec., 1650750.4727174884 rows/sec., 143.38 MiB/sec. 2025.09.03 04:06:24.069431 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:06:24.069460 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.069501 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.069788 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.069861 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.03 04:06:24.069878 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_26_5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:06:24.069993 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:06:24.070086 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.070217 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} executeQuery: Read 228 rows, 15.81 KiB in 0.001303 sec., 174980.81350729088 rows/sec., 11.85 MiB/sec. 2025.09.03 04:06:24.070254 [ 4 ] {f5af2da8-1a7a-489f-a7d9-52267a57c07b} TCPHandler: Processed in 0.001470931 sec. 2025.09.03 04:06:24.070365 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.070466 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:24.070504 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:24.071093 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.071126 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.071441 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:06:24.071657 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.071749 [ 137 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:06:24.071778 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} executeQuery: Read 549 rows, 41.75 KiB in 0.00133 sec., 412781.954887218 rows/sec., 30.65 MiB/sec. 2025.09.03 04:06:24.071789 [ 137 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.071814 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.071815 [ 4 ] {87b12bf9-169f-449d-a1da-5e5127d2ea22} TCPHandler: Processed in 0.001498191 sec. 2025.09.03 04:06:24.071900 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:06:24.071934 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.072015 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:24.072039 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:24.072053 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 595 rows starting from the beginning of the part 2025.09.03 04:06:24.072089 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:24.072124 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 79 rows starting from the beginning of the part 2025.09.03 04:06:24.072172 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2025.09.03 04:06:24.072213 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 79 rows starting from the beginning of the part 2025.09.03 04:06:24.072262 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2025.09.03 04:06:24.072302 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 549 rows starting from the beginning of the part 2025.09.03 04:06:24.072681 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.072720 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.073130 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:06:24.073348 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.073396 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 5 columns (5 merged, 0 gathered) in 0.001531171 sec., 967886.6697449207 rows/sec., 76.54 MiB/sec. 2025.09.03 04:06:24.073478 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} executeQuery: Read 851 rows, 58.66 KiB in 0.001463 sec., 581681.4764183185 rows/sec., 39.16 MiB/sec. 2025.09.03 04:06:24.073507 [ 138 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:06:24.073519 [ 4 ] {17806697-9d23-42a9-bb56-42fcd46b5c7e} TCPHandler: Processed in 0.001633801 sec. 2025.09.03 04:06:24.073565 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:06:24.073605 [ 138 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.073652 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.073689 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.073809 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:24.073828 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:06:24.073855 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.073865 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} 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.09.03 04:06:24.073960 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_26_5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:06:24.074041 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:06:24.074044 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:24.074115 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6406 rows starting from the beginning of the part 2025.09.03 04:06:24.074229 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:24.074305 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:24.074377 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:24.074444 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:24.074515 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 851 rows starting from the beginning of the part 2025.09.03 04:06:24.074698 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.074740 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.075399 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:06:24.075664 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.075815 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} executeQuery: Read 15 rows, 27.52 KiB in 0.002026 sec., 7403.751233958539 rows/sec., 13.27 MiB/sec. 2025.09.03 04:06:24.075884 [ 4 ] {18cf43f0-a627-4b0c-82bb-5df451dd1a3c} TCPHandler: Processed in 0.002242597 sec. 2025.09.03 04:06:24.076004 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:24.076109 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:24.076149 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:24.076488 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.076524 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.076863 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:06:24.077093 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.077214 [ 138 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:06:24.077220 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.09.03 04:06:24.077255 [ 138 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.077280 [ 4 ] {1dc055a4-cfa4-4811-b1cf-f70cfeacf1dc} TCPHandler: Processed in 0.00132708 sec. 2025.09.03 04:06:24.077281 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.077303 [ 200 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7897 rows, containing 5 columns (5 merged, 0 gathered) in 0.003547936 sec., 2225801.141846978 rows/sec., 151.86 MiB/sec. 2025.09.03 04:06:24.077363 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:06:24.077454 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:24.077477 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1200 rows starting from the beginning of the part 2025.09.03 04:06:24.077524 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:24.077561 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:24.077594 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:24.077626 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:24.077658 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:24.077971 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:06:24.078269 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.078344 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_26_5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:06:24.078421 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2025.09.03 04:06:24.078645 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.001307069 sec., 1147605.8264712882 rows/sec., 77.34 MiB/sec. 2025.09.03 04:06:24.078889 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:06:24.079157 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.079224 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_26_5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:06:24.079309 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.03 04:06:24.503304 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8784 2025.09.03 04:06:24.503820 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.503866 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:24.504388 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:06:24.504629 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:24.504754 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 2025.09.03 04:06:24.981304 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.09.03 04:06:24.998021 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:24.998077 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:25.004165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:06:25.004858 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:25.007733 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.09.03 04:06:29.038669 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:29.038883 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:29.038959 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:29.039722 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.039772 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.040179 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:06:29.040424 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.040592 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} executeQuery: Read 108 rows, 9.27 KiB in 0.001764 sec., 61224.48979591837 rows/sec., 5.13 MiB/sec. 2025.09.03 04:06:29.040643 [ 4 ] {36460b67-46f4-4b8d-909f-9dd278f68d17} TCPHandler: Processed in 0.002111086 sec. 2025.09.03 04:06:29.040771 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:29.040875 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:29.040919 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:29.041337 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.041375 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.041687 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:06:29.041906 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.042027 [ 134 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:06:29.042042 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} executeQuery: Read 26 rows, 1.96 KiB in 0.001191 sec., 21830.3946263644 rows/sec., 1.60 MiB/sec. 2025.09.03 04:06:29.042108 [ 134 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.042124 [ 4 ] {8ec566ed-0bad-419e-8276-b4df54b218ae} TCPHandler: Processed in 0.001406311 sec. 2025.09.03 04:06:29.042136 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.042249 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:29.042255 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:06:29.042355 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:29.042378 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:29.042398 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:29.042414 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 57 rows starting from the beginning of the part 2025.09.03 04:06:29.042498 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:29.042545 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:29.042589 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:29.042631 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 29 rows starting from the beginning of the part 2025.09.03 04:06:29.042672 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:29.042830 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.042866 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.043187 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:06:29.043409 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.043438 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.001237439 sec., 144653.59504589724 rows/sec., 11.05 MiB/sec. 2025.09.03 04:06:29.043543 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} executeQuery: Read 90 rows, 7.20 KiB in 0.001208 sec., 74503.31125827815 rows/sec., 5.82 MiB/sec. 2025.09.03 04:06:29.043553 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:06:29.043583 [ 4 ] {283af41f-a429-4585-a58b-5dd05f83da8a} TCPHandler: Processed in 0.00138456 sec. 2025.09.03 04:06:29.043696 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:29.043789 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.043794 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:29.043846 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:29.043856 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_26_5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:06:29.043922 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:06:29.044249 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.044284 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.044620 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:06:29.044843 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.044976 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.09.03 04:06:29.045013 [ 4 ] {933ce98a-9a55-45d8-8e05-057b905e749b} TCPHandler: Processed in 0.001366341 sec. 2025.09.03 04:06:29.045112 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:29.045206 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:29.045261 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} 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.09.03 04:06:29.046060 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.046098 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.046646 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:06:29.046877 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.047022 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} executeQuery: Read 26 rows, 47.71 KiB in 0.001834 sec., 14176.663031624865 rows/sec., 25.40 MiB/sec. 2025.09.03 04:06:29.047083 [ 4 ] {9fd418ea-1b20-4bce-a689-292a31799dfb} TCPHandler: Processed in 0.002019564 sec. 2025.09.03 04:06:29.047196 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:29.047293 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:29.047336 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:29.047670 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:29.047706 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:29.048019 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:06:29.048231 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:29.048360 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.09.03 04:06:29.048398 [ 4 ] {d9a9346a-80fd-416d-8c56-4db44c217140} TCPHandler: Processed in 0.001251289 sec. 2025.09.03 04:06:31.889991 [ 131 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:06:31.890099 [ 131 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:06:32.004928 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9272 2025.09.03 04:06:32.005502 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:32.005549 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:32.006067 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:06:32.006310 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:32.006457 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9272 2025.09.03 04:06:32.038216 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 502 2025.09.03 04:06:32.040610 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:32.040660 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:32.041881 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:06:32.042159 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:32.042503 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 502 2025.09.03 04:06:32.507899 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.09.03 04:06:32.526952 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:32.527014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:32.532475 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:06:32.533185 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:32.536616 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.09.03 04:06:34.038405 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:34.038688 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:34.038790 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:34.039467 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.039510 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.039903 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:06:34.040139 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.040292 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} executeQuery: Read 86 rows, 7.39 KiB in 0.001683 sec., 51099.227569815805 rows/sec., 4.29 MiB/sec. 2025.09.03 04:06:34.040333 [ 4 ] {3102751c-a0d2-4d95-8738-25d7ab42c292} TCPHandler: Processed in 0.002111655 sec. 2025.09.03 04:06:34.040447 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:34.040543 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:34.040585 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:34.040968 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.041002 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.041292 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:06:34.041497 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.041622 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} executeQuery: Read 15 rows, 1.13 KiB in 0.001097 sec., 13673.655423883318 rows/sec., 1.00 MiB/sec. 2025.09.03 04:06:34.041659 [ 4 ] {a8efd2a5-7448-4b30-878b-052fa48ce084} TCPHandler: Processed in 0.001261469 sec. 2025.09.03 04:06:34.041756 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:34.041849 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:34.041890 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:34.042290 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.042324 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.042620 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:06:34.042840 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.042965 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} executeQuery: Read 79 rows, 6.32 KiB in 0.001134 sec., 69664.90299823633 rows/sec., 5.44 MiB/sec. 2025.09.03 04:06:34.043001 [ 4 ] {88edb33f-5110-49dc-99de-ac5bf742a022} TCPHandler: Processed in 0.001293939 sec. 2025.09.03 04:06:34.043107 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:34.043202 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:34.043244 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:34.043617 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.043652 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.043984 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:06:34.044206 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.044333 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2025.09.03 04:06:34.044369 [ 4 ] {e26cc731-aa27-413a-a029-39d2271407a6} TCPHandler: Processed in 0.001310719 sec. 2025.09.03 04:06:34.044474 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:34.044569 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:34.044623 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} 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.09.03 04:06:34.045364 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.045401 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.045921 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:06:34.046142 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.046253 [ 130 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:06:34.046275 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} executeQuery: Read 15 rows, 27.52 KiB in 0.001725 sec., 8695.652173913044 rows/sec., 15.58 MiB/sec. 2025.09.03 04:06:34.046329 [ 130 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.046351 [ 4 ] {7ef2ea61-18bc-4f85-83c3-8f9f37158b91} TCPHandler: Processed in 0.001925733 sec. 2025.09.03 04:06:34.046359 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.046464 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:34.046465 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:06:34.046566 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:34.046608 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:34.046661 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:34.046714 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 385 rows starting from the beginning of the part 2025.09.03 04:06:34.046826 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:34.046921 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:34.046929 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:34.046964 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:34.047009 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:34.047098 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:34.047186 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:34.047290 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:06:34.047503 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.047630 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.09.03 04:06:34.047664 [ 4 ] {fd8ff8c0-8de6-4391-b2a4-6a2f9193a73d} TCPHandler: Processed in 0.001249509 sec. 2025.09.03 04:06:34.050783 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 19 columns (19 merged, 0 gathered) in 0.004354182 sec., 110698.17476623623 rows/sec., 198.37 MiB/sec. 2025.09.03 04:06:34.051303 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:06:34.051596 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:34.051660 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_26_5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:06:34.051742 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2025.09.03 04:06:35.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 214.36 MiB, peak 219.96 MiB, free memory in arenas 0.00 B, will set to 215.57 MiB (RSS), difference: 1.21 MiB 2025.09.03 04:06:37.172176 [ 126 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.03 04:06:37.172267 [ 126 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:37.172292 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:37.172403 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.09.03 04:06:37.172522 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:37.172559 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part 2025.09.03 04:06:37.172656 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part 2025.09.03 04:06:37.172709 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 229 rows starting from the beginning of the part 2025.09.03 04:06:37.172760 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.09.03 04:06:37.172808 [ 193 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part 2025.09.03 04:06:37.173791 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 5 columns (5 merged, 0 gathered) in 0.00142942 sec., 798225.8538428174 rows/sec., 57.09 MiB/sec. 2025.09.03 04:06:37.173983 [ 197 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.03 04:06:37.174292 [ 197 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:37.174377 [ 197 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_5_1} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.03 04:06:37.174466 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.03 04:06:37.930075 [ 123 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.03 04:06:37.930136 [ 123 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:37.930156 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:37.930285 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.09.03 04:06:37.930435 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:37.930470 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.09.03 04:06:37.930540 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.09.03 04:06:37.930588 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2025.09.03 04:06:37.930633 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.09.03 04:06:37.930675 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part 2025.09.03 04:06:37.931476 [ 197 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001250899 sec., 33575.852247063915 rows/sec., 2.80 MiB/sec. 2025.09.03 04:06:37.931661 [ 200 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.03 04:06:37.931983 [ 200 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:37.932058 [ 200 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_5_1} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.03 04:06:37.932168 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.03 04:06:39.038190 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.038397 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:06:39.038477 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:06:39.039169 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.039223 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.039619 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:06:39.039876 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.040039 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} executeQuery: Read 2 rows, 167.00 B in 0.001698 sec., 1177.8563015312131 rows/sec., 96.05 KiB/sec. 2025.09.03 04:06:39.040091 [ 4 ] {3cf3511c-8667-48ca-85d0-3e0b1070f7bd} TCPHandler: Processed in 0.002044655 sec. 2025.09.03 04:06:39.040217 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.040323 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:39.040366 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:39.040838 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.040876 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.041210 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:06:39.041432 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.041563 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} executeQuery: Read 109 rows, 9.35 KiB in 0.001265 sec., 86166.00790513834 rows/sec., 7.22 MiB/sec. 2025.09.03 04:06:39.041603 [ 4 ] {e87e48f3-ca83-4444-b790-e7a541fb8e92} TCPHandler: Processed in 0.001438861 sec. 2025.09.03 04:06:39.041712 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.041808 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:39.041850 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:39.042247 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.042285 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.042595 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:06:39.042818 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.042951 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} executeQuery: Read 28 rows, 2.09 KiB in 0.001162 sec., 24096.385542168675 rows/sec., 1.76 MiB/sec. 2025.09.03 04:06:39.042990 [ 4 ] {09190d88-ec1e-4757-b70c-acf163d9866a} TCPHandler: Processed in 0.00132888 sec. 2025.09.03 04:06:39.043102 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.043207 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:39.043251 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:39.043688 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.043726 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.044076 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:06:39.044305 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.044450 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} executeQuery: Read 92 rows, 7.36 KiB in 0.001248 sec., 73717.94871794872 rows/sec., 5.76 MiB/sec. 2025.09.03 04:06:39.044495 [ 4 ] {55a0dc4c-6620-4c19-a35a-37fb592343e5} TCPHandler: Processed in 0.001445031 sec. 2025.09.03 04:06:39.044605 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.044703 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:39.044748 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:39.045199 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.045237 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.045586 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:06:39.045804 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.045935 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} executeQuery: Read 161 rows, 11.48 KiB in 0.001252 sec., 128594.24920127795 rows/sec., 8.96 MiB/sec. 2025.09.03 04:06:39.045974 [ 4 ] {a3384f5e-2459-425d-b01b-23ab6cbc3d24} TCPHandler: Processed in 0.00141823 sec. 2025.09.03 04:06:39.046085 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.046186 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:39.046247 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} 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.09.03 04:06:39.047070 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.047108 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.047651 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:06:39.047883 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.048022 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} executeQuery: Read 26 rows, 47.71 KiB in 0.001855 sec., 14016.172506738543 rows/sec., 25.12 MiB/sec. 2025.09.03 04:06:39.048077 [ 4 ] {5f4630f8-89aa-40c8-aa6c-0773017b2dc9} TCPHandler: Processed in 0.002042925 sec. 2025.09.03 04:06:39.048184 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:39.048284 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:39.048327 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:39.048654 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.048689 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.048997 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:06:39.049206 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.049335 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.09.03 04:06:39.049372 [ 4 ] {10e17ad1-9986-45bf-8248-187b37a23b6f} TCPHandler: Processed in 0.001237499 sec. 2025.09.03 04:06:39.506637 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9699 2025.09.03 04:06:39.507128 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.507174 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.507688 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:06:39.507954 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.508087 [ 120 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:06:39.508094 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 2025.09.03 04:06:39.508174 [ 120 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:39.508210 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:39.508335 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:06:39.508474 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:39.508516 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part 2025.09.03 04:06:39.508577 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part 2025.09.03 04:06:39.508620 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part 2025.09.03 04:06:39.508659 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part 2025.09.03 04:06:39.508693 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part 2025.09.03 04:06:39.508733 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part 2025.09.03 04:06:39.510686 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002411347 sec., 4022233.2165383087 rows/sec., 57.54 MiB/sec. 2025.09.03 04:06:39.510995 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:06:39.511349 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:39.511436 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_21_4} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:06:39.511566 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2025.09.03 04:06:40.036787 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.09.03 04:06:40.054701 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:40.054767 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:40.060386 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:06:40.061142 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:40.061438 [ 119 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:06:40.061505 [ 119 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:40.061525 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:40.061627 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:06:40.064950 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.09.03 04:06:40.065502 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:40.066817 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.09.03 04:06:40.071170 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.09.03 04:06:40.075256 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.09.03 04:06:40.079256 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.09.03 04:06:40.083312 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.09.03 04:06:40.087439 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.09.03 04:06:40.143775 [ 195 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.082189915 sec., 1934.5439157590076 rows/sec., 10.00 MiB/sec. 2025.09.03 04:06:40.146299 [ 200 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:06:40.148283 [ 200 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:40.148393 [ 200 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_21_4} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:06:40.150834 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.03 04:06:41.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 216.82 MiB, peak 227.38 MiB, free memory in arenas 0.00 B, will set to 222.11 MiB (RSS), difference: 5.28 MiB 2025.09.03 04:06:42.042774 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 528 2025.09.03 04:06:42.044881 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:42.044928 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:42.046095 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:06:42.046367 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:42.046509 [ 118 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.03 04:06:42.046582 [ 118 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:42.046605 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:42.046707 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 528 2025.09.03 04:06:42.046731 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::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.09.03 04:06:42.047369 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:42.047527 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 400 rows starting from the beginning of the part 2025.09.03 04:06:42.047933 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:42.048283 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.09.03 04:06:42.048606 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.09.03 04:06:42.048916 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2025.09.03 04:06:42.049232 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:42.055069 [ 188 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 72 columns (72 merged, 0 gathered) in 0.008393711 sec., 62904.23866154077 rows/sec., 53.46 MiB/sec. 2025.09.03 04:06:42.055775 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.03 04:06:42.056281 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:42.056353 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_16_3} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.03 04:06:42.056500 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2025.09.03 04:06:44.037263 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:44.037436 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:44.037500 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:44.038165 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:44.038206 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:44.038602 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:06:44.038829 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:44.038976 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} executeQuery: Read 86 rows, 7.39 KiB in 0.00159 sec., 54088.05031446541 rows/sec., 4.54 MiB/sec. 2025.09.03 04:06:44.039016 [ 4 ] {c81d10b5-338f-417f-b427-04d6a4268fe6} TCPHandler: Processed in 0.001879974 sec. 2025.09.03 04:06:44.039135 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:44.039228 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:44.039267 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:44.039652 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:44.039688 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:44.039988 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:06:44.040193 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:44.040318 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} executeQuery: Read 15 rows, 1.13 KiB in 0.001108 sec., 13537.906137184114 rows/sec., 1017.99 KiB/sec. 2025.09.03 04:06:44.040355 [ 4 ] {a31f3dd7-b308-413e-9b1e-ba784e403442} TCPHandler: Processed in 0.00126816 sec. 2025.09.03 04:06:44.040463 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:44.040555 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:44.040594 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:44.041000 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:44.041035 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:44.041335 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:06:44.041543 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:44.041665 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} executeQuery: Read 79 rows, 6.32 KiB in 0.001127 sec., 70097.60425909495 rows/sec., 5.47 MiB/sec. 2025.09.03 04:06:44.041702 [ 4 ] {0d03b9ca-83ea-40e4-8c18-5d68eee5a9db} TCPHandler: Processed in 0.001285949 sec. 2025.09.03 04:06:44.041804 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:44.041896 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:44.041939 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:44.042332 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:44.042368 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:44.042682 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:06:44.042893 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:44.043018 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. 2025.09.03 04:06:44.043053 [ 4 ] {3a0dc91d-fb92-4c10-b715-2c62afeb09c2} TCPHandler: Processed in 0.001296659 sec. 2025.09.03 04:06:44.043156 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:44.043258 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:44.043316 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} 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.09.03 04:06:44.044094 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:44.044132 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:44.044750 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:06:44.044979 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:44.045118 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} executeQuery: Read 15 rows, 27.52 KiB in 0.001877 sec., 7991.475759190197 rows/sec., 14.32 MiB/sec. 2025.09.03 04:06:44.045171 [ 4 ] {bc239c51-6ed9-4ed0-b899-b09b22c40319} TCPHandler: Processed in 0.002065125 sec. 2025.09.03 04:06:44.045277 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:44.045373 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:44.045416 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:44.045764 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:44.045801 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:44.046100 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:06:44.046313 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:44.046435 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.09.03 04:06:44.046472 [ 4 ] {2157212d-56b3-4847-9687-60669ec780b6} TCPHandler: Processed in 0.001244589 sec. 2025.09.03 04:06:46.890149 [ 113 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:06:46.890212 [ 113 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:06:47.008343 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10187 2025.09.03 04:06:47.009154 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:47.009219 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:47.009905 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:47.010134 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:47.010259 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10187 2025.09.03 04:06:47.565133 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.09.03 04:06:47.580050 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:47.580115 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:47.586271 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:06:47.586985 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:47.589618 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.09.03 04:06:49.038195 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:49.038372 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:49.038442 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:49.039115 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.039161 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.039583 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:06:49.039807 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.039950 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} executeQuery: Read 108 rows, 9.27 KiB in 0.001629 sec., 66298.34254143646 rows/sec., 5.56 MiB/sec. 2025.09.03 04:06:49.039991 [ 4 ] {47f99bd4-7b88-4503-abf2-07fbae7ce2e6} TCPHandler: Processed in 0.001924914 sec. 2025.09.03 04:06:49.040001 [ 111 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:06:49.040073 [ 111 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.040097 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.040108 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:49.040207 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:49.040219 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:06:49.040247 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:49.040372 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:49.040413 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1287 rows starting from the beginning of the part 2025.09.03 04:06:49.040486 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part 2025.09.03 04:06:49.040535 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 86 rows starting from the beginning of the part 2025.09.03 04:06:49.040580 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 109 rows starting from the beginning of the part 2025.09.03 04:06:49.040622 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 86 rows starting from the beginning of the part 2025.09.03 04:06:49.040662 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.040665 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 108 rows starting from the beginning of the part 2025.09.03 04:06:49.040706 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.041171 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:06:49.041408 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.041541 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} executeQuery: Read 26 rows, 1.96 KiB in 0.001352 sec., 19230.76923076923 rows/sec., 1.41 MiB/sec. 2025.09.03 04:06:49.041579 [ 4 ] {140c9753-1d96-4af0-b0de-c255d81b353b} TCPHandler: Processed in 0.001519141 sec. 2025.09.03 04:06:49.041688 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:49.041781 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:49.041820 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:49.041993 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1784 rows, containing 5 columns (5 merged, 0 gathered) in 0.001828953 sec., 975421.4569756577 rows/sec., 84.97 MiB/sec. 2025.09.03 04:06:49.042252 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:06:49.042262 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.042301 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.042527 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.042598 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_31_6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:06:49.042611 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:06:49.042678 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.09.03 04:06:49.042819 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.042920 [ 111 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:06:49.042940 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} executeQuery: Read 90 rows, 7.20 KiB in 0.001177 sec., 76465.59048428206 rows/sec., 5.97 MiB/sec. 2025.09.03 04:06:49.042953 [ 111 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.042979 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.042983 [ 4 ] {581d80c8-f6fa-43ad-927b-363a2ea9cf06} TCPHandler: Processed in 0.00134338 sec. 2025.09.03 04:06:49.043068 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:06:49.043105 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:49.043170 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:49.043202 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 595 rows starting from the beginning of the part 2025.09.03 04:06:49.043203 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:49.043253 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2025.09.03 04:06:49.043257 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:49.043304 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 79 rows starting from the beginning of the part 2025.09.03 04:06:49.043346 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 92 rows starting from the beginning of the part 2025.09.03 04:06:49.043382 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 79 rows starting from the beginning of the part 2025.09.03 04:06:49.043416 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2025.09.03 04:06:49.043729 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.043767 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.044101 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:06:49.044293 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013305 sec., 770387.0725291243 rows/sec., 61.53 MiB/sec. 2025.09.03 04:06:49.044314 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.044481 [ 111 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:06:49.044504 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} executeQuery: Read 160 rows, 11.41 KiB in 0.001318 sec., 121396.05462822459 rows/sec., 8.45 MiB/sec. 2025.09.03 04:06:49.044516 [ 111 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.044523 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:06:49.044549 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.044549 [ 4 ] {6d55adb9-3136-4acb-a1f4-843e72e2f177} TCPHandler: Processed in 0.001490281 sec. 2025.09.03 04:06:49.044641 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:06:49.044683 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:49.044754 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:49.044782 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:49.044794 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7897 rows starting from the beginning of the part 2025.09.03 04:06:49.044846 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} 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.09.03 04:06:49.044872 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:49.044896 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.044937 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:49.044989 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part 2025.09.03 04:06:49.044996 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_31_6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:06:49.045038 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:49.045087 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.09.03 04:06:49.045102 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.09.03 04:06:49.045702 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.045742 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.046310 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:06:49.046552 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.046692 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} executeQuery: Read 26 rows, 47.71 KiB in 0.001928 sec., 13485.477178423236 rows/sec., 24.17 MiB/sec. 2025.09.03 04:06:49.046745 [ 4 ] {f2802123-3ce9-4f7a-9965-c8dbb0b0ac4c} TCPHandler: Processed in 0.002109375 sec. 2025.09.03 04:06:49.046854 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:49.046947 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:49.046988 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:49.047320 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.047354 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.047665 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:06:49.047877 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.047977 [ 111 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:06:49.048001 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.09.03 04:06:49.048008 [ 111 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:49.048040 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:49.048043 [ 4 ] {5e4862e4-ea72-4649-a59f-e20dbba8e2e2} TCPHandler: Processed in 0.001237699 sec. 2025.09.03 04:06:49.048134 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:06:49.048257 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:49.048291 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1500 rows starting from the beginning of the part 2025.09.03 04:06:49.048355 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:49.048404 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:49.048448 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:49.048493 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:49.048537 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.09.03 04:06:49.048668 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 8698 rows, containing 5 columns (5 merged, 0 gathered) in 0.004066259 sec., 2139066.891705619 rows/sec., 146.22 MiB/sec. 2025.09.03 04:06:49.048825 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:06:49.049088 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.049165 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_31_6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:06:49.049232 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2025.09.03 04:06:49.049766 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 4 columns (4 merged, 0 gathered) in 0.001670012 sec., 1077836.566443834 rows/sec., 72.64 MiB/sec. 2025.09.03 04:06:49.050020 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:06:49.050291 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:49.050370 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_31_6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:06:49.050455 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.09.03 04:06:50.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.11 MiB, peak 230.99 MiB, free memory in arenas 0.00 B, will set to 225.20 MiB (RSS), difference: 1.09 MiB 2025.09.03 04:06:52.047016 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 552 2025.09.03 04:06:52.049260 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:52.049319 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:52.050515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:06:52.050793 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:52.051172 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2025.09.03 04:06:54.063996 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.064199 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:54.064280 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:54.065426 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.065466 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.065950 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:06:54.066211 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.066369 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} executeQuery: Read 1226 rows, 103.95 KiB in 0.002226 sec., 550763.7017070979 rows/sec., 45.60 MiB/sec. 2025.09.03 04:06:54.066413 [ 4 ] {0558cd4e-15f8-4c24-9323-06e6fc77a757} TCPHandler: Processed in 0.002560058 sec. 2025.09.03 04:06:54.066536 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.066634 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:54.066676 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:54.067083 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.067118 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.067429 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:06:54.067642 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.067732 [ 105 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:06:54.067760 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} executeQuery: Read 15 rows, 1.13 KiB in 0.001164 sec., 12886.597938144329 rows/sec., 969.01 KiB/sec. 2025.09.03 04:06:54.067768 [ 105 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.067791 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.067797 [ 4 ] {b77e92bd-9762-4393-9c69-127055c40e37} TCPHandler: Processed in 0.001334569 sec. 2025.09.03 04:06:54.067903 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.067907 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:06:54.067993 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:06:54.068036 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:06:54.068060 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:54.068096 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part 2025.09.03 04:06:54.068157 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:54.068201 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part 2025.09.03 04:06:54.068243 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:54.068282 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:54.068320 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:54.068530 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.068573 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.068924 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.03 04:06:54.069166 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.069240 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.00135959 sec., 114740.4732309005 rows/sec., 8.79 MiB/sec. 2025.09.03 04:06:54.069292 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} executeQuery: Read 228 rows, 15.81 KiB in 0.001282 sec., 177847.11388455538 rows/sec., 12.04 MiB/sec. 2025.09.03 04:06:54.069336 [ 4 ] {0e721b87-59cb-4e82-be30-bbe10d05b329} TCPHandler: Processed in 0.001454071 sec. 2025.09.03 04:06:54.069396 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:06:54.069450 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.069550 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:54.069595 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:54.069672 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.069755 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_31_6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:06:54.069843 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:06:54.070147 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.070187 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.070529 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:06:54.070757 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.070881 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} executeQuery: Read 535 rows, 40.61 KiB in 0.001349 sec., 396590.066716086 rows/sec., 29.39 MiB/sec. 2025.09.03 04:06:54.070919 [ 4 ] {b8e015cb-112e-42a0-b22d-e9f93b890dd8} TCPHandler: Processed in 0.001519191 sec. 2025.09.03 04:06:54.071042 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.071137 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:54.071179 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:54.071725 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.071760 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.072137 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:06:54.072356 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.072482 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} executeQuery: Read 844 rows, 58.17 KiB in 0.001363 sec., 619222.3037417461 rows/sec., 41.68 MiB/sec. 2025.09.03 04:06:54.072519 [ 4 ] {148a214c-6591-43f8-a35f-f396504b2511} TCPHandler: Processed in 0.001526862 sec. 2025.09.03 04:06:54.072630 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.072725 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:54.072780 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} 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.09.03 04:06:54.073532 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.073568 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.074084 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:06:54.074312 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.074446 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} executeQuery: Read 15 rows, 27.52 KiB in 0.001739 sec., 8625.646923519264 rows/sec., 15.46 MiB/sec. 2025.09.03 04:06:54.074498 [ 4 ] {1242e117-06f8-40a9-8331-fd8d9e347dd6} TCPHandler: Processed in 0.001918624 sec. 2025.09.03 04:06:54.074618 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:54.074736 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:54.074786 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:54.075182 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.075224 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.075597 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:06:54.075820 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.075947 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001235 sec., 48582.995951417004 rows/sec., 3.27 MiB/sec. 2025.09.03 04:06:54.075985 [ 4 ] {8c8756c8-1f05-44b7-8511-9688cbaf46fb} TCPHandler: Processed in 0.001428831 sec. 2025.09.03 04:06:54.510451 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10614 2025.09.03 04:06:54.510987 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:54.511033 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:54.511604 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:54.511852 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:54.511989 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 2025.09.03 04:06:55.089799 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.09.03 04:06:55.105685 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:55.105725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:55.111826 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:06:55.112579 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:55.116000 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.09.03 04:06:59.038242 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:59.038492 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:06:59.038593 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:06:59.039290 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.039338 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:59.039743 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:06:59.039982 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.040147 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} executeQuery: Read 108 rows, 9.27 KiB in 0.001713 sec., 63047.28546409808 rows/sec., 5.29 MiB/sec. 2025.09.03 04:06:59.040212 [ 4 ] {533da574-f52a-4751-99e7-6a6a7a845c3e} TCPHandler: Processed in 0.002120105 sec. 2025.09.03 04:06:59.040358 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:59.040484 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:06:59.040537 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:06:59.040992 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.041031 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:59.041357 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:06:59.041588 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.041761 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} executeQuery: Read 26 rows, 1.96 KiB in 0.001306 sec., 19908.116385911177 rows/sec., 1.46 MiB/sec. 2025.09.03 04:06:59.041819 [ 4 ] {f5be25b4-f71d-48c9-ab7a-a0de0e1d47fe} TCPHandler: Processed in 0.001524331 sec. 2025.09.03 04:06:59.041947 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:59.042069 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:06:59.042123 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:06:59.042689 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.042736 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:59.043192 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:06:59.043517 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.043691 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} executeQuery: Read 90 rows, 7.20 KiB in 0.001645 sec., 54711.2462006079 rows/sec., 4.27 MiB/sec. 2025.09.03 04:06:59.043745 [ 4 ] {fe5ca720-1cd0-4b3d-84b1-99f4bd25bcb7} TCPHandler: Processed in 0.001858564 sec. 2025.09.03 04:06:59.043883 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:59.044005 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:59.044066 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:06:59.044623 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.044669 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:59.045134 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:06:59.045460 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.045635 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. 2025.09.03 04:06:59.045679 [ 4 ] {3b38fd2c-110a-44bd-b06b-1bc33fbff3f6} TCPHandler: Processed in 0.001857544 sec. 2025.09.03 04:06:59.045792 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:59.045888 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:06:59.045956 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} 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.09.03 04:06:59.046783 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.046820 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:59.047364 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:06:59.047597 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.047713 [ 99 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:06:59.047735 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} executeQuery: Read 26 rows, 47.71 KiB in 0.001865 sec., 13941.018766756033 rows/sec., 24.98 MiB/sec. 2025.09.03 04:06:59.047785 [ 99 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.047811 [ 4 ] {c30e1df7-009b-4eb6-af7d-5e69e32046cb} TCPHandler: Processed in 0.002069585 sec. 2025.09.03 04:06:59.047812 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:06:59.047923 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:06:59.047932 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:06:59.048041 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:06:59.048084 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:06:59.048120 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:06:59.048175 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 482 rows starting from the beginning of the part 2025.09.03 04:06:59.048296 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:59.048399 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:59.048427 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:06:59.048463 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:06:59.048493 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:59.048587 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part 2025.09.03 04:06:59.048678 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2025.09.03 04:06:59.048776 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:06:59.048998 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.049125 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.09.03 04:06:59.049163 [ 4 ] {dabd96cb-c107-4320-875f-67e2cc29795b} TCPHandler: Processed in 0.00128174 sec. 2025.09.03 04:06:59.071009 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 19 columns (19 merged, 0 gathered) in 0.023124437 sec., 25514.13467925727 rows/sec., 45.72 MiB/sec. 2025.09.03 04:06:59.071981 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:06:59.072381 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:06:59.072466 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_31_6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:06:59.072629 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2025.09.03 04:07:00.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.96 MiB, peak 233.30 MiB, free memory in arenas 0.00 B, will set to 227.49 MiB (RSS), difference: 1.53 MiB 2025.09.03 04:07:01.890457 [ 92 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:07:01.890525 [ 92 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:07:02.012185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11102 2025.09.03 04:07:02.012970 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:02.013018 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:02.013597 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:07:02.013854 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:02.014000 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11102 2025.09.03 04:07:02.051435 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 578 2025.09.03 04:07:02.053527 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:02.053573 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:02.054732 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:07:02.054997 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:02.055250 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 578 2025.09.03 04:07:02.616176 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.09.03 04:07:02.633699 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:02.633759 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:02.639707 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:07:02.640439 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:02.643889 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.09.03 04:07:04.038018 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:04.038197 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:04.038261 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:04.038915 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:04.038960 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:04.039364 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:07:04.039589 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:04.039736 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} executeQuery: Read 86 rows, 7.39 KiB in 0.001588 sec., 54156.17128463476 rows/sec., 4.54 MiB/sec. 2025.09.03 04:07:04.039776 [ 4 ] {322a7af8-fa1b-4105-8ef2-e271b5528048} TCPHandler: Processed in 0.001885314 sec. 2025.09.03 04:07:04.039906 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:04.040000 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:04.040039 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:04.040436 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:04.040470 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:04.040758 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:07:04.040960 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:04.041080 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} executeQuery: Read 15 rows, 1.13 KiB in 0.001099 sec., 13648.771610555052 rows/sec., 1.00 MiB/sec. 2025.09.03 04:07:04.041115 [ 4 ] {5305691b-dde6-4df7-a0a7-b8cc93d091e4} TCPHandler: Processed in 0.001258169 sec. 2025.09.03 04:07:04.041225 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:04.041317 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:04.041355 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:04.041761 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:04.041794 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:04.042089 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:07:04.042293 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:04.042414 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} executeQuery: Read 79 rows, 6.32 KiB in 0.001115 sec., 70852.01793721973 rows/sec., 5.53 MiB/sec. 2025.09.03 04:07:04.042449 [ 4 ] {78fcef62-e964-4b60-a070-42de747ec204} TCPHandler: Processed in 0.001271099 sec. 2025.09.03 04:07:04.042560 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:04.042653 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:04.042695 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:04.043100 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:04.043133 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:04.043452 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:07:04.043669 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:04.043792 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2025.09.03 04:07:04.043828 [ 4 ] {d05487ba-d236-4eec-8eca-4b48164b65f5} TCPHandler: Processed in 0.00131512 sec. 2025.09.03 04:07:04.043937 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:04.044029 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:04.044081 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} 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.09.03 04:07:04.044862 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:04.044895 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:04.045422 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:07:04.045645 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:04.045777 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} executeQuery: Read 15 rows, 27.52 KiB in 0.001766 sec., 8493.771234428086 rows/sec., 15.22 MiB/sec. 2025.09.03 04:07:04.045829 [ 4 ] {2c74b8da-d3d9-4c21-b594-3f9d0ef946e9} TCPHandler: Processed in 0.001939774 sec. 2025.09.03 04:07:04.045942 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:04.046035 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:04.046075 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:04.046418 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:04.046453 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.03 04:07:04.046754 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:07:04.046956 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:04.047074 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.09.03 04:07:04.047108 [ 4 ] {129ab28b-dce9-495c-8a93-63711b160b4d} TCPHandler: Processed in 0.001213469 sec. 2025.09.03 04:07:09.039843 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:09.040041 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:09.040114 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:09.040813 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.040864 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.041308 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:07:09.041587 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.041747 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} executeQuery: Read 108 rows, 9.27 KiB in 0.001757 sec., 61468.41206602162 rows/sec., 5.15 MiB/sec. 2025.09.03 04:07:09.041798 [ 4 ] {c45ea4f8-9fe0-4b68-929b-14f34bb96b67} TCPHandler: Processed in 0.002094115 sec. 2025.09.03 04:07:09.041927 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:09.042032 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:09.042077 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:09.042498 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.042535 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.042854 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:07:09.043085 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.043228 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} executeQuery: Read 26 rows, 1.96 KiB in 0.001221 sec., 21294.02129402129 rows/sec., 1.56 MiB/sec. 2025.09.03 04:07:09.043269 [ 4 ] {ba87a21b-1167-40dc-9e2f-4e70a6bef66c} TCPHandler: Processed in 0.00139563 sec. 2025.09.03 04:07:09.043396 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:09.043496 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:09.043537 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:09.043973 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.044010 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.044326 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:07:09.044551 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.044681 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} executeQuery: Read 90 rows, 7.20 KiB in 0.001205 sec., 74688.79668049794 rows/sec., 5.83 MiB/sec. 2025.09.03 04:07:09.044721 [ 4 ] {4a35cf70-d6e3-4d6a-a7a7-c67337d1159d} TCPHandler: Processed in 0.00138221 sec. 2025.09.03 04:07:09.044837 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:09.044934 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:09.044979 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:09.045384 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.045421 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.045775 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:07:09.046036 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.046170 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2025.09.03 04:07:09.046207 [ 4 ] {45992a9b-5bf3-4fa8-9389-239d9148ca38} TCPHandler: Processed in 0.00142094 sec. 2025.09.03 04:07:09.046319 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:09.046421 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:09.046478 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} 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.09.03 04:07:09.047325 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.047362 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.047926 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:07:09.048170 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.048310 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} executeQuery: Read 26 rows, 47.71 KiB in 0.001906 sec., 13641.133263378804 rows/sec., 24.44 MiB/sec. 2025.09.03 04:07:09.048375 [ 4 ] {56bb5078-b935-4d5a-a3d0-fa8601a937df} TCPHandler: Processed in 0.002107336 sec. 2025.09.03 04:07:09.048487 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:09.048583 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:09.048625 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:09.048999 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.049037 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.049353 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:07:09.049572 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.049701 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.09.03 04:07:09.049740 [ 4 ] {a7412161-0403-492f-9b28-38b93e9caf26} TCPHandler: Processed in 0.00130201 sec. 2025.09.03 04:07:09.514189 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11529 2025.09.03 04:07:09.514745 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:09.514795 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:09.515313 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:07:09.515544 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:09.515676 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 2025.09.03 04:07:10.144060 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.09.03 04:07:10.162834 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:10.162896 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:10.168376 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:07:10.169096 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:10.172239 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.09.03 04:07:12.055536 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 602 2025.09.03 04:07:12.058089 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:12.058142 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:12.059331 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:07:12.059609 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:12.059981 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 602 2025.09.03 04:07:14.037574 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:14.037776 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:14.037855 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:14.038603 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.038650 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.039071 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:07:14.039314 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.039471 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} executeQuery: Read 86 rows, 7.39 KiB in 0.001751 sec., 49114.79154768704 rows/sec., 4.12 MiB/sec. 2025.09.03 04:07:14.039501 [ 80 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:07:14.039516 [ 4 ] {a76d9d0c-2608-4fa6-9b32-4dc143124cc6} TCPHandler: Processed in 0.002082515 sec. 2025.09.03 04:07:14.039587 [ 80 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.039618 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.039695 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:14.039799 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:14.039808 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:07:14.039842 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:14.040033 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:14.040092 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1287 rows starting from the beginning of the part 2025.09.03 04:07:14.040195 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:07:14.040267 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 108 rows starting from the beginning of the part 2025.09.03 04:07:14.040290 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.040306 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 86 rows starting from the beginning of the part 2025.09.03 04:07:14.040335 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.040358 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 108 rows starting from the beginning of the part 2025.09.03 04:07:14.040404 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 86 rows starting from the beginning of the part 2025.09.03 04:07:14.040683 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:07:14.040936 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.041071 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} executeQuery: Read 15 rows, 1.13 KiB in 0.001292 sec., 11609.907120743035 rows/sec., 873.01 KiB/sec. 2025.09.03 04:07:14.041111 [ 4 ] {eb7f7683-a208-48ad-8c35-cdc120d32c1b} TCPHandler: Processed in 0.001467621 sec. 2025.09.03 04:07:14.041225 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:14.041321 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:14.041362 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:14.041755 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.002035154 sec., 1425444.95404279 rows/sec., 123.85 MiB/sec. 2025.09.03 04:07:14.041803 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.041845 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.041997 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:07:14.042212 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:07:14.042286 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.042378 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_36_7} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:07:14.042454 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:07:14.042478 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.042590 [ 80 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:07:14.042616 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} executeQuery: Read 79 rows, 6.32 KiB in 0.001312 sec., 60213.41463414634 rows/sec., 4.70 MiB/sec. 2025.09.03 04:07:14.042620 [ 80 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.042656 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.042661 [ 4 ] {879c84ae-5ba4-4f72-b481-873f008b6b61} TCPHandler: Processed in 0.001487221 sec. 2025.09.03 04:07:14.042758 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:07:14.042788 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:14.042877 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:14.042891 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:14.042916 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 595 rows starting from the beginning of the part 2025.09.03 04:07:14.042944 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:14.042982 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 535 rows starting from the beginning of the part 2025.09.03 04:07:14.043036 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part 2025.09.03 04:07:14.043091 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 79 rows starting from the beginning of the part 2025.09.03 04:07:14.043135 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 90 rows starting from the beginning of the part 2025.09.03 04:07:14.043178 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 79 rows starting from the beginning of the part 2025.09.03 04:07:14.043378 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.043422 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.043780 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:07:14.044005 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.044096 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138115 sec., 1062882.3806248417 rows/sec., 84.00 MiB/sec. 2025.09.03 04:07:14.044112 [ 80 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:07:14.044138 [ 80 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.044139 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. 2025.09.03 04:07:14.044155 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.044191 [ 4 ] {1bb7e01d-c16d-463c-8224-4b62e276e2b3} TCPHandler: Processed in 0.0014536 sec. 2025.09.03 04:07:14.044231 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:07:14.044290 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:07:14.044311 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:14.044322 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:14.044366 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8698 rows starting from the beginning of the part 2025.09.03 04:07:14.044413 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 844 rows starting from the beginning of the part 2025.09.03 04:07:14.044419 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:14.044454 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:14.044486 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} 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.09.03 04:07:14.044493 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:14.044541 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:14.044575 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:14.044606 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.044700 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_36_7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:07:14.044802 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:07:14.045279 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.045320 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.045867 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:07:14.046087 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.046224 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} executeQuery: Read 15 rows, 27.52 KiB in 0.001824 sec., 8223.684210526315 rows/sec., 14.74 MiB/sec. 2025.09.03 04:07:14.046278 [ 4 ] {43212762-f77f-4744-bd4c-57a98c3789ee} TCPHandler: Processed in 0.002015724 sec. 2025.09.03 04:07:14.046395 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:14.046487 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:14.046528 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:14.046863 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.046898 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.047202 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:07:14.047407 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.047533 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.09.03 04:07:14.047531 [ 74 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:07:14.047568 [ 4 ] {b2f47b91-e46a-4be1-98d2-fb0e5adea827} TCPHandler: Processed in 0.001221129 sec. 2025.09.03 04:07:14.047612 [ 74 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:14.047638 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:14.047697 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10182 rows, containing 5 columns (5 merged, 0 gathered) in 0.003487966 sec., 2919179.831454779 rows/sec., 199.53 MiB/sec. 2025.09.03 04:07:14.047721 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:07:14.047845 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:14.047874 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1800 rows starting from the beginning of the part 2025.09.03 04:07:14.047929 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:14.047972 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:14.048011 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:14.048031 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:07:14.048048 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:14.048092 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:14.048369 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.048444 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_36_7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:07:14.048538 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. 2025.09.03 04:07:14.049076 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.00139345 sec., 1507050.845024938 rows/sec., 101.56 MiB/sec. 2025.09.03 04:07:14.049413 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:07:14.049721 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:14.049792 [ 193 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_36_7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:07:14.049880 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.09.03 04:07:16.890559 [ 61 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:07:16.890625 [ 61 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:07:17.015861 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12017 2025.09.03 04:07:17.016550 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:17.016588 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:17.017083 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:07:17.017312 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:17.017441 [ 61 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:07:17.017453 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12017 2025.09.03 04:07:17.017486 [ 61 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:17.017509 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:17.017626 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:07:17.017761 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:17.017798 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part 2025.09.03 04:07:17.017861 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part 2025.09.03 04:07:17.017906 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part 2025.09.03 04:07:17.017946 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part 2025.09.03 04:07:17.017982 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part 2025.09.03 04:07:17.018017 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part 2025.09.03 04:07:17.022441 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12017 rows, containing 4 columns (4 merged, 0 gathered) in 0.004865955 sec., 2469607.7131827152 rows/sec., 35.33 MiB/sec. 2025.09.03 04:07:17.022725 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:07:17.022993 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:17.023062 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_26_5} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:07:17.023141 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.09.03 04:07:17.672409 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.09.03 04:07:17.689419 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:17.689473 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:17.694854 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:07:17.695529 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:17.695795 [ 72 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:07:17.695838 [ 72 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:17.695860 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:17.696006 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:07:17.698555 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.09.03 04:07:17.699579 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:17.700873 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.09.03 04:07:17.705157 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.09.03 04:07:17.709197 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.09.03 04:07:17.713008 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.09.03 04:07:17.717031 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.09.03 04:07:17.720613 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.09.03 04:07:17.770676 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.074725891 sec., 2622.91954471309 rows/sec., 13.56 MiB/sec. 2025.09.03 04:07:17.773640 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:07:17.775915 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:17.776030 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_26_5} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:07:17.778232 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.03 04:07:18.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.38 MiB, peak 239.94 MiB, free memory in arenas 0.00 B, will set to 232.76 MiB (RSS), difference: 3.38 MiB 2025.09.03 04:07:19.038564 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:19.038847 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:19.038954 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:19.039802 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.039847 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.040254 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:07:19.040480 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.040631 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} executeQuery: Read 108 rows, 9.27 KiB in 0.001862 sec., 58002.14822771214 rows/sec., 4.86 MiB/sec. 2025.09.03 04:07:19.040673 [ 4 ] {782c6544-cfcc-4fb9-a69d-3042ba53efe6} TCPHandler: Processed in 0.002293776 sec. 2025.09.03 04:07:19.040797 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:19.040893 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:19.040935 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:19.041331 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.041368 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.041668 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:07:19.041882 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.041996 [ 71 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:07:19.042010 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} executeQuery: Read 26 rows, 1.96 KiB in 0.001137 sec., 22867.194371152156 rows/sec., 1.68 MiB/sec. 2025.09.03 04:07:19.042068 [ 71 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.042076 [ 4 ] {502cc74b-cdfd-47f8-a413-fd100345f16d} TCPHandler: Processed in 0.001329079 sec. 2025.09.03 04:07:19.042097 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.042207 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:19.042213 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:07:19.042337 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:19.042365 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:19.042392 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:19.042407 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 57 rows starting from the beginning of the part 2025.09.03 04:07:19.042487 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:19.042537 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:19.042586 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:19.042627 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:19.042677 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:19.042928 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.042980 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.043512 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:07:19.043557 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00139154 sec., 118573.66658522213 rows/sec., 9.10 MiB/sec. 2025.09.03 04:07:19.043756 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.043761 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:07:19.043899 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} executeQuery: Read 90 rows, 7.20 KiB in 0.001587 sec., 56710.775047258976 rows/sec., 4.43 MiB/sec. 2025.09.03 04:07:19.043944 [ 4 ] {7b93934b-5ae8-4efd-a0e8-ba0fe69a0236} TCPHandler: Processed in 0.001798863 sec. 2025.09.03 04:07:19.044062 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:19.044106 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.044159 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:19.044187 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_36_7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:07:19.044210 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:19.044297 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:07:19.044624 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.044665 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.045018 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:07:19.045276 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.045431 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} executeQuery: Read 160 rows, 11.41 KiB in 0.00129 sec., 124031.007751938 rows/sec., 8.64 MiB/sec. 2025.09.03 04:07:19.045476 [ 4 ] {7667c2ae-860c-4757-9fa1-f3d41086d349} TCPHandler: Processed in 0.001464031 sec. 2025.09.03 04:07:19.045591 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:19.045686 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:19.045741 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} 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.09.03 04:07:19.046591 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.046627 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.047208 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:07:19.047433 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.047568 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} executeQuery: Read 26 rows, 47.71 KiB in 0.001901 sec., 13677.012098895319 rows/sec., 24.51 MiB/sec. 2025.09.03 04:07:19.047623 [ 4 ] {256df55b-46f9-4e56-8c49-c4240919e237} TCPHandler: Processed in 0.002081465 sec. 2025.09.03 04:07:19.047738 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:19.047832 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:19.047874 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:19.048211 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:19.048246 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:19.048546 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:07:19.048756 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:19.048881 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.09.03 04:07:19.048917 [ 4 ] {1fdaad63-cfb0-4884-9c35-2069c38da52d} TCPHandler: Processed in 0.001228709 sec. 2025.09.03 04:07:22.060258 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 626 2025.09.03 04:07:22.062881 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:22.062932 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:22.064121 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:07:22.064395 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:22.064643 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 626 2025.09.03 04:07:24.065155 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.065356 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:07:24.065432 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:07:24.066089 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.066139 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.066541 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:07:24.066779 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.066936 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} executeQuery: Read 14 rows, 1.14 KiB in 0.001634 sec., 8567.931456548347 rows/sec., 698.65 KiB/sec. 2025.09.03 04:07:24.066994 [ 4 ] {a98decad-b181-4dd0-992b-a62a98dc76e4} TCPHandler: Processed in 0.001980104 sec. 2025.09.03 04:07:24.067135 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.067240 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:24.067283 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:24.068170 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.068209 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.068645 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:07:24.068858 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.068994 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} executeQuery: Read 1233 rows, 104.46 KiB in 0.001777 sec., 693866.0664040518 rows/sec., 57.41 MiB/sec. 2025.09.03 04:07:24.069034 [ 4 ] {1d4fefbb-cd87-47c6-ac1d-73ce9deb9aea} TCPHandler: Processed in 0.001949964 sec. 2025.09.03 04:07:24.069166 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.069263 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:24.069302 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:24.069701 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.069737 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.070030 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:07:24.070248 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.070373 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} executeQuery: Read 29 rows, 2.11 KiB in 0.00113 sec., 25663.716814159292 rows/sec., 1.82 MiB/sec. 2025.09.03 04:07:24.070410 [ 4 ] {4456a0b4-fb1b-4e34-ba91-2860bfc675b1} TCPHandler: Processed in 0.00129795 sec. 2025.09.03 04:07:24.070515 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.070609 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:07:24.070648 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:07:24.071132 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.071196 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.071516 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.03 04:07:24.071734 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.071855 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} executeQuery: Read 228 rows, 15.81 KiB in 0.001265 sec., 180237.15415019763 rows/sec., 12.20 MiB/sec. 2025.09.03 04:07:24.071892 [ 4 ] {7a0bbb12-26d4-44e9-a79c-597544db6a1f} TCPHandler: Processed in 0.001425871 sec. 2025.09.03 04:07:24.071999 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.072092 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:24.072131 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:24.072756 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.072791 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.073133 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:07:24.073345 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.073475 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} executeQuery: Read 549 rows, 41.75 KiB in 0.001401 sec., 391862.95503211993 rows/sec., 29.10 MiB/sec. 2025.09.03 04:07:24.073513 [ 4 ] {28cc0550-514b-4f16-804f-32eff10ae35f} TCPHandler: Processed in 0.001561861 sec. 2025.09.03 04:07:24.073621 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.073714 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:24.073758 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:24.074314 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.074350 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.074727 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:07:24.074942 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.075076 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} executeQuery: Read 851 rows, 58.66 KiB in 0.001379 sec., 617113.8506163887 rows/sec., 41.54 MiB/sec. 2025.09.03 04:07:24.075112 [ 4 ] {60c836c1-d325-43bf-aa7a-884ed1816740} TCPHandler: Processed in 0.001539491 sec. 2025.09.03 04:07:24.075219 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.075312 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:24.075367 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} 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.09.03 04:07:24.076149 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.076185 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.076713 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:07:24.076944 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.077060 [ 68 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:07:24.077085 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} executeQuery: Read 15 rows, 27.52 KiB in 0.00179 sec., 8379.888268156425 rows/sec., 15.02 MiB/sec. 2025.09.03 04:07:24.077139 [ 68 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.077167 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.077171 [ 4 ] {0c152c40-4b03-4ec2-8d0c-df8cdc2c41b6} TCPHandler: Processed in 0.001999745 sec. 2025.09.03 04:07:24.077296 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:24.077314 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:07:24.077391 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:24.077438 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:24.077604 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:24.077667 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 590 rows starting from the beginning of the part 2025.09.03 04:07:24.077775 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.077791 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:24.077819 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.077906 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:24.078009 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:24.078097 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:24.078177 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:07:24.078190 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:24.078413 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.078560 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2025.09.03 04:07:24.078597 [ 4 ] {46c0315e-05a9-4c0d-8601-e65a4a6f892b} TCPHandler: Processed in 0.00134977 sec. 2025.09.03 04:07:24.083017 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 687 rows, containing 19 columns (19 merged, 0 gathered) in 0.005762242 sec., 119224.4268810647 rows/sec., 213.64 MiB/sec. 2025.09.03 04:07:24.084172 [ 190 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:07:24.084568 [ 190 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.084651 [ 190 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_36_7} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:07:24.084826 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2025.09.03 04:07:24.517651 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12444 2025.09.03 04:07:24.518246 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:24.518281 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:24.518819 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:07:24.519068 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:24.519193 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 2025.09.03 04:07:25.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 233.52 MiB, peak 241.00 MiB, free memory in arenas 0.00 B, will set to 236.07 MiB (RSS), difference: 2.55 MiB 2025.09.03 04:07:25.198725 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.09.03 04:07:25.215016 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:25.215081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:25.220714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:07:25.221414 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:25.224483 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.09.03 04:07:29.039299 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:29.039516 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:29.039590 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:29.040306 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:29.040351 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:29.040759 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:07:29.040995 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:29.041153 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} executeQuery: Read 108 rows, 9.27 KiB in 0.001691 sec., 63867.53400354819 rows/sec., 5.36 MiB/sec. 2025.09.03 04:07:29.041205 [ 4 ] {6e0a49df-a72e-41eb-8038-e004926dfebe} TCPHandler: Processed in 0.002046355 sec. 2025.09.03 04:07:29.041327 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:29.041429 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:29.041472 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:29.041883 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:29.041920 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:29.042228 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:07:29.042440 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:29.042573 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} executeQuery: Read 26 rows, 1.96 KiB in 0.001168 sec., 22260.27397260274 rows/sec., 1.63 MiB/sec. 2025.09.03 04:07:29.042611 [ 4 ] {39286e2e-4454-4983-9dce-3a2451d58b0b} TCPHandler: Processed in 0.00133532 sec. 2025.09.03 04:07:29.042718 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:29.042825 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:29.042868 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:29.043323 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:29.043361 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:29.043732 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:07:29.043963 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:29.044099 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} executeQuery: Read 90 rows, 7.20 KiB in 0.001293 sec., 69605.56844547563 rows/sec., 5.44 MiB/sec. 2025.09.03 04:07:29.044138 [ 4 ] {74e344c8-91d1-485b-b6d5-d1f67fc2dab9} TCPHandler: Processed in 0.0014715 sec. 2025.09.03 04:07:29.044248 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:29.044345 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:29.044390 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:29.044801 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:29.044837 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:29.045189 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:07:29.045408 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:29.045538 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.09.03 04:07:29.045576 [ 4 ] {369ec5d6-6ecd-4c9d-a3c5-80413446d960} TCPHandler: Processed in 0.001378219 sec. 2025.09.03 04:07:29.045692 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:29.045787 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:29.045842 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} 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.09.03 04:07:29.046691 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:29.046728 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:29.047302 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:07:29.047529 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:29.047664 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} executeQuery: Read 26 rows, 47.71 KiB in 0.001896 sec., 13713.080168776372 rows/sec., 24.57 MiB/sec. 2025.09.03 04:07:29.047730 [ 4 ] {a9353e14-139a-4f83-8a45-11b65f6b73cb} TCPHandler: Processed in 0.002086465 sec. 2025.09.03 04:07:29.047853 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:29.047947 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:29.047989 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:29.048343 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:29.048379 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:29.048705 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:07:29.048912 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:29.049039 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.09.03 04:07:29.049075 [ 4 ] {26259b5a-2c3e-414e-9229-80fd30f995cc} TCPHandler: Processed in 0.001269699 sec. 2025.09.03 04:07:31.890682 [ 56 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:07:31.890766 [ 56 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:07:32.019433 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12932 2025.09.03 04:07:32.020106 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:32.020145 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:32.020631 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:07:32.020876 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:32.021003 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12932 2025.09.03 04:07:32.064951 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 654 2025.09.03 04:07:32.067143 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:32.067196 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:32.068401 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:07:32.068689 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:32.068837 [ 55 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.03 04:07:32.068881 [ 55 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:32.068902 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:32.069026 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.09.03 04:07:32.069065 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 654 2025.09.03 04:07:32.069613 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:32.069760 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 528 rows starting from the beginning of the part 2025.09.03 04:07:32.070102 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.09.03 04:07:32.070407 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:32.070706 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.09.03 04:07:32.071011 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.09.03 04:07:32.071328 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2025.09.03 04:07:32.076967 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 654 rows, containing 72 columns (72 merged, 0 gathered) in 0.007996718 sec., 81783.55170208578 rows/sec., 67.27 MiB/sec. 2025.09.03 04:07:32.078151 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.03 04:07:32.078751 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:32.078831 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_21_4} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.03 04:07:32.079172 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2025.09.03 04:07:32.724718 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.09.03 04:07:32.741483 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:32.741550 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:32.747323 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:07:32.748049 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:32.751273 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.09.03 04:07:34.038596 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:34.038874 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:34.038979 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:34.039642 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:34.039689 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:34.040081 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:07:34.040325 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:34.040477 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} executeQuery: Read 86 rows, 7.39 KiB in 0.001679 sec., 51220.96486003574 rows/sec., 4.30 MiB/sec. 2025.09.03 04:07:34.040525 [ 4 ] {8653d330-c634-4c23-b947-303beb879731} TCPHandler: Processed in 0.002110365 sec. 2025.09.03 04:07:34.040644 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:34.040746 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:34.040789 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:34.041181 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:34.041219 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:34.041511 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:07:34.041712 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:34.041835 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} executeQuery: Read 15 rows, 1.13 KiB in 0.001111 sec., 13501.350135013501 rows/sec., 1015.24 KiB/sec. 2025.09.03 04:07:34.041872 [ 4 ] {4533bc6f-0077-4a30-94af-38761a5f6a0a} TCPHandler: Processed in 0.00127877 sec. 2025.09.03 04:07:34.041978 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:34.042096 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:34.042147 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:34.042666 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:34.042712 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:34.043077 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:07:34.043308 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:34.043437 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} executeQuery: Read 79 rows, 6.32 KiB in 0.001365 sec., 57875.45787545788 rows/sec., 4.52 MiB/sec. 2025.09.03 04:07:34.043476 [ 4 ] {68bd8246-fa38-46ec-9428-766759c6b491} TCPHandler: Processed in 0.001552011 sec. 2025.09.03 04:07:34.043588 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:34.043684 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:34.043728 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:34.044131 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:34.044169 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:34.044516 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:07:34.044738 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:34.044867 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.09.03 04:07:34.044906 [ 4 ] {2bd48269-1c25-42ed-baf7-92d174684ca7} TCPHandler: Processed in 0.00136897 sec. 2025.09.03 04:07:34.045035 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:34.045151 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:34.045217 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} 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.09.03 04:07:34.046104 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:34.046141 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:34.046682 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:07:34.046911 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:34.047054 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} executeQuery: Read 15 rows, 27.52 KiB in 0.001927 sec., 7784.120394395433 rows/sec., 13.95 MiB/sec. 2025.09.03 04:07:34.047109 [ 4 ] {586dd45b-6003-47b0-9883-3af1bbfc865a} TCPHandler: Processed in 0.002144066 sec. 2025.09.03 04:07:34.047220 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:34.047316 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:34.047358 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:34.047699 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:34.047736 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:34.048033 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:07:34.048248 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:34.048374 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.09.03 04:07:34.048410 [ 4 ] {13544707-1bd6-449c-9697-2e51a5f9c786} TCPHandler: Processed in 0.001246699 sec. 2025.09.03 04:07:39.039530 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.039732 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:07:39.039805 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:07:39.040409 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.040457 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.040822 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:07:39.041073 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.041221 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} executeQuery: Read 2 rows, 167.00 B in 0.001599 sec., 1250.7817385866167 rows/sec., 101.99 KiB/sec. 2025.09.03 04:07:39.041268 [ 4 ] {92e33541-5678-4de5-bf71-f6b5eedd604a} TCPHandler: Processed in 0.001936514 sec. 2025.09.03 04:07:39.041473 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.041597 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:39.041640 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:39.042137 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.042178 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.042516 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:07:39.042746 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.042878 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} executeQuery: Read 109 rows, 9.35 KiB in 0.001304 sec., 83588.95705521472 rows/sec., 7.00 MiB/sec. 2025.09.03 04:07:39.042879 [ 44 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:07:39.042917 [ 4 ] {d07e723e-b92d-446c-8c73-554a5e9e4396} TCPHandler: Processed in 0.001498981 sec. 2025.09.03 04:07:39.042954 [ 44 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.042981 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.043050 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.043074 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:07:39.043153 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:39.043167 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:39.043196 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:39.043200 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1287 rows starting from the beginning of the part 2025.09.03 04:07:39.043272 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 108 rows starting from the beginning of the part 2025.09.03 04:07:39.043327 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:07:39.043375 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 108 rows starting from the beginning of the part 2025.09.03 04:07:39.043424 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 86 rows starting from the beginning of the part 2025.09.03 04:07:39.043473 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 109 rows starting from the beginning of the part 2025.09.03 04:07:39.043612 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.043648 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.044016 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:07:39.044246 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.044379 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} executeQuery: Read 28 rows, 2.09 KiB in 0.001244 sec., 22508.038585209 rows/sec., 1.64 MiB/sec. 2025.09.03 04:07:39.044417 [ 4 ] {0ece8809-a3e0-4bfa-845b-d95cfc1ee632} TCPHandler: Processed in 0.00141806 sec. 2025.09.03 04:07:39.044525 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.044631 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:39.044673 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:39.044872 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2931 rows, containing 5 columns (5 merged, 0 gathered) in 0.001838823 sec., 1593954.3936528964 rows/sec., 138.45 MiB/sec. 2025.09.03 04:07:39.045088 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:07:39.045175 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.045213 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.045432 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.045501 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_41_8} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:07:39.045568 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.09.03 04:07:39.045575 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:07:39.045789 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.045907 [ 44 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:07:39.045924 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} executeQuery: Read 92 rows, 7.36 KiB in 0.001313 sec., 70068.54531607007 rows/sec., 5.47 MiB/sec. 2025.09.03 04:07:39.045947 [ 44 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.045971 [ 4 ] {2018b892-c1d6-4245-8f52-0f236bcf6e50} TCPHandler: Processed in 0.001498541 sec. 2025.09.03 04:07:39.045973 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.046068 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:07:39.046103 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.046161 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:39.046186 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 595 rows starting from the beginning of the part 2025.09.03 04:07:39.046200 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:39.046232 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part 2025.09.03 04:07:39.046245 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:39.046272 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 549 rows starting from the beginning of the part 2025.09.03 04:07:39.046311 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2025.09.03 04:07:39.046349 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 79 rows starting from the beginning of the part 2025.09.03 04:07:39.046385 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part 2025.09.03 04:07:39.046684 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.046719 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.047059 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:07:39.047283 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.047336 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295989 sec., 1153559.1737275547 rows/sec., 91.25 MiB/sec. 2025.09.03 04:07:39.047397 [ 44 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:07:39.047417 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} executeQuery: Read 161 rows, 11.48 KiB in 0.001236 sec., 130258.89967637541 rows/sec., 9.07 MiB/sec. 2025.09.03 04:07:39.047439 [ 44 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.047463 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.047463 [ 4 ] {15e6d0cc-63b4-4701-8506-515524f5352d} TCPHandler: Processed in 0.0014103 sec. 2025.09.03 04:07:39.047543 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:07:39.047550 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:07:39.047601 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.047658 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:39.047695 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10182 rows starting from the beginning of the part 2025.09.03 04:07:39.047707 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:39.047757 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:39.047770 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} 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.09.03 04:07:39.047806 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 851 rows starting from the beginning of the part 2025.09.03 04:07:39.047849 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:39.047859 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.047887 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.09.03 04:07:39.047936 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part 2025.09.03 04:07:39.047949 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_41_8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:07:39.048037 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:07:39.048611 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.048653 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.049321 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:07:39.049564 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.049725 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} executeQuery: Read 26 rows, 47.71 KiB in 0.002037 sec., 12763.868433971526 rows/sec., 22.87 MiB/sec. 2025.09.03 04:07:39.049789 [ 4 ] {e6afb384-9523-42f8-91ea-16306bcb68e8} TCPHandler: Processed in 0.002249677 sec. 2025.09.03 04:07:39.049899 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:39.049994 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:39.050037 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:39.050366 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.050401 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.050766 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:07:39.050983 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.051088 [ 44 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:07:39.051110 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2025.09.03 04:07:39.051124 [ 44 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.051151 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.051154 [ 4 ] {53c0dcac-8db8-4f5c-9664-afdd98ae482c} TCPHandler: Processed in 0.001305779 sec. 2025.09.03 04:07:39.051225 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:07:39.051301 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:39.051327 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2100 rows starting from the beginning of the part 2025.09.03 04:07:39.051378 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:39.051422 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:39.051461 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:39.051498 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:39.051537 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.09.03 04:07:39.051670 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 11674 rows, containing 5 columns (5 merged, 0 gathered) in 0.00416297 sec., 2804247.9287623977 rows/sec., 191.66 MiB/sec. 2025.09.03 04:07:39.052056 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:07:39.052416 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.052506 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_41_8} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:07:39.052611 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2025.09.03 04:07:39.052687 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 4 columns (4 merged, 0 gathered) in 0.001490891 sec., 1609775.6308140568 rows/sec., 108.49 MiB/sec. 2025.09.03 04:07:39.052930 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:07:39.053194 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.053260 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_41_8} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:07:39.053320 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.09.03 04:07:39.521313 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13359 2025.09.03 04:07:39.521798 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:39.521846 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:39.522344 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:07:39.522605 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:39.522750 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 2025.09.03 04:07:40.251576 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.09.03 04:07:40.268747 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:40.268804 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:40.274636 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:07:40.275333 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:40.278416 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.09.03 04:07:42.069522 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 680 2025.09.03 04:07:42.071739 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:42.071786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:42.072933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:07:42.073203 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:42.073559 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 680 2025.09.03 04:07:44.039268 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:44.039463 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:44.039528 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:44.040196 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.040242 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.040635 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:07:44.040881 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.041030 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} executeQuery: Read 86 rows, 7.39 KiB in 0.00162 sec., 53086.419753086426 rows/sec., 4.45 MiB/sec. 2025.09.03 04:07:44.041072 [ 4 ] {9963d838-cf76-4e11-9e1b-d51d641649ac} TCPHandler: Processed in 0.001944674 sec. 2025.09.03 04:07:44.041192 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:44.041296 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:44.041337 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:44.041732 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.041768 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.042066 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:07:44.042272 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.042385 [ 38 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:07:44.042398 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} executeQuery: Read 15 rows, 1.13 KiB in 0.001126 sec., 13321.492007104795 rows/sec., 1001.71 KiB/sec. 2025.09.03 04:07:44.042453 [ 38 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.042462 [ 4 ] {35dd9628-1953-4482-81f0-b87419522083} TCPHandler: Processed in 0.001320929 sec. 2025.09.03 04:07:44.042485 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.042584 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:44.042596 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:07:44.042683 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:44.042689 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:44.042723 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 57 rows starting from the beginning of the part 2025.09.03 04:07:44.042724 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:44.042780 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 29 rows starting from the beginning of the part 2025.09.03 04:07:44.042824 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:44.042864 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:44.042902 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part 2025.09.03 04:07:44.042942 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:44.043155 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.043190 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.043498 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:07:44.043656 [ 186 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.001100018 sec., 154542.92566121646 rows/sec., 11.79 MiB/sec. 2025.09.03 04:07:44.043714 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.043845 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:07:44.043857 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} executeQuery: Read 79 rows, 6.32 KiB in 0.001191 sec., 66330.81444164568 rows/sec., 5.18 MiB/sec. 2025.09.03 04:07:44.043914 [ 4 ] {afde9a1e-34f2-462d-b749-4c3342aa9d01} TCPHandler: Processed in 0.00137965 sec. 2025.09.03 04:07:44.044023 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:44.044120 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:44.044164 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.044166 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:44.044255 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_41_8} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:07:44.044358 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:07:44.044612 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.044652 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.044991 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:07:44.045226 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.045354 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2025.09.03 04:07:44.045390 [ 4 ] {2e84f7dc-011d-4694-bd86-a8bb3c3afe4b} TCPHandler: Processed in 0.001417051 sec. 2025.09.03 04:07:44.045491 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:44.045584 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:44.045639 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} 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.09.03 04:07:44.046419 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.046456 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.046975 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:07:44.047198 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.047333 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} executeQuery: Read 15 rows, 27.52 KiB in 0.001766 sec., 8493.771234428086 rows/sec., 15.22 MiB/sec. 2025.09.03 04:07:44.047385 [ 4 ] {48b5bbd0-a19e-4c59-8336-0dbc03e84c31} TCPHandler: Processed in 0.001945074 sec. 2025.09.03 04:07:44.047498 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:44.047620 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:44.047670 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:44.048006 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:44.048041 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:44.048356 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:07:44.048558 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:44.048680 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.09.03 04:07:44.048715 [ 4 ] {bce6c54b-78fc-427a-80fb-82de1544c252} TCPHandler: Processed in 0.00126843 sec. 2025.09.03 04:07:46.891033 [ 35 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:07:46.891137 [ 35 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:07:47.023071 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13847 2025.09.03 04:07:47.023950 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:47.024030 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:47.024526 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:07:47.024773 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:47.024907 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13847 2025.09.03 04:07:47.778720 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.09.03 04:07:47.796140 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:47.796205 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:47.801940 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:07:47.802681 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:47.805718 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.09.03 04:07:49.040055 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:49.040234 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:49.040300 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:49.041016 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.041060 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.041479 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:07:49.041727 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.041886 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} executeQuery: Read 108 rows, 9.27 KiB in 0.001703 sec., 63417.49853200235 rows/sec., 5.32 MiB/sec. 2025.09.03 04:07:49.041930 [ 4 ] {66ee238d-0ece-47f2-9765-186f63335176} TCPHandler: Processed in 0.002005324 sec. 2025.09.03 04:07:49.042056 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:49.042154 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:49.042196 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:49.042611 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.042654 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.042980 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:07:49.043207 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.043346 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} executeQuery: Read 26 rows, 1.96 KiB in 0.001211 sec., 21469.859620148636 rows/sec., 1.58 MiB/sec. 2025.09.03 04:07:49.043386 [ 4 ] {ccad940c-0d9f-4110-a0bb-70458c386fcc} TCPHandler: Processed in 0.00138068 sec. 2025.09.03 04:07:49.043503 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:49.043607 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:49.043659 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:49.044096 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.044134 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.044459 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:07:49.044677 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.044817 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} executeQuery: Read 90 rows, 7.20 KiB in 0.001234 sec., 72933.54943273906 rows/sec., 5.70 MiB/sec. 2025.09.03 04:07:49.044860 [ 4 ] {07566f2b-7f7a-4a3d-939b-660b9259044a} TCPHandler: Processed in 0.001407791 sec. 2025.09.03 04:07:49.044974 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:49.045069 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:49.045113 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:49.045533 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.045570 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.045912 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:07:49.046135 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.046265 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2025.09.03 04:07:49.046301 [ 4 ] {53d7dc69-65ec-4303-bb05-9ec49ed0527a} TCPHandler: Processed in 0.00137769 sec. 2025.09.03 04:07:49.046409 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:49.046504 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:49.046558 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} 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.09.03 04:07:49.047362 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.047397 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.047937 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:07:49.048166 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.048296 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} executeQuery: Read 26 rows, 47.71 KiB in 0.001811 sec., 14356.709000552182 rows/sec., 25.73 MiB/sec. 2025.09.03 04:07:49.048297 [ 32 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:07:49.048362 [ 4 ] {0df4c8fc-906a-483c-bdea-115ad58097cd} TCPHandler: Processed in 0.002002694 sec. 2025.09.03 04:07:49.048374 [ 32 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.048408 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.048488 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:49.048501 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:07:49.048588 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:49.048630 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:49.048682 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:49.048733 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 687 rows starting from the beginning of the part 2025.09.03 04:07:49.048843 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:49.048935 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:49.048964 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:49.048999 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:49.049024 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:49.049110 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part 2025.09.03 04:07:49.049198 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2025.09.03 04:07:49.049326 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:07:49.049544 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.049674 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.09.03 04:07:49.049711 [ 4 ] {6fdfa211-ffe0-43e1-847b-3945a5b0f8f4} TCPHandler: Processed in 0.001272209 sec. 2025.09.03 04:07:49.063381 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 795 rows, containing 19 columns (19 merged, 0 gathered) in 0.014913828 sec., 53306.23365107871 rows/sec., 95.52 MiB/sec. 2025.09.03 04:07:49.064548 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:07:49.064970 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:49.065067 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_41_8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:07:49.065253 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. 2025.09.03 04:07:50.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 238.27 MiB, peak 245.90 MiB, free memory in arenas 0.00 B, will set to 240.65 MiB (RSS), difference: 2.38 MiB 2025.09.03 04:07:52.074016 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 704 2025.09.03 04:07:52.076602 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:52.076651 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:52.077821 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.03 04:07:52.078093 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:52.078444 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 704 2025.09.03 04:07:54.065155 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.065327 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:54.065389 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:54.066693 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.066735 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.067207 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:07:54.067440 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.067584 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} executeQuery: Read 1226 rows, 103.95 KiB in 0.002305 sec., 531887.2017353579 rows/sec., 44.04 MiB/sec. 2025.09.03 04:07:54.067624 [ 4 ] {f5fadd0e-3a53-4394-b76a-44c35de357a1} TCPHandler: Processed in 0.002597289 sec. 2025.09.03 04:07:54.067751 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.067855 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:54.067899 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:54.068307 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.068342 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.068628 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:07:54.068835 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.068959 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} executeQuery: Read 15 rows, 1.13 KiB in 0.001124 sec., 13345.195729537367 rows/sec., 1003.50 KiB/sec. 2025.09.03 04:07:54.068999 [ 4 ] {c8ac9647-1fad-4804-802f-6c1346fe0942} TCPHandler: Processed in 0.001300159 sec. 2025.09.03 04:07:54.069115 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.069207 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:07:54.069253 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:07:54.069784 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.069821 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.070118 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.03 04:07:54.070320 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.070441 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} executeQuery: Read 228 rows, 15.81 KiB in 0.001291 sec., 176607.28117738187 rows/sec., 11.96 MiB/sec. 2025.09.03 04:07:54.070476 [ 4 ] {ec0c1f53-e1d0-4111-8763-f65e9eaa01a0} TCPHandler: Processed in 0.00145413 sec. 2025.09.03 04:07:54.070579 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.070666 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:54.070702 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:54.071422 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.071459 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.071781 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:07:54.072000 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.072121 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} executeQuery: Read 535 rows, 40.61 KiB in 0.001419 sec., 377026.0747004933 rows/sec., 27.94 MiB/sec. 2025.09.03 04:07:54.072158 [ 4 ] {a43d072b-0e8b-4164-942f-2c628bc071f7} TCPHandler: Processed in 0.001577861 sec. 2025.09.03 04:07:54.072268 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.072361 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:54.072403 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:54.073015 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.073051 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.073433 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:07:54.073637 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.073762 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} executeQuery: Read 844 rows, 58.17 KiB in 0.001419 sec., 594785.059901339 rows/sec., 40.03 MiB/sec. 2025.09.03 04:07:54.073798 [ 4 ] {6fdd70d5-1b38-4583-b54a-cda07e7adde9} TCPHandler: Processed in 0.001577572 sec. 2025.09.03 04:07:54.073906 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.073998 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:54.074051 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} 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.09.03 04:07:54.074815 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.074851 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.075356 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:07:54.075580 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.075712 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} executeQuery: Read 15 rows, 27.52 KiB in 0.001731 sec., 8665.511265164645 rows/sec., 15.53 MiB/sec. 2025.09.03 04:07:54.075763 [ 4 ] {903c5415-34b1-42a8-9741-371caea294af} TCPHandler: Processed in 0.001903504 sec. 2025.09.03 04:07:54.075884 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:54.075977 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:54.076023 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:54.076355 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.076395 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.076704 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:07:54.076910 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.077035 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.09.03 04:07:54.077069 [ 4 ] {f555205c-8b56-43f1-83fa-f0cc62293229} TCPHandler: Processed in 0.001238208 sec. 2025.09.03 04:07:54.525237 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14274 2025.09.03 04:07:54.525679 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.525716 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.526175 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:07:54.526411 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.526529 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 2025.09.03 04:07:54.526547 [ 54 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:07:54.526628 [ 54 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:54.526653 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:54.526749 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:07:54.526830 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:54.526860 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12017 rows starting from the beginning of the part 2025.09.03 04:07:54.526917 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part 2025.09.03 04:07:54.526959 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part 2025.09.03 04:07:54.527000 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part 2025.09.03 04:07:54.527042 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part 2025.09.03 04:07:54.527080 [ 196 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part 2025.09.03 04:07:54.528694 [ 187 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.001979975 sec., 7209181.934115329 rows/sec., 103.13 MiB/sec. 2025.09.03 04:07:54.529123 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:07:54.529429 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:54.529510 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_31_6} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:07:54.529612 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.09.03 04:07:55.306011 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.09.03 04:07:55.323666 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:55.323725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:55.329203 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:07:55.329882 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:55.330171 [ 54 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:07:55.330235 [ 54 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:55.330255 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:55.330389 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:07:55.333240 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.09.03 04:07:55.334401 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:07:55.335882 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.09.03 04:07:55.340468 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.09.03 04:07:55.345405 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.09.03 04:07:55.349378 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.09.03 04:07:55.353445 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.09.03 04:07:55.357453 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.09.03 04:07:55.409984 [ 187 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.079660187 sec., 2937.477412650312 rows/sec., 15.19 MiB/sec. 2025.09.03 04:07:55.412883 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:07:55.415069 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:55.415180 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_31_6} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:07:55.417364 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.03 04:07:56.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 241.77 MiB, peak 252.31 MiB, free memory in arenas 0.00 B, will set to 246.37 MiB (RSS), difference: 4.60 MiB 2025.09.03 04:07:59.040196 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:59.040405 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:07:59.040478 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:07:59.041222 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:59.041268 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:59.041670 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:07:59.041902 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:59.042053 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} executeQuery: Read 108 rows, 9.27 KiB in 0.001701 sec., 63492.06349206349 rows/sec., 5.32 MiB/sec. 2025.09.03 04:07:59.042094 [ 4 ] {09c7ce99-e911-4acf-8735-49449e6473e0} TCPHandler: Processed in 0.002031835 sec. 2025.09.03 04:07:59.042219 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:59.042311 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:07:59.042351 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:07:59.042749 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:59.042785 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:59.043082 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:07:59.043291 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:59.043417 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} executeQuery: Read 26 rows, 1.96 KiB in 0.001123 sec., 23152.270703472837 rows/sec., 1.70 MiB/sec. 2025.09.03 04:07:59.043454 [ 4 ] {bdb61a3c-4838-4d4f-9917-30ac8b5ab6b5} TCPHandler: Processed in 0.0012831 sec. 2025.09.03 04:07:59.043561 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:59.043652 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:07:59.043692 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:07:59.044105 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:59.044140 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:59.044444 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:07:59.044654 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:59.044782 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} executeQuery: Read 90 rows, 7.20 KiB in 0.001147 sec., 78465.56233653007 rows/sec., 6.13 MiB/sec. 2025.09.03 04:07:59.044818 [ 4 ] {f59fcf2c-5666-4256-b6b8-f9cc6ad7ce8d} TCPHandler: Processed in 0.00130378 sec. 2025.09.03 04:07:59.044926 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:59.045016 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:59.045063 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:07:59.045475 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:59.045511 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:59.045849 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:07:59.046057 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:59.046189 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.09.03 04:07:59.046225 [ 4 ] {ae30e026-2234-4365-b109-83780b49a43f} TCPHandler: Processed in 0.00134622 sec. 2025.09.03 04:07:59.046332 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:59.046423 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:07:59.046477 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} 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.09.03 04:07:59.047293 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:59.047330 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:59.047856 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:07:59.048081 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:59.048215 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} executeQuery: Read 26 rows, 47.71 KiB in 0.00181 sec., 14364.640883977901 rows/sec., 25.74 MiB/sec. 2025.09.03 04:07:59.048266 [ 4 ] {df345c09-c83b-4610-aa0b-7bd495664b9a} TCPHandler: Processed in 0.001981415 sec. 2025.09.03 04:07:59.048376 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:07:59.048468 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:07:59.048509 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:07:59.048862 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:07:59.048902 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:07:59.049232 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:07:59.049454 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:07:59.049589 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.09.03 04:07:59.049629 [ 4 ] {2ccc1daa-4ee4-44cf-8183-6e2a3d2553d5} TCPHandler: Processed in 0.0013002 sec. 2025.09.03 04:08:01.891190 [ 19 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:08:01.891284 [ 19 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:08:02.001748 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00137827 sec. 2025.09.03 04:08:02.026840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14762 2025.09.03 04:08:02.027424 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:02.027467 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:02.028078 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:08:02.028308 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:02.028446 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14762 2025.09.03 04:08:02.078912 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 730 2025.09.03 04:08:02.081186 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:02.081231 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:02.082456 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.03 04:08:02.082728 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:02.083094 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 730 2025.09.03 04:08:02.833541 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.09.03 04:08:02.848748 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:02.848812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:02.854549 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:08:02.855252 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:02.858099 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.09.03 04:08:04.039430 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:04.039635 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:04.039708 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:04.040433 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.040478 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.040893 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:08:04.041131 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.041248 [ 13 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:08:04.041283 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} executeQuery: Read 86 rows, 7.39 KiB in 0.001704 sec., 50469.48356807512 rows/sec., 4.23 MiB/sec. 2025.09.03 04:08:04.041293 [ 13 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.041318 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.041326 [ 4 ] {c580e814-3da5-4e90-b978-33f20efe6f7d} TCPHandler: Processed in 0.002036994 sec. 2025.09.03 04:08:04.041407 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:08:04.041452 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:04.041496 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:04.041525 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1287 rows starting from the beginning of the part 2025.09.03 04:08:04.041549 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:04.041583 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 86 rows starting from the beginning of the part 2025.09.03 04:08:04.041591 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:04.041629 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 108 rows starting from the beginning of the part 2025.09.03 04:08:04.041671 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:08:04.041710 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 108 rows starting from the beginning of the part 2025.09.03 04:08:04.041753 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 86 rows starting from the beginning of the part 2025.09.03 04:08:04.042021 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.042056 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.042416 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:08:04.042633 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.042763 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} executeQuery: Read 15 rows, 1.13 KiB in 0.001232 sec., 12175.324675324675 rows/sec., 915.53 KiB/sec. 2025.09.03 04:08:04.042800 [ 4 ] {314e0e55-dd5d-4ec1-a4a1-f8d971b45478} TCPHandler: Processed in 0.00140106 sec. 2025.09.03 04:08:04.042919 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:04.043015 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:04.043056 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:04.043108 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.001736362 sec., 1670734.5588074375 rows/sec., 145.16 MiB/sec. 2025.09.03 04:08:04.043411 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:08:04.043474 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.043516 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.043743 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.043835 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_46_9} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:08:04.043859 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:08:04.043948 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:08:04.044091 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.044197 [ 13 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:08:04.044224 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} executeQuery: Read 79 rows, 6.32 KiB in 0.001226 sec., 64437.19412724306 rows/sec., 5.03 MiB/sec. 2025.09.03 04:08:04.044228 [ 13 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.044253 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.044261 [ 4 ] {b4ae924d-f6ed-4f85-bdb4-229e24b16b95} TCPHandler: Processed in 0.0013928 sec. 2025.09.03 04:08:04.044341 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:08:04.044373 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:04.044464 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:04.044475 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:04.044503 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 595 rows starting from the beginning of the part 2025.09.03 04:08:04.044529 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:04.044569 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 79 rows starting from the beginning of the part 2025.09.03 04:08:04.044617 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2025.09.03 04:08:04.044655 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 535 rows starting from the beginning of the part 2025.09.03 04:08:04.044692 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2025.09.03 04:08:04.044730 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 79 rows starting from the beginning of the part 2025.09.03 04:08:04.044936 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.044978 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.045340 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:08:04.045565 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.045697 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2025.09.03 04:08:04.045714 [ 39 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:08:04.045749 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145198 sec., 1011033.2098238267 rows/sec., 79.91 MiB/sec. 2025.09.03 04:08:04.045737 [ 4 ] {72a936a6-2eeb-46f2-8ecb-e5015575a5f1} TCPHandler: Processed in 0.00141345 sec. 2025.09.03 04:08:04.045787 [ 39 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.045816 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.045887 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:08:04.045895 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:04.045899 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:08:04.046002 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:04.046035 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:04.046072 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11674 rows starting from the beginning of the part 2025.09.03 04:08:04.046072 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} 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.09.03 04:08:04.046132 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.046135 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:04.046195 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:04.046203 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_46_9} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:08:04.046239 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 844 rows starting from the beginning of the part 2025.09.03 04:08:04.046277 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:08:04.046279 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:04.046327 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:04.046859 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.046901 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.047512 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:08:04.047763 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.047908 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} executeQuery: Read 15 rows, 27.52 KiB in 0.001924 sec., 7796.257796257796 rows/sec., 13.97 MiB/sec. 2025.09.03 04:08:04.047964 [ 4 ] {1557f647-abad-4330-8779-9beef9907e73} TCPHandler: Processed in 0.002119696 sec. 2025.09.03 04:08:04.048076 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:04.048172 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:04.048216 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:04.048548 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.048585 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.048963 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:08:04.049201 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.049301 [ 39 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:08:04.049325 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} executeQuery: Read 60 rows, 4.14 KiB in 0.001181 sec., 50804.40304826418 rows/sec., 3.42 MiB/sec. 2025.09.03 04:08:04.049329 [ 39 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:04.049364 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.03 04:08:04.049367 [ 4 ] {c8dd188a-e57d-4836-88df-21d9c567e44a} TCPHandler: Processed in 0.00135594 sec. 2025.09.03 04:08:04.049463 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:08:04.049651 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:04.049703 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2400 rows starting from the beginning of the part 2025.09.03 04:08:04.049795 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:04.049861 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:04.049921 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:04.049977 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:04.050038 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:04.051129 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13158 rows, containing 5 columns (5 merged, 0 gathered) in 0.005265008 sec., 2499141.5017792946 rows/sec., 170.80 MiB/sec. 2025.09.03 04:08:04.051541 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:08:04.051699 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.002275627 sec., 1186486.1860049998 rows/sec., 79.96 MiB/sec. 2025.09.03 04:08:04.051825 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.051899 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_46_9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:08:04.051981 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:08:04.051995 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. 2025.09.03 04:08:04.052235 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:04.052298 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_46_9} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:08:04.052366 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.09.03 04:08:05.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.65 MiB, peak 256.25 MiB, free memory in arenas 0.00 B, will set to 249.43 MiB (RSS), difference: 1.78 MiB 2025.09.03 04:08:09.040241 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:09.040439 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:09.040509 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:09.041198 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.041246 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.041661 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:08:09.041896 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.042048 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} executeQuery: Read 108 rows, 9.27 KiB in 0.001661 sec., 65021.071643588206 rows/sec., 5.45 MiB/sec. 2025.09.03 04:08:09.042092 [ 4 ] {3d618273-921a-4c4c-97fe-75c813c97c70} TCPHandler: Processed in 0.001985645 sec. 2025.09.03 04:08:09.042214 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:09.042312 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:09.042354 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:09.042756 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.042793 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.043098 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:08:09.043326 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.043442 [ 12 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:08:09.043457 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} executeQuery: Read 26 rows, 1.96 KiB in 0.001164 sec., 22336.76975945017 rows/sec., 1.64 MiB/sec. 2025.09.03 04:08:09.043511 [ 12 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.043521 [ 4 ] {3cc9840f-3e69-4579-9702-aeeda05a0c93} TCPHandler: Processed in 0.0013574 sec. 2025.09.03 04:08:09.043540 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.043637 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:09.043667 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:08:09.043744 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:09.043792 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:09.043812 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:09.043852 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 57 rows starting from the beginning of the part 2025.09.03 04:08:09.043914 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:09.043958 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:09.044000 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:09.044040 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:09.044082 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:09.044251 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.044294 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.044665 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:08:09.044894 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.044905 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294979 sec., 127415.19360545615 rows/sec., 9.78 MiB/sec. 2025.09.03 04:08:09.045031 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} executeQuery: Read 90 rows, 7.20 KiB in 0.001306 sec., 68912.71056661561 rows/sec., 5.38 MiB/sec. 2025.09.03 04:08:09.045077 [ 4 ] {4970d24b-4a22-46ef-b673-1b67fda1e1d7} TCPHandler: Processed in 0.001490901 sec. 2025.09.03 04:08:09.045118 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:08:09.045190 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:09.045293 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:09.045340 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:09.045546 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.045652 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_46_9} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:08:09.045755 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.045777 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:08:09.045797 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.046150 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:08:09.046374 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.046507 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2025.09.03 04:08:09.046545 [ 4 ] {4156e9ac-7235-4633-bea7-69420b1474c2} TCPHandler: Processed in 0.00140443 sec. 2025.09.03 04:08:09.046653 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:09.046747 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:09.046802 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} 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.09.03 04:08:09.047624 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.047661 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.048225 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:08:09.048502 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.048668 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} executeQuery: Read 26 rows, 47.71 KiB in 0.001937 sec., 13422.818791946309 rows/sec., 24.05 MiB/sec. 2025.09.03 04:08:09.048761 [ 4 ] {55b3f855-f853-407c-9e43-1f1634b8b4e3} TCPHandler: Processed in 0.002157285 sec. 2025.09.03 04:08:09.048886 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:09.048983 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:09.049026 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:09.049369 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.049407 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.049720 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:08:09.049941 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.050069 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.09.03 04:08:09.050105 [ 4 ] {39f30556-4410-4e66-829b-454d26336dd3} TCPHandler: Processed in 0.001269769 sec. 2025.09.03 04:08:09.528741 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15189 2025.09.03 04:08:09.529237 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:09.529287 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:09.529780 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:08:09.530029 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:09.530172 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 2025.09.03 04:08:10.358377 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.09.03 04:08:10.374690 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:10.374753 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:10.380916 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:08:10.381626 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:10.384569 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.09.03 04:08:12.083499 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 754 2025.09.03 04:08:12.085614 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:12.085665 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:12.086933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.03 04:08:12.087227 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:12.087586 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 754 2025.09.03 04:08:14.039832 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:14.040022 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:14.040091 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:14.040763 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.040812 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.041255 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:08:14.041504 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.041655 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} executeQuery: Read 86 rows, 7.39 KiB in 0.001686 sec., 51008.303677342825 rows/sec., 4.28 MiB/sec. 2025.09.03 04:08:14.041698 [ 4 ] {025ea234-dfdf-4394-8497-6c40fb2da344} TCPHandler: Processed in 0.002005604 sec. 2025.09.03 04:08:14.041820 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:14.041916 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:14.041959 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:14.042369 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.042406 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.042724 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:08:14.042952 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.043080 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} executeQuery: Read 15 rows, 1.13 KiB in 0.001181 sec., 12701.100762066046 rows/sec., 955.06 KiB/sec. 2025.09.03 04:08:14.043117 [ 4 ] {7a405a5e-7d0e-485c-a543-f4920a5d2070} TCPHandler: Processed in 0.001349479 sec. 2025.09.03 04:08:14.043229 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:14.043323 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:14.043364 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:14.043779 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.043816 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.044116 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:08:14.044335 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.044462 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} executeQuery: Read 79 rows, 6.32 KiB in 0.001156 sec., 68339.10034602077 rows/sec., 5.34 MiB/sec. 2025.09.03 04:08:14.044499 [ 4 ] {129e0a41-5c79-4846-8a10-063e4c958c25} TCPHandler: Processed in 0.00132028 sec. 2025.09.03 04:08:14.044606 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:14.044700 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:14.044743 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:14.045137 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.045173 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.045535 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:08:14.045755 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.045884 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.09.03 04:08:14.045921 [ 4 ] {cbcf6ee1-3c55-4794-b5c0-681dfda945af} TCPHandler: Processed in 0.00136501 sec. 2025.09.03 04:08:14.046036 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:14.046161 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:14.046228 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} 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.09.03 04:08:14.047089 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.047127 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.047686 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:08:14.047917 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.048036 [ 34 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:08:14.048054 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} executeQuery: Read 15 rows, 27.52 KiB in 0.001919 sec., 7816.571130797291 rows/sec., 14.01 MiB/sec. 2025.09.03 04:08:14.048115 [ 34 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.048137 [ 4 ] {32cb3965-0c0e-419e-972a-9111f4201576} TCPHandler: Processed in 0.002162776 sec. 2025.09.03 04:08:14.048144 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.048251 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:14.048282 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:08:14.048352 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:14.048399 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:14.048585 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:14.048654 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 795 rows starting from the beginning of the part 2025.09.03 04:08:14.048724 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:14.048767 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:14.048790 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:14.048916 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:14.049020 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:14.049101 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:08:14.049128 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:14.049242 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:14.049340 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.049475 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.09.03 04:08:14.049514 [ 4 ] {369b5d74-b300-4c0c-8c1f-a7cd526aea8e} TCPHandler: Processed in 0.00131273 sec. 2025.09.03 04:08:14.054591 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 19 columns (19 merged, 0 gathered) in 0.006364835 sec., 140145.031253756 rows/sec., 251.13 MiB/sec. 2025.09.03 04:08:14.055733 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:08:14.056124 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:14.056205 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_46_9} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:08:14.056373 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. 2025.09.03 04:08:15.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.96 MiB, peak 258.65 MiB, free memory in arenas 0.00 B, will set to 253.90 MiB (RSS), difference: 2.94 MiB 2025.09.03 04:08:16.891372 [ 11 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:08:16.891447 [ 11 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:08:17.030390 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15677 2025.09.03 04:08:17.030975 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:17.031026 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:17.031488 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:08:17.031716 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:17.031841 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15677 2025.09.03 04:08:17.884779 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.09.03 04:08:17.901553 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:17.901611 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:17.907329 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:08:17.908033 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:17.911262 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.09.03 04:08:19.041337 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:19.041549 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:19.041626 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:19.042372 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:19.042422 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:19.042835 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:08:19.043080 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:19.043232 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} executeQuery: Read 108 rows, 9.27 KiB in 0.001745 sec., 61891.11747851003 rows/sec., 5.19 MiB/sec. 2025.09.03 04:08:19.043278 [ 4 ] {5f57abc4-8a2b-43ab-9843-6a9c7084937c} TCPHandler: Processed in 0.002087325 sec. 2025.09.03 04:08:19.043407 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:19.043513 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:19.043557 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:19.043961 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:19.043998 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:19.044308 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:08:19.044525 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:19.044654 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} executeQuery: Read 26 rows, 1.96 KiB in 0.001165 sec., 22317.596566523604 rows/sec., 1.64 MiB/sec. 2025.09.03 04:08:19.044692 [ 4 ] {9e1a0dec-d2f4-4588-a577-4e93c5837170} TCPHandler: Processed in 0.00133822 sec. 2025.09.03 04:08:19.044805 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:19.044900 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:19.044941 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:19.045369 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:19.045404 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:19.045732 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:08:19.045945 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:19.046069 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} executeQuery: Read 90 rows, 7.20 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 5.92 MiB/sec. 2025.09.03 04:08:19.046106 [ 4 ] {dba22f93-a58d-46d8-a61f-d5a213bf12a3} TCPHandler: Processed in 0.001352469 sec. 2025.09.03 04:08:19.046221 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:19.046318 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:19.046365 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:19.046775 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:19.046810 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:19.047138 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:08:19.047357 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:19.047480 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.09.03 04:08:19.047518 [ 4 ] {e299e1da-831d-4f1c-8352-3a34f872b359} TCPHandler: Processed in 0.00134832 sec. 2025.09.03 04:08:19.047635 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:19.047730 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:19.047787 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} 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.09.03 04:08:19.048608 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:19.048642 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:19.049140 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:08:19.049367 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:19.049558 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} executeQuery: Read 26 rows, 47.71 KiB in 0.001844 sec., 14099.783080260304 rows/sec., 25.27 MiB/sec. 2025.09.03 04:08:19.049611 [ 4 ] {85f0bd0f-b401-4012-9ef8-5679def62530} TCPHandler: Processed in 0.002024765 sec. 2025.09.03 04:08:19.049728 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:19.049824 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:19.049866 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:19.050195 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:19.050230 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:19.050542 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:08:19.050768 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:19.050891 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.09.03 04:08:19.050927 [ 4 ] {e6169cb1-0219-4106-897b-9f40e73204eb} TCPHandler: Processed in 0.001251289 sec. 2025.09.03 04:08:22.087939 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 778 2025.09.03 04:08:22.090174 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:22.090231 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:22.091436 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.03 04:08:22.091720 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:22.091937 [ 77 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.03 04:08:22.092032 [ 77 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:22.092068 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:22.092089 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 778 2025.09.03 04:08:22.092232 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.09.03 04:08:22.092779 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:22.092930 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 654 rows starting from the beginning of the part 2025.09.03 04:08:22.093281 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:22.093596 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.09.03 04:08:22.093895 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:22.094192 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.09.03 04:08:22.094508 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2025.09.03 04:08:22.100364 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 72 columns (72 merged, 0 gathered) in 0.00820958 sec., 94767.33279899825 rows/sec., 76.22 MiB/sec. 2025.09.03 04:08:22.101389 [ 188 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.03 04:08:22.101914 [ 188 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:22.101984 [ 188 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_26_5} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.03 04:08:22.102112 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2025.09.03 04:08:24.066516 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.066718 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:08:24.066790 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:08:24.067467 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.067511 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.067902 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:08:24.068135 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.068282 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} executeQuery: Read 14 rows, 1.14 KiB in 0.001619 sec., 8647.313156269302 rows/sec., 705.13 KiB/sec. 2025.09.03 04:08:24.068325 [ 4 ] {434a1373-7ec8-4eea-8cc2-aa131cd59166} TCPHandler: Processed in 0.001944294 sec. 2025.09.03 04:08:24.068448 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.068555 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:24.068596 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:24.069631 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.069669 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.070087 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:08:24.070322 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.070456 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} executeQuery: Read 1233 rows, 104.46 KiB in 0.001922 sec., 641519.250780437 rows/sec., 53.08 MiB/sec. 2025.09.03 04:08:24.070494 [ 4 ] {5beb8d2c-8099-468c-9ef7-604378c18a3b} TCPHandler: Processed in 0.002098225 sec. 2025.09.03 04:08:24.070608 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.070703 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:24.070744 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:24.071146 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.071183 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.071488 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:08:24.071703 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.071831 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} executeQuery: Read 29 rows, 2.11 KiB in 0.001145 sec., 25327.51091703057 rows/sec., 1.80 MiB/sec. 2025.09.03 04:08:24.071869 [ 4 ] {15102c77-78ce-44ed-bf3f-bd4ef8c9ea3d} TCPHandler: Processed in 0.00131014 sec. 2025.09.03 04:08:24.071976 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.072069 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:08:24.072108 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:08:24.072586 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.072622 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.072935 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.03 04:08:24.073160 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.073287 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} executeQuery: Read 228 rows, 15.81 KiB in 0.001235 sec., 184615.38461538462 rows/sec., 12.50 MiB/sec. 2025.09.03 04:08:24.073325 [ 4 ] {0febeed6-d4a1-4534-84fe-71cea63923c2} TCPHandler: Processed in 0.00139824 sec. 2025.09.03 04:08:24.073434 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.073528 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:24.073567 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:24.074141 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.074177 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.074498 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:08:24.074705 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.074830 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} executeQuery: Read 549 rows, 41.75 KiB in 0.00132 sec., 415909.0909090909 rows/sec., 30.89 MiB/sec. 2025.09.03 04:08:24.074868 [ 4 ] {435600a7-adc1-46ce-a6ea-b32f5795b51d} TCPHandler: Processed in 0.001483701 sec. 2025.09.03 04:08:24.074976 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.075070 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:24.075114 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:24.075667 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.075703 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.076083 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:08:24.076299 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.076426 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} executeQuery: Read 851 rows, 58.66 KiB in 0.001374 sec., 619359.5342066957 rows/sec., 41.69 MiB/sec. 2025.09.03 04:08:24.076464 [ 4 ] {91b683c5-23d7-44e8-aab3-74a38265431a} TCPHandler: Processed in 0.001536811 sec. 2025.09.03 04:08:24.076573 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.076667 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:24.076722 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} 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.09.03 04:08:24.077487 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.077524 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.078051 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:08:24.078288 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.078426 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} executeQuery: Read 15 rows, 27.52 KiB in 0.001777 sec., 8441.193021947101 rows/sec., 15.13 MiB/sec. 2025.09.03 04:08:24.078480 [ 4 ] {a7d7dfed-9d63-4c56-ba02-6b1d266e5a6c} TCPHandler: Processed in 0.001956374 sec. 2025.09.03 04:08:24.078588 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:24.078684 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:24.078726 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:24.079060 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.079095 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.079395 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:08:24.079608 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.079737 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.09.03 04:08:24.079774 [ 4 ] {e13800cb-2458-4367-adfd-7a8914baf41d} TCPHandler: Processed in 0.001235509 sec. 2025.09.03 04:08:24.532055 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16104 2025.09.03 04:08:24.532550 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:24.532595 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:24.533101 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:08:24.533336 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:24.533465 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.09.03 04:08:25.411475 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.09.03 04:08:25.428377 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:25.428433 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:25.434215 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:08:25.434923 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:25.438064 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.09.03 04:08:29.040216 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:29.040422 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:29.040489 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:29.041164 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.041213 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.041626 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:08:29.041855 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.041997 [ 47 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:08:29.042003 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} executeQuery: Read 108 rows, 9.27 KiB in 0.001632 sec., 66176.4705882353 rows/sec., 5.55 MiB/sec. 2025.09.03 04:08:29.042090 [ 47 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.042103 [ 4 ] {e7dca243-f541-4a24-a305-c5a7c35efb31} TCPHandler: Processed in 0.002017375 sec. 2025.09.03 04:08:29.042128 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.042247 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:29.042256 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:08:29.042346 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:29.042391 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:29.042403 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:29.042444 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1287 rows starting from the beginning of the part 2025.09.03 04:08:29.042517 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 108 rows starting from the beginning of the part 2025.09.03 04:08:29.042565 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 86 rows starting from the beginning of the part 2025.09.03 04:08:29.042612 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 108 rows starting from the beginning of the part 2025.09.03 04:08:29.042655 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:08:29.042698 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 108 rows starting from the beginning of the part 2025.09.03 04:08:29.042796 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.042837 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.043137 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:08:29.043351 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.043478 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} executeQuery: Read 26 rows, 1.96 KiB in 0.001199 sec., 21684.737281067555 rows/sec., 1.59 MiB/sec. 2025.09.03 04:08:29.043514 [ 4 ] {3eaebbde-a3c8-4cd2-963e-df9b840c786a} TCPHandler: Processed in 0.00136802 sec. 2025.09.03 04:08:29.043612 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:29.043770 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:29.043810 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:29.044119 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2930 rows, containing 5 columns (5 merged, 0 gathered) in 0.001918924 sec., 1526897.3653985255 rows/sec., 132.63 MiB/sec. 2025.09.03 04:08:29.044236 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.044273 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.044368 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:08:29.044628 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:08:29.044708 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.044810 [ 202 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_51_10} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:08:29.044919 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.09.03 04:08:29.044959 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.045098 [ 47 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:08:29.045128 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} executeQuery: Read 90 rows, 7.20 KiB in 0.001379 sec., 65264.68455402466 rows/sec., 5.10 MiB/sec. 2025.09.03 04:08:29.045135 [ 47 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.045174 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.045182 [ 4 ] {74ec648d-eb44-41d7-a706-fb1422d228d4} TCPHandler: Processed in 0.001557461 sec. 2025.09.03 04:08:29.045245 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:08:29.045324 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:29.045330 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:29.045370 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 595 rows starting from the beginning of the part 2025.09.03 04:08:29.045428 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part 2025.09.03 04:08:29.045438 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:29.045472 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 79 rows starting from the beginning of the part 2025.09.03 04:08:29.045484 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:29.045513 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part 2025.09.03 04:08:29.045553 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 549 rows starting from the beginning of the part 2025.09.03 04:08:29.045593 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part 2025.09.03 04:08:29.045909 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.045944 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.046275 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:08:29.046491 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.046546 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013329 sec., 1120114.0370620452 rows/sec., 88.60 MiB/sec. 2025.09.03 04:08:29.046597 [ 47 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:08:29.046619 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.09.03 04:08:29.046622 [ 47 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.046660 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.046663 [ 4 ] {0d7a2860-6f8d-4b2c-add8-7597a2e00ddf} TCPHandler: Processed in 0.00139661 sec. 2025.09.03 04:08:29.046707 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:08:29.046730 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:08:29.046788 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:29.046841 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:29.046877 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13158 rows starting from the beginning of the part 2025.09.03 04:08:29.046886 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:29.046940 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:29.046946 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} 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.09.03 04:08:29.046971 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.046994 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:29.047040 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:29.047046 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_51_10} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:08:29.047082 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 851 rows starting from the beginning of the part 2025.09.03 04:08:29.047118 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:08:29.047130 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:29.047773 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.047815 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.048352 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:08:29.048579 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.048712 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} executeQuery: Read 26 rows, 47.71 KiB in 0.001844 sec., 14099.783080260304 rows/sec., 25.27 MiB/sec. 2025.09.03 04:08:29.048766 [ 4 ] {b6f4c23c-4540-4325-9b24-6281d8a6de3c} TCPHandler: Processed in 0.002024865 sec. 2025.09.03 04:08:29.048875 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:29.048968 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:29.049008 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:29.049337 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.049373 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.049677 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:08:29.049886 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.049985 [ 47 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:08:29.050011 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.09.03 04:08:29.050015 [ 47 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:29.050050 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:29.050054 [ 4 ] {a060dc8d-1705-4f71-8af2-301e6a901fa0} TCPHandler: Processed in 0.001226238 sec. 2025.09.03 04:08:29.050119 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:08:29.050194 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:29.050219 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2700 rows starting from the beginning of the part 2025.09.03 04:08:29.050261 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:29.050297 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:29.050329 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:29.050360 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:29.050390 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:29.050500 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14649 rows, containing 5 columns (5 merged, 0 gathered) in 0.003787508 sec., 3867714.6028470434 rows/sec., 264.32 MiB/sec. 2025.09.03 04:08:29.050943 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:08:29.051219 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.051293 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_51_10} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:08:29.051378 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2025.09.03 04:08:29.051493 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.00140393 sec., 2136858.6752900784 rows/sec., 144.01 MiB/sec. 2025.09.03 04:08:29.051775 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:08:29.052109 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:29.052198 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_51_10} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:08:29.052296 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.09.03 04:08:31.891492 [ 62 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:08:31.891558 [ 62 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:08:32.033680 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16592 2025.09.03 04:08:32.034262 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:32.034312 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:32.034859 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:08:32.035095 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:32.035234 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16592 2025.09.03 04:08:32.035238 [ 62 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:08:32.035310 [ 62 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:32.035334 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:32.035431 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:08:32.035515 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:32.035545 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part 2025.09.03 04:08:32.035599 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part 2025.09.03 04:08:32.035641 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part 2025.09.03 04:08:32.035682 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part 2025.09.03 04:08:32.035718 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part 2025.09.03 04:08:32.035757 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part 2025.09.03 04:08:32.037717 [ 192 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002325047 sec., 7136199.82735833 rows/sec., 102.08 MiB/sec. 2025.09.03 04:08:32.037880 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:08:32.038252 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:32.038345 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_36_7} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:08:32.038495 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.09.03 04:08:32.092452 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 806 2025.09.03 04:08:32.094925 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:32.094971 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:32.096141 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.03 04:08:32.096408 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:32.096667 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 806 2025.09.03 04:08:32.938271 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.09.03 04:08:32.955975 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:32.956042 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:32.961685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:08:32.962373 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:32.962679 [ 67 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:08:32.962750 [ 67 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:32.962774 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:32.962950 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:08:32.965806 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.09.03 04:08:32.966940 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:32.968322 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2025.09.03 04:08:32.972722 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2025.09.03 04:08:32.977024 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.09.03 04:08:32.981221 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2025.09.03 04:08:32.985459 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.09.03 04:08:32.989377 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2025.09.03 04:08:33.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 265.03 MiB, peak 265.03 MiB, free memory in arenas 0.00 B, will set to 256.77 MiB (RSS), difference: -8.26 MiB 2025.09.03 04:08:33.044045 [ 187 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.081177118 sec., 3350.697914651269 rows/sec., 17.33 MiB/sec. 2025.09.03 04:08:33.046928 [ 191 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:08:33.049260 [ 191 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:33.049345 [ 191 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_36_7} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:08:33.051501 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.09.03 04:08:34.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.37 MiB, peak 265.03 MiB, free memory in arenas 0.00 B, will set to 259.54 MiB (RSS), difference: 12.17 MiB 2025.09.03 04:08:34.040400 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:34.040650 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:34.040712 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:34.041438 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.041486 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.041882 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:08:34.042103 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.042253 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} executeQuery: Read 86 rows, 7.39 KiB in 0.001611 sec., 53382.99193047796 rows/sec., 4.48 MiB/sec. 2025.09.03 04:08:34.042295 [ 4 ] {7aa5bda4-046e-4187-a9c1-7030ab3c2e37} TCPHandler: Processed in 0.002056995 sec. 2025.09.03 04:08:34.042414 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:34.042509 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:34.042550 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:34.042950 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.042986 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.043287 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:08:34.043493 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.043619 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} executeQuery: Read 15 rows, 1.13 KiB in 0.001129 sec., 13286.093888396812 rows/sec., 999.05 KiB/sec. 2025.09.03 04:08:34.043631 [ 82 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:08:34.043657 [ 4 ] {7382b67d-f1b3-4a3b-b28d-74d3dfcdd5a3} TCPHandler: Processed in 0.00129349 sec. 2025.09.03 04:08:34.043701 [ 82 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.043727 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.043844 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:34.043869 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:08:34.043954 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:34.043999 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:34.044031 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:34.044075 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 57 rows starting from the beginning of the part 2025.09.03 04:08:34.044149 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:34.044201 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:34.044250 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 29 rows starting from the beginning of the part 2025.09.03 04:08:34.044295 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:34.044340 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:34.044421 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.044463 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.045078 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:08:34.045311 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.045435 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630321 sec., 103047.19131999159 rows/sec., 7.86 MiB/sec. 2025.09.03 04:08:34.045444 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} executeQuery: Read 79 rows, 6.32 KiB in 0.001508 sec., 52387.26790450928 rows/sec., 4.09 MiB/sec. 2025.09.03 04:08:34.045508 [ 4 ] {55345392-607e-4956-8a56-92f420b03960} TCPHandler: Processed in 0.001714313 sec. 2025.09.03 04:08:34.045580 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:08:34.045620 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:34.045721 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:34.045825 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:34.045847 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.045926 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_51_10} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:08:34.046006 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.03 04:08:34.046240 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.046280 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.046633 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:08:34.046841 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.047025 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} executeQuery: Read 160 rows, 11.41 KiB in 0.001321 sec., 121120.36336109009 rows/sec., 8.44 MiB/sec. 2025.09.03 04:08:34.047062 [ 4 ] {d98d0846-82f0-48a0-a56a-ea0d15331c60} TCPHandler: Processed in 0.001491261 sec. 2025.09.03 04:08:34.047171 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:34.047276 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:34.047331 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} 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.09.03 04:08:34.048120 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.048158 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.048722 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:08:34.048954 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.049092 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} executeQuery: Read 15 rows, 27.52 KiB in 0.001835 sec., 8174.386920980926 rows/sec., 14.65 MiB/sec. 2025.09.03 04:08:34.049149 [ 4 ] {481dca22-3d91-4198-b2bf-5990fd5d4c39} TCPHandler: Processed in 0.002024855 sec. 2025.09.03 04:08:34.049295 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:34.049410 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:34.049460 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:34.049829 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:34.049866 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:34.050189 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:08:34.050398 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:34.050523 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.09.03 04:08:34.050559 [ 4 ] {bc1adf05-a23d-45d1-8106-23ed8f37087f} TCPHandler: Processed in 0.00133026 sec. 2025.09.03 04:08:35.391955 [ 57 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.03 04:08:35.392067 [ 57 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:35.392111 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:35.392293 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.09.03 04:08:35.392542 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:35.392601 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 229 rows starting from the beginning of the part 2025.09.03 04:08:35.392709 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.09.03 04:08:35.392765 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part 2025.09.03 04:08:35.392807 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.09.03 04:08:35.392848 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part 2025.09.03 04:08:35.393764 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 5 columns (5 merged, 0 gathered) in 0.001554111 sec., 734181.7926776144 rows/sec., 52.51 MiB/sec. 2025.09.03 04:08:35.393962 [ 187 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.03 04:08:35.394331 [ 187 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:35.394422 [ 187 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_9_2} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.03 04:08:35.394539 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.03 04:08:37.988921 [ 97 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.03 04:08:37.989003 [ 97 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:37.989026 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:37.989228 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.09.03 04:08:37.989369 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:37.989402 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2025.09.03 04:08:37.989467 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.09.03 04:08:37.989509 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2025.09.03 04:08:37.989550 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2025.09.03 04:08:37.989602 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part 2025.09.03 04:08:37.990324 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001154359 sec., 41581.51840112131 rows/sec., 3.47 MiB/sec. 2025.09.03 04:08:37.990549 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.03 04:08:37.990898 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:37.990987 [ 193 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_9_2} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.03 04:08:37.991108 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.03 04:08:39.041349 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.041530 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:08:39.041597 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:08:39.042223 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.042262 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.042662 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:08:39.042900 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.043055 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} executeQuery: Read 2 rows, 167.00 B in 0.001576 sec., 1269.0355329949239 rows/sec., 103.48 KiB/sec. 2025.09.03 04:08:39.043104 [ 4 ] {01532146-5e9e-469f-a218-80ebe4bd9a2a} TCPHandler: Processed in 0.001885363 sec. 2025.09.03 04:08:39.043234 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.043340 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:39.043383 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:39.043827 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.043863 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.044224 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:08:39.044444 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.044574 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} executeQuery: Read 109 rows, 9.35 KiB in 0.001259 sec., 86576.64813343924 rows/sec., 7.25 MiB/sec. 2025.09.03 04:08:39.044611 [ 4 ] {e291f497-db4f-4d14-8a5a-18d34108fd8d} TCPHandler: Processed in 0.001437011 sec. 2025.09.03 04:08:39.044723 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.044829 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:39.044870 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:39.045272 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.045307 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.045623 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:08:39.045840 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.045967 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} executeQuery: Read 28 rows, 2.09 KiB in 0.001158 sec., 24179.620034542317 rows/sec., 1.77 MiB/sec. 2025.09.03 04:08:39.046004 [ 4 ] {a82b0229-6dc9-4041-a9dc-8acd946f4351} TCPHandler: Processed in 0.001331059 sec. 2025.09.03 04:08:39.046112 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.046206 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:39.046248 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:39.046658 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.046692 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.047009 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:08:39.047227 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.047351 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} executeQuery: Read 92 rows, 7.36 KiB in 0.001163 sec., 79105.76096302665 rows/sec., 6.18 MiB/sec. 2025.09.03 04:08:39.047388 [ 4 ] {0640b0c6-19bd-4fdb-b8b6-26a830281c44} TCPHandler: Processed in 0.001325699 sec. 2025.09.03 04:08:39.047497 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.047591 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:39.047635 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:39.048033 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.048067 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.048422 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:08:39.048642 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.048771 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} executeQuery: Read 161 rows, 11.48 KiB in 0.001199 sec., 134278.56547122603 rows/sec., 9.35 MiB/sec. 2025.09.03 04:08:39.048807 [ 4 ] {8175cca5-d493-4469-96b1-0b5730f5930d} TCPHandler: Processed in 0.00135903 sec. 2025.09.03 04:08:39.048912 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.049015 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:39.049073 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} 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.09.03 04:08:39.049886 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.049924 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.050478 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:08:39.050714 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.050820 [ 97 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:08:39.050856 [ 97 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.050867 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} executeQuery: Read 26 rows, 47.71 KiB in 0.001856 sec., 14008.620689655172 rows/sec., 25.10 MiB/sec. 2025.09.03 04:08:39.050874 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.050938 [ 4 ] {6fe8f73f-0478-4540-9a24-2b7575fd2bb0} TCPHandler: Processed in 0.002077955 sec. 2025.09.03 04:08:39.050998 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:08:39.051055 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:39.051157 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:39.051200 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:39.051266 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:39.051336 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 892 rows starting from the beginning of the part 2025.09.03 04:08:39.051476 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:39.051566 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.051592 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:39.051617 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:39.051709 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:39.051822 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:39.051918 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:39.052064 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:08:39.052355 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.052495 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. 2025.09.03 04:08:39.052534 [ 4 ] {52608dec-8678-4ee6-840b-14a2b48bbd9c} TCPHandler: Processed in 0.001528171 sec. 2025.09.03 04:08:39.057718 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1000 rows, containing 19 columns (19 merged, 0 gathered) in 0.006773999 sec., 147623.28721926294 rows/sec., 264.53 MiB/sec. 2025.09.03 04:08:39.059000 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:08:39.059343 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.059425 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_51_10} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:08:39.059526 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.30 MiB. 2025.09.03 04:08:39.535452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17019 2025.09.03 04:08:39.535949 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:39.535997 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:39.536490 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:08:39.536728 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:39.536868 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.09.03 04:08:40.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.17 MiB, peak 268.39 MiB, free memory in arenas 0.00 B, will set to 263.14 MiB (RSS), difference: 2.97 MiB 2025.09.03 04:08:40.466013 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2025.09.03 04:08:40.481356 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:40.481421 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.03 04:08:40.487216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:08:40.487907 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:40.490633 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.09.03 04:08:42.097062 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 832 2025.09.03 04:08:42.099808 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:42.099867 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:42.101046 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.03 04:08:42.101320 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:42.101683 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 832 2025.09.03 04:08:44.040814 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:44.041011 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:44.041075 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:44.041748 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:44.041793 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:44.042204 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:08:44.042429 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:44.042581 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} executeQuery: Read 86 rows, 7.39 KiB in 0.001626 sec., 52890.52890528905 rows/sec., 4.44 MiB/sec. 2025.09.03 04:08:44.042622 [ 4 ] {703f4734-42d0-43c4-a038-af99ee2049af} TCPHandler: Processed in 0.001945024 sec. 2025.09.03 04:08:44.042752 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:44.042854 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:44.042895 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:44.043324 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:44.043365 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:44.043691 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:08:44.043911 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:44.044042 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} executeQuery: Read 15 rows, 1.13 KiB in 0.001206 sec., 12437.810945273632 rows/sec., 935.27 KiB/sec. 2025.09.03 04:08:44.044081 [ 4 ] {3f3e84d1-a927-4c37-9240-c03532aa0360} TCPHandler: Processed in 0.00137723 sec. 2025.09.03 04:08:44.044200 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:44.044299 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:44.044339 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:44.044763 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:44.044800 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:44.045100 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:08:44.045307 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:44.045444 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} executeQuery: Read 79 rows, 6.32 KiB in 0.001149 sec., 68755.43951261966 rows/sec., 5.37 MiB/sec. 2025.09.03 04:08:44.045486 [ 4 ] {3a54e04d-0556-4fb8-b126-6bc952c421c6} TCPHandler: Processed in 0.00133931 sec. 2025.09.03 04:08:44.045599 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:44.045695 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:44.045737 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:44.046144 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:44.046180 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:44.046530 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:08:44.046739 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:44.046867 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.09.03 04:08:44.046912 [ 4 ] {37e132af-c722-4903-b496-d66f08ee3451} TCPHandler: Processed in 0.00136229 sec. 2025.09.03 04:08:44.047025 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:44.047120 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:44.047175 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} 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.09.03 04:08:44.047965 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:44.048002 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:44.048529 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:08:44.048756 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:44.048898 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} executeQuery: Read 15 rows, 27.52 KiB in 0.001795 sec., 8356.545961002786 rows/sec., 14.97 MiB/sec. 2025.09.03 04:08:44.048951 [ 4 ] {56550588-fe15-48c2-8646-f3e4795a3873} TCPHandler: Processed in 0.001974174 sec. 2025.09.03 04:08:44.049067 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:44.049162 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:44.049203 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:44.049537 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:44.049574 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:44.049891 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:08:44.050101 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:44.050226 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.09.03 04:08:44.050261 [ 4 ] {c8c35614-68f9-447d-9280-fb5fd5a08d9a} TCPHandler: Processed in 0.001243269 sec. 2025.09.03 04:08:46.891603 [ 144 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:08:46.891670 [ 144 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:08:47.037099 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507 2025.09.03 04:08:47.037928 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:47.038003 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:47.038549 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:08:47.038772 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:47.038905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507 2025.09.03 04:08:47.990837 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.09.03 04:08:48.008932 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:48.008998 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:48.014729 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:08:48.015468 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:48.018529 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.09.03 04:08:49.041171 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:49.041387 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:49.041464 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:49.042248 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:49.042298 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:49.042715 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:08:49.042959 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:49.043115 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} executeQuery: Read 108 rows, 9.27 KiB in 0.001789 sec., 60368.921185019564 rows/sec., 5.06 MiB/sec. 2025.09.03 04:08:49.043158 [ 4 ] {cbe9a6c2-88f1-47d6-af2a-015a2e4941c3} TCPHandler: Processed in 0.002127026 sec. 2025.09.03 04:08:49.043281 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:49.043376 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:49.043417 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:49.043820 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:49.043856 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:49.044155 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:08:49.044369 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:49.044496 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} executeQuery: Read 26 rows, 1.96 KiB in 0.001138 sec., 22847.100175746928 rows/sec., 1.68 MiB/sec. 2025.09.03 04:08:49.044534 [ 4 ] {7a5a01b1-31dd-4bcb-80d5-1ff59fdb9659} TCPHandler: Processed in 0.00130315 sec. 2025.09.03 04:08:49.044640 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:49.044736 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:49.044777 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:49.045202 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:49.045239 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:49.045558 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:08:49.045764 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:49.045897 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} executeQuery: Read 90 rows, 7.20 KiB in 0.001178 sec., 76400.67911714771 rows/sec., 5.97 MiB/sec. 2025.09.03 04:08:49.045935 [ 4 ] {cd7cb58b-696c-4bf8-be75-921665e7009f} TCPHandler: Processed in 0.0013446 sec. 2025.09.03 04:08:49.046043 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:49.046138 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:49.046183 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:49.046582 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:49.046618 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:49.046949 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:08:49.047163 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:49.047292 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.09.03 04:08:49.047330 [ 4 ] {585455e6-0c4a-485f-814b-a00228304f30} TCPHandler: Processed in 0.00133633 sec. 2025.09.03 04:08:49.047431 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:49.047526 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:49.047579 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} 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.09.03 04:08:49.048387 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:49.048424 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:49.048953 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:08:49.049176 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:49.049310 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} executeQuery: Read 26 rows, 47.71 KiB in 0.001803 sec., 14420.410427066001 rows/sec., 25.84 MiB/sec. 2025.09.03 04:08:49.049364 [ 4 ] {8675b7ed-2d16-45fa-8289-63ba9a72c4af} TCPHandler: Processed in 0.001982415 sec. 2025.09.03 04:08:49.049477 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:49.049573 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:49.049615 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:49.049948 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:49.049985 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:49.050299 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:08:49.050517 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:49.050643 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.09.03 04:08:49.050680 [ 4 ] {fa50fe1d-3bd7-47ea-bcbd-575f40c600d5} TCPHandler: Processed in 0.001252969 sec. 2025.09.03 04:08:52.102020 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 856 2025.09.03 04:08:52.104177 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:52.104232 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:52.105402 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.03 04:08:52.105675 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:52.106042 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 856 2025.09.03 04:08:54.066272 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.066498 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:54.066570 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:54.067876 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.067920 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.068373 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:08:54.068595 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.068744 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} executeQuery: Read 1226 rows, 103.95 KiB in 0.002305 sec., 531887.2017353579 rows/sec., 44.04 MiB/sec. 2025.09.03 04:08:54.068740 [ 148 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:08:54.068792 [ 4 ] {f1562dc2-a756-4da5-a295-c24969fa17f0} TCPHandler: Processed in 0.002673499 sec. 2025.09.03 04:08:54.068826 [ 148 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.068857 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.068927 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.068947 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:08:54.069030 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:54.069043 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:54.069072 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1287 rows starting from the beginning of the part 2025.09.03 04:08:54.069072 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:54.069130 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 86 rows starting from the beginning of the part 2025.09.03 04:08:54.069174 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 109 rows starting from the beginning of the part 2025.09.03 04:08:54.069216 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 86 rows starting from the beginning of the part 2025.09.03 04:08:54.069261 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 108 rows starting from the beginning of the part 2025.09.03 04:08:54.069321 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:08:54.069504 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.069539 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.069846 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:08:54.070053 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.070180 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} executeQuery: Read 15 rows, 1.13 KiB in 0.00117 sec., 12820.51282051282 rows/sec., 964.04 KiB/sec. 2025.09.03 04:08:54.070222 [ 4 ] {2bc10f8d-948b-4f78-8103-48b568134a3a} TCPHandler: Processed in 0.00134538 sec. 2025.09.03 04:08:54.070343 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.070440 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:08:54.070479 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:08:54.070652 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2902 rows, containing 5 columns (5 merged, 0 gathered) in 0.001741683 sec., 1666204.4700442045 rows/sec., 144.76 MiB/sec. 2025.09.03 04:08:54.070878 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:08:54.070943 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.070987 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.071184 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.071270 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_56_11} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:08:54.071338 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.03 04:08:54.071357 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:08:54.071555 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.071684 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} executeQuery: Read 228 rows, 15.81 KiB in 0.001262 sec., 180665.61014263073 rows/sec., 12.23 MiB/sec. 2025.09.03 04:08:54.071722 [ 4 ] {8f09a6d6-013c-4b17-b547-3847de016076} TCPHandler: Processed in 0.001428981 sec. 2025.09.03 04:08:54.071834 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.071926 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:54.071965 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:54.072517 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.072553 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.072890 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:08:54.073097 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.073200 [ 148 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:08:54.073231 [ 148 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.073232 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} executeQuery: Read 535 rows, 40.61 KiB in 0.001309 sec., 408708.9381207028 rows/sec., 30.29 MiB/sec. 2025.09.03 04:08:54.073249 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.073286 [ 4 ] {0672ae74-63de-49ab-8c71-6d8b3afc37ea} TCPHandler: Processed in 0.001499481 sec. 2025.09.03 04:08:54.073376 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:08:54.073421 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.073532 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:54.073574 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:54.073583 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:54.073643 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 595 rows starting from the beginning of the part 2025.09.03 04:08:54.073747 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 79 rows starting from the beginning of the part 2025.09.03 04:08:54.073823 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 92 rows starting from the beginning of the part 2025.09.03 04:08:54.073891 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 79 rows starting from the beginning of the part 2025.09.03 04:08:54.073956 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2025.09.03 04:08:54.074024 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 535 rows starting from the beginning of the part 2025.09.03 04:08:54.074145 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.074189 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.074617 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:08:54.074854 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.074953 [ 148 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:08:54.074982 [ 148 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.074998 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.075004 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} executeQuery: Read 844 rows, 58.17 KiB in 0.001476 sec., 571815.7181571815 rows/sec., 38.49 MiB/sec. 2025.09.03 04:08:54.075050 [ 4 ] {f2cdec74-3796-4421-9574-e851ccc563d6} TCPHandler: Processed in 0.001676923 sec. 2025.09.03 04:08:54.075065 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:08:54.075161 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.075163 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:54.075216 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14649 rows starting from the beginning of the part 2025.09.03 04:08:54.075254 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 5 columns (5 merged, 0 gathered) in 0.001925714 sec., 763353.2289841586 rows/sec., 60.34 MiB/sec. 2025.09.03 04:08:54.075262 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:54.075276 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:54.075335 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} 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.09.03 04:08:54.075342 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part 2025.09.03 04:08:54.075398 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:54.075415 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:08:54.075443 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.09.03 04:08:54.075488 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 844 rows starting from the beginning of the part 2025.09.03 04:08:54.075681 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.075763 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_56_11} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:08:54.075837 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:08:54.076134 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.076176 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.076817 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:08:54.077029 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.077158 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} executeQuery: Read 15 rows, 27.52 KiB in 0.001975 sec., 7594.936708860759 rows/sec., 13.61 MiB/sec. 2025.09.03 04:08:54.077277 [ 4 ] {d7bf44b3-b4b2-4e3b-b9da-080b291af6ee} TCPHandler: Processed in 0.002162716 sec. 2025.09.03 04:08:54.077411 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:54.077524 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:54.077574 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:54.077980 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.078023 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.078407 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:08:54.078617 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.078722 [ 148 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:08:54.078749 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2025.09.03 04:08:54.078754 [ 148 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.078789 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.078794 [ 4 ] {487204dd-6f49-4b5b-b5a8-ccc306dc70e7} TCPHandler: Processed in 0.001437591 sec. 2025.09.03 04:08:54.078883 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:08:54.079004 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:54.079037 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3000 rows starting from the beginning of the part 2025.09.03 04:08:54.079095 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:54.079143 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:54.079187 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:54.079227 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:54.079277 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.09.03 04:08:54.079328 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004292541 sec., 3758612.905502824 rows/sec., 256.86 MiB/sec. 2025.09.03 04:08:54.079695 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:08:54.079964 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.080033 [ 195 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_56_11} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:08:54.080093 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2025.09.03 04:08:54.080416 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001570862 sec., 2100757.4185383567 rows/sec., 141.58 MiB/sec. 2025.09.03 04:08:54.080852 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:08:54.081183 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.081260 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_56_11} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:08:54.081352 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.09.03 04:08:54.539135 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934 2025.09.03 04:08:54.539701 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:54.539742 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:54.540194 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:08:54.540432 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:54.540554 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.09.03 04:08:55.518739 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.09.03 04:08:55.538795 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:55.538865 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:55.544969 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:08:55.545693 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:55.549543 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.09.03 04:08:59.040837 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:59.041053 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:08:59.041126 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:08:59.041886 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.041935 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.042348 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:08:59.042582 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.042733 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} executeQuery: Read 108 rows, 9.27 KiB in 0.001734 sec., 62283.73702422145 rows/sec., 5.22 MiB/sec. 2025.09.03 04:08:59.042775 [ 4 ] {1029fe6d-dde7-4002-89f2-5af7a3bae759} TCPHandler: Processed in 0.002081815 sec. 2025.09.03 04:08:59.042910 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:59.043012 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:08:59.043053 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:08:59.043482 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.043519 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.043832 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:08:59.044041 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.044156 [ 143 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:08:59.044165 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} executeQuery: Read 26 rows, 1.96 KiB in 0.001172 sec., 22184.300341296926 rows/sec., 1.63 MiB/sec. 2025.09.03 04:08:59.044231 [ 143 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.044247 [ 4 ] {8b6f2982-29ba-4da6-acaf-5a8ccd980f87} TCPHandler: Processed in 0.00138748 sec. 2025.09.03 04:08:59.044258 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.044369 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:08:59.044387 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:59.044485 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:08:59.044492 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:08:59.044526 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 57 rows starting from the beginning of the part 2025.09.03 04:08:59.044543 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:08:59.044599 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part 2025.09.03 04:08:59.044658 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:59.044707 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:59.044751 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 15 rows starting from the beginning of the part 2025.09.03 04:08:59.044797 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2025.09.03 04:08:59.044983 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.045025 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.045354 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:08:59.045589 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.045716 [ 186 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.00138539 sec., 120543.67362259002 rows/sec., 9.24 MiB/sec. 2025.09.03 04:08:59.045727 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} executeQuery: Read 90 rows, 7.20 KiB in 0.00124 sec., 72580.64516129032 rows/sec., 5.67 MiB/sec. 2025.09.03 04:08:59.045810 [ 4 ] {1339f317-c08f-478a-a075-9e9fdc5ae6f2} TCPHandler: Processed in 0.00147083 sec. 2025.09.03 04:08:59.045874 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:08:59.045932 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:59.046035 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:59.046081 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:08:59.046124 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.046196 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_56_11} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:08:59.046262 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:08:59.046511 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.046557 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.046980 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:08:59.047257 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.047413 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} executeQuery: Read 160 rows, 11.41 KiB in 0.001396 sec., 114613.1805157593 rows/sec., 7.98 MiB/sec. 2025.09.03 04:08:59.047461 [ 4 ] {864a82b5-7d07-4115-8324-09b175b57007} TCPHandler: Processed in 0.001579151 sec. 2025.09.03 04:08:59.047581 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:59.047677 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:08:59.047733 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} 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.09.03 04:08:59.048555 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.048593 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.049128 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:08:59.049362 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.049506 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} executeQuery: Read 26 rows, 47.71 KiB in 0.001846 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. 2025.09.03 04:08:59.049561 [ 4 ] {7ed76e12-7954-4fe7-a5e6-2c476f37bc22} TCPHandler: Processed in 0.002037604 sec. 2025.09.03 04:08:59.049670 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:08:59.049766 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:08:59.049808 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:08:59.050182 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:08:59.050224 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:08:59.050593 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:08:59.050801 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:08:59.050922 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2025.09.03 04:08:59.050957 [ 4 ] {99dc4c4a-d506-4bf7-ab05-2f38ff0a94f5} TCPHandler: Processed in 0.00133779 sec. 2025.09.03 04:09:01.891731 [ 138 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:09:01.891837 [ 138 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:09:02.040766 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422 2025.09.03 04:09:02.041332 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:02.041380 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:02.041844 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:09:02.042064 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:02.042195 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422 2025.09.03 04:09:02.106371 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 882 2025.09.03 04:09:02.108566 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:02.108625 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:02.109833 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.03 04:09:02.110121 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:02.110502 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 882 2025.09.03 04:09:03.049753 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.09.03 04:09:03.068106 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:03.068167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:03.074222 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:09:03.074910 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:03.077979 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.09.03 04:09:04.041430 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:04.041629 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:04.041700 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:04.042331 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.042370 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.042779 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:09:04.043020 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.043181 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} executeQuery: Read 86 rows, 7.39 KiB in 0.001606 sec., 53549.19053549191 rows/sec., 4.49 MiB/sec. 2025.09.03 04:09:04.043223 [ 4 ] {04f329f7-3d86-4063-bdb3-ba708b83fccb} TCPHandler: Processed in 0.001927484 sec. 2025.09.03 04:09:04.043341 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:04.043437 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:04.043478 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:04.043872 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.043909 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.044209 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:09:04.044419 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.044545 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} executeQuery: Read 15 rows, 1.13 KiB in 0.001127 sec., 13309.671694764864 rows/sec., 1000.82 KiB/sec. 2025.09.03 04:09:04.044583 [ 4 ] {19d8be84-b737-426d-a33d-0365008df2f0} TCPHandler: Processed in 0.001291789 sec. 2025.09.03 04:09:04.044691 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:04.044787 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:04.044826 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:04.045237 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.045272 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.045574 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:09:04.045784 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.045914 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} executeQuery: Read 79 rows, 6.32 KiB in 0.001146 sec., 68935.42757417103 rows/sec., 5.38 MiB/sec. 2025.09.03 04:09:04.045952 [ 4 ] {b073676d-8018-45d0-ba65-d44461eb9b06} TCPHandler: Processed in 0.00131059 sec. 2025.09.03 04:09:04.046071 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:04.046166 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:04.046210 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:04.046604 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.046640 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.046970 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:09:04.047185 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.047317 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.09.03 04:09:04.047354 [ 4 ] {3e4dd05d-e686-40f6-b248-377c62b645b1} TCPHandler: Processed in 0.00133202 sec. 2025.09.03 04:09:04.047467 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:04.047561 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:04.047617 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} 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.09.03 04:09:04.048381 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.048417 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.048945 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:09:04.049165 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.049282 [ 136 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:09:04.049301 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} executeQuery: Read 15 rows, 27.52 KiB in 0.001757 sec., 8537.279453614114 rows/sec., 15.30 MiB/sec. 2025.09.03 04:09:04.049353 [ 136 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.049379 [ 4 ] {335b8303-b4ec-4470-adb0-a41c31743e1c} TCPHandler: Processed in 0.001961525 sec. 2025.09.03 04:09:04.049379 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.049504 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:04.049528 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:09:04.049605 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:04.049653 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:04.049810 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:04.049876 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1000 rows starting from the beginning of the part 2025.09.03 04:09:04.049983 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:04.050011 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:04.050024 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:04.050130 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:04.050238 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:04.050335 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:04.050355 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:09:04.050429 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:04.050589 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.050729 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.09.03 04:09:04.050768 [ 4 ] {8ec52cc0-dfe5-4721-a609-622bfec2c110} TCPHandler: Processed in 0.00131751 sec. 2025.09.03 04:09:04.056341 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1097 rows, containing 19 columns (19 merged, 0 gathered) in 0.00687516 sec., 159559.92296906546 rows/sec., 285.92 MiB/sec. 2025.09.03 04:09:04.057512 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:09:04.057928 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:04.058014 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_56_11} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:09:04.058188 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. 2025.09.03 04:09:05.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 264.69 MiB, peak 273.07 MiB, free memory in arenas 0.00 B, will set to 266.63 MiB (RSS), difference: 1.94 MiB 2025.09.03 04:09:09.041060 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:09.041257 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:09.041324 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:09.042012 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.042059 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.042468 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:09:09.042721 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.042874 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} executeQuery: Read 108 rows, 9.27 KiB in 0.001669 sec., 64709.406830437394 rows/sec., 5.43 MiB/sec. 2025.09.03 04:09:09.042918 [ 4 ] {3b670a2d-e531-421d-9f01-a68d7af4ea41} TCPHandler: Processed in 0.001997275 sec. 2025.09.03 04:09:09.043042 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:09.043140 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:09.043183 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:09.043578 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.043614 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.043923 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:09:09.044146 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.044280 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} executeQuery: Read 26 rows, 1.96 KiB in 0.001159 sec., 22433.13201035375 rows/sec., 1.65 MiB/sec. 2025.09.03 04:09:09.044318 [ 4 ] {3f749516-0b1f-4118-bead-e7e1f0e3dbf1} TCPHandler: Processed in 0.00132811 sec. 2025.09.03 04:09:09.044418 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:09.044512 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:09.044554 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:09.044982 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.045017 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.045326 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:09:09.045539 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.045665 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} executeQuery: Read 90 rows, 7.20 KiB in 0.001172 sec., 76791.80887372013 rows/sec., 6.00 MiB/sec. 2025.09.03 04:09:09.045705 [ 4 ] {9b8506bf-1a94-4b1e-8547-6231bc9b6fb6} TCPHandler: Processed in 0.00133675 sec. 2025.09.03 04:09:09.045810 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:09.045906 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:09.045950 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:09.046351 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.046386 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.046722 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:09:09.046945 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.047074 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2025.09.03 04:09:09.047112 [ 4 ] {c4fe258a-ae7a-4727-bec8-28bd42f8036d} TCPHandler: Processed in 0.00135217 sec. 2025.09.03 04:09:09.047217 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:09.047312 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:09.047367 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} 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.09.03 04:09:09.048191 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.048229 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.048781 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:09:09.049014 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.049148 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} executeQuery: Read 26 rows, 47.71 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 25.13 MiB/sec. 2025.09.03 04:09:09.049201 [ 4 ] {9699efff-3281-4ad7-aedb-8766ec280658} TCPHandler: Processed in 0.002034124 sec. 2025.09.03 04:09:09.049308 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:09.049403 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:09.049445 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:09.049770 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.049803 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.050106 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:09:09.050318 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.050444 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.09.03 04:09:09.050480 [ 4 ] {dcab2308-c1f7-4b28-a1e7-6631f66cbf56} TCPHandler: Processed in 0.001222599 sec. 2025.09.03 04:09:09.542473 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849 2025.09.03 04:09:09.543037 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.543086 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.543581 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:09:09.543823 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.543968 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 2025.09.03 04:09:09.543989 [ 131 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:09:09.544059 [ 131 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:09.544078 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:09.544208 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:09:09.544359 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:09.544402 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16592 rows starting from the beginning of the part 2025.09.03 04:09:09.544504 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part 2025.09.03 04:09:09.544557 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part 2025.09.03 04:09:09.544611 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part 2025.09.03 04:09:09.544657 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part 2025.09.03 04:09:09.544705 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part 2025.09.03 04:09:09.546597 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002451928 sec., 7687419.858984441 rows/sec., 109.97 MiB/sec. 2025.09.03 04:09:09.546802 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:09:09.547052 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:09.547122 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_41_8} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:09:09.547194 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2025.09.03 04:09:10.578182 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.09.03 04:09:10.596121 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:10.596179 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:10.601892 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:09:10.602588 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:10.602869 [ 132 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:09:10.602906 [ 132 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:10.602924 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:10.603047 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:09:10.606100 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.09.03 04:09:10.607049 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:10.608513 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2025.09.03 04:09:10.612953 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2025.09.03 04:09:10.617282 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2025.09.03 04:09:10.621632 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2025.09.03 04:09:10.625772 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2025.09.03 04:09:10.629566 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2025.09.03 04:09:10.680744 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.077753562 sec., 3974.0944601354727 rows/sec., 20.55 MiB/sec. 2025.09.03 04:09:10.682860 [ 186 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:09:10.684768 [ 186 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:10.684865 [ 186 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_41_8} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:09:10.686117 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.09.03 04:09:12.110831 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 906 2025.09.03 04:09:12.112977 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:12.113031 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:12.114211 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.03 04:09:12.114486 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:12.114646 [ 130 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.03 04:09:12.114719 [ 130 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:12.114743 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:12.114837 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.09.03 04:09:12.114843 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 906 2025.09.03 04:09:12.115298 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:12.115420 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 778 rows starting from the beginning of the part 2025.09.03 04:09:12.115740 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2025.09.03 04:09:12.116048 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:12.116355 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2025.09.03 04:09:12.116667 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:12.116989 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.09.03 04:09:12.123072 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 72 columns (72 merged, 0 gathered) in 0.00827217 sec., 109523.86133263701 rows/sec., 86.60 MiB/sec. 2025.09.03 04:09:12.124064 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.03 04:09:12.124540 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:12.124614 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_31_6} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.03 04:09:12.124772 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2025.09.03 04:09:14.040449 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:14.040631 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:14.040698 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:14.041378 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:14.041424 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:14.041830 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:09:14.042056 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:14.042202 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} executeQuery: Read 86 rows, 7.39 KiB in 0.001621 sec., 53053.67057371992 rows/sec., 4.45 MiB/sec. 2025.09.03 04:09:14.042245 [ 4 ] {bf06042c-48fd-4ba0-aafb-db9296bd9ca0} TCPHandler: Processed in 0.001929354 sec. 2025.09.03 04:09:14.042369 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:14.042481 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:14.042523 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:14.042947 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:14.042984 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:14.043338 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:09:14.043554 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:14.043678 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} executeQuery: Read 15 rows, 1.13 KiB in 0.00123 sec., 12195.121951219513 rows/sec., 917.02 KiB/sec. 2025.09.03 04:09:14.043716 [ 4 ] {c4f2e2c1-d4ab-43e6-ab4c-c8786bca9f12} TCPHandler: Processed in 0.0013958 sec. 2025.09.03 04:09:14.043822 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:14.043914 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:14.043954 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:14.044357 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:14.044393 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:14.044715 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:09:14.044929 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:14.045055 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} executeQuery: Read 79 rows, 6.32 KiB in 0.001159 sec., 68162.20880069025 rows/sec., 5.32 MiB/sec. 2025.09.03 04:09:14.045093 [ 4 ] {987c6717-f2e9-44a7-873a-7292ef988885} TCPHandler: Processed in 0.00131874 sec. 2025.09.03 04:09:14.045204 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:14.045299 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:14.045341 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:14.045745 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:14.045780 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:14.046123 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:09:14.046332 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:14.046457 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.09.03 04:09:14.046494 [ 4 ] {636057d5-931a-4c4c-8f47-82013390a652} TCPHandler: Processed in 0.00134448 sec. 2025.09.03 04:09:14.046598 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:14.046700 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:14.046754 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} 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.09.03 04:09:14.047556 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:14.047591 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:14.048174 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:09:14.048415 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:14.048568 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} executeQuery: Read 15 rows, 27.52 KiB in 0.001886 sec., 7953.3404029692465 rows/sec., 14.25 MiB/sec. 2025.09.03 04:09:14.048626 [ 4 ] {b4216cd4-ea20-406a-bbaf-46eca47f2af6} TCPHandler: Processed in 0.002074706 sec. 2025.09.03 04:09:14.048747 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:14.048840 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:14.048882 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:14.049212 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:14.049249 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:14.049562 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:09:14.049772 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:14.049895 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.09.03 04:09:14.049936 [ 4 ] {116a3075-f71e-4a3d-b414-d68e8bd2b716} TCPHandler: Processed in 0.001236949 sec. 2025.09.03 04:09:16.892111 [ 126 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:09:16.892206 [ 126 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:09:17.044182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337 2025.09.03 04:09:17.044766 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:17.044820 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:17.045607 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:09:17.045859 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:17.046001 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337 2025.09.03 04:09:18.106304 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.09.03 04:09:18.122582 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:18.122644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:18.128647 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:09:18.129341 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:18.132455 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.09.03 04:09:19.040876 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:19.041080 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:19.041156 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:19.041840 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.041890 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.042326 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:09:19.042571 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.042736 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} executeQuery: Read 108 rows, 9.27 KiB in 0.001712 sec., 63084.11214953271 rows/sec., 5.29 MiB/sec. 2025.09.03 04:09:19.042791 [ 4 ] {72133d74-019e-4822-a0f6-05bb001f9b00} TCPHandler: Processed in 0.002062005 sec. 2025.09.03 04:09:19.042789 [ 123 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:09:19.042894 [ 123 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.042915 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:19.042936 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.043029 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:19.043080 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:19.043100 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:09:19.043252 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:19.043293 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1287 rows starting from the beginning of the part 2025.09.03 04:09:19.043367 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 108 rows starting from the beginning of the part 2025.09.03 04:09:19.043412 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 86 rows starting from the beginning of the part 2025.09.03 04:09:19.043476 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 108 rows starting from the beginning of the part 2025.09.03 04:09:19.043500 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.043518 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 86 rows starting from the beginning of the part 2025.09.03 04:09:19.043548 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.043571 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 108 rows starting from the beginning of the part 2025.09.03 04:09:19.043923 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:09:19.044178 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.044320 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} executeQuery: Read 26 rows, 1.96 KiB in 0.001314 sec., 19786.9101978691 rows/sec., 1.45 MiB/sec. 2025.09.03 04:09:19.044361 [ 4 ] {fce5359a-f132-426e-b6d0-52e53aaeb759} TCPHandler: Processed in 0.001500741 sec. 2025.09.03 04:09:19.044483 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:19.044609 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:19.044659 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:19.044872 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1783 rows, containing 5 columns (5 merged, 0 gathered) in 0.001842984 sec., 967452.7830952412 rows/sec., 84.29 MiB/sec. 2025.09.03 04:09:19.045110 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:09:19.045190 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.045243 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.045412 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.045497 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_61_12} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:09:19.045585 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.09.03 04:09:19.045627 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:09:19.045875 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.045995 [ 120 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:09:19.046009 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} executeQuery: Read 90 rows, 7.20 KiB in 0.001426 sec., 63113.60448807854 rows/sec., 4.93 MiB/sec. 2025.09.03 04:09:19.046066 [ 120 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.046077 [ 4 ] {fc120774-40c6-4c53-be17-6fa06c1709ff} TCPHandler: Processed in 0.001656572 sec. 2025.09.03 04:09:19.046098 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.046189 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:09:19.046252 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:19.046296 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:19.046334 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 595 rows starting from the beginning of the part 2025.09.03 04:09:19.046352 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:19.046402 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:19.046402 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 90 rows starting from the beginning of the part 2025.09.03 04:09:19.046464 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 79 rows starting from the beginning of the part 2025.09.03 04:09:19.046506 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 90 rows starting from the beginning of the part 2025.09.03 04:09:19.046563 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 79 rows starting from the beginning of the part 2025.09.03 04:09:19.046603 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 90 rows starting from the beginning of the part 2025.09.03 04:09:19.046817 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.046861 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.047251 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:09:19.047478 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.047569 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141384 sec., 723561.3647937533 rows/sec., 57.79 MiB/sec. 2025.09.03 04:09:19.047577 [ 120 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:09:19.047611 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001277 sec., 125293.65700861394 rows/sec., 8.73 MiB/sec. 2025.09.03 04:09:19.047621 [ 120 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.047650 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.047655 [ 4 ] {1a39e8c3-1054-402f-8feb-867f4ead40ec} TCPHandler: Processed in 0.001453111 sec. 2025.09.03 04:09:19.047717 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:09:19.047748 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:09:19.047763 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:19.047815 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:19.047849 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16134 rows starting from the beginning of the part 2025.09.03 04:09:19.047863 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:19.047907 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:19.047924 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} 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.09.03 04:09:19.047961 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:19.048008 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:19.048032 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.048048 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:19.048094 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:19.048110 [ 190 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_61_12} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:09:19.048187 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.09.03 04:09:19.048777 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.048819 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.049717 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:09:19.049967 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.050118 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} executeQuery: Read 26 rows, 47.71 KiB in 0.002274 sec., 11433.597185576078 rows/sec., 20.49 MiB/sec. 2025.09.03 04:09:19.050174 [ 4 ] {5100b622-6481-4fc0-bbd5-e6df9dd8d344} TCPHandler: Processed in 0.002460318 sec. 2025.09.03 04:09:19.050287 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:19.050383 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:19.050425 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:19.050759 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.050794 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.051222 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:09:19.051453 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.051560 [ 120 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:09:19.051587 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} executeQuery: Read 60 rows, 4.14 KiB in 0.00122 sec., 49180.32786885246 rows/sec., 3.31 MiB/sec. 2025.09.03 04:09:19.051600 [ 120 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:19.051630 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:19.051632 [ 4 ] {8f35b2cb-a975-4aeb-9b62-70f770f4c8c8} TCPHandler: Processed in 0.001395031 sec. 2025.09.03 04:09:19.051736 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:09:19.051883 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:19.051932 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3300 rows starting from the beginning of the part 2025.09.03 04:09:19.052014 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:19.052083 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:19.052140 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:19.052198 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:19.052259 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:19.053760 [ 199 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002077875 sec., 1732539.2528424473 rows/sec., 116.76 MiB/sec. 2025.09.03 04:09:19.054107 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:09:19.054124 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 16934 rows, containing 5 columns (5 merged, 0 gathered) in 0.006439517 sec., 2629700.333115046 rows/sec., 179.87 MiB/sec. 2025.09.03 04:09:19.054333 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:09:19.054348 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.054413 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_61_12} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:09:19.054472 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.09.03 04:09:19.054604 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:19.054670 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_61_12} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:09:19.054744 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2025.09.03 04:09:20.000143 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 270.24 MiB, peak 281.11 MiB, free memory in arenas 0.00 B, will set to 272.65 MiB (RSS), difference: 2.42 MiB 2025.09.03 04:09:22.115260 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 930 2025.09.03 04:09:22.117930 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:22.117988 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:22.119210 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.03 04:09:22.119498 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:22.119871 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 930 2025.09.03 04:09:24.067292 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.067485 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:09:24.067554 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:09:24.068193 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.068232 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.068608 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:09:24.068835 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.068980 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} executeQuery: Read 14 rows, 1.14 KiB in 0.001549 sec., 9038.089089735313 rows/sec., 736.99 KiB/sec. 2025.09.03 04:09:24.069020 [ 4 ] {c9f21d40-afd3-4a3b-bb2a-01a028fdb304} TCPHandler: Processed in 0.001862674 sec. 2025.09.03 04:09:24.069141 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.069246 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:24.069284 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:24.070336 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.070372 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.070780 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:09:24.070987 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.071111 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} executeQuery: Read 1233 rows, 104.46 KiB in 0.001884 sec., 654458.5987261146 rows/sec., 54.15 MiB/sec. 2025.09.03 04:09:24.071148 [ 4 ] {a6c6b28d-0dc1-4da7-9e60-5f5abc1d0f76} TCPHandler: Processed in 0.002053915 sec. 2025.09.03 04:09:24.071259 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.071353 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:24.071393 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:24.071790 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.071824 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.072116 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:09:24.072319 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.072421 [ 117 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:09:24.072441 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} executeQuery: Read 29 rows, 2.11 KiB in 0.001107 sec., 26196.928635953027 rows/sec., 1.86 MiB/sec. 2025.09.03 04:09:24.072457 [ 117 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.072476 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.072482 [ 4 ] {796b0f00-b658-4d3d-9392-e0f8fab6d5fc} TCPHandler: Processed in 0.001267339 sec. 2025.09.03 04:09:24.072592 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.072605 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:09:24.072689 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:09:24.072732 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:09:24.072780 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:24.072825 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 57 rows starting from the beginning of the part 2025.09.03 04:09:24.072898 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:24.072949 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:24.072997 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:24.073041 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:24.073087 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 29 rows starting from the beginning of the part 2025.09.03 04:09:24.073214 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.073256 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.073604 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.03 04:09:24.073842 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.073974 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} executeQuery: Read 228 rows, 15.81 KiB in 0.001303 sec., 174980.81350729088 rows/sec., 11.85 MiB/sec. 2025.09.03 04:09:24.073980 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143398 sec., 117156.4456965927 rows/sec., 8.94 MiB/sec. 2025.09.03 04:09:24.074016 [ 4 ] {1626f440-d2c2-4d3c-959f-a169240a9f64} TCPHandler: Processed in 0.001471071 sec. 2025.09.03 04:09:24.074147 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.074165 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:09:24.074271 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:24.074326 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:24.074475 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.074562 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_61_12} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:09:24.074656 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.03 04:09:24.074957 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.074999 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.075345 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:09:24.075553 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.075681 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} executeQuery: Read 549 rows, 41.75 KiB in 0.001434 sec., 382845.18828451884 rows/sec., 28.43 MiB/sec. 2025.09.03 04:09:24.075724 [ 4 ] {1559b1b5-979e-43c9-ae36-5c8de8440451} TCPHandler: Processed in 0.001635502 sec. 2025.09.03 04:09:24.075832 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.075927 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:24.075970 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:24.076529 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.076564 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.076949 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:09:24.077156 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.077280 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} executeQuery: Read 851 rows, 58.66 KiB in 0.001372 sec., 620262.390670554 rows/sec., 41.75 MiB/sec. 2025.09.03 04:09:24.077321 [ 4 ] {85f39d9f-1542-4890-ba9f-df78ce0031fa} TCPHandler: Processed in 0.001536531 sec. 2025.09.03 04:09:24.077426 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.077520 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:24.077576 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} 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.09.03 04:09:24.078375 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.078411 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.078941 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:09:24.079168 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.079302 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} executeQuery: Read 15 rows, 27.52 KiB in 0.0018 sec., 8333.333333333334 rows/sec., 14.93 MiB/sec. 2025.09.03 04:09:24.079360 [ 4 ] {8807707d-2128-4e50-a7dc-1eb22535354e} TCPHandler: Processed in 0.001982484 sec. 2025.09.03 04:09:24.079465 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:24.079559 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:24.079599 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:24.079926 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.079962 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.080285 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:09:24.080488 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.080612 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.09.03 04:09:24.080652 [ 4 ] {24d41433-c509-41cb-a2a1-5a7a0b0cf650} TCPHandler: Processed in 0.001234749 sec. 2025.09.03 04:09:24.546216 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764 2025.09.03 04:09:24.546679 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:24.546717 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:24.547166 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:09:24.547388 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:24.547503 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 2025.09.03 04:09:25.632662 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.09.03 04:09:25.649612 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:25.649664 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:25.655651 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:09:25.656392 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:25.659449 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.09.03 04:09:29.041684 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:29.041980 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:29.042083 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:29.042931 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.042983 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.043402 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:09:29.043657 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.043824 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} executeQuery: Read 108 rows, 9.27 KiB in 0.001922 sec., 56191.46722164412 rows/sec., 4.71 MiB/sec. 2025.09.03 04:09:29.043875 [ 4 ] {1bbf7938-8bea-4143-a951-f826c21d6d17} TCPHandler: Processed in 0.002330657 sec. 2025.09.03 04:09:29.043997 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:29.044104 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:29.044151 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:29.044576 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.044614 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.044939 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:09:29.045163 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.045296 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} executeQuery: Read 26 rows, 1.96 KiB in 0.001216 sec., 21381.57894736842 rows/sec., 1.57 MiB/sec. 2025.09.03 04:09:29.045335 [ 4 ] {768e562f-ba7c-4c78-b9ea-535f2c964a40} TCPHandler: Processed in 0.001390491 sec. 2025.09.03 04:09:29.045439 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:29.045543 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:29.045586 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:29.046031 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.046069 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.046418 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:09:29.046643 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.046773 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} executeQuery: Read 90 rows, 7.20 KiB in 0.001249 sec., 72057.64611689352 rows/sec., 5.63 MiB/sec. 2025.09.03 04:09:29.046812 [ 4 ] {2fac41ba-5dea-4cab-b811-2cf597afdc74} TCPHandler: Processed in 0.00142469 sec. 2025.09.03 04:09:29.046922 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:29.047019 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:29.047063 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:29.047454 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.047489 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.047834 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:09:29.048097 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.048227 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.09.03 04:09:29.048265 [ 4 ] {79467b38-7f8d-408e-935e-b4ab24fdebf9} TCPHandler: Processed in 0.00139382 sec. 2025.09.03 04:09:29.048366 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:29.048461 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:29.048515 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} 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.09.03 04:09:29.049304 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.049339 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.049894 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:09:29.050131 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.050240 [ 113 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:09:29.050268 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} executeQuery: Read 26 rows, 47.71 KiB in 0.001825 sec., 14246.575342465754 rows/sec., 25.53 MiB/sec. 2025.09.03 04:09:29.050278 [ 113 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.050305 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.050337 [ 4 ] {51264f91-d7b6-4f47-8d98-5a14b93477d6} TCPHandler: Processed in 0.002020025 sec. 2025.09.03 04:09:29.050419 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:09:29.050451 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:29.050558 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:29.050602 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:29.050693 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:29.050765 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1097 rows starting from the beginning of the part 2025.09.03 04:09:29.050887 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:29.050931 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:29.050975 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:29.050994 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:29.051090 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:29.051174 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:29.051259 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:29.051310 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:09:29.051560 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.051698 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.09.03 04:09:29.051736 [ 4 ] {69465f65-5ac7-4e22-b3e9-8aef3e01780f} TCPHandler: Processed in 0.00133482 sec. 2025.09.03 04:09:29.057608 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1205 rows, containing 19 columns (19 merged, 0 gathered) in 0.007237792 sec., 166487.23809692237 rows/sec., 298.34 MiB/sec. 2025.09.03 04:09:29.059214 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:09:29.059563 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:29.059641 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_61_12} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:09:29.059728 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.41 MiB. 2025.09.03 04:09:30.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.90 MiB, peak 285.26 MiB, free memory in arenas 0.00 B, will set to 277.61 MiB (RSS), difference: 3.71 MiB 2025.09.03 04:09:31.892274 [ 110 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:09:31.892380 [ 110 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:09:32.047754 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252 2025.09.03 04:09:32.048617 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:32.048686 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:32.049409 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:09:32.049634 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:32.049759 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252 2025.09.03 04:09:32.120226 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 958 2025.09.03 04:09:32.122521 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:32.122585 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:32.123802 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.03 04:09:32.124089 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:32.124528 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 958 2025.09.03 04:09:33.159654 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.09.03 04:09:33.177053 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:33.177106 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:33.182961 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:09:33.183660 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:33.186974 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.09.03 04:09:34.041278 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:34.041480 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:34.041558 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:34.042224 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:34.042272 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:34.042680 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:09:34.042918 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:34.043076 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} executeQuery: Read 86 rows, 7.39 KiB in 0.001651 sec., 52089.642640823746 rows/sec., 4.37 MiB/sec. 2025.09.03 04:09:34.043119 [ 4 ] {0d09bc27-40de-4973-a8df-753ff9fce268} TCPHandler: Processed in 0.001978404 sec. 2025.09.03 04:09:34.043291 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:34.043388 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:34.043428 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:34.043815 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:34.043852 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:34.044168 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:09:34.044383 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:34.044511 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} executeQuery: Read 15 rows, 1.13 KiB in 0.001143 sec., 13123.359580052494 rows/sec., 986.82 KiB/sec. 2025.09.03 04:09:34.044551 [ 4 ] {19669302-1407-48a6-adfc-19ab012e5ae6} TCPHandler: Processed in 0.001310079 sec. 2025.09.03 04:09:34.044656 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:34.044750 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:34.044790 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:34.045191 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:34.045228 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:34.045544 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:09:34.045766 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:34.045892 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} executeQuery: Read 79 rows, 6.32 KiB in 0.00116 sec., 68103.44827586207 rows/sec., 5.32 MiB/sec. 2025.09.03 04:09:34.045931 [ 4 ] {d40cff49-a2e3-42e0-b4d9-68e4439ee0d2} TCPHandler: Processed in 0.00132588 sec. 2025.09.03 04:09:34.046037 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:34.046134 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:34.046178 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:34.046559 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:34.046596 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:34.046933 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:09:34.047154 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:34.047281 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.09.03 04:09:34.047320 [ 4 ] {0f6dbd75-38c7-4365-b79f-dede2bc8b892} TCPHandler: Processed in 0.001333289 sec. 2025.09.03 04:09:34.047436 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:34.047558 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:34.047624 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} 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.09.03 04:09:34.048413 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:34.048451 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:34.048978 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:09:34.049202 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:34.049338 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} executeQuery: Read 15 rows, 27.52 KiB in 0.001804 sec., 8314.855875831485 rows/sec., 14.90 MiB/sec. 2025.09.03 04:09:34.049392 [ 4 ] {729136df-92b8-4c87-ab46-e4ef42bffb2f} TCPHandler: Processed in 0.002015494 sec. 2025.09.03 04:09:34.049492 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:34.049585 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:34.049626 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:34.049935 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:34.049970 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:34.050254 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:09:34.050459 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:34.050577 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2025.09.03 04:09:34.050610 [ 4 ] {db9c1a1d-2a68-4f19-b89f-d11567758344} TCPHandler: Processed in 0.001203778 sec. 2025.09.03 04:09:39.042351 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.042553 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:09:39.042624 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:09:39.043266 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.043319 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.043737 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:09:39.043984 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.044148 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} executeQuery: Read 2 rows, 167.00 B in 0.001645 sec., 1215.80547112462 rows/sec., 99.14 KiB/sec. 2025.09.03 04:09:39.044201 [ 4 ] {897b33d5-0960-4cfb-9ff5-7c572d4d851e} TCPHandler: Processed in 0.001986035 sec. 2025.09.03 04:09:39.044334 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.044442 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:39.044488 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:39.045002 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.045042 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.045376 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:09:39.045593 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.045732 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} executeQuery: Read 109 rows, 9.35 KiB in 0.001313 sec., 83015.99390708302 rows/sec., 6.95 MiB/sec. 2025.09.03 04:09:39.045772 [ 4 ] {d86a6492-6c7e-4aec-8dc7-08e81567c8d9} TCPHandler: Processed in 0.001492671 sec. 2025.09.03 04:09:39.045888 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.045984 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:39.046026 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:39.046435 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.046470 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.046777 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:09:39.047000 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.047133 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} executeQuery: Read 28 rows, 2.09 KiB in 0.001168 sec., 23972.602739726026 rows/sec., 1.75 MiB/sec. 2025.09.03 04:09:39.047170 [ 4 ] {259b07c4-d3ab-4a89-8f19-6c490a5ab702} TCPHandler: Processed in 0.001333139 sec. 2025.09.03 04:09:39.047275 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.047365 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:39.047403 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:39.047800 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.047833 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.048188 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:09:39.048404 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.048538 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} executeQuery: Read 92 rows, 7.36 KiB in 0.001176 sec., 78231.2925170068 rows/sec., 6.11 MiB/sec. 2025.09.03 04:09:39.048574 [ 4 ] {5b63d10c-1540-4e83-abbb-3201e91fab64} TCPHandler: Processed in 0.001339359 sec. 2025.09.03 04:09:39.048687 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.048783 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:39.048828 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:39.049238 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.049273 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.049597 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:09:39.049796 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.049930 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} executeQuery: Read 161 rows, 11.48 KiB in 0.001166 sec., 138078.90222984564 rows/sec., 9.62 MiB/sec. 2025.09.03 04:09:39.049966 [ 4 ] {2e503397-2680-4d9f-afb4-d96fa9327ed7} TCPHandler: Processed in 0.001328329 sec. 2025.09.03 04:09:39.050073 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.050171 [ 4 ] {001b5709-924a-438a-9956-97423529f762} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:39.050225 [ 4 ] {001b5709-924a-438a-9956-97423529f762} 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.09.03 04:09:39.051197 [ 4 ] {001b5709-924a-438a-9956-97423529f762} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.051237 [ 4 ] {001b5709-924a-438a-9956-97423529f762} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.052004 [ 4 ] {001b5709-924a-438a-9956-97423529f762} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:09:39.052317 [ 4 ] {001b5709-924a-438a-9956-97423529f762} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.052502 [ 4 ] {001b5709-924a-438a-9956-97423529f762} executeQuery: Read 26 rows, 47.71 KiB in 0.002353 sec., 11049.723756906076 rows/sec., 19.80 MiB/sec. 2025.09.03 04:09:39.052593 [ 4 ] {001b5709-924a-438a-9956-97423529f762} TCPHandler: Processed in 0.002569748 sec. 2025.09.03 04:09:39.052725 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:39.052834 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:39.052888 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:39.053310 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.053350 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.053756 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:09:39.054049 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.054228 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. 2025.09.03 04:09:39.054275 [ 4 ] {d11bd208-739c-4539-a98c-90c50629d7e3} TCPHandler: Processed in 0.001611902 sec. 2025.09.03 04:09:39.549975 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679 2025.09.03 04:09:39.550483 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:39.550530 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:39.551025 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:09:39.551283 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:39.551436 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 2025.09.03 04:09:40.687175 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.09.03 04:09:40.704998 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:40.705058 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.03 04:09:40.711281 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:09:40.711977 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:40.715259 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.09.03 04:09:42.124866 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 984 2025.09.03 04:09:42.127162 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:42.127214 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:42.128386 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.03 04:09:42.128652 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:42.129025 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 984 2025.09.03 04:09:44.042450 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:44.042660 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:44.042737 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:44.043457 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.043510 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.043928 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:09:44.044185 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.044345 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} executeQuery: Read 86 rows, 7.39 KiB in 0.001749 sec., 49170.954831332194 rows/sec., 4.13 MiB/sec. 2025.09.03 04:09:44.044347 [ 92 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:09:44.044396 [ 4 ] {dff12feb-3930-4f73-ba28-062b5ada3ccc} TCPHandler: Processed in 0.002096106 sec. 2025.09.03 04:09:44.044422 [ 92 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.044450 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.044530 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:44.044553 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:09:44.044633 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:44.044659 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:44.044674 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:44.044693 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1287 rows starting from the beginning of the part 2025.09.03 04:09:44.044758 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:09:44.044808 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 108 rows starting from the beginning of the part 2025.09.03 04:09:44.044854 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 86 rows starting from the beginning of the part 2025.09.03 04:09:44.044898 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 109 rows starting from the beginning of the part 2025.09.03 04:09:44.044940 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 86 rows starting from the beginning of the part 2025.09.03 04:09:44.045097 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.045133 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.045507 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:09:44.045734 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.045879 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} executeQuery: Read 15 rows, 1.13 KiB in 0.001244 sec., 12057.877813504821 rows/sec., 906.70 KiB/sec. 2025.09.03 04:09:44.045919 [ 4 ] {e4c09bcc-5559-4c58-9051-0d0ffedcf2f4} TCPHandler: Processed in 0.001424601 sec. 2025.09.03 04:09:44.046037 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:44.046136 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:44.046178 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:44.046341 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2909 rows, containing 5 columns (5 merged, 0 gathered) in 0.001811784 sec., 1605599.784521775 rows/sec., 139.45 MiB/sec. 2025.09.03 04:09:44.046591 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:09:44.046601 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.046646 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.046900 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.046963 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:09:44.046981 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_66_13} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:09:44.047057 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:09:44.047182 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.047297 [ 92 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:09:44.047314 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} executeQuery: Read 79 rows, 6.32 KiB in 0.001198 sec., 65943.23873121869 rows/sec., 5.15 MiB/sec. 2025.09.03 04:09:44.047339 [ 92 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.047360 [ 4 ] {31f72396-44f5-44b9-bcc5-7e27e5076e7d} TCPHandler: Processed in 0.00137506 sec. 2025.09.03 04:09:44.047363 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.047446 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:09:44.047483 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:44.047526 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:44.047549 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 595 rows starting from the beginning of the part 2025.09.03 04:09:44.047580 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:44.047594 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 549 rows starting from the beginning of the part 2025.09.03 04:09:44.047629 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:44.047632 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 90 rows starting from the beginning of the part 2025.09.03 04:09:44.047673 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 79 rows starting from the beginning of the part 2025.09.03 04:09:44.047708 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 92 rows starting from the beginning of the part 2025.09.03 04:09:44.047741 [ 196 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 79 rows starting from the beginning of the part 2025.09.03 04:09:44.048036 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.048072 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.048413 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:09:44.048624 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001204309 sec., 1232241.8914082681 rows/sec., 97.45 MiB/sec. 2025.09.03 04:09:44.048649 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.048787 [ 92 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:09:44.048802 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2025.09.03 04:09:44.048827 [ 92 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.048851 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.048852 [ 4 ] {6db337e6-9be6-4906-a7b3-5e3e824a7b3f} TCPHandler: Processed in 0.001419301 sec. 2025.09.03 04:09:44.048880 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:09:44.048919 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:09:44.048981 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:44.049007 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:44.049034 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16934 rows starting from the beginning of the part 2025.09.03 04:09:44.049078 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:44.049081 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 851 rows starting from the beginning of the part 2025.09.03 04:09:44.049131 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:44.049139 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} 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.09.03 04:09:44.049168 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:44.049204 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 161 rows starting from the beginning of the part 2025.09.03 04:09:44.049242 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.09.03 04:09:44.049272 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.049372 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_66_13} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:09:44.049479 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:09:44.049927 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.049968 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.050509 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:09:44.050744 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.050888 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} executeQuery: Read 15 rows, 27.52 KiB in 0.001828 sec., 8205.689277899344 rows/sec., 14.70 MiB/sec. 2025.09.03 04:09:44.050966 [ 4 ] {8531e11c-1a6e-4143-b38c-a13ad7621454} TCPHandler: Processed in 0.002034485 sec. 2025.09.03 04:09:44.051082 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:44.051182 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:44.051225 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:44.051566 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.051605 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.051927 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:09:44.052148 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.052265 [ 92 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:09:44.052285 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.09.03 04:09:44.052300 [ 92 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:44.052328 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:44.052332 [ 4 ] {0152efc3-7207-4ff0-9fe5-a8c33dc6bf32} TCPHandler: Processed in 0.001302029 sec. 2025.09.03 04:09:44.052421 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:09:44.052534 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:44.052568 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3600 rows starting from the beginning of the part 2025.09.03 04:09:44.052636 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:44.052684 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:44.052728 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:44.052772 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:44.052817 [ 198 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.09.03 04:09:44.053665 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 18426 rows, containing 5 columns (5 merged, 0 gathered) in 0.004770605 sec., 3862403.196240309 rows/sec., 264.16 MiB/sec. 2025.09.03 04:09:44.054008 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:09:44.054372 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.054397 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3900 rows, containing 4 columns (4 merged, 0 gathered) in 0.002012635 sec., 1937758.2124925782 rows/sec., 130.59 MiB/sec. 2025.09.03 04:09:44.054472 [ 191 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_66_13} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:09:44.054605 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. 2025.09.03 04:09:44.054696 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:09:44.054963 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:44.055031 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_66_13} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:09:44.055117 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.09.03 04:09:46.892643 [ 89 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:09:46.892740 [ 89 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:09:47.051659 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167 2025.09.03 04:09:47.052149 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:47.052184 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:47.052661 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:09:47.052890 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:47.053012 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167 2025.09.03 04:09:47.053030 [ 89 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:09:47.053080 [ 89 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:47.053108 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:47.053229 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:09:47.053363 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:47.053414 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part 2025.09.03 04:09:47.053484 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part 2025.09.03 04:09:47.053535 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part 2025.09.03 04:09:47.053581 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part 2025.09.03 04:09:47.053621 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part 2025.09.03 04:09:47.053665 [ 191 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part 2025.09.03 04:09:47.055809 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.002626449 sec., 8059170.385566215 rows/sec., 115.29 MiB/sec. 2025.09.03 04:09:47.056215 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:09:47.056541 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:47.056625 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_46_9} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:09:47.056746 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2025.09.03 04:09:48.215463 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.09.03 04:09:48.232916 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:48.232979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:48.238681 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:09:48.239363 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:48.239659 [ 79 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:09:48.239727 [ 79 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:48.239750 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:48.239877 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:09:48.242728 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.09.03 04:09:48.243683 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:48.245135 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2025.09.03 04:09:48.249537 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2025.09.03 04:09:48.254008 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2025.09.03 04:09:48.258463 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2025.09.03 04:09:48.262652 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2025.09.03 04:09:48.266390 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2025.09.03 04:09:48.317015 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.077194609 sec., 4495.13255517623 rows/sec., 23.24 MiB/sec. 2025.09.03 04:09:48.318785 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:09:48.320667 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:48.320777 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_46_9} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:09:48.322202 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.03 04:09:49.042758 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:49.043041 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:49.043149 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:49.043927 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.043975 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.044391 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:09:49.044645 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.044809 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} executeQuery: Read 108 rows, 9.27 KiB in 0.001844 sec., 58568.32971800434 rows/sec., 4.91 MiB/sec. 2025.09.03 04:09:49.044859 [ 4 ] {dc6cb5ac-fb6a-4f55-b1d2-9efbbb58c234} TCPHandler: Processed in 0.002287876 sec. 2025.09.03 04:09:49.044979 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:49.045083 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:49.045128 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:49.045546 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.045584 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.045895 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:09:49.046112 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.046232 [ 88 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:09:49.046246 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} executeQuery: Read 26 rows, 1.96 KiB in 0.001186 sec., 21922.428330522765 rows/sec., 1.61 MiB/sec. 2025.09.03 04:09:49.046298 [ 88 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.046310 [ 4 ] {3dccb0e1-07e2-4d2c-912e-a3b5c3ee0180} TCPHandler: Processed in 0.00138418 sec. 2025.09.03 04:09:49.046327 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.046429 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:49.046464 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:09:49.046530 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:49.046580 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:49.046671 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:49.046733 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 57 rows starting from the beginning of the part 2025.09.03 04:09:49.046840 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:49.046921 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:49.046994 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part 2025.09.03 04:09:49.047003 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.047052 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.047063 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:49.047136 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:49.047382 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:09:49.047612 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.047751 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} executeQuery: Read 90 rows, 7.20 KiB in 0.00124 sec., 72580.64516129032 rows/sec., 5.67 MiB/sec. 2025.09.03 04:09:49.047792 [ 4 ] {fd7fed14-c64f-49b2-9d5d-edab26b4b302} TCPHandler: Processed in 0.0014134 sec. 2025.09.03 04:09:49.047898 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:49.047993 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:49.048039 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:49.048322 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.001922964 sec., 86845.09954424524 rows/sec., 6.66 MiB/sec. 2025.09.03 04:09:49.048426 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.048469 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.048519 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:09:49.048857 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.048940 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_66_13} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:09:49.048980 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:09:49.049036 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.03 04:09:49.049216 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.049351 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001376 sec., 116279.06976744186 rows/sec., 8.10 MiB/sec. 2025.09.03 04:09:49.049390 [ 4 ] {aebeac87-7198-45fa-8545-1ff3e51b77b6} TCPHandler: Processed in 0.001541991 sec. 2025.09.03 04:09:49.049500 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:49.049597 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:49.049653 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} 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.09.03 04:09:49.050486 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.050525 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.051084 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:09:49.051310 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.051468 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} executeQuery: Read 26 rows, 47.71 KiB in 0.001875 sec., 13866.666666666668 rows/sec., 24.85 MiB/sec. 2025.09.03 04:09:49.051528 [ 4 ] {e20c3ae5-2113-48cf-a7e7-5a686dd6b8a8} TCPHandler: Processed in 0.002078615 sec. 2025.09.03 04:09:49.051642 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:49.051738 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:49.051780 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:49.052118 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:49.052155 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:49.052460 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:09:49.052677 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:49.052801 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.09.03 04:09:49.052838 [ 4 ] {d9322a93-a9ea-4476-8dcc-fee228322696} TCPHandler: Processed in 0.001246369 sec. 2025.09.03 04:09:52.129356 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1008 2025.09.03 04:09:52.131469 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:52.131517 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:52.132665 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.03 04:09:52.132926 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:52.133182 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1008 2025.09.03 04:09:54.068250 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.068426 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:54.068490 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:54.069683 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.069724 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.070181 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:09:54.070403 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.070555 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} executeQuery: Read 1226 rows, 103.95 KiB in 0.002178 sec., 562901.7447199266 rows/sec., 46.61 MiB/sec. 2025.09.03 04:09:54.070597 [ 4 ] {8e7f35da-803d-494f-84ae-9696a6da12c8} TCPHandler: Processed in 0.002476808 sec. 2025.09.03 04:09:54.070720 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.070814 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:54.070854 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:54.071249 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.071285 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.071579 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:09:54.071781 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.071905 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} executeQuery: Read 15 rows, 1.13 KiB in 0.00111 sec., 13513.513513513511 rows/sec., 1016.15 KiB/sec. 2025.09.03 04:09:54.071943 [ 4 ] {eef4c4cd-7dd2-49cd-9975-e1fc448bcbb6} TCPHandler: Processed in 0.00127314 sec. 2025.09.03 04:09:54.072051 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.072144 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:09:54.072184 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:09:54.072648 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.072684 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.072996 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.03 04:09:54.073215 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.073339 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} executeQuery: Read 228 rows, 15.81 KiB in 0.001212 sec., 188118.81188118813 rows/sec., 12.74 MiB/sec. 2025.09.03 04:09:54.073376 [ 4 ] {e75e091d-6db9-46b1-908c-3a7e0df4907b} TCPHandler: Processed in 0.0013734 sec. 2025.09.03 04:09:54.073488 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.073580 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:54.073618 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:54.074187 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.074223 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.074541 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:09:54.074752 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.074874 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} executeQuery: Read 535 rows, 40.61 KiB in 0.001311 sec., 408085.4309687261 rows/sec., 30.25 MiB/sec. 2025.09.03 04:09:54.074910 [ 4 ] {3763eac6-1b87-4341-b80c-50bae8af72ec} TCPHandler: Processed in 0.001470661 sec. 2025.09.03 04:09:54.075018 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.075111 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:54.075154 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:54.075709 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.075746 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.076111 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:09:54.076314 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.076440 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} executeQuery: Read 844 rows, 58.17 KiB in 0.001347 sec., 626577.5798069785 rows/sec., 42.17 MiB/sec. 2025.09.03 04:09:54.076478 [ 4 ] {8ced9f7f-351f-46d3-85f3-7e48f37667ce} TCPHandler: Processed in 0.001507331 sec. 2025.09.03 04:09:54.076589 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.076682 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:54.076736 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} 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.09.03 04:09:54.077486 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.077522 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.078045 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:09:54.078269 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.078392 [ 83 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:09:54.078401 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} executeQuery: Read 15 rows, 27.52 KiB in 0.001737 sec., 8635.578583765113 rows/sec., 15.47 MiB/sec. 2025.09.03 04:09:54.078467 [ 83 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.078492 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.078500 [ 4 ] {1eef3859-c996-454b-b08f-01559232cdb5} TCPHandler: Processed in 0.001958424 sec. 2025.09.03 04:09:54.078590 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:09:54.078626 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:54.078736 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:54.078779 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:54.078811 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:09:54.078881 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1205 rows starting from the beginning of the part 2025.09.03 04:09:54.079000 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:54.079098 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:54.079136 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.079177 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.079192 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:54.079296 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 26 rows starting from the beginning of the part 2025.09.03 04:09:54.079389 [ 194 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part 2025.09.03 04:09:54.079503 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:09:54.079737 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.079874 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.09.03 04:09:54.079912 [ 4 ] {04de592a-dbfc-4ff4-90ed-1b406305ec72} TCPHandler: Processed in 0.001345 sec. 2025.09.03 04:09:54.085089 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 19 columns (19 merged, 0 gathered) in 0.006536468 sec., 199190.14366780347 rows/sec., 356.94 MiB/sec. 2025.09.03 04:09:54.086723 [ 190 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:09:54.087060 [ 190 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.087130 [ 190 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_66_13} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:09:54.087231 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. 2025.09.03 04:09:54.553230 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594 2025.09.03 04:09:54.553778 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:54.553823 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:54.554314 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:09:54.554548 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:54.554677 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 2025.09.03 04:09:55.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.36 MiB, peak 292.96 MiB, free memory in arenas 0.00 B, will set to 282.82 MiB (RSS), difference: 2.47 MiB 2025.09.03 04:09:55.742958 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.09.03 04:09:55.758920 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:55.758988 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:55.764263 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:09:55.764929 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:55.767736 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.09.03 04:09:59.042895 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:59.043090 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:09:59.043157 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:09:59.043810 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:59.043857 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:59.044260 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:09:59.044488 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:59.044643 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} executeQuery: Read 108 rows, 9.27 KiB in 0.001603 sec., 67373.67436057392 rows/sec., 5.65 MiB/sec. 2025.09.03 04:09:59.044685 [ 4 ] {b11d9e5a-44a1-49dc-85f2-d28f19a126db} TCPHandler: Processed in 0.001920654 sec. 2025.09.03 04:09:59.044806 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:59.044903 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:09:59.044944 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:09:59.045344 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:59.045380 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:59.045694 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:09:59.045905 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:59.046033 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} executeQuery: Read 26 rows, 1.96 KiB in 0.001149 sec., 22628.372497824195 rows/sec., 1.66 MiB/sec. 2025.09.03 04:09:59.046072 [ 4 ] {84b79e00-108b-43e7-a35a-db7ad4071399} TCPHandler: Processed in 0.00131608 sec. 2025.09.03 04:09:59.046178 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:59.046273 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:09:59.046313 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:09:59.046727 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:59.046763 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:59.047068 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:09:59.047294 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:59.047422 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} executeQuery: Read 90 rows, 7.20 KiB in 0.001167 sec., 77120.82262210797 rows/sec., 6.02 MiB/sec. 2025.09.03 04:09:59.047459 [ 4 ] {741a00a0-4d7c-4c75-a40e-66c0fb5a1719} TCPHandler: Processed in 0.0013311 sec. 2025.09.03 04:09:59.047567 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:59.047661 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:59.047705 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:09:59.048091 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:59.048125 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:59.048474 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:09:59.048697 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:59.048825 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.09.03 04:09:59.048862 [ 4 ] {eb4694df-5460-4921-bc07-d9f3b93de1c9} TCPHandler: Processed in 0.00134484 sec. 2025.09.03 04:09:59.048965 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:59.049069 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:09:59.049127 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} 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.09.03 04:09:59.049941 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:59.049980 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:59.050557 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:09:59.050798 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:59.050937 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} executeQuery: Read 26 rows, 47.71 KiB in 0.001886 sec., 13785.790031813362 rows/sec., 24.70 MiB/sec. 2025.09.03 04:09:59.050992 [ 4 ] {38d6bdbc-f94b-416a-b26b-07b9ecd0b21c} TCPHandler: Processed in 0.002077005 sec. 2025.09.03 04:09:59.051113 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:09:59.051208 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:09:59.051250 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:09:59.051582 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:09:59.051617 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:09:59.051934 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:09:59.052153 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:09:59.052278 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.09.03 04:09:59.052315 [ 4 ] {e28b19c6-c415-4745-89ed-7c4b5f26ea1b} TCPHandler: Processed in 0.001257739 sec. 2025.09.03 04:10:01.892797 [ 71 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:10:01.892863 [ 71 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:10:02.001285 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000922596 sec. 2025.09.03 04:10:02.054905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082 2025.09.03 04:10:02.055817 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:02.055894 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:02.056426 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:10:02.056674 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:02.056818 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082 2025.09.03 04:10:02.133509 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1034 2025.09.03 04:10:02.135763 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:02.135812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:02.137055 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.03 04:10:02.137338 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:02.137475 [ 71 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.03 04:10:02.137511 [ 71 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:02.137529 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:02.137636 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.09.03 04:10:02.137738 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1034 2025.09.03 04:10:02.138173 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:02.138303 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 906 rows starting from the beginning of the part 2025.09.03 04:10:02.138636 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2025.09.03 04:10:02.138928 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2025.09.03 04:10:02.139216 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:02.139485 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2025.09.03 04:10:02.139762 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:02.145516 [ 199 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 72 columns (72 merged, 0 gathered) in 0.007928997 sec., 130407.41470831682 rows/sec., 101.77 MiB/sec. 2025.09.03 04:10:02.146662 [ 199 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.03 04:10:02.147164 [ 199 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:02.147235 [ 199 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_36_7} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.03 04:10:02.147389 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.09.03 04:10:03.267940 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.09.03 04:10:03.284160 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:03.284226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:03.289538 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:10:03.290278 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:03.293230 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.09.03 04:10:04.041951 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:04.042146 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:04.042217 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:04.042977 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:04.043029 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:04.043424 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:10:04.043656 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:04.043804 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} executeQuery: Read 86 rows, 7.39 KiB in 0.001714 sec., 50175.029171528586 rows/sec., 4.21 MiB/sec. 2025.09.03 04:10:04.043845 [ 4 ] {26746f25-7d0a-4052-a0e7-4e15934c9cd4} TCPHandler: Processed in 0.002025004 sec. 2025.09.03 04:10:04.043970 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:04.044069 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:04.044109 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:04.044525 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:04.044560 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:04.044854 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:10:04.045059 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:04.045184 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} executeQuery: Read 15 rows, 1.13 KiB in 0.001132 sec., 13250.88339222615 rows/sec., 996.40 KiB/sec. 2025.09.03 04:10:04.045220 [ 4 ] {d7111e3f-d3a5-4413-a598-82a68d57e276} TCPHandler: Processed in 0.00130128 sec. 2025.09.03 04:10:04.045330 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:04.045428 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:04.045467 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:04.045874 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:04.045910 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:04.046206 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:10:04.046411 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:04.046534 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} executeQuery: Read 79 rows, 6.32 KiB in 0.001124 sec., 70284.6975088968 rows/sec., 5.49 MiB/sec. 2025.09.03 04:10:04.046571 [ 4 ] {72f08c9f-64aa-4dc3-87b6-45315b149e67} TCPHandler: Processed in 0.001289049 sec. 2025.09.03 04:10:04.046679 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:04.046778 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:04.046821 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:04.047225 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:04.047260 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:04.047592 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:10:04.047804 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:04.047929 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.09.03 04:10:04.047965 [ 4 ] {2370e29c-e4ce-4c48-a1ae-ddef70675e8d} TCPHandler: Processed in 0.001334039 sec. 2025.09.03 04:10:04.048069 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:04.048169 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:04.048222 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} 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.09.03 04:10:04.049000 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:04.049037 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:04.049567 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:10:04.049788 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:04.049921 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} executeQuery: Read 15 rows, 27.52 KiB in 0.00177 sec., 8474.57627118644 rows/sec., 15.19 MiB/sec. 2025.09.03 04:10:04.049974 [ 4 ] {ac5b43cc-35c2-4d46-8ab7-91b6c0af78dd} TCPHandler: Processed in 0.001951784 sec. 2025.09.03 04:10:04.050080 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:04.050182 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:04.050223 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:04.050547 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:04.050582 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:04.050880 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:10:04.051091 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:04.051213 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.09.03 04:10:04.051248 [ 4 ] {8e88f431-3e26-46f4-8bdc-2a1ec89aeeac} TCPHandler: Processed in 0.001215629 sec. 2025.09.03 04:10:09.042968 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:09.043168 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:09.043237 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:09.043934 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.043979 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.044414 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:10:09.044692 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.044839 [ 66 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:10:09.044854 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} executeQuery: Read 108 rows, 9.27 KiB in 0.001736 sec., 62211.98156682028 rows/sec., 5.22 MiB/sec. 2025.09.03 04:10:09.044909 [ 66 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.044931 [ 4 ] {9ac663f2-6a1a-4283-bce4-1c7ec926928d} TCPHandler: Processed in 0.002095205 sec. 2025.09.03 04:10:09.044937 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.045062 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:10:09.045072 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:09.045208 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:09.045217 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:09.045250 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1287 rows starting from the beginning of the part 2025.09.03 04:10:09.045274 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:09.045320 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:09.045373 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:10:09.045415 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:09.045453 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 86 rows starting from the beginning of the part 2025.09.03 04:10:09.045491 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:09.045715 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.045762 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.046249 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:10:09.046514 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.046661 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} executeQuery: Read 26 rows, 1.96 KiB in 0.001468 sec., 17711.171662125344 rows/sec., 1.30 MiB/sec. 2025.09.03 04:10:09.046705 [ 4 ] {e5d95287-4170-467b-9022-ee37998b088a} TCPHandler: Processed in 0.001687113 sec. 2025.09.03 04:10:09.046801 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2923 rows, containing 5 columns (5 merged, 0 gathered) in 0.001791063 sec., 1631991.7278175028 rows/sec., 141.81 MiB/sec. 2025.09.03 04:10:09.046824 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:09.046933 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:09.046977 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:09.047038 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:10:09.047350 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.047425 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_71_14} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:10:09.047445 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.047481 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.047521 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.09.03 04:10:09.047838 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:10:09.048060 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.048200 [ 66 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:10:09.048209 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} executeQuery: Read 90 rows, 7.20 KiB in 0.001298 sec., 69337.44221879815 rows/sec., 5.41 MiB/sec. 2025.09.03 04:10:09.048253 [ 66 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.048273 [ 4 ] {91f14137-3447-41ef-83e4-29cdd15fc51f} TCPHandler: Processed in 0.001500871 sec. 2025.09.03 04:10:09.048282 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.048366 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:10:09.048396 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:09.048468 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:09.048496 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 595 rows starting from the beginning of the part 2025.09.03 04:10:09.048502 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:09.048544 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:09.048555 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:09.048589 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 535 rows starting from the beginning of the part 2025.09.03 04:10:09.048629 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:09.048663 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 79 rows starting from the beginning of the part 2025.09.03 04:10:09.048698 [ 199 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:09.049003 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.049045 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.049421 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:10:09.049601 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1479 rows, containing 5 columns (5 merged, 0 gathered) in 0.00126324 sec., 1170798.8980716255 rows/sec., 92.56 MiB/sec. 2025.09.03 04:10:09.049640 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.049763 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:10:09.049764 [ 66 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:10:09.049778 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. 2025.09.03 04:10:09.049817 [ 66 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.049837 [ 4 ] {ccdbf397-6226-4f44-9b25-f90d8a62199b} TCPHandler: Processed in 0.0014916 sec. 2025.09.03 04:10:09.049845 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.049957 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:09.049963 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:10:09.050045 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.050059 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:09.050116 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} 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.09.03 04:10:09.050124 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:09.050128 [ 200 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_71_14} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:10:09.050172 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18426 rows starting from the beginning of the part 2025.09.03 04:10:09.050241 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:10:09.050244 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:09.050308 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 844 rows starting from the beginning of the part 2025.09.03 04:10:09.050354 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:09.050395 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:09.050436 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:09.050986 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.051027 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.051717 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:10:09.051977 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.052131 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} executeQuery: Read 26 rows, 47.71 KiB in 0.00209 sec., 12440.19138755981 rows/sec., 22.29 MiB/sec. 2025.09.03 04:10:09.052200 [ 4 ] {ae0ccf18-4cd0-4a7f-85e1-62adc6723bc5} TCPHandler: Processed in 0.002292677 sec. 2025.09.03 04:10:09.052314 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:09.052412 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:09.052456 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:09.052797 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.052834 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.053258 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:10:09.053474 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.053584 [ 66 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:10:09.053604 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001211 sec., 49545.8298926507 rows/sec., 3.34 MiB/sec. 2025.09.03 04:10:09.053617 [ 66 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.053645 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.053647 [ 4 ] {d5040809-9077-4b36-9a54-f7b20190c7f5} TCPHandler: Processed in 0.00138364 sec. 2025.09.03 04:10:09.053731 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:10:09.053827 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:09.053860 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3900 rows starting from the beginning of the part 2025.09.03 04:10:09.053923 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:09.053973 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:09.054016 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:09.054060 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:09.054101 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:09.055776 [ 196 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4200 rows, containing 4 columns (4 merged, 0 gathered) in 0.002084505 sec., 2014866.8388898084 rows/sec., 135.79 MiB/sec. 2025.09.03 04:10:09.056139 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:10:09.056376 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.056445 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_71_14} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:10:09.056506 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.09.03 04:10:09.057076 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 19910 rows, containing 5 columns (5 merged, 0 gathered) in 0.007160732 sec., 2780441.9995050784 rows/sec., 190.15 MiB/sec. 2025.09.03 04:10:09.057456 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:10:09.057727 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.057805 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_71_14} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:10:09.057891 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.09.03 04:10:09.557036 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509 2025.09.03 04:10:09.557536 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:09.557584 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:09.558098 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:10:09.558345 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:09.558489 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 2025.09.03 04:10:10.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.76 MiB, peak 294.27 MiB, free memory in arenas 0.00 B, will set to 285.68 MiB (RSS), difference: 1.92 MiB 2025.09.03 04:10:10.793428 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.09.03 04:10:10.810601 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:10.810656 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:10.816685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:10:10.817393 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:10.820405 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.09.03 04:10:12.138068 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1058 2025.09.03 04:10:12.140247 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:12.140296 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:12.141554 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.03 04:10:12.141823 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:12.142173 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1058 2025.09.03 04:10:14.042921 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:14.043199 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:14.043299 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:14.044029 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.044071 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.044457 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:10:14.044684 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.044837 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} executeQuery: Read 86 rows, 7.39 KiB in 0.001714 sec., 50175.029171528586 rows/sec., 4.21 MiB/sec. 2025.09.03 04:10:14.044879 [ 4 ] {1c5ddbe7-6148-4bc7-ba83-4196f8050551} TCPHandler: Processed in 0.002146765 sec. 2025.09.03 04:10:14.044998 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:14.045091 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:14.045130 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:14.045518 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.045554 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.045853 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:10:14.046059 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.046173 [ 59 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:10:14.046182 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} executeQuery: Read 15 rows, 1.13 KiB in 0.001109 sec., 13525.698827772769 rows/sec., 1017.07 KiB/sec. 2025.09.03 04:10:14.046245 [ 59 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.046262 [ 4 ] {2bf53cee-652d-421c-8147-837430030628} TCPHandler: Processed in 0.00131135 sec. 2025.09.03 04:10:14.046273 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.046379 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:14.046402 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:10:14.046476 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:14.046520 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:14.046537 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:14.046579 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 57 rows starting from the beginning of the part 2025.09.03 04:10:14.046649 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:14.046700 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:14.046745 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:14.046787 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:14.046832 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:14.046931 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.046973 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.047308 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:10:14.047533 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.047661 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} executeQuery: Read 79 rows, 6.32 KiB in 0.001203 sec., 65669.1604322527 rows/sec., 5.13 MiB/sec. 2025.09.03 04:10:14.047682 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 5 columns (5 merged, 0 gathered) in 0.00133067 sec., 115731.17301810367 rows/sec., 8.88 MiB/sec. 2025.09.03 04:10:14.047698 [ 4 ] {7839004b-40dd-4a0e-b8f4-37f3f8b5709f} TCPHandler: Processed in 0.00136609 sec. 2025.09.03 04:10:14.047819 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:10:14.047829 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:14.047937 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:14.047982 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:14.048075 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.048145 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_71_14} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:10:14.048234 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:10:14.048396 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.048431 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.048762 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:10:14.048968 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.049092 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.09.03 04:10:14.049129 [ 4 ] {cffda4a1-8a91-4e1a-a33b-b1149f86e16c} TCPHandler: Processed in 0.001359699 sec. 2025.09.03 04:10:14.049240 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:14.049332 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:14.049385 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} 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.09.03 04:10:14.050180 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.050216 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.050734 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:10:14.050953 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.051085 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} executeQuery: Read 15 rows, 27.52 KiB in 0.001771 sec., 8469.79107848673 rows/sec., 15.18 MiB/sec. 2025.09.03 04:10:14.051138 [ 4 ] {d4615768-fa91-4ead-acbf-f461cd94e396} TCPHandler: Processed in 0.001945404 sec. 2025.09.03 04:10:14.051252 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:14.051346 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:14.051386 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:14.051720 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:14.051755 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:14.052052 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:10:14.052254 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:14.052376 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.09.03 04:10:14.052411 [ 4 ] {0c9a9280-a158-48ea-b20b-efdf751d45d5} TCPHandler: Processed in 0.001205869 sec. 2025.09.03 04:10:16.893104 [ 53 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:10:16.893179 [ 53 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:10:17.058722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997 2025.09.03 04:10:17.059344 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:17.059395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:17.059930 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:10:17.060172 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:17.060314 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997 2025.09.03 04:10:18.320607 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.09.03 04:10:18.338039 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:18.338103 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:18.344109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:10:18.344827 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:18.347727 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.09.03 04:10:19.042975 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:19.043172 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:19.043247 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:19.043983 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.044029 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.044446 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:10:19.044682 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.044840 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} executeQuery: Read 108 rows, 9.27 KiB in 0.001723 sec., 62681.369704004646 rows/sec., 5.26 MiB/sec. 2025.09.03 04:10:19.044891 [ 4 ] {6d6b7635-026d-4525-b5f5-d1f2ca3b6f0e} TCPHandler: Processed in 0.002057365 sec. 2025.09.03 04:10:19.045044 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:19.045178 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:19.045233 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:19.045730 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.045769 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.046098 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:10:19.046327 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.046462 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} executeQuery: Read 26 rows, 1.96 KiB in 0.001314 sec., 19786.9101978691 rows/sec., 1.45 MiB/sec. 2025.09.03 04:10:19.046500 [ 4 ] {128949fb-5340-49cd-8e3f-fa27fb171e46} TCPHandler: Processed in 0.001524381 sec. 2025.09.03 04:10:19.046629 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:19.046745 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:19.046794 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:19.047303 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.047347 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.047695 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:10:19.047909 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.048040 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} executeQuery: Read 90 rows, 7.20 KiB in 0.001318 sec., 68285.28072837632 rows/sec., 5.33 MiB/sec. 2025.09.03 04:10:19.048079 [ 4 ] {020374dc-06df-4816-8db0-7166858f3a19} TCPHandler: Processed in 0.001510171 sec. 2025.09.03 04:10:19.048186 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:19.048280 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:19.048324 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:19.048720 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.048756 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.049095 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:10:19.049310 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.049441 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2025.09.03 04:10:19.049478 [ 4 ] {72b7595b-6d11-4c4f-a159-9c770a5cf4e3} TCPHandler: Processed in 0.00134129 sec. 2025.09.03 04:10:19.049576 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:19.049670 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:19.049725 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} 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.09.03 04:10:19.050541 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.050579 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.051110 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:10:19.051352 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.051473 [ 55 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:10:19.051491 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} executeQuery: Read 26 rows, 47.71 KiB in 0.00184 sec., 14130.434782608696 rows/sec., 25.32 MiB/sec. 2025.09.03 04:10:19.051541 [ 55 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.051568 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.051578 [ 4 ] {de9ab2c4-4687-47f9-afa6-58eb911b37cf} TCPHandler: Processed in 0.002050364 sec. 2025.09.03 04:10:19.051699 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:19.051700 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:10:19.051797 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:19.051845 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:19.052011 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:19.052090 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1302 rows starting from the beginning of the part 2025.09.03 04:10:19.052198 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:19.052241 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:19.052255 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:19.052402 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:19.052539 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:19.052579 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:10:19.052653 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:19.052751 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:19.052829 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.052973 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} executeQuery: Read 60 rows, 4.14 KiB in 0.00119 sec., 50420.168067226885 rows/sec., 3.40 MiB/sec. 2025.09.03 04:10:19.053011 [ 4 ] {0a0c5e65-a6f1-4b82-9888-decaa681a25c} TCPHandler: Processed in 0.0013641 sec. 2025.09.03 04:10:19.058694 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 19 columns (19 merged, 0 gathered) in 0.007056031 sec., 199829.05403901995 rows/sec., 358.08 MiB/sec. 2025.09.03 04:10:19.060444 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:10:19.060851 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:19.060938 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_71_14} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:10:19.061083 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. 2025.09.03 04:10:20.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 286.18 MiB, peak 297.61 MiB, free memory in arenas 0.00 B, will set to 288.35 MiB (RSS), difference: 2.17 MiB 2025.09.03 04:10:22.142536 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1082 2025.09.03 04:10:22.144854 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:22.144901 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:22.146071 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.03 04:10:22.146336 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:22.146613 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1082 2025.09.03 04:10:24.068782 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.068967 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:10:24.069102 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:10:24.069762 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.069808 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.070852 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:10:24.071093 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.071252 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} executeQuery: Read 14 rows, 1.14 KiB in 0.002279 sec., 6143.045195261079 rows/sec., 500.92 KiB/sec. 2025.09.03 04:10:24.071302 [ 4 ] {9cd8b80d-0e35-4517-82cd-64622f072858} TCPHandler: Processed in 0.002603959 sec. 2025.09.03 04:10:24.071414 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.071514 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:24.071557 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:24.072418 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.072457 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.072858 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:10:24.073068 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.073198 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} executeQuery: Read 1233 rows, 104.46 KiB in 0.001707 sec., 722319.8594024605 rows/sec., 59.76 MiB/sec. 2025.09.03 04:10:24.073237 [ 4 ] {2d336553-962c-45d2-9f57-2b79e1aa8b0f} TCPHandler: Processed in 0.001872173 sec. 2025.09.03 04:10:24.073344 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.073437 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:24.073478 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:24.073901 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.073942 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.074268 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:10:24.074472 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.074600 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} executeQuery: Read 29 rows, 2.11 KiB in 0.001183 sec., 24513.947590870666 rows/sec., 1.74 MiB/sec. 2025.09.03 04:10:24.074638 [ 4 ] {4735306d-fbd4-4045-87a3-3b2a858556a6} TCPHandler: Processed in 0.0013424 sec. 2025.09.03 04:10:24.074750 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.074845 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:10:24.074886 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:10:24.075339 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.075375 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.075687 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.03 04:10:24.075890 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.076015 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} executeQuery: Read 228 rows, 15.81 KiB in 0.00119 sec., 191596.63865546216 rows/sec., 12.97 MiB/sec. 2025.09.03 04:10:24.076052 [ 4 ] {09b8021f-6791-43e5-bdc7-287a69c3c6bf} TCPHandler: Processed in 0.00135007 sec. 2025.09.03 04:10:24.076163 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.076257 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:24.076297 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:24.076832 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.076868 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.077187 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:10:24.077392 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.077528 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} executeQuery: Read 549 rows, 41.75 KiB in 0.001275 sec., 430588.2352941176 rows/sec., 31.98 MiB/sec. 2025.09.03 04:10:24.077570 [ 4 ] {b96d995d-d89e-4198-acbd-6dd9c39d96f8} TCPHandler: Processed in 0.001453901 sec. 2025.09.03 04:10:24.077675 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.077768 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:24.077811 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:24.078340 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.078376 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.078741 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:10:24.078973 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.079111 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} executeQuery: Read 851 rows, 58.66 KiB in 0.001348 sec., 631305.6379821958 rows/sec., 42.50 MiB/sec. 2025.09.03 04:10:24.079152 [ 4 ] {81845de3-7133-4010-8c8f-01090ebcaf38} TCPHandler: Processed in 0.001524081 sec. 2025.09.03 04:10:24.079255 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.079347 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:24.079400 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} 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.09.03 04:10:24.080197 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.080233 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.080744 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:10:24.080976 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.081112 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} executeQuery: Read 15 rows, 27.52 KiB in 0.001783 sec., 8412.787436904095 rows/sec., 15.08 MiB/sec. 2025.09.03 04:10:24.081173 [ 4 ] {594301c1-2a32-4b76-845a-2a2707b38bda} TCPHandler: Processed in 0.001965274 sec. 2025.09.03 04:10:24.081288 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:24.081380 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:24.081420 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:24.081746 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.081782 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.082087 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:10:24.082288 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.082415 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.09.03 04:10:24.082450 [ 4 ] {1cd11edd-12d3-408e-a6a5-df45842deb3d} TCPHandler: Processed in 0.001208759 sec. 2025.09.03 04:10:24.560529 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424 2025.09.03 04:10:24.561015 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.561050 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.561552 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:10:24.561825 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.561955 [ 41 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:10:24.561967 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 2025.09.03 04:10:24.561991 [ 41 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:24.562010 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:24.562140 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:10:24.562276 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:24.562313 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21167 rows starting from the beginning of the part 2025.09.03 04:10:24.562374 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part 2025.09.03 04:10:24.562416 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part 2025.09.03 04:10:24.562459 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part 2025.09.03 04:10:24.562497 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part 2025.09.03 04:10:24.562534 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part 2025.09.03 04:10:24.564547 [ 197 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002465508 sec., 9500678.967579907 rows/sec., 135.91 MiB/sec. 2025.09.03 04:10:24.565063 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:10:24.565549 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:24.565651 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_51_10} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:10:24.565785 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. 2025.09.03 04:10:25.847931 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.09.03 04:10:25.864674 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:25.864731 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:25.870601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:10:25.871278 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:25.871564 [ 43 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:10:25.871626 [ 43 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:25.871644 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:25.871760 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:10:25.874373 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.09.03 04:10:25.875270 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:25.876686 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2025.09.03 04:10:25.881294 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2025.09.03 04:10:25.885686 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2025.09.03 04:10:25.890181 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2025.09.03 04:10:25.894615 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2025.09.03 04:10:25.898394 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2025.09.03 04:10:25.949727 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.078019195 sec., 4921.865702408234 rows/sec., 25.45 MiB/sec. 2025.09.03 04:10:25.951773 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:10:25.953423 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:25.953519 [ 197 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_51_10} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:10:25.954895 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.03 04:10:29.042477 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:29.042698 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:29.042774 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:29.043520 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:29.043568 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:29.043993 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:10:29.044231 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:29.044380 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} executeQuery: Read 108 rows, 9.27 KiB in 0.001738 sec., 62140.391254315306 rows/sec., 5.21 MiB/sec. 2025.09.03 04:10:29.044423 [ 4 ] {5e6645d1-95af-410f-a801-d1ae662817dd} TCPHandler: Processed in 0.002089795 sec. 2025.09.03 04:10:29.044550 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:29.044645 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:29.044686 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:29.045099 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:29.045136 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:29.045443 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:10:29.045657 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:29.045787 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} executeQuery: Read 26 rows, 1.96 KiB in 0.00116 sec., 22413.793103448275 rows/sec., 1.65 MiB/sec. 2025.09.03 04:10:29.045826 [ 4 ] {22dbd0ec-b5c6-4c0e-b917-3b97d576684e} TCPHandler: Processed in 0.001327 sec. 2025.09.03 04:10:29.045936 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:29.046031 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:29.046072 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:29.046497 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:29.046533 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:29.046845 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:10:29.047080 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:29.047206 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} executeQuery: Read 90 rows, 7.20 KiB in 0.001193 sec., 75440.06705783738 rows/sec., 5.89 MiB/sec. 2025.09.03 04:10:29.047243 [ 4 ] {e4c344f9-c844-4147-a38e-9424a8a33803} TCPHandler: Processed in 0.001357219 sec. 2025.09.03 04:10:29.047352 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:29.047446 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:29.047490 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:29.047891 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:29.047928 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:29.048264 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:10:29.048483 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:29.048612 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.09.03 04:10:29.048650 [ 4 ] {0525192c-049d-4fb5-87f7-131d27f76475} TCPHandler: Processed in 0.00134763 sec. 2025.09.03 04:10:29.048756 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:29.048850 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:29.048905 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} 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.09.03 04:10:29.049714 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:29.049751 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:29.050295 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:10:29.050525 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:29.050662 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} executeQuery: Read 26 rows, 47.71 KiB in 0.00183 sec., 14207.650273224044 rows/sec., 25.46 MiB/sec. 2025.09.03 04:10:29.050717 [ 4 ] {53b75c15-6455-4244-b5e2-591239d5a73a} TCPHandler: Processed in 0.002010325 sec. 2025.09.03 04:10:29.050825 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:29.050921 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:29.050964 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:29.051297 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:29.051333 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:29.051641 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:10:29.051872 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:29.051999 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.09.03 04:10:29.052035 [ 4 ] {b42bf797-c743-4644-ac3c-43fa74f11dcc} TCPHandler: Processed in 0.001259669 sec. 2025.09.03 04:10:31.894224 [ 35 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:10:31.894286 [ 35 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:10:32.062207 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912 2025.09.03 04:10:32.063046 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:32.063116 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:32.063876 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:10:32.064132 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:32.064280 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912 2025.09.03 04:10:32.146969 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1110 2025.09.03 04:10:32.149524 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:32.149572 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:32.150744 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.03 04:10:32.151005 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:32.151289 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1110 2025.09.03 04:10:33.374600 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.09.03 04:10:33.389163 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:33.389213 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:33.394411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:10:33.395099 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:33.397758 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.09.03 04:10:34.042424 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:34.042622 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:34.042694 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:34.043425 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.043467 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:34.043863 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:10:34.044089 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.044222 [ 32 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:10:34.044235 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} executeQuery: Read 86 rows, 7.39 KiB in 0.001667 sec., 51589.68206358728 rows/sec., 4.33 MiB/sec. 2025.09.03 04:10:34.044285 [ 32 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.044301 [ 4 ] {a35471fa-ad68-456b-bcb4-441b94a0a418} TCPHandler: Processed in 0.002012515 sec. 2025.09.03 04:10:34.044311 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:34.044429 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:34.044460 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:10:34.044530 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:34.044576 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:34.044623 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:34.044668 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1287 rows starting from the beginning of the part 2025.09.03 04:10:34.044743 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 86 rows starting from the beginning of the part 2025.09.03 04:10:34.044795 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:34.044843 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:10:34.044890 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:34.044935 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 86 rows starting from the beginning of the part 2025.09.03 04:10:34.044973 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.045015 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.045352 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:10:34.045575 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.045707 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} executeQuery: Read 15 rows, 1.13 KiB in 0.001198 sec., 12520.868113522536 rows/sec., 941.51 KiB/sec. 2025.09.03 04:10:34.045744 [ 4 ] {a5dcafe6-9f54-4d57-a51a-4ff3eb4ed174} TCPHandler: Processed in 0.00136295 sec. 2025.09.03 04:10:34.045850 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:34.045942 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:34.045980 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:34.046398 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.046434 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.046444 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2908 rows, containing 5 columns (5 merged, 0 gathered) in 0.002047025 sec., 1420598.185171163 rows/sec., 123.39 MiB/sec. 2025.09.03 04:10:34.046743 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:10:34.046750 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:10:34.047019 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.047095 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.047139 [ 32 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:10:34.047160 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} executeQuery: Read 79 rows, 6.32 KiB in 0.001236 sec., 63915.857605178 rows/sec., 4.99 MiB/sec. 2025.09.03 04:10:34.047181 [ 32 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.047202 [ 4 ] {a3143662-21da-407e-9698-0b661d6474c3} TCPHandler: Processed in 0.00139955 sec. 2025.09.03 04:10:34.047221 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.047220 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_76_15} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:10:34.047311 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:10:34.047318 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:34.047362 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:10:34.047416 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:34.047432 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:34.047445 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 595 rows starting from the beginning of the part 2025.09.03 04:10:34.047482 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:34.047502 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 79 rows starting from the beginning of the part 2025.09.03 04:10:34.047544 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:34.047579 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 549 rows starting from the beginning of the part 2025.09.03 04:10:34.047613 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:34.047649 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 79 rows starting from the beginning of the part 2025.09.03 04:10:34.047898 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.047939 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.048286 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:10:34.048507 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.048576 [ 186 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 5 columns (5 merged, 0 gathered) in 0.00129833 sec., 1141466.3452281007 rows/sec., 90.26 MiB/sec. 2025.09.03 04:10:34.048617 [ 32 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:10:34.048635 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.09.03 04:10:34.048651 [ 32 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.048679 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.048680 [ 4 ] {d7b3c8b6-f376-49b6-9ce1-60e5603fcb5c} TCPHandler: Processed in 0.00141027 sec. 2025.09.03 04:10:34.048730 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:10:34.048765 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:10:34.048816 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:34.048896 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:34.048939 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19910 rows starting from the beginning of the part 2025.09.03 04:10:34.048949 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:34.049012 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:34.049016 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.049025 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} 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.09.03 04:10:34.049076 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:34.049126 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_76_15} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:10:34.049133 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 851 rows starting from the beginning of the part 2025.09.03 04:10:34.049185 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:34.049212 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:10:34.049223 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:34.049862 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.049902 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.050762 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:10:34.051000 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.051152 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} executeQuery: Read 15 rows, 27.52 KiB in 0.002226 sec., 6738.54447439353 rows/sec., 12.08 MiB/sec. 2025.09.03 04:10:34.051209 [ 4 ] {0cc5d872-9357-4448-896a-1d7f5688ef41} TCPHandler: Processed in 0.002455167 sec. 2025.09.03 04:10:34.051335 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:34.051432 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:34.051476 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:34.051833 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.051870 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.052311 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:10:34.052531 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.052639 [ 32 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:10:34.052662 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. 2025.09.03 04:10:34.052674 [ 32 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:34.052707 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:34.052712 [ 4 ] {0a447e0b-0f37-4a62-9f8c-9415059a3203} TCPHandler: Processed in 0.00142676 sec. 2025.09.03 04:10:34.052809 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:10:34.052949 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:34.052990 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4200 rows starting from the beginning of the part 2025.09.03 04:10:34.053064 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:34.053117 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:34.053167 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:34.053207 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:34.053252 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:34.060602 [ 199 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4500 rows, containing 4 columns (4 merged, 0 gathered) in 0.007840736 sec., 573925.7130963217 rows/sec., 38.68 MiB/sec. 2025.09.03 04:10:34.061201 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:10:34.061497 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.061573 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_76_15} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:10:34.061652 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.09.03 04:10:34.061906 [ 200 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 21401 rows, containing 5 columns (5 merged, 0 gathered) in 0.013178386 sec., 1623946.968923205 rows/sec., 111.05 MiB/sec. 2025.09.03 04:10:34.062234 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:10:34.062507 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:34.062570 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_76_15} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:10:34.062636 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.09.03 04:10:35.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 290.46 MiB, peak 302.85 MiB, free memory in arenas 0.00 B, will set to 293.04 MiB (RSS), difference: 2.58 MiB 2025.09.03 04:10:35.074825 [ 30 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.03 04:10:35.074922 [ 30 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:35.074963 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:35.075094 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.09.03 04:10:35.075245 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:35.075282 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 229 rows starting from the beginning of the part 2025.09.03 04:10:35.075350 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.09.03 04:10:35.075397 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2025.09.03 04:10:35.075439 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part 2025.09.03 04:10:35.075479 [ 199 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part 2025.09.03 04:10:35.076394 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 5 columns (5 merged, 0 gathered) in 0.00134906 sec., 845774.094554727 rows/sec., 60.49 MiB/sec. 2025.09.03 04:10:35.076602 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.03 04:10:35.076922 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:35.077002 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_13_3} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.03 04:10:35.077095 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.03 04:10:35.563836 [ 31 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.03 04:10:35.563904 [ 31 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:35.563929 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.03 04:10:35.564050 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.09.03 04:10:35.564187 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:35.564221 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part 2025.09.03 04:10:35.564284 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.09.03 04:10:35.564335 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2025.09.03 04:10:35.564383 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.09.03 04:10:35.564425 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2025.09.03 04:10:35.565189 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001185628 sec., 40484.873839011896 rows/sec., 3.38 MiB/sec. 2025.09.03 04:10:35.565392 [ 188 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.03 04:10:35.565732 [ 188 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:35.565814 [ 188 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_13_3} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.03 04:10:35.565924 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.03 04:10:39.043570 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.043789 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:10:39.043865 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:10:39.044515 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.044561 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.044950 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:10:39.045210 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.045365 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} executeQuery: Read 2 rows, 167.00 B in 0.00163 sec., 1226.993865030675 rows/sec., 100.05 KiB/sec. 2025.09.03 04:10:39.045411 [ 4 ] {811c6c3a-f2eb-42d3-9af7-6e043885d3cd} TCPHandler: Processed in 0.001982475 sec. 2025.09.03 04:10:39.045530 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.045628 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:39.045668 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:39.046100 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.046138 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.046456 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:10:39.046673 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.046802 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} executeQuery: Read 109 rows, 9.35 KiB in 0.001194 sec., 91289.78224455612 rows/sec., 7.65 MiB/sec. 2025.09.03 04:10:39.046841 [ 4 ] {c1ee2ba9-a493-4eee-b951-9da52f28d370} TCPHandler: Processed in 0.00136239 sec. 2025.09.03 04:10:39.046952 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.047048 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:39.047089 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:39.047484 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.047521 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.047830 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:10:39.048041 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.048159 [ 76 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:10:39.048170 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} executeQuery: Read 28 rows, 2.09 KiB in 0.00114 sec., 24561.40350877193 rows/sec., 1.79 MiB/sec. 2025.09.03 04:10:39.048234 [ 76 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.048249 [ 4 ] {041482e5-328e-4ca4-803f-3d4871497659} TCPHandler: Processed in 0.00134805 sec. 2025.09.03 04:10:39.048262 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.048365 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:10:39.048391 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.048475 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:39.048509 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 57 rows starting from the beginning of the part 2025.09.03 04:10:39.048514 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:39.048567 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:39.048576 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:39.048630 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part 2025.09.03 04:10:39.048680 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:39.048723 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:39.048772 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 28 rows starting from the beginning of the part 2025.09.03 04:10:39.049086 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.049129 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.049496 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:10:39.049621 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295139 sec., 139753.3392168717 rows/sec., 10.67 MiB/sec. 2025.09.03 04:10:39.049724 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.049837 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:10:39.049874 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} executeQuery: Read 92 rows, 7.36 KiB in 0.001384 sec., 66473.98843930635 rows/sec., 5.19 MiB/sec. 2025.09.03 04:10:39.049919 [ 4 ] {98eddaf6-394e-44d8-b658-43c95322005b} TCPHandler: Processed in 0.001590701 sec. 2025.09.03 04:10:39.050031 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.050130 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:39.050164 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.050175 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:39.050254 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_76_15} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:10:39.050357 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:10:39.050584 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.050626 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.050968 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:10:39.051192 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.051324 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} executeQuery: Read 161 rows, 11.48 KiB in 0.001214 sec., 132619.4398682043 rows/sec., 9.24 MiB/sec. 2025.09.03 04:10:39.051363 [ 4 ] {b87240ad-31e5-461c-8a4e-79a083b50e56} TCPHandler: Processed in 0.00138242 sec. 2025.09.03 04:10:39.051467 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.051563 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:39.051619 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} 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.09.03 04:10:39.052416 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.052453 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.052991 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:10:39.053219 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.053360 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} executeQuery: Read 26 rows, 47.71 KiB in 0.001816 sec., 14317.180616740088 rows/sec., 25.66 MiB/sec. 2025.09.03 04:10:39.053431 [ 4 ] {b574d8b3-c8ea-436e-bae3-0fea9a343ab5} TCPHandler: Processed in 0.002013215 sec. 2025.09.03 04:10:39.053540 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:39.053635 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:39.053678 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:39.054006 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.054043 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.054350 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:10:39.054564 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.054694 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.09.03 04:10:39.054730 [ 4 ] {ea136543-0c38-4e90-bbc8-7b2b3e17e31a} TCPHandler: Processed in 0.001241239 sec. 2025.09.03 04:10:39.564557 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339 2025.09.03 04:10:39.565089 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:39.565136 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:39.565636 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:10:39.565877 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:39.566017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 2025.09.03 04:10:40.897990 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.09.03 04:10:40.914563 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:40.914627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:40.920556 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:10:40.921256 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:40.924254 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.09.03 04:10:42.151732 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1136 2025.09.03 04:10:42.155018 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:42.155084 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:42.156302 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.03 04:10:42.156601 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:42.157024 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1136 2025.09.03 04:10:44.043446 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:44.043626 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:44.043692 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:44.044398 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.044443 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.044858 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:10:44.045089 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.045244 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} executeQuery: Read 86 rows, 7.39 KiB in 0.001668 sec., 51558.75299760192 rows/sec., 4.33 MiB/sec. 2025.09.03 04:10:44.045289 [ 4 ] {fb950ef4-5c21-4995-aada-3413e13a95a0} TCPHandler: Processed in 0.001975025 sec. 2025.09.03 04:10:44.045412 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:44.045520 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:44.045563 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:44.045987 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.046024 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.046341 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:10:44.046580 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.046744 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} executeQuery: Read 15 rows, 1.13 KiB in 0.001243 sec., 12067.578439259856 rows/sec., 907.43 KiB/sec. 2025.09.03 04:10:44.046794 [ 4 ] {485dc587-7944-4e75-aca8-605f13165d24} TCPHandler: Processed in 0.00143374 sec. 2025.09.03 04:10:44.046927 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:44.047024 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:44.047065 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:44.047546 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.047586 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.047910 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:10:44.048125 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.048262 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} executeQuery: Read 79 rows, 6.32 KiB in 0.001256 sec., 62898.08917197453 rows/sec., 4.91 MiB/sec. 2025.09.03 04:10:44.048303 [ 4 ] {74f7c38e-6300-40ac-95d2-38bc30788f6a} TCPHandler: Processed in 0.001426601 sec. 2025.09.03 04:10:44.048421 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:44.048517 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:44.048563 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:44.048996 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.049034 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.049372 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:10:44.049595 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.049729 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2025.09.03 04:10:44.049767 [ 4 ] {ad10f9c5-268d-45d1-8c44-ef9ab1ed2f87} TCPHandler: Processed in 0.00139642 sec. 2025.09.03 04:10:44.049877 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:44.049971 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:44.050024 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} 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.09.03 04:10:44.050779 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.050815 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.051330 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:10:44.051549 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.051674 [ 142 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:10:44.051684 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} executeQuery: Read 15 rows, 27.52 KiB in 0.001732 sec., 8660.508083140878 rows/sec., 15.52 MiB/sec. 2025.09.03 04:10:44.051759 [ 142 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.051786 [ 4 ] {f441c9f9-c8bd-4b3d-b8e5-07621bb83300} TCPHandler: Processed in 0.001956524 sec. 2025.09.03 04:10:44.051788 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.051903 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:44.051904 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:10:44.052002 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:44.052042 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:44.052124 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:44.052179 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1410 rows starting from the beginning of the part 2025.09.03 04:10:44.052309 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:44.052364 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:44.052400 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:44.052421 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:44.052527 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:44.052629 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:44.052723 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:10:44.052723 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part 2025.09.03 04:10:44.052937 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.053069 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.09.03 04:10:44.053104 [ 4 ] {b377e299-1bee-4f8c-a9e3-03ab26633cb6} TCPHandler: Processed in 0.001248579 sec. 2025.09.03 04:10:44.058987 [ 191 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1507 rows, containing 19 columns (19 merged, 0 gathered) in 0.007122222 sec., 211591.27025245773 rows/sec., 379.16 MiB/sec. 2025.09.03 04:10:44.060548 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:10:44.060944 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:44.061028 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_76_15} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:10:44.061195 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2025.09.03 04:10:45.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 293.52 MiB, peak 305.08 MiB, free memory in arenas 0.00 B, will set to 295.95 MiB (RSS), difference: 2.43 MiB 2025.09.03 04:10:46.894334 [ 19 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:10:46.894435 [ 19 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:10:47.066354 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827 2025.09.03 04:10:47.067204 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:47.067246 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:47.067730 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:10:47.067976 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:47.068125 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827 2025.09.03 04:10:48.424519 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.09.03 04:10:48.440499 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:48.440549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:48.446501 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:10:48.447189 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:48.449953 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.09.03 04:10:49.043420 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:49.043598 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:49.043669 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:49.044346 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:49.044392 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:49.044786 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:10:49.045019 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:49.045169 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} executeQuery: Read 108 rows, 9.27 KiB in 0.001621 sec., 66625.53979025292 rows/sec., 5.59 MiB/sec. 2025.09.03 04:10:49.045211 [ 4 ] {f628afde-8b0f-4cbb-bdea-c79523322194} TCPHandler: Processed in 0.001923804 sec. 2025.09.03 04:10:49.045335 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:49.045430 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:49.045472 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:49.045864 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:49.045900 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:49.046206 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:10:49.046414 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:49.046550 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} executeQuery: Read 26 rows, 1.96 KiB in 0.001138 sec., 22847.100175746928 rows/sec., 1.68 MiB/sec. 2025.09.03 04:10:49.046588 [ 4 ] {97c8dc91-80dd-463e-b3c3-854477862cf3} TCPHandler: Processed in 0.001304099 sec. 2025.09.03 04:10:49.046708 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:49.046803 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:49.046843 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:49.047262 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:49.047298 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:49.047626 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:10:49.047919 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:49.048072 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} executeQuery: Read 90 rows, 7.20 KiB in 0.001287 sec., 69930.06993006993 rows/sec., 5.46 MiB/sec. 2025.09.03 04:10:49.048111 [ 4 ] {1d5502e6-8bcc-4bd7-9045-542d2565420c} TCPHandler: Processed in 0.00146309 sec. 2025.09.03 04:10:49.048226 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:49.048320 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:49.048364 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:49.048782 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:49.048819 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:49.049148 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:10:49.049353 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:49.049481 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.09.03 04:10:49.049518 [ 4 ] {58a95e9a-5859-4c6e-80dd-eecc7b30d72c} TCPHandler: Processed in 0.001341289 sec. 2025.09.03 04:10:49.049624 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:49.049715 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:49.049768 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} 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.09.03 04:10:49.050533 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:49.050569 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:49.051179 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:10:49.051414 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:49.051551 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} executeQuery: Read 26 rows, 47.71 KiB in 0.001849 sec., 14061.654948620877 rows/sec., 25.20 MiB/sec. 2025.09.03 04:10:49.051605 [ 4 ] {f0744771-7592-48d9-a719-bb79c898e2f7} TCPHandler: Processed in 0.002028895 sec. 2025.09.03 04:10:49.051719 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:49.051813 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:49.051854 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:49.052178 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:49.052214 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:49.052521 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:10:49.052737 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:49.052864 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.09.03 04:10:49.052900 [ 4 ] {ac6a7161-f626-442e-8c17-8b5b1c232766} TCPHandler: Processed in 0.001235529 sec. 2025.09.03 04:10:52.157462 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1160 2025.09.03 04:10:52.159960 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:52.160008 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:52.161214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.03 04:10:52.161493 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:52.161637 [ 87 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.03 04:10:52.161681 [ 87 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:52.161703 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:52.161847 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.09.03 04:10:52.161862 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1160 2025.09.03 04:10:52.162442 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:52.162590 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1034 rows starting from the beginning of the part 2025.09.03 04:10:52.162938 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2025.09.03 04:10:52.163245 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2025.09.03 04:10:52.163547 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2025.09.03 04:10:52.163850 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2025.09.03 04:10:52.164147 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part 2025.09.03 04:10:52.170417 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 72 columns (72 merged, 0 gathered) in 0.008678032 sec., 133670.85993690733 rows/sec., 103.26 MiB/sec. 2025.09.03 04:10:52.171820 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.03 04:10:52.172416 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:52.172503 [ 193 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_41_8} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.03 04:10:52.172852 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. 2025.09.03 04:10:54.069718 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.069915 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:54.069986 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:54.071341 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.071386 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.071849 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:10:54.072075 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.072221 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} executeQuery: Read 1226 rows, 103.95 KiB in 0.002361 sec., 519271.4951291826 rows/sec., 43.00 MiB/sec. 2025.09.03 04:10:54.072265 [ 4 ] {201973ef-366e-4706-8634-3fc23434ee7f} TCPHandler: Processed in 0.002686249 sec. 2025.09.03 04:10:54.072424 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.072535 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:54.072583 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:54.072997 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.073037 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.073341 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:10:54.073539 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.073658 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} executeQuery: Read 15 rows, 1.13 KiB in 0.001207 sec., 12427.506213753108 rows/sec., 934.49 KiB/sec. 2025.09.03 04:10:54.073693 [ 4 ] {8765221f-3072-446a-9820-75d7789780ff} TCPHandler: Processed in 0.00139414 sec. 2025.09.03 04:10:54.073866 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.073959 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:10:54.074000 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:10:54.074479 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.074514 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.074814 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.03 04:10:54.075030 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.075155 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} executeQuery: Read 228 rows, 15.81 KiB in 0.001214 sec., 187808.89621087315 rows/sec., 12.72 MiB/sec. 2025.09.03 04:10:54.075192 [ 4 ] {622fb09a-26f7-4981-9f33-04c5cf96d12c} TCPHandler: Processed in 0.00137339 sec. 2025.09.03 04:10:54.075303 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.075397 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:54.075437 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:54.076013 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.076049 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.076370 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:10:54.076575 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.076711 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} executeQuery: Read 535 rows, 40.61 KiB in 0.001319 sec., 405610.3108415466 rows/sec., 30.06 MiB/sec. 2025.09.03 04:10:54.076764 [ 4 ] {94b7a012-4b70-435e-8043-3a8087c00948} TCPHandler: Processed in 0.001508741 sec. 2025.09.03 04:10:54.076883 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.076978 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:54.077021 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:54.077647 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.077682 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.078059 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:10:54.078267 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.078397 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} executeQuery: Read 844 rows, 58.17 KiB in 0.001437 sec., 587334.7251217816 rows/sec., 39.53 MiB/sec. 2025.09.03 04:10:54.078434 [ 4 ] {9a1206fd-8a5b-4b11-8029-b8515e0476ed} TCPHandler: Processed in 0.001599672 sec. 2025.09.03 04:10:54.078546 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.078641 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:54.078696 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} 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.09.03 04:10:54.079477 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.079512 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.080040 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:10:54.080253 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.080392 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} executeQuery: Read 15 rows, 27.52 KiB in 0.001769 sec., 8479.36687394008 rows/sec., 15.19 MiB/sec. 2025.09.03 04:10:54.080446 [ 4 ] {4f46c574-3899-4ee9-8581-f56ae5ce5a93} TCPHandler: Processed in 0.001947205 sec. 2025.09.03 04:10:54.080552 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:54.080645 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:54.080687 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:54.081015 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.081050 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.081402 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:10:54.081614 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.081738 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2025.09.03 04:10:54.081773 [ 4 ] {40af355a-0464-4f29-b60c-09c26b33d826} TCPHandler: Processed in 0.001268239 sec. 2025.09.03 04:10:54.568442 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254 2025.09.03 04:10:54.569010 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:54.569063 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:54.569558 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:10:54.569797 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:54.569947 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 2025.09.03 04:10:55.950226 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.09.03 04:10:55.967460 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:55.967526 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:55.973732 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:10:55.974473 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:55.977694 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.09.03 04:10:59.044204 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:59.044488 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:10:59.044587 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:10:59.045445 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.045493 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.045903 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:10:59.046147 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.046296 [ 9 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:10:59.046302 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} executeQuery: Read 108 rows, 9.27 KiB in 0.001887 sec., 57233.70429252782 rows/sec., 4.80 MiB/sec. 2025.09.03 04:10:59.046369 [ 9 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.046391 [ 4 ] {c7287106-9a04-47c7-8065-fe1e78fa07ab} TCPHandler: Processed in 0.002363647 sec. 2025.09.03 04:10:59.046396 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.046524 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:59.046527 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:10:59.046629 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:10:59.046674 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:59.046675 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:10:59.046722 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1287 rows starting from the beginning of the part 2025.09.03 04:10:59.046804 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 109 rows starting from the beginning of the part 2025.09.03 04:10:59.046859 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 86 rows starting from the beginning of the part 2025.09.03 04:10:59.046909 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:59.046969 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:10:59.047018 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 108 rows starting from the beginning of the part 2025.09.03 04:10:59.047116 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.047160 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.047507 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:10:59.047749 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.047885 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} executeQuery: Read 26 rows, 1.96 KiB in 0.001275 sec., 20392.156862745098 rows/sec., 1.50 MiB/sec. 2025.09.03 04:10:59.047924 [ 4 ] {e2b6603f-e8e7-4f9f-88c4-cd1da1b807ae} TCPHandler: Processed in 0.00145122 sec. 2025.09.03 04:10:59.048040 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:59.048136 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:10:59.048176 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:10:59.048493 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2924 rows, containing 5 columns (5 merged, 0 gathered) in 0.002014335 sec., 1451595.6879069272 rows/sec., 126.13 MiB/sec. 2025.09.03 04:10:59.048594 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.048636 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.048738 [ 197 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:10:59.048991 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:10:59.049053 [ 197 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.049146 [ 197 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_81_16} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:10:59.049229 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:10:59.049259 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.049408 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} executeQuery: Read 90 rows, 7.20 KiB in 0.001289 sec., 69821.56710628394 rows/sec., 5.45 MiB/sec. 2025.09.03 04:10:59.049446 [ 4 ] {6bee050a-b46b-4549-95f2-fd783924f3b0} TCPHandler: Processed in 0.001457421 sec. 2025.09.03 04:10:59.049463 [ 9 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:10:59.049504 [ 9 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.049526 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.049567 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:59.049588 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:10:59.049667 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:59.049676 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:59.049716 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 595 rows starting from the beginning of the part 2025.09.03 04:10:59.049721 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:10:59.049765 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 92 rows starting from the beginning of the part 2025.09.03 04:10:59.049808 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 79 rows starting from the beginning of the part 2025.09.03 04:10:59.049843 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:59.049877 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 535 rows starting from the beginning of the part 2025.09.03 04:10:59.049916 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 90 rows starting from the beginning of the part 2025.09.03 04:10:59.050142 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.050184 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.050545 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:10:59.050767 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.050852 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1481 rows, containing 5 columns (5 merged, 0 gathered) in 0.001286349 sec., 1151320.520325355 rows/sec., 91.03 MiB/sec. 2025.09.03 04:10:59.050903 [ 9 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:10:59.050926 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} executeQuery: Read 160 rows, 11.41 KiB in 0.001277 sec., 125293.65700861394 rows/sec., 8.73 MiB/sec. 2025.09.03 04:10:59.050927 [ 9 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.050969 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.050974 [ 4 ] {242acfa8-2a9e-4bbf-ac37-bea36bc2d56c} TCPHandler: Processed in 0.001458201 sec. 2025.09.03 04:10:59.051066 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:10:59.051088 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:10:59.051096 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:59.051197 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:59.051239 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21401 rows starting from the beginning of the part 2025.09.03 04:10:59.051242 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:10:59.051308 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part 2025.09.03 04:10:59.051312 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} 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.09.03 04:10:59.051364 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:59.051414 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:59.051423 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.051456 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 844 rows starting from the beginning of the part 2025.09.03 04:10:59.051502 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.09.03 04:10:59.051519 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_81_16} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:10:59.051628 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:10:59.052112 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.052152 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.053002 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:10:59.053252 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.053398 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} executeQuery: Read 26 rows, 47.71 KiB in 0.002172 sec., 11970.534069981584 rows/sec., 21.45 MiB/sec. 2025.09.03 04:10:59.053455 [ 4 ] {649d9944-c234-4b07-a01e-8b85b39bfeef} TCPHandler: Processed in 0.002408827 sec. 2025.09.03 04:10:59.053571 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:10:59.053668 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:10:59.053710 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:10:59.054045 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.054083 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.054532 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:10:59.054765 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.054887 [ 9 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:10:59.054910 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} executeQuery: Read 60 rows, 4.14 KiB in 0.00126 sec., 47619.04761904762 rows/sec., 3.21 MiB/sec. 2025.09.03 04:10:59.054918 [ 9 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:10:59.054955 [ 9 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.03 04:10:59.054958 [ 4 ] {1312c5be-bd0e-480f-87af-458e24381f6d} TCPHandler: Processed in 0.001438251 sec. 2025.09.03 04:10:59.055027 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:10:59.055127 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:10:59.055159 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4500 rows starting from the beginning of the part 2025.09.03 04:10:59.055211 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:59.055255 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:59.055294 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:59.055334 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:59.055373 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.09.03 04:10:59.064382 [ 196 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4800 rows, containing 4 columns (4 merged, 0 gathered) in 0.009383348 sec., 511544.4935006141 rows/sec., 34.47 MiB/sec. 2025.09.03 04:10:59.064847 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:10:59.065114 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.065179 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_81_16} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:10:59.065248 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2025.09.03 04:10:59.070704 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 22886 rows, containing 5 columns (5 merged, 0 gathered) in 0.019681073 sec., 1162843.1031173961 rows/sec., 79.51 MiB/sec. 2025.09.03 04:10:59.071384 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:10:59.071646 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:10:59.071714 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_81_16} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:10:59.071802 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.09.03 04:11:00.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 296.64 MiB, peak 307.41 MiB, free memory in arenas 0.00 B, will set to 298.07 MiB (RSS), difference: 1.44 MiB 2025.09.03 04:11:01.894485 [ 93 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:11:01.894552 [ 93 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:11:02.070288 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742 2025.09.03 04:11:02.070856 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:02.070896 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:02.071441 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:11:02.071681 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:02.071805 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742 2025.09.03 04:11:02.071814 [ 93 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:11:02.071864 [ 93 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:02.071887 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:02.072027 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:11:02.072198 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:02.072235 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part 2025.09.03 04:11:02.072300 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part 2025.09.03 04:11:02.072342 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part 2025.09.03 04:11:02.072382 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part 2025.09.03 04:11:02.072422 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part 2025.09.03 04:11:02.072459 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part 2025.09.03 04:11:02.074444 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.002501318 sec., 10291374.38742295 rows/sec., 147.22 MiB/sec. 2025.09.03 04:11:02.074624 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:11:02.074856 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:02.074919 [ 194 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_56_11} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:11:02.075048 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.09.03 04:11:02.162311 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1186 2025.09.03 04:11:02.164403 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:02.164451 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:02.165595 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.03 04:11:02.165854 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:02.166207 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1186 2025.09.03 04:11:03.477966 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.09.03 04:11:03.495662 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:03.495725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:03.502101 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:11:03.502857 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:03.503199 [ 93 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:11:03.503272 [ 93 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:03.503295 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:03.503394 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:11:03.506348 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:03.506874 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.09.03 04:11:03.507175 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2025.09.03 04:11:03.510508 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2025.09.03 04:11:03.513925 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2025.09.03 04:11:03.517758 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2025.09.03 04:11:03.522149 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.09.03 04:11:03.526350 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.09.03 04:11:03.579532 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.076169831 sec., 5540.251231488226 rows/sec., 28.65 MiB/sec. 2025.09.03 04:11:03.582174 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:11:03.584059 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:03.584172 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_56_11} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:11:03.586548 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.03 04:11:04.043656 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:04.043865 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:04.043938 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:04.044645 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.044686 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.045122 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:11:04.045367 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.045519 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} executeQuery: Read 86 rows, 7.39 KiB in 0.001711 sec., 50263.00409117475 rows/sec., 4.22 MiB/sec. 2025.09.03 04:11:04.045561 [ 4 ] {89e1ec77-f03c-4a40-8b43-f5e56b278d9f} TCPHandler: Processed in 0.002048525 sec. 2025.09.03 04:11:04.045681 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:04.045776 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:04.045818 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:04.046223 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.046258 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.046563 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:11:04.046788 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.046901 [ 77 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:11:04.046918 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} executeQuery: Read 15 rows, 1.13 KiB in 0.00116 sec., 12931.034482758621 rows/sec., 972.35 KiB/sec. 2025.09.03 04:11:04.046940 [ 77 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.046960 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.046960 [ 4 ] {dce00896-f33a-45ed-9d4d-31f432507a50} TCPHandler: Processed in 0.00133141 sec. 2025.09.03 04:11:04.047077 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:04.047076 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:11:04.047176 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:04.047221 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:04.047243 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:04.047286 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 57 rows starting from the beginning of the part 2025.09.03 04:11:04.047361 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:04.047412 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:04.047461 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:04.047504 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:04.047548 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:04.047636 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.047678 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.048163 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:11:04.048332 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 5 columns (5 merged, 0 gathered) in 0.00131583 sec., 117036.3952790254 rows/sec., 8.98 MiB/sec. 2025.09.03 04:11:04.048410 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.048482 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:11:04.048540 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} executeQuery: Read 79 rows, 6.32 KiB in 0.001382 sec., 57163.53111432707 rows/sec., 4.46 MiB/sec. 2025.09.03 04:11:04.048578 [ 4 ] {2092a36d-5239-404c-bee6-4aa8ed286bde} TCPHandler: Processed in 0.001551422 sec. 2025.09.03 04:11:04.048690 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:04.048787 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:04.048790 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.048831 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:04.048885 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_81_16} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:11:04.048987 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:11:04.049225 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.049260 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.049611 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:11:04.049834 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.049961 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.09.03 04:11:04.049998 [ 4 ] {6115def3-8ad6-4270-9b8a-143f2fa6d41b} TCPHandler: Processed in 0.00135875 sec. 2025.09.03 04:11:04.050103 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:04.050198 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:04.050253 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} 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.09.03 04:11:04.051042 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.051077 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.051631 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:11:04.051864 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.052003 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} executeQuery: Read 15 rows, 27.52 KiB in 0.001823 sec., 8228.195282501372 rows/sec., 14.74 MiB/sec. 2025.09.03 04:11:04.052057 [ 4 ] {406da60c-bea6-4d29-82ab-c22c877973c4} TCPHandler: Processed in 0.002004105 sec. 2025.09.03 04:11:04.052179 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:04.052278 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:04.052320 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:04.052649 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:04.052684 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:04.053015 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:11:04.053237 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:04.053364 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.09.03 04:11:04.053399 [ 4 ] {135899cb-89a0-4f34-b2d3-05d08019b9cc} TCPHandler: Processed in 0.001270979 sec. 2025.09.03 04:11:09.044610 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:09.044818 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:09.044892 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:09.045571 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.045625 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.046051 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:11:09.046296 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.046454 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} executeQuery: Read 108 rows, 9.27 KiB in 0.001703 sec., 63417.49853200235 rows/sec., 5.32 MiB/sec. 2025.09.03 04:11:09.046507 [ 4 ] {319eae66-5db0-4bac-bf99-0535345bd806} TCPHandler: Processed in 0.002051654 sec. 2025.09.03 04:11:09.046625 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:09.046726 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:09.046769 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:09.047239 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.047278 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.047630 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:11:09.047865 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.048001 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} executeQuery: Read 26 rows, 1.96 KiB in 0.001266 sec., 20537.124802527647 rows/sec., 1.51 MiB/sec. 2025.09.03 04:11:09.048040 [ 4 ] {dc93714c-df06-41da-ad60-bb28a5c3b569} TCPHandler: Processed in 0.001441651 sec. 2025.09.03 04:11:09.048155 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:09.048260 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:09.048305 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:09.048763 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.048801 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.049154 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:11:09.049378 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.049509 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} executeQuery: Read 90 rows, 7.20 KiB in 0.00127 sec., 70866.14173228346 rows/sec., 5.53 MiB/sec. 2025.09.03 04:11:09.049549 [ 4 ] {72ea06cb-b97d-4c0c-8faa-866dceb0b13d} TCPHandler: Processed in 0.00144748 sec. 2025.09.03 04:11:09.049661 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:09.049756 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:09.049801 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:09.050209 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.050247 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.050594 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:11:09.050812 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.050941 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.09.03 04:11:09.050980 [ 4 ] {9fd79c3f-ded5-49d0-a8d2-01153c1fa277} TCPHandler: Processed in 0.00136801 sec. 2025.09.03 04:11:09.051097 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:09.051191 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:09.051249 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} 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.09.03 04:11:09.052072 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.052110 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.052676 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:11:09.052908 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.053046 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} executeQuery: Read 26 rows, 47.71 KiB in 0.001872 sec., 13888.888888888889 rows/sec., 24.89 MiB/sec. 2025.09.03 04:11:09.053052 [ 48 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:11:09.053122 [ 4 ] {8e6eb673-188d-4dc5-8e2a-0e02940edb17} TCPHandler: Processed in 0.002073985 sec. 2025.09.03 04:11:09.053127 [ 48 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.053168 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.053256 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:11:09.053273 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:09.053390 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:09.053445 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:09.053451 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:09.053507 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1507 rows starting from the beginning of the part 2025.09.03 04:11:09.053623 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:09.053720 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:09.053798 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.053812 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:09.053837 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.053905 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:09.053990 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:09.054183 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:11:09.054419 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.054549 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2025.09.03 04:11:09.054587 [ 4 ] {b2335bd8-acdc-45b6-844d-1f4d5911ce73} TCPHandler: Processed in 0.00137536 sec. 2025.09.03 04:11:09.062746 [ 200 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1615 rows, containing 19 columns (19 merged, 0 gathered) in 0.009527389 sec., 169511.29002919895 rows/sec., 303.76 MiB/sec. 2025.09.03 04:11:09.064702 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:11:09.065057 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.065128 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_81_16} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:11:09.065239 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2025.09.03 04:11:09.572142 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169 2025.09.03 04:11:09.572658 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:09.572706 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:09.573203 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:11:09.573452 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:09.573592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.09.03 04:11:10.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 299.19 MiB, peak 312.57 MiB, free memory in arenas 0.00 B, will set to 304.68 MiB (RSS), difference: 5.49 MiB 2025.09.03 04:11:11.007138 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.09.03 04:11:11.022289 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:11.022350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:11.027771 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:11:11.028448 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:11.031206 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.09.03 04:11:12.166630 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1210 2025.09.03 04:11:12.168891 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:12.168935 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:12.170080 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.03 04:11:12.170365 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:12.170614 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1210 2025.09.03 04:11:14.044040 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:14.044221 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:14.044287 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:14.044989 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:14.045036 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:14.045459 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:11:14.045756 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:14.045910 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} executeQuery: Read 86 rows, 7.39 KiB in 0.001739 sec., 49453.70902817711 rows/sec., 4.15 MiB/sec. 2025.09.03 04:11:14.045954 [ 4 ] {ac913839-ef63-49d4-bf61-524548bf4864} TCPHandler: Processed in 0.002046625 sec. 2025.09.03 04:11:14.046076 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:14.046172 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:14.046212 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:14.046617 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:14.046653 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:14.046960 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:11:14.047186 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:14.047320 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} executeQuery: Read 15 rows, 1.13 KiB in 0.001167 sec., 12853.470437017993 rows/sec., 966.52 KiB/sec. 2025.09.03 04:11:14.047361 [ 4 ] {69e8ecf6-1d7e-4565-a8cc-88ec22fe902d} TCPHandler: Processed in 0.00133598 sec. 2025.09.03 04:11:14.047476 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:14.047570 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:14.047610 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:14.048033 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:14.048069 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:14.048376 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:11:14.048600 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:14.048727 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} executeQuery: Read 79 rows, 6.32 KiB in 0.001175 sec., 67234.04255319148 rows/sec., 5.25 MiB/sec. 2025.09.03 04:11:14.048765 [ 4 ] {20a8bd76-499c-4ec5-9ffd-3d676ff9601e} TCPHandler: Processed in 0.0013385 sec. 2025.09.03 04:11:14.048876 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:14.048969 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:14.049013 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:14.049421 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:14.049457 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:14.049793 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:11:14.050005 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:14.050134 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.09.03 04:11:14.050172 [ 4 ] {173ef417-6d90-4d94-966c-c42c21314e26} TCPHandler: Processed in 0.00134635 sec. 2025.09.03 04:11:14.050280 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:14.050374 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:14.050430 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} 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.09.03 04:11:14.051238 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:14.051275 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:14.051874 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:11:14.052099 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:14.052236 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} executeQuery: Read 15 rows, 27.52 KiB in 0.00188 sec., 7978.723404255319 rows/sec., 14.30 MiB/sec. 2025.09.03 04:11:14.052291 [ 4 ] {8373c412-2b0d-4cd1-95ae-89154820b21a} TCPHandler: Processed in 0.002060224 sec. 2025.09.03 04:11:14.052402 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:14.052498 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:14.052540 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:14.052870 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:14.052907 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:14.053215 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:11:14.053431 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:14.053558 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.09.03 04:11:14.053594 [ 4 ] {6dca1e3c-a0c9-41bf-81f1-f1280a278bba} TCPHandler: Processed in 0.001241329 sec. 2025.09.03 04:11:16.894602 [ 67 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:11:16.894699 [ 67 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:11:17.073935 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657 2025.09.03 04:11:17.074822 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:17.074901 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:17.075676 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:11:17.075925 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:17.076084 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657 2025.09.03 04:11:18.531448 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.09.03 04:11:18.547302 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:18.547358 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:18.553130 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:11:18.553815 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:18.556563 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.09.03 04:11:19.044093 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:19.044293 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:19.044364 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:19.045118 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:19.045171 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:19.045572 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:11:19.045800 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:19.045954 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} executeQuery: Read 108 rows, 9.27 KiB in 0.001715 sec., 62973.760932944606 rows/sec., 5.28 MiB/sec. 2025.09.03 04:11:19.045995 [ 4 ] {5a1d5364-7884-46a1-85ce-879ffcf5013a} TCPHandler: Processed in 0.002037315 sec. 2025.09.03 04:11:19.046115 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:19.046209 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:19.046248 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:19.046644 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:19.046680 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:19.046982 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:11:19.047190 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:19.047315 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} executeQuery: Read 26 rows, 1.96 KiB in 0.001125 sec., 23111.111111111113 rows/sec., 1.70 MiB/sec. 2025.09.03 04:11:19.047352 [ 4 ] {e8d9078f-11c8-4eed-af53-7505f72e3b65} TCPHandler: Processed in 0.001284259 sec. 2025.09.03 04:11:19.047455 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:19.047546 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:19.047584 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:19.048003 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:19.048040 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:19.048348 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:11:19.048564 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:19.048694 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} executeQuery: Read 90 rows, 7.20 KiB in 0.001165 sec., 77253.21888412017 rows/sec., 6.03 MiB/sec. 2025.09.03 04:11:19.048732 [ 4 ] {c9f4d3b8-9ad5-4f1d-a8df-8f978278afae} TCPHandler: Processed in 0.00132396 sec. 2025.09.03 04:11:19.048850 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:19.048945 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:19.048989 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:19.049402 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:19.049438 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:19.049779 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:11:19.049998 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:19.050130 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2025.09.03 04:11:19.050168 [ 4 ] {36bec58b-acc9-4535-a0d2-c5bcbe1bb570} TCPHandler: Processed in 0.00136774 sec. 2025.09.03 04:11:19.050272 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:19.050366 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:19.050420 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} 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.09.03 04:11:19.051233 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:19.051270 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:19.051809 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:11:19.052036 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:19.052173 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} executeQuery: Read 26 rows, 47.71 KiB in 0.001825 sec., 14246.575342465754 rows/sec., 25.53 MiB/sec. 2025.09.03 04:11:19.052226 [ 4 ] {87fabae1-949a-4372-ba20-7273bcdf09c7} TCPHandler: Processed in 0.002003104 sec. 2025.09.03 04:11:19.052335 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:19.052429 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:19.052470 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:19.052798 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:19.052834 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:19.053137 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:11:19.053350 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:19.053481 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.09.03 04:11:19.053518 [ 4 ] {56c07ee1-9fa1-487a-8e32-30a0ce28972e} TCPHandler: Processed in 0.001233449 sec. 2025.09.03 04:11:22.171011 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1234 2025.09.03 04:11:22.173468 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:22.173526 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:22.174727 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.03 04:11:22.175004 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:22.175371 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1234 2025.09.03 04:11:24.071184 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.071362 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:11:24.071429 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:11:24.072059 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.072106 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.072482 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:11:24.072708 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.072861 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} executeQuery: Read 14 rows, 1.14 KiB in 0.001548 sec., 9043.927648578812 rows/sec., 737.47 KiB/sec. 2025.09.03 04:11:24.072904 [ 4 ] {8496144e-604a-4e2e-ad0e-80d59d48588a} TCPHandler: Processed in 0.001849893 sec. 2025.09.03 04:11:24.073025 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.073153 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:24.073201 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:24.074077 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.074114 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.074514 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:11:24.074722 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.074835 [ 42 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:11:24.074849 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} executeQuery: Read 1233 rows, 104.46 KiB in 0.001721 sec., 716443.9279488669 rows/sec., 59.28 MiB/sec. 2025.09.03 04:11:24.074915 [ 42 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.074929 [ 4 ] {1a8954e9-2e0c-4018-b4e9-723741581d45} TCPHandler: Processed in 0.001963014 sec. 2025.09.03 04:11:24.074948 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.075050 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.075074 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:11:24.075159 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:24.075184 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:24.075199 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:24.075217 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1287 rows starting from the beginning of the part 2025.09.03 04:11:24.075284 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 86 rows starting from the beginning of the part 2025.09.03 04:11:24.075342 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 108 rows starting from the beginning of the part 2025.09.03 04:11:24.075387 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 86 rows starting from the beginning of the part 2025.09.03 04:11:24.075427 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 108 rows starting from the beginning of the part 2025.09.03 04:11:24.075470 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:11:24.075615 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.075654 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.075988 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:11:24.076200 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.076337 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} executeQuery: Read 29 rows, 2.11 KiB in 0.001197 sec., 24227.234753550543 rows/sec., 1.72 MiB/sec. 2025.09.03 04:11:24.076375 [ 4 ] {5c7a8a1c-1685-45e3-9559-bbcfe2928063} TCPHandler: Processed in 0.00137359 sec. 2025.09.03 04:11:24.076489 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.076586 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:11:24.076627 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:11:24.076727 [ 193 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001696583 sec., 1714033.44251357 rows/sec., 148.88 MiB/sec. 2025.09.03 04:11:24.077030 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:11:24.077108 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.077151 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.077382 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.077475 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_86_17} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:11:24.077503 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.03 04:11:24.077590 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.09.03 04:11:24.077734 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.077866 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} executeQuery: Read 228 rows, 15.81 KiB in 0.001303 sec., 174980.81350729088 rows/sec., 11.85 MiB/sec. 2025.09.03 04:11:24.077904 [ 4 ] {74733021-3aac-474d-b90e-a2020deb816e} TCPHandler: Processed in 0.00146203 sec. 2025.09.03 04:11:24.078011 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.078108 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:24.078147 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:24.078734 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.078770 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.079125 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:11:24.079344 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.079458 [ 42 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:11:24.079467 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} executeQuery: Read 549 rows, 41.75 KiB in 0.001376 sec., 398982.55813953484 rows/sec., 29.63 MiB/sec. 2025.09.03 04:11:24.079507 [ 42 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.079525 [ 4 ] {741a9661-0eef-4207-9352-d9d0879e37a6} TCPHandler: Processed in 0.001560051 sec. 2025.09.03 04:11:24.079536 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.079641 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.079643 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:11:24.079744 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:24.079758 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:24.079787 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:24.079787 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 595 rows starting from the beginning of the part 2025.09.03 04:11:24.079849 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 79 rows starting from the beginning of the part 2025.09.03 04:11:24.079892 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 90 rows starting from the beginning of the part 2025.09.03 04:11:24.079932 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 79 rows starting from the beginning of the part 2025.09.03 04:11:24.079970 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 90 rows starting from the beginning of the part 2025.09.03 04:11:24.080009 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 549 rows starting from the beginning of the part 2025.09.03 04:11:24.080349 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.080384 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.080785 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:11:24.080913 [ 193 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 5 columns (5 merged, 0 gathered) in 0.00130733 sec., 1133608.1937995763 rows/sec., 89.64 MiB/sec. 2025.09.03 04:11:24.081001 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.081053 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:11:24.081114 [ 42 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:11:24.081131 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} executeQuery: Read 851 rows, 58.66 KiB in 0.001405 sec., 605693.950177936 rows/sec., 40.77 MiB/sec. 2025.09.03 04:11:24.081147 [ 42 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.081174 [ 4 ] {6b7b1499-8cf7-4fd5-a1a2-979ba2486eae} TCPHandler: Processed in 0.001580232 sec. 2025.09.03 04:11:24.081175 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.081285 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:11:24.081296 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.081299 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.081387 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_86_17} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:11:24.081406 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:24.081437 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:24.081449 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:11:24.081448 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22886 rows starting from the beginning of the part 2025.09.03 04:11:24.081498 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} 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.09.03 04:11:24.081539 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:24.081595 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:24.081647 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:24.081693 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:24.081736 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 851 rows starting from the beginning of the part 2025.09.03 04:11:24.082327 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.082372 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.082938 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:11:24.083197 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.083349 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} executeQuery: Read 15 rows, 27.52 KiB in 0.001932 sec., 7763.975155279503 rows/sec., 13.91 MiB/sec. 2025.09.03 04:11:24.083407 [ 4 ] {88c96301-6e41-42dc-a489-a4c2a1935bb8} TCPHandler: Processed in 0.002160106 sec. 2025.09.03 04:11:24.083525 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:24.083623 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:24.083666 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:24.084000 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.084038 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.084377 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:11:24.084597 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.084715 [ 42 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:11:24.084729 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2025.09.03 04:11:24.084755 [ 42 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.084776 [ 4 ] {0e43c239-5236-453b-ac73-db662fab833b} TCPHandler: Processed in 0.00130252 sec. 2025.09.03 04:11:24.084779 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.084885 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:11:24.084965 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:24.084992 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4800 rows starting from the beginning of the part 2025.09.03 04:11:24.085044 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:24.085088 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:24.085127 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:24.085165 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:24.085203 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:24.086941 [ 196 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5100 rows, containing 4 columns (4 merged, 0 gathered) in 0.002084905 sec., 2446154.620953952 rows/sec., 164.85 MiB/sec. 2025.09.03 04:11:24.087361 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:11:24.087385 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 24377 rows, containing 5 columns (5 merged, 0 gathered) in 0.006143845 sec., 3967710.7739534443 rows/sec., 271.29 MiB/sec. 2025.09.03 04:11:24.087685 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.087773 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_86_17} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:11:24.087871 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2025.09.03 04:11:24.087986 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:11:24.088240 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.088306 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_86_17} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:11:24.088383 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.09.03 04:11:24.576359 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084 2025.09.03 04:11:24.576855 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:24.576901 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:24.577381 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:11:24.577631 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:24.577770 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.09.03 04:11:26.056774 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.09.03 04:11:26.074587 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:26.074655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:26.080752 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:11:26.081501 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:26.084618 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.09.03 04:11:29.043918 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:29.044152 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:29.044230 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:29.044968 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.045020 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.045449 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:11:29.045706 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.045869 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} executeQuery: Read 108 rows, 9.27 KiB in 0.001775 sec., 60845.07042253521 rows/sec., 5.10 MiB/sec. 2025.09.03 04:11:29.045922 [ 4 ] {a819d296-bdd6-4b7a-82ab-47b84fb6d22f} TCPHandler: Processed in 0.002151806 sec. 2025.09.03 04:11:29.046047 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:29.046151 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:29.046196 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:29.046610 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.046649 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.046976 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:11:29.047206 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.047335 [ 154 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:11:29.047344 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} executeQuery: Read 26 rows, 1.96 KiB in 0.001217 sec., 21364.009860312242 rows/sec., 1.57 MiB/sec. 2025.09.03 04:11:29.047408 [ 154 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.047426 [ 4 ] {71b37545-3d21-4761-8fb0-f136c44eec39} TCPHandler: Processed in 0.001433521 sec. 2025.09.03 04:11:29.047435 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.047550 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:29.047550 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:11:29.047658 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:29.047685 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:29.047706 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:29.047724 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 57 rows starting from the beginning of the part 2025.09.03 04:11:29.047795 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:29.047841 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:29.047884 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:29.047926 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 29 rows starting from the beginning of the part 2025.09.03 04:11:29.047970 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:29.048161 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.048205 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.048560 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:11:29.048795 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.00128507 sec., 139292.023002638 rows/sec., 10.64 MiB/sec. 2025.09.03 04:11:29.048803 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.048974 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:11:29.048992 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} executeQuery: Read 90 rows, 7.20 KiB in 0.001355 sec., 66420.66420664206 rows/sec., 5.19 MiB/sec. 2025.09.03 04:11:29.049033 [ 4 ] {977836c1-b04e-49dd-b360-3b162e5ee637} TCPHandler: Processed in 0.001534491 sec. 2025.09.03 04:11:29.049148 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:29.049234 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.049246 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:29.049292 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:29.049305 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_86_17} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:11:29.049396 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:11:29.049706 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.049744 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.050109 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:11:29.050338 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.050471 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.09.03 04:11:29.050509 [ 4 ] {af51db1c-eac2-447e-9e4d-23aa1b10679e} TCPHandler: Processed in 0.00141157 sec. 2025.09.03 04:11:29.050619 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:29.050713 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:29.050770 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} 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.09.03 04:11:29.051616 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.051655 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.052219 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:11:29.052463 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.052613 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} executeQuery: Read 26 rows, 47.71 KiB in 0.001918 sec., 13555.787278415015 rows/sec., 24.29 MiB/sec. 2025.09.03 04:11:29.052683 [ 4 ] {9fb9f485-120a-48de-ab20-84a743400564} TCPHandler: Processed in 0.002114795 sec. 2025.09.03 04:11:29.052805 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:29.052903 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:29.052947 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:29.053284 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:29.053322 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.03 04:11:29.053650 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:11:29.053877 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:29.054013 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.09.03 04:11:29.054051 [ 4 ] {d79d69d5-cec9-4a10-8c33-049b6708cdbc} TCPHandler: Processed in 0.00129643 sec. 2025.09.03 04:11:31.894768 [ 139 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:11:31.894836 [ 139 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:11:32.078060 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572 2025.09.03 04:11:32.078965 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:32.079053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:32.079544 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:11:32.079772 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:32.079907 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572 2025.09.03 04:11:32.175782 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1262 2025.09.03 04:11:32.178495 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:32.178531 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:32.179707 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.03 04:11:32.179974 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:32.180255 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1262 2025.09.03 04:11:33.584844 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.09.03 04:11:33.601820 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:33.601872 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:33.607976 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:11:33.608670 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:33.611625 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.09.03 04:11:34.045327 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:34.045557 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:34.045643 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:34.046418 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.046468 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.046881 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:11:34.047129 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.047289 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} executeQuery: Read 86 rows, 7.39 KiB in 0.001795 sec., 47910.8635097493 rows/sec., 4.02 MiB/sec. 2025.09.03 04:11:34.047339 [ 4 ] {531e5ff6-08ce-4099-9366-b1e8a3ebdb88} TCPHandler: Processed in 0.002173196 sec. 2025.09.03 04:11:34.047475 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:34.047583 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:34.047626 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:34.048077 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.048114 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.048422 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:11:34.048637 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.048765 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} executeQuery: Read 15 rows, 1.13 KiB in 0.001206 sec., 12437.810945273632 rows/sec., 935.27 KiB/sec. 2025.09.03 04:11:34.048802 [ 4 ] {d0178102-f3e7-40c3-9d46-a7e501209607} TCPHandler: Processed in 0.001378 sec. 2025.09.03 04:11:34.048924 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:34.049018 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:34.049058 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:34.049509 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.049546 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.049851 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:11:34.050064 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.050192 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} executeQuery: Read 79 rows, 6.32 KiB in 0.001193 sec., 66219.61441743503 rows/sec., 5.17 MiB/sec. 2025.09.03 04:11:34.050229 [ 4 ] {d3c2d86d-4d84-4d0f-85bb-ad5a57a0558d} TCPHandler: Processed in 0.00135263 sec. 2025.09.03 04:11:34.050345 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:34.050438 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:34.050483 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:34.050906 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.050942 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.051272 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:11:34.051495 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.051623 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.09.03 04:11:34.051659 [ 4 ] {db92c05a-2029-47a1-ad69-8131ad237300} TCPHandler: Processed in 0.0013619 sec. 2025.09.03 04:11:34.051767 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:34.051861 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:34.051915 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} 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.09.03 04:11:34.052727 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.052763 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.053297 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:11:34.053526 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.053662 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} executeQuery: Read 15 rows, 27.52 KiB in 0.001819 sec., 8246.289169873557 rows/sec., 14.78 MiB/sec. 2025.09.03 04:11:34.053672 [ 127 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:11:34.053725 [ 4 ] {a3b84be1-490b-4d0a-86ad-e6ac0dd759b1} TCPHandler: Processed in 0.002005014 sec. 2025.09.03 04:11:34.053748 [ 127 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.053793 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.053845 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:34.053956 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:11:34.053978 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:34.054048 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:34.054246 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:34.054317 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1615 rows starting from the beginning of the part 2025.09.03 04:11:34.054393 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:34.054436 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:34.054465 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:34.054626 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:34.054756 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:34.054761 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:11:34.054869 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:34.054981 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:34.055005 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.055146 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2025.09.03 04:11:34.055183 [ 4 ] {d2f79e2f-e32d-4334-9c01-1fd2b16fc591} TCPHandler: Processed in 0.00138865 sec. 2025.09.03 04:11:34.065328 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1712 rows, containing 19 columns (19 merged, 0 gathered) in 0.011437423 sec., 149684.0678184238 rows/sec., 268.23 MiB/sec. 2025.09.03 04:11:34.066986 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:11:34.067377 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:34.067454 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_86_17} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:11:34.067589 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.54 MiB. 2025.09.03 04:11:35.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 306.49 MiB, peak 319.98 MiB, free memory in arenas 0.00 B, will set to 313.37 MiB (RSS), difference: 6.87 MiB 2025.09.03 04:11:39.045145 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.045343 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:11:39.045413 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:11:39.046043 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.046096 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.046504 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:11:39.046742 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.046911 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} executeQuery: Read 2 rows, 167.00 B in 0.001619 sec., 1235.3304508956146 rows/sec., 100.73 KiB/sec. 2025.09.03 04:11:39.046964 [ 4 ] {0181ec4a-ad3c-44ad-bf2e-134cdb828ca6} TCPHandler: Processed in 0.001951314 sec. 2025.09.03 04:11:39.047088 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.047190 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:39.047235 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:39.047760 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.047795 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.048121 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.03 04:11:39.048328 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.048452 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} executeQuery: Read 109 rows, 9.35 KiB in 0.001318 sec., 82701.062215478 rows/sec., 6.93 MiB/sec. 2025.09.03 04:11:39.048487 [ 4 ] {a48b5fa2-4b33-46cf-8c4d-3eb710f6cd27} TCPHandler: Processed in 0.001489371 sec. 2025.09.03 04:11:39.048598 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.048690 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:39.048730 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:39.049195 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.049230 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.049530 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:11:39.049755 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.049884 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} executeQuery: Read 28 rows, 2.09 KiB in 0.001163 sec., 24075.666380051593 rows/sec., 1.76 MiB/sec. 2025.09.03 04:11:39.049923 [ 4 ] {7dd2aa8c-68b6-4ca6-9691-52b33b3db722} TCPHandler: Processed in 0.00133005 sec. 2025.09.03 04:11:39.050039 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.050135 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:39.050176 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:39.050597 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.050632 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.050946 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.03 04:11:39.051172 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.051299 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} executeQuery: Read 92 rows, 7.36 KiB in 0.001183 sec., 77768.38546069316 rows/sec., 6.08 MiB/sec. 2025.09.03 04:11:39.051337 [ 4 ] {84a2f403-4771-4274-b5d6-38bc743acbd7} TCPHandler: Processed in 0.001347929 sec. 2025.09.03 04:11:39.051445 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.051540 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:39.051585 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:39.051994 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.052030 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.052368 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.03 04:11:39.052580 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.052714 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} executeQuery: Read 161 rows, 11.48 KiB in 0.001192 sec., 135067.11409395974 rows/sec., 9.41 MiB/sec. 2025.09.03 04:11:39.052754 [ 4 ] {38527b8c-3b60-43fa-a5f4-1b56745bbc4d} TCPHandler: Processed in 0.0013579 sec. 2025.09.03 04:11:39.052862 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.052958 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:39.053012 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} 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.09.03 04:11:39.053870 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.053907 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.054444 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:11:39.054672 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.054812 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} executeQuery: Read 26 rows, 47.71 KiB in 0.001873 sec., 13881.47357180993 rows/sec., 24.87 MiB/sec. 2025.09.03 04:11:39.054885 [ 4 ] {81b09b6a-06bc-4ffe-9aa0-15d0c6106c04} TCPHandler: Processed in 0.002072725 sec. 2025.09.03 04:11:39.055001 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:39.055095 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:39.055136 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:39.055476 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.055511 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.055824 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.03 04:11:39.056058 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.056189 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.09.03 04:11:39.056225 [ 4 ] {d7e2e371-7010-4810-847e-ce15ecec3317} TCPHandler: Processed in 0.001274669 sec. 2025.09.03 04:11:39.580201 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999 2025.09.03 04:11:39.580714 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.580760 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.581268 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:11:39.581523 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.581674 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.09.03 04:11:39.581694 [ 148 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:11:39.581763 [ 148 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:39.581785 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:39.581920 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:11:39.582056 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:39.582097 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part 2025.09.03 04:11:39.582167 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part 2025.09.03 04:11:39.582213 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part 2025.09.03 04:11:39.582257 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part 2025.09.03 04:11:39.582297 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part 2025.09.03 04:11:39.582337 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part 2025.09.03 04:11:39.584739 [ 195 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002883521 sec., 9710003.845992452 rows/sec., 138.90 MiB/sec. 2025.09.03 04:11:39.585088 [ 195 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:11:39.585405 [ 195 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:39.585489 [ 195 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_61_12} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:11:39.585595 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.09.03 04:11:41.111844 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.09.03 04:11:41.130414 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:41.130480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:41.137212 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:11:41.137979 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:41.138291 [ 147 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:11:41.138356 [ 147 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:41.138377 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:41.138503 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:11:41.142280 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.09.03 04:11:41.142510 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:41.144593 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2025.09.03 04:11:41.149654 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2025.09.03 04:11:41.154319 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2025.09.03 04:11:41.159084 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2025.09.03 04:11:41.164263 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2025.09.03 04:11:41.168252 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2025.09.03 04:11:41.224225 [ 198 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.085778921 sec., 5362.6228289814935 rows/sec., 27.73 MiB/sec. 2025.09.03 04:11:41.227268 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:11:41.229322 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:41.229438 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_61_12} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:11:41.231959 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.03 04:11:42.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 314.43 MiB, peak 327.86 MiB, free memory in arenas 0.00 B, will set to 313.37 MiB (RSS), difference: -1.06 MiB 2025.09.03 04:11:42.180633 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1288 2025.09.03 04:11:42.183044 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:42.183100 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:42.184284 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.03 04:11:42.184561 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:42.184740 [ 146 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.03 04:11:42.184801 [ 146 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:42.184821 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:42.184910 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.09.03 04:11:42.184911 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1288 2025.09.03 04:11:42.185480 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:42.185621 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1160 rows starting from the beginning of the part 2025.09.03 04:11:42.185995 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:42.186356 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2025.09.03 04:11:42.186687 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2025.09.03 04:11:42.187021 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2025.09.03 04:11:42.187343 [ 202 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:42.193817 [ 199 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 72 columns (72 merged, 0 gathered) in 0.008880555 sec., 145035.98029627654 rows/sec., 111.11 MiB/sec. 2025.09.03 04:11:42.195331 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.03 04:11:42.195996 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:42.196086 [ 200 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_46_9} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.03 04:11:42.196391 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.09.03 04:11:44.044801 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:44.044988 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:44.045057 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:44.045786 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:44.045836 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:44.046258 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.03 04:11:44.046491 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:44.046656 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} executeQuery: Read 86 rows, 7.39 KiB in 0.001725 sec., 49855.07246376812 rows/sec., 4.18 MiB/sec. 2025.09.03 04:11:44.046709 [ 4 ] {b7ef8ced-e4de-4644-8430-06525db0b8ac} TCPHandler: Processed in 0.002044465 sec. 2025.09.03 04:11:44.046842 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:44.046948 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:44.046993 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:44.047429 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:44.047466 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:44.047777 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.03 04:11:44.048007 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:44.048142 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} executeQuery: Read 15 rows, 1.13 KiB in 0.001219 sec., 12305.168170631665 rows/sec., 925.29 KiB/sec. 2025.09.03 04:11:44.048180 [ 4 ] {d91a52ee-54c5-4de6-8476-c6b76204d387} TCPHandler: Processed in 0.001393961 sec. 2025.09.03 04:11:44.048297 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:44.048394 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:44.048436 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:44.048868 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:44.048903 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:44.049220 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.03 04:11:44.049432 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:44.049563 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} executeQuery: Read 79 rows, 6.32 KiB in 0.001188 sec., 66498.31649831649 rows/sec., 5.19 MiB/sec. 2025.09.03 04:11:44.049608 [ 4 ] {97f7b7b5-2c72-476b-8d7d-942c47a760c8} TCPHandler: Processed in 0.0013621 sec. 2025.09.03 04:11:44.049740 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:44.049852 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:44.049905 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:44.050352 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:44.050387 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:44.050734 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.03 04:11:44.050967 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:44.051104 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.09.03 04:11:44.051142 [ 4 ] {4c780537-93be-4231-9bd3-f2a67bb8decc} TCPHandler: Processed in 0.001461621 sec. 2025.09.03 04:11:44.051254 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:44.051350 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:44.051406 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} 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.09.03 04:11:44.052257 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:44.052294 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:44.052884 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:11:44.053152 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:44.053312 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} executeQuery: Read 15 rows, 27.52 KiB in 0.001981 sec., 7571.93336698637 rows/sec., 13.57 MiB/sec. 2025.09.03 04:11:44.053396 [ 4 ] {e5d2813a-c54b-4dd2-bf07-2a07e15465c8} TCPHandler: Processed in 0.002191835 sec. 2025.09.03 04:11:44.053519 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:44.053618 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:44.053661 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:44.054014 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:44.054051 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:44.054384 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.03 04:11:44.054613 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:44.054750 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2025.09.03 04:11:44.054788 [ 4 ] {e3c134ff-1556-448b-b561-41d87beb6f52} TCPHandler: Processed in 0.001322419 sec. 2025.09.03 04:11:46.894896 [ 140 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:11:46.894962 [ 140 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:11:47.081991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487 2025.09.03 04:11:47.082797 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:47.082848 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:47.083390 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:11:47.083640 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:47.083800 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487 2025.09.03 04:11:48.642546 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.09.03 04:11:48.657440 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:48.657488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:48.662773 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:11:48.663511 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:48.666230 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.09.03 04:11:49.045596 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:49.045833 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:49.045921 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:49.046731 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.046780 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:49.047195 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.03 04:11:49.047429 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.047579 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} executeQuery: Read 108 rows, 9.27 KiB in 0.00181 sec., 59668.50828729282 rows/sec., 5.00 MiB/sec. 2025.09.03 04:11:49.047622 [ 4 ] {614c3d95-189a-4ac2-8dee-062b0567fcd8} TCPHandler: Processed in 0.002185476 sec. 2025.09.03 04:11:49.047632 [ 138 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.03 04:11:49.047719 [ 138 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.047744 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:49.047753 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:49.047850 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:49.047900 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:49.047908 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.03 04:11:49.048047 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:49.048081 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1287 rows starting from the beginning of the part 2025.09.03 04:11:49.048145 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 108 rows starting from the beginning of the part 2025.09.03 04:11:49.048191 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 86 rows starting from the beginning of the part 2025.09.03 04:11:49.048234 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 109 rows starting from the beginning of the part 2025.09.03 04:11:49.048275 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 86 rows starting from the beginning of the part 2025.09.03 04:11:49.048314 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 108 rows starting from the beginning of the part 2025.09.03 04:11:49.048395 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.048446 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.048832 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.03 04:11:49.049102 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.049255 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} executeQuery: Read 26 rows, 1.96 KiB in 0.001423 sec., 18271.257905832746 rows/sec., 1.34 MiB/sec. 2025.09.03 04:11:49.049301 [ 4 ] {8d6f984e-3c1f-44da-920f-c32c38a0fe77} TCPHandler: Processed in 0.001607672 sec. 2025.09.03 04:11:49.049414 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:49.049441 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1784 rows, containing 5 columns (5 merged, 0 gathered) in 0.001592612 sec., 1120172.3960387087 rows/sec., 97.58 MiB/sec. 2025.09.03 04:11:49.049506 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:49.049546 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:49.049677 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.03 04:11:49.049983 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.050026 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.050066 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.050174 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_91_18} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.03 04:11:49.050296 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.09.03 04:11:49.050348 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.03 04:11:49.050575 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.050690 [ 138 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.03 04:11:49.050701 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} executeQuery: Read 90 rows, 7.20 KiB in 0.001214 sec., 74135.09060955519 rows/sec., 5.79 MiB/sec. 2025.09.03 04:11:49.050723 [ 138 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.050745 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.03 04:11:49.050748 [ 4 ] {10fb821c-b00a-4bb4-af47-f3ec49118900} TCPHandler: Processed in 0.00138149 sec. 2025.09.03 04:11:49.050816 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.03 04:11:49.050867 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:49.050909 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:49.050937 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 595 rows starting from the beginning of the part 2025.09.03 04:11:49.050963 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:49.050981 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 90 rows starting from the beginning of the part 2025.09.03 04:11:49.051011 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:49.051024 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 79 rows starting from the beginning of the part 2025.09.03 04:11:49.051064 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 92 rows starting from the beginning of the part 2025.09.03 04:11:49.051098 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 79 rows starting from the beginning of the part 2025.09.03 04:11:49.051132 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 90 rows starting from the beginning of the part 2025.09.03 04:11:49.051462 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.051512 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.051928 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.03 04:11:49.051958 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168378 sec., 877284.5774227176 rows/sec., 70.07 MiB/sec. 2025.09.03 04:11:49.052207 [ 186 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.03 04:11:49.052217 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.052368 [ 138 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.03 04:11:49.052386 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} executeQuery: Read 160 rows, 11.41 KiB in 0.001442 sec., 110957.00416088766 rows/sec., 7.73 MiB/sec. 2025.09.03 04:11:49.052400 [ 138 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.052430 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.052433 [ 4 ] {832e0385-87a8-4961-9709-1cd4bc03b45e} TCPHandler: Processed in 0.001613442 sec. 2025.09.03 04:11:49.052522 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.03 04:11:49.052560 [ 186 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.052646 [ 186 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_91_18} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.03 04:11:49.052647 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:49.052688 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24377 rows starting from the beginning of the part 2025.09.03 04:11:49.052739 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.09.03 04:11:49.052758 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:49.052797 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:49.052808 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:49.052868 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 161 rows starting from the beginning of the part 2025.09.03 04:11:49.052897 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:49.052914 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:49.052955 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} 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.09.03 04:11:49.052963 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2025.09.03 04:11:49.053782 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.053822 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.054390 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.09.03 04:11:49.054633 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.054771 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} executeQuery: Read 26 rows, 47.71 KiB in 0.00189 sec., 13756.613756613757 rows/sec., 24.65 MiB/sec. 2025.09.03 04:11:49.054825 [ 4 ] {1819e141-125d-4d06-b1b2-e18aa04d80f8} TCPHandler: Processed in 0.002074965 sec. 2025.09.03 04:11:49.054933 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:49.055026 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:49.055065 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:49.055390 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.055425 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.055750 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.03 04:11:49.055965 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.056074 [ 138 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.03 04:11:49.056091 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.09.03 04:11:49.056107 [ 138 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:49.056132 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:49.056133 [ 4 ] {864c51f8-ec44-4c36-9ae0-38ee97c94314} TCPHandler: Processed in 0.00124708 sec. 2025.09.03 04:11:49.056226 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.03 04:11:49.056345 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:49.056380 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5100 rows starting from the beginning of the part 2025.09.03 04:11:49.056448 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:49.056498 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:49.056547 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:49.056592 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:49.056635 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.09.03 04:11:49.058320 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005837742 sec., 4312968.952721789 rows/sec., 295.07 MiB/sec. 2025.09.03 04:11:49.058570 [ 190 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002382887 sec., 2266158.655446104 rows/sec., 152.72 MiB/sec. 2025.09.03 04:11:49.058694 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.03 04:11:49.058967 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.059048 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_91_18} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.03 04:11:49.059065 [ 196 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.03 04:11:49.059143 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.09.03 04:11:49.059373 [ 196 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:49.059457 [ 196 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_91_18} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.03 04:11:49.059544 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.09.03 04:11:52.185351 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1312 2025.09.03 04:11:52.187564 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:52.187623 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:52.188833 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.03 04:11:52.189101 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:52.189455 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1312 2025.09.03 04:11:54.073677 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.073870 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:54.073941 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:54.075256 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.075300 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.075759 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.03 04:11:54.075986 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.076134 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} executeQuery: Read 1226 rows, 103.95 KiB in 0.002318 sec., 528904.2277825711 rows/sec., 43.79 MiB/sec. 2025.09.03 04:11:54.076176 [ 4 ] {05bee4a1-c385-4e8e-955e-43986661e4f6} TCPHandler: Processed in 0.002652569 sec. 2025.09.03 04:11:54.076299 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.076387 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:54.076425 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:54.076791 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.076824 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.077112 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.03 04:11:54.077396 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.077534 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} executeQuery: Read 15 rows, 1.13 KiB in 0.001157 sec., 12964.563526361278 rows/sec., 974.87 KiB/sec. 2025.09.03 04:11:54.077571 [ 4 ] {4bd3d49a-0106-4c10-87d1-af50f9ebc840} TCPHandler: Processed in 0.00131831 sec. 2025.09.03 04:11:54.077600 [ 134 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.03 04:11:54.077689 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.077706 [ 134 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.077766 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.077820 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:11:54.077875 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:11:54.077876 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.03 04:11:54.077972 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:54.078001 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 57 rows starting from the beginning of the part 2025.09.03 04:11:54.078060 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:54.078107 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 28 rows starting from the beginning of the part 2025.09.03 04:11:54.078150 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:54.078190 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:54.078233 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:54.078468 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.078515 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.078921 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.03 04:11:54.078968 [ 190 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.001127808 sec., 138321.41641130406 rows/sec., 10.60 MiB/sec. 2025.09.03 04:11:54.079188 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.03 04:11:54.079192 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.079376 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} executeQuery: Read 228 rows, 15.81 KiB in 0.001578 sec., 144486.69201520912 rows/sec., 9.78 MiB/sec. 2025.09.03 04:11:54.079425 [ 4 ] {3f0734ac-30c0-4d5b-8107-147ecc35920f} TCPHandler: Processed in 0.001796733 sec. 2025.09.03 04:11:54.079547 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.079550 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.079652 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:54.079674 [ 197 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_91_18} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.03 04:11:54.079700 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:54.079786 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.03 04:11:54.080304 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.080347 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.080706 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.03 04:11:54.080938 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.081081 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} executeQuery: Read 535 rows, 40.61 KiB in 0.00144 sec., 371527.77777777775 rows/sec., 27.54 MiB/sec. 2025.09.03 04:11:54.081135 [ 4 ] {6045ab96-b2d2-4294-b1e1-c5c9475874d4} TCPHandler: Processed in 0.001639592 sec. 2025.09.03 04:11:54.081254 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.081354 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:54.081399 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:54.081965 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.082004 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.082407 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.03 04:11:54.082640 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.082777 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} executeQuery: Read 844 rows, 58.17 KiB in 0.001443 sec., 584892.5848925848 rows/sec., 39.37 MiB/sec. 2025.09.03 04:11:54.082818 [ 4 ] {f9111adf-4552-4efd-8ae7-0d55a86067a5} TCPHandler: Processed in 0.001615972 sec. 2025.09.03 04:11:54.082930 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.083026 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:54.083082 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} 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.09.03 04:11:54.083882 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.083920 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.084453 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.09.03 04:11:54.084684 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.084826 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} executeQuery: Read 15 rows, 27.52 KiB in 0.001818 sec., 8250.82508250825 rows/sec., 14.79 MiB/sec. 2025.09.03 04:11:54.084882 [ 4 ] {ac30c828-0071-4741-8252-61a84958473e} TCPHandler: Processed in 0.002003125 sec. 2025.09.03 04:11:54.084992 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:54.085089 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:54.085130 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:54.085463 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.085500 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.085806 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.03 04:11:54.086020 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.086152 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.09.03 04:11:54.086188 [ 4 ] {3f4e459a-0b7d-478b-a294-78b99681a377} TCPHandler: Processed in 0.001247089 sec. 2025.09.03 04:11:54.584098 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914 2025.09.03 04:11:54.584649 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:54.584694 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:54.585192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:11:54.585421 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:54.585554 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.09.03 04:11:56.166463 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.09.03 04:11:56.183927 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:56.183994 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:56.189964 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:11:56.190734 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:56.194202 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.09.03 04:11:59.045880 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:59.046196 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:11:59.046304 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:11:59.047194 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.047241 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.047664 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.03 04:11:59.047901 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.048060 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} executeQuery: Read 108 rows, 9.27 KiB in 0.001944 sec., 55555.555555555555 rows/sec., 4.66 MiB/sec. 2025.09.03 04:11:59.048103 [ 4 ] {9826eefa-5072-4f4c-8a76-a0430a6c724c} TCPHandler: Processed in 0.002418898 sec. 2025.09.03 04:11:59.048226 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:59.048323 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:11:59.048364 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:11:59.048765 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.048801 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.049100 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.03 04:11:59.049306 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.049438 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} executeQuery: Read 26 rows, 1.96 KiB in 0.001133 sec., 22947.92586054722 rows/sec., 1.69 MiB/sec. 2025.09.03 04:11:59.049477 [ 4 ] {3098fb01-d4e5-4fc2-9b01-e73b9164d081} TCPHandler: Processed in 0.00130169 sec. 2025.09.03 04:11:59.049584 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:59.049679 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:11:59.049720 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:11:59.050137 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.050174 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.050473 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.03 04:11:59.050683 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.050811 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} executeQuery: Read 90 rows, 7.20 KiB in 0.00115 sec., 78260.86956521739 rows/sec., 6.11 MiB/sec. 2025.09.03 04:11:59.050849 [ 4 ] {4e6f381a-c9da-43ec-a40d-9f4f8f3f30c7} TCPHandler: Processed in 0.001315869 sec. 2025.09.03 04:11:59.050957 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:59.051052 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:59.051096 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:11:59.051501 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.051537 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.051864 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.03 04:11:59.052079 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.052210 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.09.03 04:11:59.052248 [ 4 ] {ffee8d80-c4a0-450e-89b2-20f85b6818dd} TCPHandler: Processed in 0.001341849 sec. 2025.09.03 04:11:59.052359 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:59.052455 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:11:59.052510 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} 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.09.03 04:11:59.053330 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.053367 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.053893 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.09.03 04:11:59.054123 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.054261 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} executeQuery: Read 26 rows, 47.71 KiB in 0.001823 sec., 14262.20515633571 rows/sec., 25.56 MiB/sec. 2025.09.03 04:11:59.054259 [ 130 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.09.03 04:11:59.054318 [ 4 ] {f25ee245-96a3-42ea-9af7-f4c87964fa1b} TCPHandler: Processed in 0.002009274 sec. 2025.09.03 04:11:59.054340 [ 130 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.054367 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.054448 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:11:59.054470 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.09.03 04:11:59.054551 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:11:59.054593 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:11:59.054683 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:11:59.054744 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1712 rows starting from the beginning of the part 2025.09.03 04:11:59.054859 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:59.054941 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:11:59.054957 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:59.054980 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:11:59.055049 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:59.055138 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 15 rows starting from the beginning of the part 2025.09.03 04:11:59.055226 [ 192 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 26 rows starting from the beginning of the part 2025.09.03 04:11:59.055305 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.03 04:11:59.055527 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.055660 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.09.03 04:11:59.055697 [ 4 ] {13986eb2-bc72-472b-95c4-b5c7636adcf1} TCPHandler: Processed in 0.00130134 sec. 2025.09.03 04:11:59.064267 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 19 columns (19 merged, 0 gathered) in 0.009837442 sec., 185007.4440083103 rows/sec., 331.52 MiB/sec. 2025.09.03 04:11:59.066458 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.09.03 04:11:59.066846 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:11:59.066942 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_91_18} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.09.03 04:11:59.067083 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.29 MiB. 2025.09.03 04:12:00.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 314.16 MiB, peak 331.40 MiB, free memory in arenas 0.00 B, will set to 319.33 MiB (RSS), difference: 5.17 MiB 2025.09.03 04:12:01.895214 [ 124 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:12:01.895279 [ 124 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:12:02.001648 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001319 sec. 2025.09.03 04:12:02.085858 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402 2025.09.03 04:12:02.086459 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:02.086517 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:02.087046 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:12:02.087273 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:02.087403 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402 2025.09.03 04:12:02.189853 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1338 2025.09.03 04:12:02.192695 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:02.192745 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:02.193933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.03 04:12:02.194200 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:02.194551 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1338 2025.09.03 04:12:03.694438 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.09.03 04:12:03.714037 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:03.714106 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:03.720067 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:12:03.720760 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:03.723854 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.09.03 04:12:04.045333 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:04.045528 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:04.045606 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:04.046306 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:04.046356 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:04.046778 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.03 04:12:04.047012 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:04.047172 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} executeQuery: Read 86 rows, 7.39 KiB in 0.001699 sec., 50618.010594467334 rows/sec., 4.25 MiB/sec. 2025.09.03 04:12:04.047219 [ 4 ] {66664bb7-8fa1-4fd3-9aa8-cc516820a418} TCPHandler: Processed in 0.002024924 sec. 2025.09.03 04:12:04.047339 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:04.047440 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:04.047484 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:04.047898 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:04.047935 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:04.048251 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.03 04:12:04.048460 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:04.048588 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} executeQuery: Read 15 rows, 1.13 KiB in 0.001172 sec., 12798.63481228669 rows/sec., 962.40 KiB/sec. 2025.09.03 04:12:04.048626 [ 4 ] {8f4f26f0-b321-413a-8186-6d24a9893211} TCPHandler: Processed in 0.00133974 sec. 2025.09.03 04:12:04.048726 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:04.048820 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:04.048860 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:04.049271 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:04.049308 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:04.049615 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.03 04:12:04.049822 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:04.049948 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} executeQuery: Read 79 rows, 6.32 KiB in 0.001146 sec., 68935.42757417103 rows/sec., 5.38 MiB/sec. 2025.09.03 04:12:04.049985 [ 4 ] {d3cba3cb-c2a0-4f79-b67d-f2ac44e6ea66} TCPHandler: Processed in 0.001308509 sec. 2025.09.03 04:12:04.050093 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:04.050187 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:04.050232 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:04.050621 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:04.050658 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:04.050989 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.03 04:12:04.051203 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:04.051332 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.09.03 04:12:04.051368 [ 4 ] {57ee8bfd-2f32-4d0b-ac6b-341a500c513c} TCPHandler: Processed in 0.001325239 sec. 2025.09.03 04:12:04.051474 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:04.051580 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:04.051638 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} 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.09.03 04:12:04.052412 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:04.052450 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:04.052998 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.09.03 04:12:04.053248 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:04.053391 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} executeQuery: Read 15 rows, 27.52 KiB in 0.00183 sec., 8196.72131147541 rows/sec., 14.69 MiB/sec. 2025.09.03 04:12:04.053446 [ 4 ] {348d71d1-a766-4d9e-8bb0-6789d4e5c6ec} TCPHandler: Processed in 0.002023864 sec. 2025.09.03 04:12:04.053562 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:04.053659 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:04.053704 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:04.054035 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:04.054073 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:04.054389 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.03 04:12:04.054615 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:04.054745 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.09.03 04:12:04.054783 [ 4 ] {31cad0b0-bfc4-4c93-bb08-441202e219a6} TCPHandler: Processed in 0.001277689 sec. 2025.09.03 04:12:09.046299 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:09.046499 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:09.046565 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:09.047248 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.047296 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.047700 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.03 04:12:09.047935 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.048089 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} executeQuery: Read 108 rows, 9.27 KiB in 0.00164 sec., 65853.65853658537 rows/sec., 5.52 MiB/sec. 2025.09.03 04:12:09.048132 [ 4 ] {6e0acfd3-1c68-4f8b-bab7-88fb463fd151} TCPHandler: Processed in 0.001965614 sec. 2025.09.03 04:12:09.048254 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:09.048350 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:09.048392 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:09.048808 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.048845 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.049155 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.03 04:12:09.049371 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.049503 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} executeQuery: Read 26 rows, 1.96 KiB in 0.001171 sec., 22203.24508966695 rows/sec., 1.63 MiB/sec. 2025.09.03 04:12:09.049542 [ 4 ] {31978086-3f05-4cb0-bbdd-14f9b1c162c3} TCPHandler: Processed in 0.00133794 sec. 2025.09.03 04:12:09.049660 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:09.049753 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:09.049796 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:09.050223 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.050259 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.050572 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.03 04:12:09.050791 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.050925 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} executeQuery: Read 90 rows, 7.20 KiB in 0.001189 sec., 75693.86038687974 rows/sec., 5.91 MiB/sec. 2025.09.03 04:12:09.050963 [ 4 ] {faa2c416-2eaa-4e34-b8cb-c38a488f2465} TCPHandler: Processed in 0.00136074 sec. 2025.09.03 04:12:09.051075 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:09.051169 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:09.051212 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:09.051622 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.051657 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.051978 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.03 04:12:09.052174 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.052295 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.09.03 04:12:09.052330 [ 4 ] {407d6fe2-b50b-44ba-9c2c-da3732064155} TCPHandler: Processed in 0.00134315 sec. 2025.09.03 04:12:09.052429 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:09.052517 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:09.052569 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} 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.09.03 04:12:09.053433 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.053469 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.053997 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.09.03 04:12:09.054219 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.054352 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} executeQuery: Read 26 rows, 47.71 KiB in 0.0018 sec., 14444.444444444445 rows/sec., 25.88 MiB/sec. 2025.09.03 04:12:09.054407 [ 4 ] {7df1aa37-9dc6-4300-8078-236e7434e729} TCPHandler: Processed in 0.001981065 sec. 2025.09.03 04:12:09.054516 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:09.054612 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:09.054653 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:09.054979 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.055014 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.055309 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.03 04:12:09.055529 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.055656 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.09.03 04:12:09.055691 [ 4 ] {064c3dfe-5571-4179-905c-153ea1106bb2} TCPHandler: Processed in 0.001225019 sec. 2025.09.03 04:12:09.587843 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829 2025.09.03 04:12:09.588354 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:09.588397 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:09.588902 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:12:09.589134 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:09.589276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 2025.09.03 04:12:11.224284 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.09.03 04:12:11.242622 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:11.242681 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:11.248694 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:12:11.249449 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:11.253032 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.09.03 04:12:12.195168 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1362 2025.09.03 04:12:12.197393 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:12.197452 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:12.198659 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.03 04:12:12.198940 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:12.199328 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1362 2025.09.03 04:12:14.045247 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:14.045426 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:14.045489 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:14.046415 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.046458 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:14.046852 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.03 04:12:14.047085 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.047235 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} executeQuery: Read 86 rows, 7.39 KiB in 0.001859 sec., 46261.430876815495 rows/sec., 3.88 MiB/sec. 2025.09.03 04:12:14.047238 [ 116 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.03 04:12:14.047281 [ 4 ] {6f8ce79c-169b-4d26-9007-9c33e330dc53} TCPHandler: Processed in 0.002160225 sec. 2025.09.03 04:12:14.047318 [ 116 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.047343 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:14.047434 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.09.03 04:12:14.047441 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:14.047567 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:14.047567 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:14.047612 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:14.047618 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1287 rows starting from the beginning of the part 2025.09.03 04:12:14.047695 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:12:14.047737 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 108 rows starting from the beginning of the part 2025.09.03 04:12:14.047776 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 86 rows starting from the beginning of the part 2025.09.03 04:12:14.047816 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 108 rows starting from the beginning of the part 2025.09.03 04:12:14.047904 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 86 rows starting from the beginning of the part 2025.09.03 04:12:14.048049 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.048090 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:14.048418 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.03 04:12:14.048646 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.048783 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} executeQuery: Read 15 rows, 1.13 KiB in 0.001235 sec., 12145.748987854251 rows/sec., 913.30 KiB/sec. 2025.09.03 04:12:14.048821 [ 4 ] {ba60f777-4dc1-496a-94b1-930f5a9ffb07} TCPHandler: Processed in 0.00143041 sec. 2025.09.03 04:12:14.048953 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:14.049081 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:14.049159 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:14.049241 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.001847623 sec., 1570125.5072057447 rows/sec., 136.42 MiB/sec. 2025.09.03 04:12:14.049529 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.03 04:12:14.049714 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.049758 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:14.049890 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.049991 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_96_19} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.03 04:12:14.050109 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.03 04:12:14.050132 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.09.03 04:12:14.050338 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.050471 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} executeQuery: Read 79 rows, 6.32 KiB in 0.001414 sec., 55869.872701555876 rows/sec., 4.36 MiB/sec. 2025.09.03 04:12:14.050478 [ 116 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.03 04:12:14.050514 [ 4 ] {4a2312e6-895e-4da1-b934-82a86f231739} TCPHandler: Processed in 0.001623132 sec. 2025.09.03 04:12:14.050523 [ 116 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.050553 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.03 04:12:14.050640 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:14.050677 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.09.03 04:12:14.050744 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:14.050792 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:14.050824 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:14.050863 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 595 rows starting from the beginning of the part 2025.09.03 04:12:14.050932 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 535 rows starting from the beginning of the part 2025.09.03 04:12:14.050979 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 90 rows starting from the beginning of the part 2025.09.03 04:12:14.051025 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 79 rows starting from the beginning of the part 2025.09.03 04:12:14.051076 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 90 rows starting from the beginning of the part 2025.09.03 04:12:14.051118 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 79 rows starting from the beginning of the part 2025.09.03 04:12:14.051213 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.051264 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:14.051616 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.03 04:12:14.051848 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.051980 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.09.03 04:12:14.052001 [ 115 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.03 04:12:14.052021 [ 4 ] {9e94edaa-105b-4aeb-89d1-e9a126665e87} TCPHandler: Processed in 0.00142804 sec. 2025.09.03 04:12:14.052054 [ 115 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.052079 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:14.052148 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:14.052156 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.09.03 04:12:14.052257 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:14.052270 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:14.052309 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25178 rows starting from the beginning of the part 2025.09.03 04:12:14.052328 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} 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.09.03 04:12:14.052353 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001733603 sec., 846791.3357325754 rows/sec., 66.93 MiB/sec. 2025.09.03 04:12:14.052362 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 844 rows starting from the beginning of the part 2025.09.03 04:12:14.052433 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:14.052475 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:14.052519 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:14.052545 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.03 04:12:14.052581 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:14.052843 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.052932 [ 194 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_96_19} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.03 04:12:14.053028 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:12:14.053206 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.053248 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:14.053807 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.09.03 04:12:14.054049 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.054202 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} executeQuery: Read 15 rows, 27.52 KiB in 0.001964 sec., 7637.474541751528 rows/sec., 13.69 MiB/sec. 2025.09.03 04:12:14.054256 [ 4 ] {3a131788-fad2-4fc1-a44a-b6bb65d3b661} TCPHandler: Processed in 0.002157266 sec. 2025.09.03 04:12:14.054369 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:14.054464 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:14.054505 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:14.054831 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.054866 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:14.055189 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.03 04:12:14.055394 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.055519 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.09.03 04:12:14.055532 [ 116 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.03 04:12:14.055558 [ 4 ] {f125caf8-a6b5-4406-ac67-6ff7a5960bab} TCPHandler: Processed in 0.001237919 sec. 2025.09.03 04:12:14.055582 [ 116 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:14.055610 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:14.056111 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.09.03 04:12:14.056231 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:14.056262 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5400 rows starting from the beginning of the part 2025.09.03 04:12:14.056319 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:14.056364 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:14.056405 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:14.056443 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:14.056483 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:14.058092 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 26662 rows, containing 5 columns (5 merged, 0 gathered) in 0.005968663 sec., 4466997.047747544 rows/sec., 305.59 MiB/sec. 2025.09.03 04:12:14.058305 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5700 rows, containing 4 columns (4 merged, 0 gathered) in 0.002508748 sec., 2272049.643886114 rows/sec., 153.12 MiB/sec. 2025.09.03 04:12:14.058330 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.03 04:12:14.058584 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.058652 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_96_19} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.03 04:12:14.058722 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.09.03 04:12:14.058823 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.03 04:12:14.059156 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:14.059229 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_96_19} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.03 04:12:14.059318 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.09.03 04:12:16.895318 [ 113 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:12:16.895416 [ 113 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:12:17.089658 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317 2025.09.03 04:12:17.090200 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:17.090239 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:17.090760 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:12:17.091015 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:17.091158 [ 113 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:12:17.091173 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317 2025.09.03 04:12:17.091206 [ 113 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:17.091231 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:17.091395 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:12:17.091619 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:17.091686 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part 2025.09.03 04:12:17.091777 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part 2025.09.03 04:12:17.091826 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part 2025.09.03 04:12:17.091870 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part 2025.09.03 04:12:17.091914 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part 2025.09.03 04:12:17.091955 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part 2025.09.03 04:12:17.094356 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.003043352 sec., 9961713.268790465 rows/sec., 142.50 MiB/sec. 2025.09.03 04:12:17.094822 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:12:17.095113 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:17.095184 [ 188 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_66_13} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:12:17.095298 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2025.09.03 04:12:18.753254 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.09.03 04:12:18.771843 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:18.771904 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:18.778271 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:12:18.778994 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:18.779286 [ 112 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:12:18.779322 [ 112 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:18.779341 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:18.779469 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:12:18.783471 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:18.783614 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.09.03 04:12:18.784925 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2025.09.03 04:12:18.789403 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2025.09.03 04:12:18.793896 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2025.09.03 04:12:18.798558 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2025.09.03 04:12:18.803138 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2025.09.03 04:12:18.807089 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2025.09.03 04:12:18.864756 [ 187 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.085344078 sec., 5823.485491283883 rows/sec., 30.11 MiB/sec. 2025.09.03 04:12:18.868136 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:12:18.870238 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:18.870362 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_66_13} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:12:18.872987 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.09.03 04:12:19.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 320.61 MiB, peak 334.35 MiB, free memory in arenas 0.00 B, will set to 321.70 MiB (RSS), difference: 1.09 MiB 2025.09.03 04:12:19.046058 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:19.046238 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:19.046305 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:19.047026 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.047071 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.047484 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.03 04:12:19.047732 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.047902 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} executeQuery: Read 108 rows, 9.27 KiB in 0.001713 sec., 63047.28546409808 rows/sec., 5.29 MiB/sec. 2025.09.03 04:12:19.047954 [ 4 ] {e498c8c2-8215-4a84-b824-ddd96eef93d6} TCPHandler: Processed in 0.002037845 sec. 2025.09.03 04:12:19.048089 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:19.048193 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:19.048238 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:19.048660 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.048698 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.049028 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.03 04:12:19.049249 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.049380 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} executeQuery: Read 26 rows, 1.96 KiB in 0.001212 sec., 21452.145214521453 rows/sec., 1.58 MiB/sec. 2025.09.03 04:12:19.049382 [ 111 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.03 04:12:19.049421 [ 4 ] {d2a431cc-2a14-4d07-992a-5065afc23ed6} TCPHandler: Processed in 0.001388461 sec. 2025.09.03 04:12:19.049453 [ 111 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.049482 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.049539 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:19.049588 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.09.03 04:12:19.049642 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:19.049687 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:19.049731 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:19.049773 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 57 rows starting from the beginning of the part 2025.09.03 04:12:19.049859 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:19.049920 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:19.049973 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:19.050017 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:19.050061 [ 187 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:19.050131 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.050172 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.050676 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.03 04:12:19.050914 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.050950 [ 198 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141147 sec., 116899.40275032414 rows/sec., 8.97 MiB/sec. 2025.09.03 04:12:19.051054 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} executeQuery: Read 90 rows, 7.20 KiB in 0.001432 sec., 62849.16201117319 rows/sec., 4.91 MiB/sec. 2025.09.03 04:12:19.051098 [ 4 ] {25b2debe-7412-425d-ae1a-1e3dbd938fc0} TCPHandler: Processed in 0.001608772 sec. 2025.09.03 04:12:19.051167 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.03 04:12:19.051221 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:19.051328 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:19.051377 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:19.051534 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.051632 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_96_19} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.03 04:12:19.051745 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:12:19.051839 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.051882 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.052299 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.03 04:12:19.052538 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.052681 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} executeQuery: Read 160 rows, 11.41 KiB in 0.001373 sec., 116533.13911143481 rows/sec., 8.12 MiB/sec. 2025.09.03 04:12:19.052722 [ 4 ] {505331c2-d1af-4f89-9f69-a4b34324218c} TCPHandler: Processed in 0.001552831 sec. 2025.09.03 04:12:19.052842 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:19.052940 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:19.052997 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} 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.09.03 04:12:19.053845 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.053883 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.054428 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.09.03 04:12:19.054668 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.054832 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} executeQuery: Read 26 rows, 47.71 KiB in 0.00191 sec., 13612.565445026177 rows/sec., 24.39 MiB/sec. 2025.09.03 04:12:19.054890 [ 4 ] {82c0c47a-2a73-44d5-a093-2437b95c05af} TCPHandler: Processed in 0.002098615 sec. 2025.09.03 04:12:19.055012 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:19.055113 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:19.055155 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:19.055493 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:19.055530 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:19.055871 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.03 04:12:19.056098 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:19.056227 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.09.03 04:12:19.056263 [ 4 ] {03570e60-357d-49f3-85ba-5e59ffa4a484} TCPHandler: Processed in 0.001300629 sec. 2025.09.03 04:12:22.199641 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1386 2025.09.03 04:12:22.201891 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:22.201950 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:22.203200 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.03 04:12:22.203513 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:22.203946 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1386 2025.09.03 04:12:24.074531 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.074711 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:12:24.074779 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:12:24.075421 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.075466 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.075868 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:12:24.076099 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.076250 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} executeQuery: Read 14 rows, 1.14 KiB in 0.001588 sec., 8816.120906801007 rows/sec., 718.89 KiB/sec. 2025.09.03 04:12:24.076294 [ 4 ] {ca2c0f57-da6f-4376-a035-2bf6bfd716a0} TCPHandler: Processed in 0.001895194 sec. 2025.09.03 04:12:24.076417 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.076517 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:24.076559 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:24.077536 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.077573 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.077980 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.03 04:12:24.078203 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.078339 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} executeQuery: Read 1233 rows, 104.46 KiB in 0.001843 sec., 669017.905588714 rows/sec., 55.35 MiB/sec. 2025.09.03 04:12:24.078378 [ 4 ] {9b56b7db-4393-4b62-a2d5-f82d74ca32de} TCPHandler: Processed in 0.002013754 sec. 2025.09.03 04:12:24.078493 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.078589 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:24.078634 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:24.079054 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.079089 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.079403 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.03 04:12:24.079641 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.079770 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} executeQuery: Read 29 rows, 2.11 KiB in 0.0012 sec., 24166.666666666668 rows/sec., 1.71 MiB/sec. 2025.09.03 04:12:24.079807 [ 4 ] {07ec3f83-4fd0-4a1f-94bb-376a24674434} TCPHandler: Processed in 0.00136526 sec. 2025.09.03 04:12:24.079915 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.080009 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:12:24.080050 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:12:24.080572 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.080609 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.080934 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.03 04:12:24.081148 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.081281 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} executeQuery: Read 228 rows, 15.81 KiB in 0.00129 sec., 176744.18604651163 rows/sec., 11.97 MiB/sec. 2025.09.03 04:12:24.081322 [ 4 ] {7e48a7cf-309c-4709-b08e-7e1df2e75c40} TCPHandler: Processed in 0.00145703 sec. 2025.09.03 04:12:24.081435 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.081537 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:24.081579 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:24.082302 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.082338 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.082697 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.03 04:12:24.082963 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.083097 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} executeQuery: Read 549 rows, 41.75 KiB in 0.001638 sec., 335164.8351648352 rows/sec., 24.89 MiB/sec. 2025.09.03 04:12:24.083136 [ 4 ] {ac84cbea-5b59-4998-895a-ddbb6768b4d4} TCPHandler: Processed in 0.001813513 sec. 2025.09.03 04:12:24.083321 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.083417 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:24.083461 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:24.084065 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.084101 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.084497 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.03 04:12:24.084716 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.084857 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} executeQuery: Read 851 rows, 58.66 KiB in 0.001459 sec., 583276.2165867032 rows/sec., 39.26 MiB/sec. 2025.09.03 04:12:24.084896 [ 4 ] {599cb465-4258-42c6-a2cd-9ff7dff3c84f} TCPHandler: Processed in 0.001625541 sec. 2025.09.03 04:12:24.085008 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.085105 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:24.085163 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} 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.09.03 04:12:24.085975 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.086010 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.086567 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.09.03 04:12:24.086816 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.086939 [ 105 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.09.03 04:12:24.086965 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} executeQuery: Read 15 rows, 27.52 KiB in 0.001879 sec., 7982.969664715274 rows/sec., 14.31 MiB/sec. 2025.09.03 04:12:24.086982 [ 105 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.087007 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.087037 [ 4 ] {2dabd241-2fe1-4c8b-bfd8-621ad7cc5089} TCPHandler: Processed in 0.002078815 sec. 2025.09.03 04:12:24.087136 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.09.03 04:12:24.087166 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:24.087280 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:24.087330 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:24.087429 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:24.087509 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1820 rows starting from the beginning of the part 2025.09.03 04:12:24.087656 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:24.087741 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.087769 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:24.087789 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.087882 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:24.087989 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:24.088093 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:24.088215 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.03 04:12:24.088538 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.088719 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. 2025.09.03 04:12:24.088770 [ 4 ] {d2244fb8-f0d3-4fa6-99c3-8e9ae03d2eb8} TCPHandler: Processed in 0.001660423 sec. 2025.09.03 04:12:24.100969 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1917 rows, containing 19 columns (19 merged, 0 gathered) in 0.013891761 sec., 137995.46364208253 rows/sec., 247.28 MiB/sec. 2025.09.03 04:12:24.103480 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.09.03 04:12:24.103928 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.104020 [ 197 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_96_19} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.09.03 04:12:24.104208 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. 2025.09.03 04:12:24.591477 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744 2025.09.03 04:12:24.591957 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:24.592002 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:24.592557 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:12:24.592816 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:24.592967 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 2025.09.03 04:12:25.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.34 MiB, peak 339.65 MiB, free memory in arenas 0.00 B, will set to 330.05 MiB (RSS), difference: 7.71 MiB 2025.09.03 04:12:26.283864 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.09.03 04:12:26.298797 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:26.298856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.03 04:12:26.304169 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.09.03 04:12:26.304865 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:26.307596 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.09.03 04:12:29.045175 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:29.045387 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:29.045455 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:29.046155 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:29.046204 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:29.046614 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.03 04:12:29.046845 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:29.047000 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} executeQuery: Read 108 rows, 9.27 KiB in 0.001662 sec., 64981.94945848375 rows/sec., 5.45 MiB/sec. 2025.09.03 04:12:29.047044 [ 4 ] {450ab2fa-1a53-48a3-866c-ccba3b254d3a} TCPHandler: Processed in 0.002011325 sec. 2025.09.03 04:12:29.047170 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:29.047265 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:29.047306 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:29.047710 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:29.047747 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:29.048051 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.03 04:12:29.048272 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:29.048406 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} executeQuery: Read 26 rows, 1.96 KiB in 0.001159 sec., 22433.13201035375 rows/sec., 1.65 MiB/sec. 2025.09.03 04:12:29.048446 [ 4 ] {c59207b9-5e08-44cf-b088-6c0b4c640d7c} TCPHandler: Processed in 0.00132533 sec. 2025.09.03 04:12:29.048558 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:29.048651 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:29.048692 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:29.049109 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:29.049146 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:29.049457 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.03 04:12:29.049690 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:29.049818 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} executeQuery: Read 90 rows, 7.20 KiB in 0.001185 sec., 75949.36708860759 rows/sec., 5.93 MiB/sec. 2025.09.03 04:12:29.049857 [ 4 ] {b85f8f82-df18-4e32-a2b4-4b1a542ee2fe} TCPHandler: Processed in 0.00134868 sec. 2025.09.03 04:12:29.049966 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:29.050060 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:29.050106 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:29.050509 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:29.050546 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:29.050883 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.03 04:12:29.051107 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:29.051239 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.09.03 04:12:29.051279 [ 4 ] {86ebc166-dd33-43a0-a685-f63ccb0f3917} TCPHandler: Processed in 0.00136221 sec. 2025.09.03 04:12:29.051389 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:29.051483 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:29.051538 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} 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.09.03 04:12:29.052355 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:29.052391 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:29.052939 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.09.03 04:12:29.053178 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:29.053318 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} executeQuery: Read 26 rows, 47.71 KiB in 0.001852 sec., 14038.876889848812 rows/sec., 25.16 MiB/sec. 2025.09.03 04:12:29.053373 [ 4 ] {bdd20fdf-f8b5-48c3-aa6e-0e0914e39d78} TCPHandler: Processed in 0.002033305 sec. 2025.09.03 04:12:29.053489 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:29.053583 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:29.053626 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:29.053955 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:29.053993 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:29.054308 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.03 04:12:29.054550 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:29.054678 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.09.03 04:12:29.054715 [ 4 ] {d3e5af2d-b226-4f10-85d7-ea664ab09b2e} TCPHandler: Processed in 0.001276799 sec. 2025.09.03 04:12:31.895475 [ 92 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:12:31.895583 [ 92 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:12:32.093437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232 2025.09.03 04:12:32.094002 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:32.094041 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:32.094522 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:12:32.094755 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:32.094886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232 2025.09.03 04:12:32.204508 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1414 2025.09.03 04:12:32.206930 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:32.206977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:32.208266 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.03 04:12:32.208516 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:32.208663 [ 92 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.03 04:12:32.208728 [ 92 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:32.208748 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:32.208770 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1414 2025.09.03 04:12:32.208845 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.09.03 04:12:32.209349 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:32.209498 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1288 rows starting from the beginning of the part 2025.09.03 04:12:32.209847 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part 2025.09.03 04:12:32.210166 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:32.210486 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part 2025.09.03 04:12:32.210801 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part 2025.09.03 04:12:32.211104 [ 190 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2025.09.03 04:12:32.216866 [ 192 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 72 columns (72 merged, 0 gathered) in 0.008063849 sec., 175350.50569523315 rows/sec., 133.42 MiB/sec. 2025.09.03 04:12:32.218357 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.03 04:12:32.218967 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:32.219052 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_51_10} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.03 04:12:32.219290 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.09.03 04:12:33.807930 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.09.03 04:12:33.823849 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:33.823909 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:33.829736 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.09.03 04:12:33.830476 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:33.833258 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.09.03 04:12:34.045263 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:34.045460 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:34.045532 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:34.046185 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:34.046229 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:34.046638 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.03 04:12:34.046866 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:34.047009 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} executeQuery: Read 86 rows, 7.39 KiB in 0.001604 sec., 53615.96009975063 rows/sec., 4.50 MiB/sec. 2025.09.03 04:12:34.047050 [ 4 ] {bf4ba818-6f06-45e2-80bb-5db49063bc78} TCPHandler: Processed in 0.001921933 sec. 2025.09.03 04:12:34.047174 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:34.047266 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:34.047306 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:34.047697 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:34.047733 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:34.048024 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.03 04:12:34.048234 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:34.048361 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} executeQuery: Read 15 rows, 1.13 KiB in 0.001113 sec., 13477.08894878706 rows/sec., 1013.41 KiB/sec. 2025.09.03 04:12:34.048398 [ 4 ] {239e6707-3c6c-449a-b698-6e0769c3ff37} TCPHandler: Processed in 0.001271109 sec. 2025.09.03 04:12:34.048503 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:34.048594 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:34.048634 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:34.049032 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:34.049067 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:34.049362 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.03 04:12:34.049568 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:34.049692 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} executeQuery: Read 79 rows, 6.32 KiB in 0.001116 sec., 70788.53046594982 rows/sec., 5.53 MiB/sec. 2025.09.03 04:12:34.049728 [ 4 ] {83a2a5e7-8358-4c5c-a157-6733f7330895} TCPHandler: Processed in 0.001271609 sec. 2025.09.03 04:12:34.049834 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:34.049925 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:34.049967 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:34.050349 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:34.050382 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:34.050729 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.03 04:12:34.050949 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:34.051071 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.09.03 04:12:34.051106 [ 4 ] {bbf35567-7f5f-4151-a4eb-1fbcfe5f134a} TCPHandler: Processed in 0.00132033 sec. 2025.09.03 04:12:34.051244 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:34.051365 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:34.051429 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} 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.09.03 04:12:34.052213 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:34.052247 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:34.052795 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.09.03 04:12:34.053019 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:34.053168 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} executeQuery: Read 15 rows, 27.52 KiB in 0.001828 sec., 8205.689277899344 rows/sec., 14.70 MiB/sec. 2025.09.03 04:12:34.053222 [ 4 ] {7c99954e-838d-4d0b-8efd-03428d9d8736} TCPHandler: Processed in 0.002046095 sec. 2025.09.03 04:12:34.053330 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:34.053424 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:34.053467 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:34.053798 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:34.053833 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:34.054135 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.03 04:12:34.054346 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:34.054468 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.09.03 04:12:34.054503 [ 4 ] {32d13b40-4395-43ba-91c8-96022eb2aaf5} TCPHandler: Processed in 0.001221168 sec. 2025.09.03 04:12:35.141412 [ 89 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.03 04:12:35.141478 [ 89 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:35.141503 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:35.141755 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.09.03 04:12:35.141986 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:35.142045 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 16 rows starting from the beginning of the part 2025.09.03 04:12:35.142156 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.09.03 04:12:35.142236 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2025.09.03 04:12:35.142312 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2025.09.03 04:12:35.142383 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2025.09.03 04:12:35.143418 [ 195 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001763653 sec., 27216.23811486727 rows/sec., 2.27 MiB/sec. 2025.09.03 04:12:35.143553 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.03 04:12:35.143792 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:35.143864 [ 198 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_17_4} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.03 04:12:35.143932 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.03 04:12:36.276855 [ 79 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.03 04:12:36.276936 [ 79 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:36.276972 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:36.277111 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.09.03 04:12:36.277260 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:36.277297 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 229 rows starting from the beginning of the part 2025.09.03 04:12:36.277371 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part 2025.09.03 04:12:36.277425 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.09.03 04:12:36.277476 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part 2025.09.03 04:12:36.277521 [ 200 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part 2025.09.03 04:12:36.278460 [ 198 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 5 columns (5 merged, 0 gathered) in 0.001410121 sec., 809150.4204249139 rows/sec., 57.87 MiB/sec. 2025.09.03 04:12:36.278677 [ 195 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.03 04:12:36.278991 [ 195 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:36.279082 [ 195 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_17_4} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.03 04:12:36.279176 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.09.03 04:12:39.045838 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.046061 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:12:39.046138 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:12:39.046841 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.046888 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.047304 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:12:39.047567 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.047729 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} executeQuery: Read 2 rows, 167.00 B in 0.001723 sec., 1160.7661056297156 rows/sec., 94.65 KiB/sec. 2025.09.03 04:12:39.047782 [ 4 ] {ced1bca6-af99-4511-b972-fb3afe1a1c58} TCPHandler: Processed in 0.002084645 sec. 2025.09.03 04:12:39.047977 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.048107 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:39.048160 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:39.048711 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.048754 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.049134 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.03 04:12:39.049363 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.049483 [ 85 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.03 04:12:39.049500 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} executeQuery: Read 109 rows, 9.35 KiB in 0.001423 sec., 76598.73506676036 rows/sec., 6.42 MiB/sec. 2025.09.03 04:12:39.049521 [ 85 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.049541 [ 4 ] {6abf97fb-da25-49be-84f8-992ab70af237} TCPHandler: Processed in 0.001629802 sec. 2025.09.03 04:12:39.049541 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.049655 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.049677 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.09.03 04:12:39.049754 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:39.049801 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:39.049842 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:39.049886 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1287 rows starting from the beginning of the part 2025.09.03 04:12:39.049963 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 108 rows starting from the beginning of the part 2025.09.03 04:12:39.050017 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:12:39.050065 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 108 rows starting from the beginning of the part 2025.09.03 04:12:39.050111 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 86 rows starting from the beginning of the part 2025.09.03 04:12:39.050158 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 109 rows starting from the beginning of the part 2025.09.03 04:12:39.050222 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.050262 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.050606 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.03 04:12:39.050835 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.050972 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} executeQuery: Read 28 rows, 2.09 KiB in 0.00124 sec., 22580.645161290322 rows/sec., 1.65 MiB/sec. 2025.09.03 04:12:39.051010 [ 4 ] {6fdae41c-d9d1-48f7-ba5a-f7d148bd9377} TCPHandler: Processed in 0.00140636 sec. 2025.09.03 04:12:39.051119 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.051215 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:39.051256 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:39.051568 [ 199 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2931 rows, containing 5 columns (5 merged, 0 gathered) in 0.001950074 sec., 1503019.8853992207 rows/sec., 130.55 MiB/sec. 2025.09.03 04:12:39.051680 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.051720 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.051831 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.03 04:12:39.052085 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.03 04:12:39.052178 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.052278 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_101_20} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.03 04:12:39.052358 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.052380 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:12:39.052476 [ 85 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.03 04:12:39.052497 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} executeQuery: Read 92 rows, 7.36 KiB in 0.001301 sec., 70714.83474250576 rows/sec., 5.52 MiB/sec. 2025.09.03 04:12:39.052511 [ 85 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.052531 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.052534 [ 4 ] {ee5e6b7d-ed6c-438f-842b-4e630c529949} TCPHandler: Processed in 0.001465501 sec. 2025.09.03 04:12:39.052604 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.09.03 04:12:39.052653 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.052699 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:39.052730 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 595 rows starting from the beginning of the part 2025.09.03 04:12:39.052761 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:39.052781 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part 2025.09.03 04:12:39.052810 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:39.052830 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 549 rows starting from the beginning of the part 2025.09.03 04:12:39.052874 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 90 rows starting from the beginning of the part 2025.09.03 04:12:39.052913 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 79 rows starting from the beginning of the part 2025.09.03 04:12:39.052960 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 92 rows starting from the beginning of the part 2025.09.03 04:12:39.053242 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.053286 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.053666 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.03 04:12:39.053912 [ 188 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 5 columns (5 merged, 0 gathered) in 0.00134207 sec., 1113950.8371396426 rows/sec., 88.12 MiB/sec. 2025.09.03 04:12:39.053920 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.054047 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.03 04:12:39.054049 [ 85 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.03 04:12:39.054064 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} executeQuery: Read 161 rows, 11.48 KiB in 0.001325 sec., 121509.43396226416 rows/sec., 8.46 MiB/sec. 2025.09.03 04:12:39.054105 [ 85 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.054122 [ 4 ] {bfae9790-0b1b-4d96-873b-89c5ec8967fc} TCPHandler: Processed in 0.001519951 sec. 2025.09.03 04:12:39.054133 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.054218 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.09.03 04:12:39.054237 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.054306 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.054343 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:39.054351 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:39.054383 [ 202 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_101_20} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.03 04:12:39.054405 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26662 rows starting from the beginning of the part 2025.09.03 04:12:39.054412 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} 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.09.03 04:12:39.054453 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:12:39.054480 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:39.054533 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 851 rows starting from the beginning of the part 2025.09.03 04:12:39.054579 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:39.054621 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2025.09.03 04:12:39.054663 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 161 rows starting from the beginning of the part 2025.09.03 04:12:39.055245 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.055286 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.055862 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.09.03 04:12:39.056112 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.056254 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} executeQuery: Read 26 rows, 47.71 KiB in 0.001929 sec., 13478.486262312079 rows/sec., 24.15 MiB/sec. 2025.09.03 04:12:39.056309 [ 4 ] {548c41ea-51a5-4ff5-b1ee-0812666f65f6} TCPHandler: Processed in 0.002123185 sec. 2025.09.03 04:12:39.056421 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:39.056517 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:39.056559 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:39.056899 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.056935 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.057307 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.03 04:12:39.057513 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.057644 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2025.09.03 04:12:39.057639 [ 86 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.03 04:12:39.057681 [ 4 ] {55f83a86-7d25-4ae8-b167-968c76889d58} TCPHandler: Processed in 0.001309969 sec. 2025.09.03 04:12:39.057726 [ 86 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.057753 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.057841 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.09.03 04:12:39.057936 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:39.057965 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5700 rows starting from the beginning of the part 2025.09.03 04:12:39.058021 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:39.058061 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:39.058099 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:39.058137 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:39.058179 [ 188 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.09.03 04:12:39.060053 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6000 rows, containing 4 columns (4 merged, 0 gathered) in 0.002246527 sec., 2670789.178140303 rows/sec., 179.99 MiB/sec. 2025.09.03 04:12:39.060536 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.03 04:12:39.060686 [ 196 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 28154 rows, containing 5 columns (5 merged, 0 gathered) in 0.006505377 sec., 4327804.522320536 rows/sec., 296.04 MiB/sec. 2025.09.03 04:12:39.060856 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.060944 [ 191 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_101_20} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.03 04:12:39.061036 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.09.03 04:12:39.061253 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.03 04:12:39.061592 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.061680 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_101_20} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.03 04:12:39.061781 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.09.03 04:12:39.595213 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659 2025.09.03 04:12:39.595721 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:39.595762 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:39.596262 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:12:39.596538 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:39.596684 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 2025.09.03 04:12:41.333523 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.09.03 04:12:41.349925 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:41.349993 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:41.355805 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.09.03 04:12:41.356542 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:41.359405 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.09.03 04:12:42.209196 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1440 2025.09.03 04:12:42.211446 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:42.211492 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:42.212666 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.03 04:12:42.212944 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:42.213290 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1440 2025.09.03 04:12:44.045688 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:44.045878 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:44.045949 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:44.046590 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.046636 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.047035 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.03 04:12:44.047258 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.047408 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} executeQuery: Read 86 rows, 7.39 KiB in 0.001582 sec., 54361.56763590391 rows/sec., 4.56 MiB/sec. 2025.09.03 04:12:44.047451 [ 4 ] {233c2ce3-f6cc-4c34-a408-8e58f8d34f04} TCPHandler: Processed in 0.001901094 sec. 2025.09.03 04:12:44.047569 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:44.047666 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:44.047706 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:44.048318 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.048359 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.048704 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.03 04:12:44.048947 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.049076 [ 78 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.03 04:12:44.049083 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} executeQuery: Read 15 rows, 1.13 KiB in 0.001436 sec., 10445.682451253482 rows/sec., 785.47 KiB/sec. 2025.09.03 04:12:44.049150 [ 78 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.049168 [ 4 ] {d51a13b8-3259-40eb-a2c0-ea629ee8ee76} TCPHandler: Processed in 0.001649162 sec. 2025.09.03 04:12:44.049177 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.049296 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:44.049296 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.09.03 04:12:44.049401 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:44.049445 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:44.049447 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:44.049484 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 57 rows starting from the beginning of the part 2025.09.03 04:12:44.049543 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 29 rows starting from the beginning of the part 2025.09.03 04:12:44.049589 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:44.049631 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:44.049673 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 28 rows starting from the beginning of the part 2025.09.03 04:12:44.049737 [ 196 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:44.049907 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.049943 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.050284 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.03 04:12:44.050469 [ 186 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.001224759 sec., 138802.81753389852 rows/sec., 10.59 MiB/sec. 2025.09.03 04:12:44.050508 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.050644 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} executeQuery: Read 79 rows, 6.32 KiB in 0.001262 sec., 62599.04912836767 rows/sec., 4.89 MiB/sec. 2025.09.03 04:12:44.050664 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.03 04:12:44.050688 [ 4 ] {fce2cdf0-62e0-4e0c-bfd8-417ac2fbf3af} TCPHandler: Processed in 0.00144127 sec. 2025.09.03 04:12:44.050829 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:44.050930 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:44.050976 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:44.051026 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.051120 [ 191 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_101_20} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.03 04:12:44.051242 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:12:44.051391 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.051433 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.051808 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.03 04:12:44.052030 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.052173 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2025.09.03 04:12:44.052210 [ 4 ] {9555483d-210b-40ee-9edd-5c91f83dbc66} TCPHandler: Processed in 0.001431111 sec. 2025.09.03 04:12:44.052325 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:44.052420 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:44.052475 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} 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.09.03 04:12:44.053264 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.053301 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.053821 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.09.03 04:12:44.054063 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.054207 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} executeQuery: Read 15 rows, 27.52 KiB in 0.001806 sec., 8305.647840531561 rows/sec., 14.88 MiB/sec. 2025.09.03 04:12:44.054260 [ 4 ] {07f0af2d-e8f0-47bb-a09a-0d6df7671258} TCPHandler: Processed in 0.001984635 sec. 2025.09.03 04:12:44.054258 [ 222 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.054261 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.054325 [ 222 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.054347 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.054386 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:44.054514 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:44.054566 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:44.054972 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:44.055013 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:44.055349 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.03 04:12:44.055573 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:44.055708 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. 2025.09.03 04:12:44.055745 [ 4 ] {db6b4019-bcc3-4f28-8515-9ec32a0f542d} TCPHandler: Processed in 0.00142168 sec. 2025.09.03 04:12:44.070350 [ 222 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.070398 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.763990 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.764049 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:44.767025 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:45.010498 [ 220 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:45.010550 [ 220 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:45.013833 [ 220 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:46.895640 [ 72 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:12:46.895704 [ 72 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:12:47.017547 [ 223 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:47.017609 [ 223 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:47.020834 [ 223 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:47.097017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147 2025.09.03 04:12:47.097645 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:47.097697 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:47.098245 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:12:47.098498 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:47.098652 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147 2025.09.03 04:12:47.821873 [ 221 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:47.821938 [ 221 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:47.825277 [ 221 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:48.859691 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.09.03 04:12:48.876532 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:48.876599 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:48.882451 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.09.03 04:12:48.883171 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:48.886584 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.09.03 04:12:49.045577 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:49.045861 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:49.045965 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:49.046767 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.046816 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:49.047225 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.03 04:12:49.047457 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.047611 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} executeQuery: Read 108 rows, 9.27 KiB in 0.001828 sec., 59080.96280087528 rows/sec., 4.95 MiB/sec. 2025.09.03 04:12:49.047652 [ 4 ] {437e61e0-5d1d-4457-bf82-51b110b41c18} TCPHandler: Processed in 0.002258827 sec. 2025.09.03 04:12:49.047770 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:49.047865 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:49.047904 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:49.048298 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.048334 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:49.048634 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.03 04:12:49.048843 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.048968 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} executeQuery: Read 26 rows, 1.96 KiB in 0.001123 sec., 23152.270703472837 rows/sec., 1.70 MiB/sec. 2025.09.03 04:12:49.049005 [ 4 ] {9107c8f6-28ef-41f2-afd8-2ae5a21096c7} TCPHandler: Processed in 0.001284109 sec. 2025.09.03 04:12:49.049114 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:49.049209 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:49.049249 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:49.049660 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.049697 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:49.050009 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.03 04:12:49.050231 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.050359 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} executeQuery: Read 90 rows, 7.20 KiB in 0.001168 sec., 77054.79452054795 rows/sec., 6.02 MiB/sec. 2025.09.03 04:12:49.050397 [ 4 ] {55057be7-93f7-438a-853b-e0f69a904db7} TCPHandler: Processed in 0.001332719 sec. 2025.09.03 04:12:49.050506 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:49.050601 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:49.050644 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:49.051033 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.051071 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:49.051402 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.03 04:12:49.051622 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.051753 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.09.03 04:12:49.051790 [ 4 ] {02be00c8-efba-45f3-a365-36bb61a21c7a} TCPHandler: Processed in 0.001333379 sec. 2025.09.03 04:12:49.051910 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:49.052031 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:49.052099 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} 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.09.03 04:12:49.052925 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.052964 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:49.053534 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.09.03 04:12:49.053778 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.053909 [ 70 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.09.03 04:12:49.053919 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} executeQuery: Read 26 rows, 47.71 KiB in 0.001912 sec., 13598.326359832636 rows/sec., 24.37 MiB/sec. 2025.09.03 04:12:49.053991 [ 70 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.054021 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.09.03 04:12:49.054032 [ 4 ] {de1d4150-776f-48bf-ad0c-4f68687e381d} TCPHandler: Processed in 0.002183456 sec. 2025.09.03 04:12:49.054136 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.09.03 04:12:49.054152 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:49.054266 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:49.054309 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:49.054400 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:49.054476 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1917 rows starting from the beginning of the part 2025.09.03 04:12:49.054625 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:49.054640 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:49.054682 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:49.054745 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:49.054868 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:49.054977 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 15 rows starting from the beginning of the part 2025.09.03 04:12:49.055015 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.03 04:12:49.055085 [ 186 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 26 rows starting from the beginning of the part 2025.09.03 04:12:49.055260 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.055396 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2025.09.03 04:12:49.055433 [ 4 ] {adfbb19b-ae65-4c0b-888c-7c7711337b89} TCPHandler: Processed in 0.00133158 sec. 2025.09.03 04:12:49.064860 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2025 rows, containing 19 columns (19 merged, 0 gathered) in 0.010772908 sec., 187971.5300641201 rows/sec., 336.84 MiB/sec. 2025.09.03 04:12:49.066707 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.09.03 04:12:49.067103 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:49.067188 [ 187 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_101_20} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.09.03 04:12:49.067325 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.56 MiB. 2025.09.03 04:12:50.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 331.42 MiB, peak 348.93 MiB, free memory in arenas 0.00 B, will set to 336.16 MiB (RSS), difference: 4.75 MiB 2025.09.03 04:12:50.147144 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:50.147201 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:50.150581 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:52.213815 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1464 2025.09.03 04:12:52.216197 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:52.216240 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:52.217400 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.03 04:12:52.217661 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:52.217945 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1464 2025.09.03 04:12:54.072518 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.072703 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:54.072766 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:54.073841 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.073879 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.074327 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.03 04:12:54.074546 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.074688 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} executeQuery: Read 1226 rows, 103.95 KiB in 0.002034 sec., 602753.1956735497 rows/sec., 49.91 MiB/sec. 2025.09.03 04:12:54.074728 [ 4 ] {c85c53dc-a20a-4eec-9e6f-000fc868bbdd} TCPHandler: Processed in 0.002351227 sec. 2025.09.03 04:12:54.074843 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.074937 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:54.074978 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:54.075377 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.075413 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.075716 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.03 04:12:54.075920 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.076045 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} executeQuery: Read 15 rows, 1.13 KiB in 0.001127 sec., 13309.671694764864 rows/sec., 1000.82 KiB/sec. 2025.09.03 04:12:54.076081 [ 4 ] {1765b891-692d-4d55-895d-b15541e2d5d1} TCPHandler: Processed in 0.00128653 sec. 2025.09.03 04:12:54.076187 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.076281 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:12:54.076320 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:12:54.076781 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.076816 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.077135 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.03 04:12:54.077340 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.077462 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} executeQuery: Read 228 rows, 15.81 KiB in 0.001199 sec., 190158.46538782318 rows/sec., 12.88 MiB/sec. 2025.09.03 04:12:54.077498 [ 4 ] {75036d21-e602-46a9-bae4-63fc998dcaa5} TCPHandler: Processed in 0.00135774 sec. 2025.09.03 04:12:54.077603 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.077694 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:54.077733 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:54.078270 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.078304 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.078624 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.03 04:12:54.078830 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.078952 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} executeQuery: Read 535 rows, 40.61 KiB in 0.001275 sec., 419607.8431372549 rows/sec., 31.10 MiB/sec. 2025.09.03 04:12:54.078988 [ 4 ] {6fce2e2b-0769-410f-8e98-efcf665b17ff} TCPHandler: Processed in 0.00143241 sec. 2025.09.03 04:12:54.079094 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.079187 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:54.079230 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:54.079752 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.079786 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.080179 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.03 04:12:54.080392 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.080517 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} executeQuery: Read 844 rows, 58.17 KiB in 0.001348 sec., 626112.7596439169 rows/sec., 42.14 MiB/sec. 2025.09.03 04:12:54.080554 [ 4 ] {a4ca1aae-4ee4-436a-83e7-10757291d952} TCPHandler: Processed in 0.001506321 sec. 2025.09.03 04:12:54.080664 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.080757 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:54.080812 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} 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.09.03 04:12:54.081575 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.081610 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.082128 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.09.03 04:12:54.082354 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.082488 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} executeQuery: Read 15 rows, 27.52 KiB in 0.001749 sec., 8576.329331046312 rows/sec., 15.37 MiB/sec. 2025.09.03 04:12:54.082540 [ 4 ] {036c9d05-bc44-4c29-a7eb-d32ccad4865e} TCPHandler: Processed in 0.001923704 sec. 2025.09.03 04:12:54.082540 [ 223 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:54.082599 [ 223 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:54.082645 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:54.082745 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:54.082786 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:54.083105 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.083149 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.083473 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.03 04:12:54.083722 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.083840 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2025.09.03 04:12:54.083875 [ 4 ] {a1e8a462-30b0-4d88-8901-84d283773dfa} TCPHandler: Processed in 0.001317969 sec. 2025.09.03 04:12:54.085230 [ 223 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:12:54.599099 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574 2025.09.03 04:12:54.599609 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.599656 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.600167 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:12:54.600437 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.600584 [ 66 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:12:54.600592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 2025.09.03 04:12:54.600656 [ 66 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:54.600684 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:54.600791 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:12:54.600912 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:54.600952 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part 2025.09.03 04:12:54.601020 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part 2025.09.03 04:12:54.601069 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part 2025.09.03 04:12:54.601116 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part 2025.09.03 04:12:54.601159 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part 2025.09.03 04:12:54.601203 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part 2025.09.03 04:12:54.603508 [ 193 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.0027674 sec., 11770615.01770615 rows/sec., 168.38 MiB/sec. 2025.09.03 04:12:54.603765 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:12:54.604035 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:54.604105 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_71_14} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:12:54.604185 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.09.03 04:12:56.386959 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.09.03 04:12:56.403895 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:56.403951 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:56.409874 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.09.03 04:12:56.410597 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:56.410877 [ 64 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.09.03 04:12:56.410909 [ 64 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:56.410927 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:56.411051 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.09.03 04:12:56.414382 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.09.03 04:12:56.414905 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:12:56.416478 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2025.09.03 04:12:56.421107 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2025.09.03 04:12:56.425692 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2025.09.03 04:12:56.430217 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2025.09.03 04:12:56.435473 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2025.09.03 04:12:56.441047 [ 193 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2025.09.03 04:12:56.502853 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.091851515 sec., 5824.618135041104 rows/sec., 30.12 MiB/sec. 2025.09.03 04:12:56.505719 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.09.03 04:12:56.507736 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:56.507850 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_71_14} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.09.03 04:12:56.510294 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.09.03 04:12:57.000405 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 337.26 MiB, peak 354.68 MiB, free memory in arenas 0.00 B, will set to 336.21 MiB (RSS), difference: -1.05 MiB 2025.09.03 04:12:59.047229 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:59.047480 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:12:59.047556 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:12:59.048278 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:59.048326 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:59.048734 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.03 04:12:59.048991 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:59.049154 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} executeQuery: Read 108 rows, 9.27 KiB in 0.00173 sec., 62427.74566473989 rows/sec., 5.24 MiB/sec. 2025.09.03 04:12:59.049199 [ 4 ] {15482901-036d-4d22-bebb-1bc9788f8b33} TCPHandler: Processed in 0.002060545 sec. 2025.09.03 04:12:59.049322 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:59.049419 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:12:59.049460 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:12:59.049867 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:59.049905 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:59.050219 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.03 04:12:59.050440 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:59.050571 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} executeQuery: Read 26 rows, 1.96 KiB in 0.001171 sec., 22203.24508966695 rows/sec., 1.63 MiB/sec. 2025.09.03 04:12:59.050610 [ 4 ] {1ec9b14b-f0b1-4a05-b966-b62fae7137e5} TCPHandler: Processed in 0.00133906 sec. 2025.09.03 04:12:59.050717 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:59.050811 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:12:59.050851 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:12:59.051275 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:59.051312 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:59.051620 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.03 04:12:59.051848 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:59.051975 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} executeQuery: Read 90 rows, 7.20 KiB in 0.001181 sec., 76206.60457239627 rows/sec., 5.95 MiB/sec. 2025.09.03 04:12:59.052014 [ 4 ] {c1b6993d-a8d6-4746-8ecb-e24ba90e44d6} TCPHandler: Processed in 0.00134707 sec. 2025.09.03 04:12:59.052124 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:59.052218 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:59.052261 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:12:59.052663 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:59.052699 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:59.053033 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.03 04:12:59.053263 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:59.053391 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.09.03 04:12:59.053429 [ 4 ] {bd8a2708-05ac-46ed-ab5f-0bcc9a330ef1} TCPHandler: Processed in 0.00135532 sec. 2025.09.03 04:12:59.053534 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:59.053628 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:12:59.053683 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} 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.09.03 04:12:59.054523 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:59.054561 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:59.055099 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.09.03 04:12:59.055332 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:59.055470 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} executeQuery: Read 26 rows, 47.71 KiB in 0.00186 sec., 13978.494623655914 rows/sec., 25.05 MiB/sec. 2025.09.03 04:12:59.055527 [ 4 ] {9f943130-bc8b-421c-be95-c0183ec47d86} TCPHandler: Processed in 0.002042644 sec. 2025.09.03 04:12:59.055639 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:12:59.055735 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:12:59.055776 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:12:59.056116 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:12:59.056153 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:12:59.056461 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.03 04:12:59.056679 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:12:59.056807 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.09.03 04:12:59.056844 [ 4 ] {2c96e022-e9e3-4faf-8f94-808614b00e17} TCPHandler: Processed in 0.001255609 sec. 2025.09.03 04:13:01.895938 [ 53 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:13:01.896009 [ 53 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:13:02.101055 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062 2025.09.03 04:13:02.101564 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:02.101597 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:02.102079 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:13:02.102307 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:02.102431 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062 2025.09.03 04:13:02.218541 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1490 2025.09.03 04:13:02.221002 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:02.221061 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:02.222284 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.03 04:13:02.222558 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:02.222944 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1490 2025.09.03 04:13:02.895903 [ 221 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:13:02.895957 [ 221 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:13:02.898541 [ 221 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.09.03 04:13:03.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 332.23 MiB, peak 354.68 MiB, free memory in arenas 0.00 B, will set to 336.21 MiB (RSS), difference: 3.99 MiB 2025.09.03 04:13:03.914756 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.09.03 04:13:03.929982 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:03.930033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:03.936053 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.09.03 04:13:03.936748 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:03.939666 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.09.03 04:13:04.046381 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:04.046669 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:04.046783 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:04.047581 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.047625 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.048026 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.03 04:13:04.048250 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.048403 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} executeQuery: Read 86 rows, 7.39 KiB in 0.00181 sec., 47513.812154696134 rows/sec., 3.99 MiB/sec. 2025.09.03 04:13:04.048430 [ 55 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.03 04:13:04.048451 [ 4 ] {39a930a6-86d8-439f-bf7e-24e45a5c8f73} TCPHandler: Processed in 0.002254507 sec. 2025.09.03 04:13:04.048535 [ 55 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.048581 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.048625 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:04.048727 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:04.048728 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.09.03 04:13:04.048771 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:04.048899 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:04.048943 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1287 rows starting from the beginning of the part 2025.09.03 04:13:04.049020 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 86 rows starting from the beginning of the part 2025.09.03 04:13:04.049082 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 108 rows starting from the beginning of the part 2025.09.03 04:13:04.049134 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:13:04.049180 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 108 rows starting from the beginning of the part 2025.09.03 04:13:04.049183 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.049222 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 86 rows starting from the beginning of the part 2025.09.03 04:13:04.049230 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.049565 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.03 04:13:04.049791 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.049927 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} executeQuery: Read 15 rows, 1.13 KiB in 0.001219 sec., 12305.168170631665 rows/sec., 925.29 KiB/sec. 2025.09.03 04:13:04.049965 [ 4 ] {7c2b194e-0842-472e-a4ac-0ab02f6f4f9a} TCPHandler: Processed in 0.00138878 sec. 2025.09.03 04:13:04.050079 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:04.050172 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:04.050211 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:04.050623 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.050659 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.050684 [ 190 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022455 sec., 1434395.3264720354 rows/sec., 124.63 MiB/sec. 2025.09.03 04:13:04.050939 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.03 04:13:04.050973 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.03 04:13:04.051201 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.051239 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.051309 [ 200 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_106_21} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.03 04:13:04.051317 [ 55 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.03 04:13:04.051334 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} executeQuery: Read 79 rows, 6.32 KiB in 0.00118 sec., 66949.15254237287 rows/sec., 5.23 MiB/sec. 2025.09.03 04:13:04.051349 [ 55 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.051378 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.051381 [ 4 ] {e9a8725d-44fd-4d99-b4c3-d9d92c04161e} TCPHandler: Processed in 0.00135933 sec. 2025.09.03 04:13:04.051386 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:13:04.051477 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.09.03 04:13:04.051503 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:04.051568 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:04.051595 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 595 rows starting from the beginning of the part 2025.09.03 04:13:04.051603 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:04.051640 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 79 rows starting from the beginning of the part 2025.09.03 04:13:04.051652 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:04.051682 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 90 rows starting from the beginning of the part 2025.09.03 04:13:04.051723 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 535 rows starting from the beginning of the part 2025.09.03 04:13:04.051758 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 90 rows starting from the beginning of the part 2025.09.03 04:13:04.051793 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 79 rows starting from the beginning of the part 2025.09.03 04:13:04.052070 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.052111 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.052469 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.03 04:13:04.052697 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.052711 [ 195 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260439 sec., 1164673.5780152788 rows/sec., 92.05 MiB/sec. 2025.09.03 04:13:04.052799 [ 55 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.03 04:13:04.052829 [ 55 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.052832 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2025.09.03 04:13:04.052849 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.052876 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.03 04:13:04.052885 [ 4 ] {8d4b8f80-cc63-4fca-b984-d08962bbdffb} TCPHandler: Processed in 0.001432201 sec. 2025.09.03 04:13:04.052942 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.09.03 04:13:04.053008 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:04.053075 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:04.053110 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:04.053120 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 28154 rows starting from the beginning of the part 2025.09.03 04:13:04.053158 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.053177 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} 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.09.03 04:13:04.053202 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:04.053239 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_106_21} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.03 04:13:04.053256 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:04.053307 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 844 rows starting from the beginning of the part 2025.09.03 04:13:04.053320 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:13:04.053348 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:04.053395 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:04.053977 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.054018 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.054564 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.09.03 04:13:04.054811 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.054956 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} executeQuery: Read 15 rows, 27.52 KiB in 0.001863 sec., 8051.529790660225 rows/sec., 14.43 MiB/sec. 2025.09.03 04:13:04.055012 [ 4 ] {890840c8-40b0-4f29-92ef-1a69f21af72a} TCPHandler: Processed in 0.002052905 sec. 2025.09.03 04:13:04.055121 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:04.055217 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:04.055258 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:04.055582 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.055618 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.055930 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.03 04:13:04.056143 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.056253 [ 55 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.03 04:13:04.056272 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.09.03 04:13:04.056284 [ 55 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:04.056311 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:04.056316 [ 4 ] {b3ce16e0-d5b6-4dab-bd71-e5278fbc3614} TCPHandler: Processed in 0.001245069 sec. 2025.09.03 04:13:04.056398 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.09.03 04:13:04.056514 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:04.056551 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6000 rows starting from the beginning of the part 2025.09.03 04:13:04.056617 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:04.056665 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:04.056709 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:04.056749 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:04.056793 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:04.058835 [ 202 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6300 rows, containing 4 columns (4 merged, 0 gathered) in 0.002476118 sec., 2544305.2390879598 rows/sec., 171.47 MiB/sec. 2025.09.03 04:13:04.059075 [ 202 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 29638 rows, containing 5 columns (5 merged, 0 gathered) in 0.006173194 sec., 4801080.283561476 rows/sec., 328.40 MiB/sec. 2025.09.03 04:13:04.059201 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.03 04:13:04.059440 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.03 04:13:04.059478 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.059559 [ 195 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_106_21} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.03 04:13:04.059635 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.09.03 04:13:04.059732 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:04.059804 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_106_21} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.03 04:13:04.059885 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.09.03 04:13:09.046821 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:09.047035 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:09.047108 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:09.047801 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.047841 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.048228 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.03 04:13:09.048466 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.048614 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} executeQuery: Read 108 rows, 9.27 KiB in 0.001633 sec., 66135.94611145133 rows/sec., 5.55 MiB/sec. 2025.09.03 04:13:09.048656 [ 4 ] {0172a537-5963-47c2-a98b-ebb67e26a4e1} TCPHandler: Processed in 0.001976184 sec. 2025.09.03 04:13:09.048778 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:09.048874 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:09.048915 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:09.049311 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.049344 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.049648 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.03 04:13:09.049857 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.049968 [ 41 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.03 04:13:09.049988 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} executeQuery: Read 26 rows, 1.96 KiB in 0.001132 sec., 22968.197879858657 rows/sec., 1.69 MiB/sec. 2025.09.03 04:13:09.050004 [ 41 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.050025 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.050027 [ 4 ] {99d820fe-b9ae-415b-a958-cf72fff9167c} TCPHandler: Processed in 0.001298879 sec. 2025.09.03 04:13:09.050134 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:09.050156 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.09.03 04:13:09.050229 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:09.050274 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:09.050315 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:09.050358 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 57 rows starting from the beginning of the part 2025.09.03 04:13:09.050433 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:09.050487 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:09.050538 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:09.050583 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:09.050632 [ 202 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:09.050720 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.050762 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:09.051108 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.03 04:13:09.051343 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.051474 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} executeQuery: Read 90 rows, 7.20 KiB in 0.001262 sec., 71315.37242472266 rows/sec., 5.57 MiB/sec. 2025.09.03 04:13:09.051511 [ 4 ] {77dd7845-e15c-4193-a720-485b688b84ea} TCPHandler: Processed in 0.001426421 sec. 2025.09.03 04:13:09.051545 [ 195 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450131 sec., 113782.82375868112 rows/sec., 8.73 MiB/sec. 2025.09.03 04:13:09.051624 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:09.051723 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:09.051722 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.03 04:13:09.051768 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:09.052009 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.052076 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_106_21} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.03 04:13:09.052160 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:13:09.052161 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.052202 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.052530 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.03 04:13:09.052758 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.052885 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.09.03 04:13:09.052922 [ 4 ] {74ec4fba-3d3a-4760-99dc-b8ebc95f59f7} TCPHandler: Processed in 0.00134787 sec. 2025.09.03 04:13:09.053023 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:09.053123 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:09.053179 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} 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.09.03 04:13:09.053990 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.054022 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.054540 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.09.03 04:13:09.054830 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.054996 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} executeQuery: Read 26 rows, 47.71 KiB in 0.00189 sec., 13756.613756613757 rows/sec., 24.65 MiB/sec. 2025.09.03 04:13:09.055075 [ 4 ] {b8191946-baab-4c19-8c4f-58a0113a4727} TCPHandler: Processed in 0.002100816 sec. 2025.09.03 04:13:09.055200 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:09.055303 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:09.055346 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:09.055680 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.055716 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.056037 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.03 04:13:09.056288 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.056415 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.09.03 04:13:09.056451 [ 4 ] {35c60dee-f6b1-43a7-80b9-20222f0d7e9b} TCPHandler: Processed in 0.00131291 sec. 2025.09.03 04:13:09.056465 [ 224 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.056504 [ 224 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.060549 [ 224 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.602645 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489 2025.09.03 04:13:09.603196 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:09.603236 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.09.03 04:13:09.603747 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:13:09.603993 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:09.604122 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 2025.09.03 04:13:09.841298 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.841360 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.845145 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.978023 [ 219 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.978079 [ 219 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:09.980750 [ 219 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:10.574711 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:10.574777 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:10.577774 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:11.439782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.09.03 04:13:11.459266 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:11.459321 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:11.465398 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.09.03 04:13:11.466138 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:11.469377 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.09.03 04:13:12.223238 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1514 2025.09.03 04:13:12.225495 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:12.225552 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:12.226770 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.03 04:13:12.227050 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:12.227438 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1514 2025.09.03 04:13:14.045774 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:14.045971 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:14.046044 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:14.046731 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.046772 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.047186 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.03 04:13:14.047421 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.047569 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} executeQuery: Read 86 rows, 7.39 KiB in 0.001652 sec., 52058.111380145274 rows/sec., 4.37 MiB/sec. 2025.09.03 04:13:14.047611 [ 4 ] {3305c60a-a31d-4be0-acfa-4052e71d5dae} TCPHandler: Processed in 0.001977865 sec. 2025.09.03 04:13:14.047736 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:14.047842 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:14.047884 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:14.048286 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.048320 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.048624 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.03 04:13:14.048848 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.048969 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} executeQuery: Read 15 rows, 1.13 KiB in 0.001157 sec., 12964.563526361278 rows/sec., 974.87 KiB/sec. 2025.09.03 04:13:14.049007 [ 4 ] {cce02203-08b1-438d-8614-4af122b185b0} TCPHandler: Processed in 0.00133637 sec. 2025.09.03 04:13:14.049111 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:14.049206 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:14.049244 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:14.049641 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.049674 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.050048 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.03 04:13:14.050271 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.050395 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} executeQuery: Read 79 rows, 6.32 KiB in 0.001179 sec., 67005.93723494487 rows/sec., 5.23 MiB/sec. 2025.09.03 04:13:14.050437 [ 4 ] {cbd03726-91e3-4759-9266-94fefd545be9} TCPHandler: Processed in 0.001353609 sec. 2025.09.03 04:13:14.050558 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:14.050660 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:14.050704 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:14.051127 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.051161 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.051509 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.03 04:13:14.051732 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.051860 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.09.03 04:13:14.051897 [ 4 ] {695f0cf6-ff84-4a12-ad42-66e8bbb52048} TCPHandler: Processed in 0.00139087 sec. 2025.09.03 04:13:14.052115 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:14.052294 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:14.052387 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} 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.09.03 04:13:14.053390 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.053432 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.053967 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.09.03 04:13:14.054187 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.054297 [ 37 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.09.03 04:13:14.054325 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} executeQuery: Read 15 rows, 27.52 KiB in 0.002083 sec., 7201.152184349495 rows/sec., 12.90 MiB/sec. 2025.09.03 04:13:14.054336 [ 37 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.054360 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.054435 [ 4 ] {e6f24471-e681-4741-a1bb-878d4e8d1156} TCPHandler: Processed in 0.002441087 sec. 2025.09.03 04:13:14.054483 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.09.03 04:13:14.054555 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:14.054660 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:14.054707 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:14.054772 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:14.054864 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2025 rows starting from the beginning of the part 2025.09.03 04:13:14.055044 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:14.055075 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:14.055117 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:14.055168 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:14.055289 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:14.055397 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:14.055469 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.03 04:13:14.055497 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:14.055703 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.055850 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2025.09.03 04:13:14.055888 [ 4 ] {5df579f5-d8bd-4a4b-88d5-bf44998a593a} TCPHandler: Processed in 0.00138825 sec. 2025.09.03 04:13:14.062586 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 19 columns (19 merged, 0 gathered) in 0.008166349 sec., 259846.84220573967 rows/sec., 465.63 MiB/sec. 2025.09.03 04:13:14.064434 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.09.03 04:13:14.064768 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:14.064839 [ 196 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_106_21} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.09.03 04:13:14.064976 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.95 MiB. 2025.09.03 04:13:15.121158 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:15.121220 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:15.123652 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:16.896274 [ 33 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:13:16.896345 [ 33 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:13:17.104401 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977 2025.09.03 04:13:17.104929 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:17.104964 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:17.105446 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:13:17.105691 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:17.105816 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977 2025.09.03 04:13:18.969600 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.09.03 04:13:18.988821 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:18.988886 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:18.995334 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.09.03 04:13:18.996103 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:18.999909 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.09.03 04:13:19.046653 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:19.046835 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:19.046908 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:19.047616 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:19.047662 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:19.048130 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.03 04:13:19.048369 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:19.048523 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} executeQuery: Read 108 rows, 9.27 KiB in 0.001738 sec., 62140.391254315306 rows/sec., 5.21 MiB/sec. 2025.09.03 04:13:19.048575 [ 4 ] {5f3fe580-73f1-4611-b1f1-28fd232e48ec} TCPHandler: Processed in 0.002055085 sec. 2025.09.03 04:13:19.048699 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:19.048797 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:19.048839 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:19.049282 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:19.049320 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:19.049623 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.03 04:13:19.049915 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:19.050052 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} executeQuery: Read 26 rows, 1.96 KiB in 0.001275 sec., 20392.156862745098 rows/sec., 1.50 MiB/sec. 2025.09.03 04:13:19.050091 [ 4 ] {5224f584-768a-4ee6-880c-8a4197e995cb} TCPHandler: Processed in 0.00144298 sec. 2025.09.03 04:13:19.050199 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:19.050293 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:19.050333 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:19.050755 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:19.050791 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:19.051096 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.03 04:13:19.051314 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:19.051441 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} executeQuery: Read 90 rows, 7.20 KiB in 0.001165 sec., 77253.21888412017 rows/sec., 6.03 MiB/sec. 2025.09.03 04:13:19.051483 [ 4 ] {514445e9-399c-4160-a210-829ca71df555} TCPHandler: Processed in 0.00133391 sec. 2025.09.03 04:13:19.051599 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:19.051693 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:19.051741 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:19.052170 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:19.052207 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:19.052557 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.03 04:13:19.052784 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:19.052919 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2025.09.03 04:13:19.052959 [ 4 ] {7548559a-2092-44ee-a184-4a99083bb882} TCPHandler: Processed in 0.00141173 sec. 2025.09.03 04:13:19.053069 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:19.053165 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:19.053221 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} 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.09.03 04:13:19.054069 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:19.054107 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:19.054657 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.09.03 04:13:19.054888 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:19.055033 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} executeQuery: Read 26 rows, 47.71 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 24.69 MiB/sec. 2025.09.03 04:13:19.055092 [ 4 ] {06cb9aaa-8472-4819-b7ea-1a93b24e1f76} TCPHandler: Processed in 0.002073055 sec. 2025.09.03 04:13:19.055204 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:19.055365 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:19.055407 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:19.055736 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:19.055772 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:19.056091 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.03 04:13:19.056318 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:19.056447 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.09.03 04:13:19.056483 [ 4 ] {1c67f116-75f9-4c16-a7a3-fc4c4ca81170} TCPHandler: Processed in 0.001328379 sec. 2025.09.03 04:13:19.963429 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:19.963484 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:19.966447 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:22.227785 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1538 2025.09.03 04:13:22.229962 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:22.230009 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:22.231170 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.03 04:13:22.231427 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:22.231582 [ 28 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.03 04:13:22.231644 [ 28 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:22.231663 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:22.231733 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1538 2025.09.03 04:13:22.231768 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.09.03 04:13:22.232289 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:22.232413 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1414 rows starting from the beginning of the part 2025.09.03 04:13:22.232743 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:22.233044 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part 2025.09.03 04:13:22.233366 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:22.233688 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part 2025.09.03 04:13:22.234009 [ 191 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2025.09.03 04:13:22.239901 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 72 columns (72 merged, 0 gathered) in 0.00817482 sec., 188138.6990783895 rows/sec., 142.35 MiB/sec. 2025.09.03 04:13:22.241565 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.03 04:13:22.242096 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:22.242167 [ 187 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_56_11} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.03 04:13:22.242329 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2025.09.03 04:13:24.072484 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.072687 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:13:24.072762 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:13:24.073420 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.073467 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.073862 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:13:24.074104 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.074258 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} executeQuery: Read 14 rows, 1.14 KiB in 0.001626 sec., 8610.086100861008 rows/sec., 702.09 KiB/sec. 2025.09.03 04:13:24.074302 [ 4 ] {76df0499-5600-421b-bcc5-b129e91ea370} TCPHandler: Processed in 0.001964424 sec. 2025.09.03 04:13:24.074445 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.074574 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:24.074625 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:24.075803 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.075842 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.076308 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.03 04:13:24.076556 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.076689 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} executeQuery: Read 1233 rows, 104.46 KiB in 0.002141 sec., 575899.1125642223 rows/sec., 47.65 MiB/sec. 2025.09.03 04:13:24.076729 [ 4 ] {b7da4d06-8ea5-4bc4-bb40-fa97c7b51c60} TCPHandler: Processed in 0.002349067 sec. 2025.09.03 04:13:24.076845 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.076942 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:24.076983 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:24.077393 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.077430 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.077738 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.03 04:13:24.077955 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.078088 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} executeQuery: Read 29 rows, 2.11 KiB in 0.001165 sec., 24892.703862660943 rows/sec., 1.76 MiB/sec. 2025.09.03 04:13:24.078128 [ 4 ] {2c6b2f41-d27c-46db-9347-4935a4bd8d56} TCPHandler: Processed in 0.00133439 sec. 2025.09.03 04:13:24.078233 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.078336 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:13:24.078377 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:13:24.078862 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.078899 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.079250 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.03 04:13:24.079465 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.079594 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} executeQuery: Read 228 rows, 15.81 KiB in 0.001277 sec., 178543.46123727487 rows/sec., 12.09 MiB/sec. 2025.09.03 04:13:24.079635 [ 4 ] {badf36ee-0382-46ef-8c89-01f4f2bbb394} TCPHandler: Processed in 0.001453591 sec. 2025.09.03 04:13:24.079745 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.079842 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:24.079882 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:24.080486 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.080523 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.080859 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.03 04:13:24.081088 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.081220 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} executeQuery: Read 549 rows, 41.75 KiB in 0.001398 sec., 392703.8626609442 rows/sec., 29.16 MiB/sec. 2025.09.03 04:13:24.081261 [ 4 ] {d9314545-f965-4a4d-9a1b-7f852446ea9c} TCPHandler: Processed in 0.001564421 sec. 2025.09.03 04:13:24.081374 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.081469 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:24.081514 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:24.082075 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.082112 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.082499 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.03 04:13:24.082718 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.082846 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} executeQuery: Read 851 rows, 58.66 KiB in 0.001395 sec., 610035.8422939068 rows/sec., 41.07 MiB/sec. 2025.09.03 04:13:24.082884 [ 4 ] {a3b4c75c-7ee6-419a-a635-448395dae50d} TCPHandler: Processed in 0.001560402 sec. 2025.09.03 04:13:24.082996 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.083092 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:24.083148 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} 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.09.03 04:13:24.083948 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.083984 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.084489 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.09.03 04:13:24.084702 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.084834 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} executeQuery: Read 15 rows, 27.52 KiB in 0.001814 sec., 8269.01874310915 rows/sec., 14.82 MiB/sec. 2025.09.03 04:13:24.084886 [ 4 ] {94ea9a67-9a03-4085-aac5-d3cf380abf93} TCPHandler: Processed in 0.001996455 sec. 2025.09.03 04:13:24.085063 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:24.085160 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:24.085202 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:24.085542 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.085579 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.085883 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.03 04:13:24.086120 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.086248 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.09.03 04:13:24.086285 [ 4 ] {0b75f6ed-5fd0-49cf-bf27-32d942809eee} TCPHandler: Processed in 0.001276699 sec. 2025.09.03 04:13:24.606155 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404 2025.09.03 04:13:24.606720 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:24.606766 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:24.607249 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:13:24.607479 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:24.607611 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 2025.09.03 04:13:24.608846 [ 222 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:24.608945 [ 222 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:24.611989 [ 222 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:24.979837 [ 223 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:24.979907 [ 223 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:24.983329 [ 223 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:26.500133 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.09.03 04:13:26.517311 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:26.517374 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:26.523254 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.09.03 04:13:26.523977 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:26.527224 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.09.03 04:13:29.047101 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:29.047370 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:29.047467 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:29.048351 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.048395 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.048806 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.03 04:13:29.049038 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.049193 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} executeQuery: Read 108 rows, 9.27 KiB in 0.001895 sec., 56992.08443271768 rows/sec., 4.78 MiB/sec. 2025.09.03 04:13:29.049194 [ 174 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.03 04:13:29.049237 [ 4 ] {ef4a635a-43e1-4438-a458-fb9585527703} TCPHandler: Processed in 0.002311407 sec. 2025.09.03 04:13:29.049273 [ 174 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.049302 [ 174 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.049379 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:29.049466 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.09.03 04:13:29.049482 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:29.049575 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:29.049677 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:29.049733 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1287 rows starting from the beginning of the part 2025.09.03 04:13:29.049833 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 108 rows starting from the beginning of the part 2025.09.03 04:13:29.049903 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 86 rows starting from the beginning of the part 2025.09.03 04:13:29.049969 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 108 rows starting from the beginning of the part 2025.09.03 04:13:29.049986 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.050030 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.050032 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:13:29.050093 [ 198 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 108 rows starting from the beginning of the part 2025.09.03 04:13:29.050403 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.03 04:13:29.050632 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.050774 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} executeQuery: Read 26 rows, 1.96 KiB in 0.001311 sec., 19832.18916857361 rows/sec., 1.46 MiB/sec. 2025.09.03 04:13:29.050814 [ 4 ] {e340c48c-4203-4281-bf26-0d85bdffa48a} TCPHandler: Processed in 0.00149593 sec. 2025.09.03 04:13:29.050917 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:29.051015 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:29.051064 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:29.051482 [ 197 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2930 rows, containing 5 columns (5 merged, 0 gathered) in 0.002100285 sec., 1395048.7671911193 rows/sec., 121.18 MiB/sec. 2025.09.03 04:13:29.051582 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.051630 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.051735 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.03 04:13:29.052020 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.03 04:13:29.052061 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.052132 [ 192 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_111_22} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.03 04:13:29.052217 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:13:29.052241 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.052355 [ 174 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.03 04:13:29.052368 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} executeQuery: Read 90 rows, 7.20 KiB in 0.001371 sec., 65645.51422319474 rows/sec., 5.13 MiB/sec. 2025.09.03 04:13:29.052388 [ 174 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.052413 [ 174 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.052415 [ 4 ] {e488b6ad-46f3-4de8-a63b-efa40f6ff0b0} TCPHandler: Processed in 0.001547491 sec. 2025.09.03 04:13:29.052484 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.09.03 04:13:29.052534 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:29.052574 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:29.052602 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 595 rows starting from the beginning of the part 2025.09.03 04:13:29.052634 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:29.052646 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 90 rows starting from the beginning of the part 2025.09.03 04:13:29.052685 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:29.052693 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 79 rows starting from the beginning of the part 2025.09.03 04:13:29.052742 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 90 rows starting from the beginning of the part 2025.09.03 04:13:29.052775 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 549 rows starting from the beginning of the part 2025.09.03 04:13:29.052811 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 90 rows starting from the beginning of the part 2025.09.03 04:13:29.053099 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.053139 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.053487 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.03 04:13:29.053705 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.053717 [ 192 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001263079 sec., 1182032.1610920615 rows/sec., 93.50 MiB/sec. 2025.09.03 04:13:29.053823 [ 174 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.03 04:13:29.053836 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.09.03 04:13:29.053858 [ 174 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.053872 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.03 04:13:29.053884 [ 174 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.053883 [ 4 ] {4259e440-3d8f-44e2-9616-5c01570c57be} TCPHandler: Processed in 0.00139742 sec. 2025.09.03 04:13:29.053987 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.09.03 04:13:29.054016 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:29.054115 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:29.054122 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:29.054135 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.054199 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} 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.09.03 04:13:29.054158 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 29638 rows starting from the beginning of the part 2025.09.03 04:13:29.054294 [ 198 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_111_22} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.03 04:13:29.054300 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:29.054365 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:29.054390 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.03 04:13:29.054416 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:29.054465 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 851 rows starting from the beginning of the part 2025.09.03 04:13:29.054509 [ 193 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:29.055071 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.055112 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.055678 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.09.03 04:13:29.055942 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.056089 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} executeQuery: Read 26 rows, 47.71 KiB in 0.001986 sec., 13091.641490433032 rows/sec., 23.46 MiB/sec. 2025.09.03 04:13:29.056162 [ 4 ] {715fd1e1-8405-4bc4-bf54-7f33f27d756f} TCPHandler: Processed in 0.002197266 sec. 2025.09.03 04:13:29.056273 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:29.056367 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:29.056410 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:29.056740 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.056776 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.057083 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.03 04:13:29.057297 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.057413 [ 174 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.03 04:13:29.057431 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.09.03 04:13:29.057443 [ 174 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:29.057471 [ 174 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.09.03 04:13:29.057475 [ 4 ] {2ff04095-29e3-4f1c-9869-7671dd081752} TCPHandler: Processed in 0.001252899 sec. 2025.09.03 04:13:29.057547 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.09.03 04:13:29.057629 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:29.057657 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6300 rows starting from the beginning of the part 2025.09.03 04:13:29.057709 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:29.057751 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:29.057787 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:29.057824 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:29.057859 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:29.060050 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002537608 sec., 2600874.5243552197 rows/sec., 175.28 MiB/sec. 2025.09.03 04:13:29.060469 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.03 04:13:29.060775 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.060857 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_111_22} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.03 04:13:29.060963 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.09.03 04:13:29.061023 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 31129 rows, containing 5 columns (5 merged, 0 gathered) in 0.007074801 sec., 4399982.416466555 rows/sec., 300.94 MiB/sec. 2025.09.03 04:13:29.061764 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.03 04:13:29.062125 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:29.062207 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_111_22} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.03 04:13:29.062318 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.09.03 04:13:31.896384 [ 27 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:13:31.896451 [ 27 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:13:32.107899 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892 2025.09.03 04:13:32.108465 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:32.108510 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:32.108997 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:13:32.109240 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:32.109372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892 2025.09.03 04:13:32.109415 [ 27 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:13:32.109493 [ 27 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:32.109517 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:32.109625 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:13:32.109758 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:32.109801 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part 2025.09.03 04:13:32.109871 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part 2025.09.03 04:13:32.109921 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part 2025.09.03 04:13:32.109967 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part 2025.09.03 04:13:32.110008 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part 2025.09.03 04:13:32.110052 [ 198 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part 2025.09.03 04:13:32.112414 [ 189 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.00284488 sec., 12264840.696268383 rows/sec., 175.45 MiB/sec. 2025.09.03 04:13:32.112714 [ 199 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:13:32.113007 [ 199 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:32.113078 [ 199 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_76_15} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:13:32.113258 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2025.09.03 04:13:32.232093 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1566 2025.09.03 04:13:32.234378 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:32.234413 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:32.235528 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.03 04:13:32.235781 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:32.236051 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1566 2025.09.03 04:13:34.027436 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.09.03 04:13:34.044644 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.044699 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.046513 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:34.046800 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:34.046907 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:34.047698 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.047737 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.048146 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.03 04:13:34.048382 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.048529 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} executeQuery: Read 86 rows, 7.39 KiB in 0.001808 sec., 47566.371681415934 rows/sec., 3.99 MiB/sec. 2025.09.03 04:13:34.048571 [ 4 ] {de4687f4-bda2-4938-9829-714eb07ad8af} TCPHandler: Processed in 0.002241326 sec. 2025.09.03 04:13:34.048693 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:34.048789 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:34.048830 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:34.049234 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.049268 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.049571 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.03 04:13:34.049793 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.049898 [ 13 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.03 04:13:34.049921 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} executeQuery: Read 15 rows, 1.13 KiB in 0.001151 sec., 13032.145960034753 rows/sec., 979.96 KiB/sec. 2025.09.03 04:13:34.049934 [ 13 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.049954 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.049960 [ 4 ] {d63ac31b-a032-4df8-bb6e-30d4fbb96e36} TCPHandler: Processed in 0.0013162 sec. 2025.09.03 04:13:34.050076 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:34.050119 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.09.03 04:13:34.050172 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:34.050226 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:34.050346 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:34.050409 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 57 rows starting from the beginning of the part 2025.09.03 04:13:34.050516 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:34.050595 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:34.050642 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.050654 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.09.03 04:13:34.050665 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 29 rows starting from the beginning of the part 2025.09.03 04:13:34.050689 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.050761 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:34.050837 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:34.051078 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.03 04:13:34.051350 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.051487 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} executeQuery: Read 79 rows, 6.32 KiB in 0.001333 sec., 59264.816204051014 rows/sec., 4.63 MiB/sec. 2025.09.03 04:13:34.051524 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.051525 [ 4 ] {11920fa3-bc3e-4cfd-8257-068aba5a75ae} TCPHandler: Processed in 0.001499091 sec. 2025.09.03 04:13:34.051664 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:34.051762 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:34.051800 [ 13 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.09.03 04:13:34.051806 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:34.051827 [ 13 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.051843 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.051853 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.001818023 sec., 92408.07184507567 rows/sec., 7.05 MiB/sec. 2025.09.03 04:13:34.051907 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.09.03 04:13:34.052033 [ 199 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.03 04:13:34.052222 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.052266 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.052316 [ 199 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.052391 [ 199 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_111_22} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.03 04:13:34.052482 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:13:34.052624 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.03 04:13:34.052835 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.052962 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.09.03 04:13:34.052999 [ 4 ] {613469da-0b9a-489f-a5b2-d4a61a593be3} TCPHandler: Processed in 0.001384879 sec. 2025.09.03 04:13:34.053037 [ 217 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.053082 [ 217 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.053108 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:34.053207 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:34.053263 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} 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.09.03 04:13:34.054051 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.054087 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.054625 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.09.03 04:13:34.054924 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.055064 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} executeQuery: Read 15 rows, 27.52 KiB in 0.001874 sec., 8004.268943436499 rows/sec., 14.34 MiB/sec. 2025.09.03 04:13:34.055120 [ 4 ] {d108cb9c-f5a1-4c55-9aa1-6b5c50bccad2} TCPHandler: Processed in 0.002061295 sec. 2025.09.03 04:13:34.055162 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.09.03 04:13:34.055231 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:34.055333 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:34.055376 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:34.055546 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:34.055703 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:34.055743 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:34.056050 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.03 04:13:34.056301 [ 217 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.056365 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.056556 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} executeQuery: Read 60 rows, 4.14 KiB in 0.00124 sec., 48387.096774193546 rows/sec., 3.26 MiB/sec. 2025.09.03 04:13:34.056608 [ 4 ] {1e2ace6a-8802-493a-b9ec-3bf7233009f7} TCPHandler: Processed in 0.001425381 sec. 2025.09.03 04:13:34.056948 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2025.09.03 04:13:34.061301 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2025.09.03 04:13:34.065747 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part 2025.09.03 04:13:34.070065 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2025.09.03 04:13:34.074638 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2025.09.03 04:13:34.078897 [ 194 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2025.09.03 04:13:34.134016 [ 189 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.082134205 sec., 6976.386999788943 rows/sec., 36.07 MiB/sec. 2025.09.03 04:13:34.136689 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.09.03 04:13:34.138623 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:34.138706 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_76_15} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.09.03 04:13:34.141043 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.09.03 04:13:34.430844 [ 217 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.430881 [ 217 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.434160 [ 217 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.464763 [ 220 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.464830 [ 220 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:34.468034 [ 220 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:35.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 339.75 MiB, peak 357.17 MiB, free memory in arenas 0.00 B, will set to 338.20 MiB (RSS), difference: -1.54 MiB 2025.09.03 04:13:35.078892 [ 222 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:35.078942 [ 222 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:35.081412 [ 222 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:39.047217 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.047419 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:13:39.047490 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:13:39.048136 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.048190 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.048593 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:13:39.048848 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.049015 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} executeQuery: Read 2 rows, 167.00 B in 0.001646 sec., 1215.0668286755772 rows/sec., 99.08 KiB/sec. 2025.09.03 04:13:39.049071 [ 4 ] {eba19f32-d620-4391-bf23-d5a4358b5bab} TCPHandler: Processed in 0.001988434 sec. 2025.09.03 04:13:39.049198 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.049304 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:39.049347 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:39.049821 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.049858 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.050202 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.03 04:13:39.050434 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.050568 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} executeQuery: Read 109 rows, 9.35 KiB in 0.001289 sec., 84561.67571761055 rows/sec., 7.08 MiB/sec. 2025.09.03 04:13:39.050608 [ 4 ] {8bf1abae-80e0-433d-bed2-4bcf78e8ab10} TCPHandler: Processed in 0.00146429 sec. 2025.09.03 04:13:39.050718 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.050815 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:39.050855 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:39.051264 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.051299 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.051604 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.03 04:13:39.051826 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.051955 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} executeQuery: Read 28 rows, 2.09 KiB in 0.00116 sec., 24137.931034482757 rows/sec., 1.76 MiB/sec. 2025.09.03 04:13:39.051993 [ 4 ] {5aa22d9a-7673-4413-816e-db041f3f75c8} TCPHandler: Processed in 0.001325459 sec. 2025.09.03 04:13:39.052047 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:39.052102 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:39.052111 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.052239 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:39.052289 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:39.052754 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.052795 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.053150 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.03 04:13:39.054151 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.054293 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} executeQuery: Read 92 rows, 7.36 KiB in 0.002078 sec., 44273.33974975938 rows/sec., 3.46 MiB/sec. 2025.09.03 04:13:39.054334 [ 4 ] {5df77fcd-54d7-49c7-a37b-31f3dd1f3a1f} TCPHandler: Processed in 0.002283456 sec. 2025.09.03 04:13:39.054447 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.054548 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:39.054595 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:39.055023 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.055062 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.055436 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.03 04:13:39.055458 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:39.055679 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.055821 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} executeQuery: Read 161 rows, 11.48 KiB in 0.001293 sec., 124516.6279969064 rows/sec., 8.67 MiB/sec. 2025.09.03 04:13:39.055861 [ 4 ] {e5c807f5-ff6d-4593-840b-02bc60f5c332} TCPHandler: Processed in 0.00146571 sec. 2025.09.03 04:13:39.055967 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.056065 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:39.056123 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} 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.09.03 04:13:39.056980 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.057015 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.057575 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.09.03 04:13:39.057811 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.057926 [ 45 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.09.03 04:13:39.057953 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} executeQuery: Read 26 rows, 47.71 KiB in 0.001906 sec., 13641.133263378804 rows/sec., 24.44 MiB/sec. 2025.09.03 04:13:39.057959 [ 45 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.057984 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.058008 [ 4 ] {3518af06-cc40-422a-a862-2f5485d3825f} TCPHandler: Processed in 0.002092855 sec. 2025.09.03 04:13:39.058090 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.09.03 04:13:39.058120 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:39.058221 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:39.058263 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:39.058319 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:39.058387 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2122 rows starting from the beginning of the part 2025.09.03 04:13:39.058522 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:39.058606 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.058633 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:39.058647 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.058754 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:39.058870 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:39.058977 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:39.058987 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.03 04:13:39.059233 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.059372 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} executeQuery: Read 60 rows, 4.14 KiB in 0.001171 sec., 51238.25789923143 rows/sec., 3.45 MiB/sec. 2025.09.03 04:13:39.059412 [ 4 ] {46442509-c2cf-4be8-9087-dc5040b56f2e} TCPHandler: Processed in 0.0013429 sec. 2025.09.03 04:13:39.066396 [ 195 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2230 rows, containing 19 columns (19 merged, 0 gathered) in 0.008348991 sec., 267098.1439553594 rows/sec., 478.63 MiB/sec. 2025.09.03 04:13:39.068319 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.09.03 04:13:39.068666 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.068733 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_111_22} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.09.03 04:13:39.068884 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.43 MiB. 2025.09.03 04:13:39.609661 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319 2025.09.03 04:13:39.610163 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:39.610207 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:39.610690 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:13:39.610931 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:39.611059 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 2025.09.03 04:13:41.555385 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.09.03 04:13:41.572283 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:41.572339 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:41.578378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.09.03 04:13:41.579095 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:41.582139 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.09.03 04:13:42.236438 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1592 2025.09.03 04:13:42.238734 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:42.238779 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:42.239922 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.03 04:13:42.240185 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:42.240457 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1592 2025.09.03 04:13:44.046525 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:44.046729 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:44.046806 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:44.047563 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:44.047620 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:44.048035 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.03 04:13:44.048278 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:44.048441 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} executeQuery: Read 86 rows, 7.39 KiB in 0.001767 sec., 48670.06225240521 rows/sec., 4.08 MiB/sec. 2025.09.03 04:13:44.048494 [ 4 ] {fe4d65cc-0d54-4f12-9cf4-198a7c712c88} TCPHandler: Processed in 0.002113995 sec. 2025.09.03 04:13:44.048625 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:44.048730 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:44.048776 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:44.049197 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:44.049236 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:44.049556 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.03 04:13:44.049775 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:44.049908 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} executeQuery: Read 15 rows, 1.13 KiB in 0.001203 sec., 12468.827930174562 rows/sec., 937.60 KiB/sec. 2025.09.03 04:13:44.049948 [ 4 ] {a393ade5-fb66-4a41-bfa2-cf88994af459} TCPHandler: Processed in 0.00137587 sec. 2025.09.03 04:13:44.050054 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:44.050151 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:44.050192 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:44.050614 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:44.050650 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:44.050950 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.03 04:13:44.051164 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:44.051291 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} executeQuery: Read 79 rows, 6.32 KiB in 0.00116 sec., 68103.44827586207 rows/sec., 5.32 MiB/sec. 2025.09.03 04:13:44.051330 [ 4 ] {963f96d9-73f9-43a8-b59d-48a9acb6443a} TCPHandler: Processed in 0.00132556 sec. 2025.09.03 04:13:44.051439 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:44.051534 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:44.051578 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:44.051978 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:44.052016 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:44.052343 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.03 04:13:44.052559 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:44.052696 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.09.03 04:13:44.052735 [ 4 ] {a8b69f46-0a4d-4a99-aee2-e1022089fa7c} TCPHandler: Processed in 0.00134536 sec. 2025.09.03 04:13:44.052835 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:44.052929 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:44.052985 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} 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.09.03 04:13:44.053782 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:44.053819 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:44.054347 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.09.03 04:13:44.054575 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:44.054717 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} executeQuery: Read 15 rows, 27.52 KiB in 0.001805 sec., 8310.249307479224 rows/sec., 14.89 MiB/sec. 2025.09.03 04:13:44.054788 [ 4 ] {1da251a6-db27-4a84-aaeb-a7a9dd927773} TCPHandler: Processed in 0.002001345 sec. 2025.09.03 04:13:44.054896 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:44.054991 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:44.055033 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:44.055360 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:44.055397 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:44.055704 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.03 04:13:44.055911 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:44.056041 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.09.03 04:13:44.056079 [ 4 ] {3d38b54e-997a-472e-957f-974d2088c59a} TCPHandler: Processed in 0.001232169 sec. 2025.09.03 04:13:45.265017 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:45.265098 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:45.267301 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:13:46.896491 [ 29 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:13:46.896564 [ 29 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:13:47.111340 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807 2025.09.03 04:13:47.111951 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:47.111989 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:47.112459 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:13:47.112683 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:47.112808 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807 2025.09.03 04:13:49.046828 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:49.047020 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:49.047104 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:49.047786 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.047831 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.048228 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.03 04:13:49.048449 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.048601 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} executeQuery: Read 108 rows, 9.27 KiB in 0.00163 sec., 66257.66871165644 rows/sec., 5.56 MiB/sec. 2025.09.03 04:13:49.048644 [ 4 ] {73bcd240-94a0-46e2-a553-e37a172b7b7d} TCPHandler: Processed in 0.001963065 sec. 2025.09.03 04:13:49.048770 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:49.048863 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:49.048902 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:49.049301 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.049335 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.049627 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.03 04:13:49.049847 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.049973 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} executeQuery: Read 26 rows, 1.96 KiB in 0.001128 sec., 23049.64539007092 rows/sec., 1.69 MiB/sec. 2025.09.03 04:13:49.050009 [ 4 ] {637be2c5-ba16-40ab-8882-6937ea6fa262} TCPHandler: Processed in 0.001288839 sec. 2025.09.03 04:13:49.050116 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:49.050207 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:49.050246 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:49.050661 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.050694 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.050996 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.03 04:13:49.051201 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.051322 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} executeQuery: Read 90 rows, 7.20 KiB in 0.001133 sec., 79435.12797881731 rows/sec., 6.20 MiB/sec. 2025.09.03 04:13:49.051359 [ 4 ] {f8bdf174-aba8-456b-a6cd-8efedbc1c350} TCPHandler: Processed in 0.001290219 sec. 2025.09.03 04:13:49.051470 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:49.051562 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:49.051605 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:49.052029 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.052065 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.052411 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.03 04:13:49.052627 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.052763 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.09.03 04:13:49.052802 [ 4 ] {12e81385-5443-4efc-a27c-ce33fcf30e3b} TCPHandler: Processed in 0.00137841 sec. 2025.09.03 04:13:49.052917 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:49.053014 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:49.053073 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} 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.09.03 04:13:49.053916 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.053952 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.054495 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.09.03 04:13:49.054729 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.054865 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} executeQuery: Read 26 rows, 47.71 KiB in 0.00187 sec., 13903.743315508022 rows/sec., 24.91 MiB/sec. 2025.09.03 04:13:49.054941 [ 4 ] {512c5c8e-9735-4a14-90fa-2f296a79b48f} TCPHandler: Processed in 0.002072665 sec. 2025.09.03 04:13:49.055074 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:49.055171 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:49.055213 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:49.055568 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.055603 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.055915 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.03 04:13:49.056122 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.056246 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.09.03 04:13:49.056282 [ 4 ] {dd3cb79b-aa31-4d1c-b282-56f32c8b817b} TCPHandler: Processed in 0.001264759 sec. 2025.09.03 04:13:49.082360 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.09.03 04:13:49.101115 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:49.101183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:49.107397 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.09.03 04:13:49.108100 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:49.111449 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.09.03 04:13:52.240872 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1616 2025.09.03 04:13:52.243618 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:52.243658 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:52.244828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.03 04:13:52.245080 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:52.245291 [ 219 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:52.245338 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1616 2025.09.03 04:13:52.245347 [ 219 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:52.248943 [ 219 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.09.03 04:13:54.072855 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.073036 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:54.073101 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:54.074239 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.074283 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.074754 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.03 04:13:54.074979 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.075135 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} executeQuery: Read 1226 rows, 103.95 KiB in 0.002148 sec., 570763.5009310987 rows/sec., 47.26 MiB/sec. 2025.09.03 04:13:54.075149 [ 48 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.03 04:13:54.075176 [ 4 ] {a07fc573-5c24-4bcf-b84d-f6bd733d1dd1} TCPHandler: Processed in 0.002450728 sec. 2025.09.03 04:13:54.075221 [ 48 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.075252 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.075319 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.075433 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:54.075480 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:54.075526 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.09.03 04:13:54.075689 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:54.075729 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1287 rows starting from the beginning of the part 2025.09.03 04:13:54.075810 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 86 rows starting from the beginning of the part 2025.09.03 04:13:54.075863 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 109 rows starting from the beginning of the part 2025.09.03 04:13:54.075913 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.075926 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 86 rows starting from the beginning of the part 2025.09.03 04:13:54.075957 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.075989 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 108 rows starting from the beginning of the part 2025.09.03 04:13:54.076041 [ 189 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1226 rows starting from the beginning of the part 2025.09.03 04:13:54.076297 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.03 04:13:54.076537 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.076672 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} executeQuery: Read 15 rows, 1.13 KiB in 0.001258 sec., 11923.688394276629 rows/sec., 896.61 KiB/sec. 2025.09.03 04:13:54.076710 [ 4 ] {2ebfea33-151f-4b98-8c01-8309128d1979} TCPHandler: Processed in 0.00143964 sec. 2025.09.03 04:13:54.076825 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.076934 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:13:54.076974 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:13:54.077457 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.077493 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.077537 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2902 rows, containing 5 columns (5 merged, 0 gathered) in 0.002082855 sec., 1393279.897064366 rows/sec., 121.05 MiB/sec. 2025.09.03 04:13:54.077792 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.03 04:13:54.077829 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.03 04:13:54.078123 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.078168 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.078250 [ 187 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_116_23} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.03 04:13:54.078253 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} executeQuery: Read 228 rows, 15.81 KiB in 0.001337 sec., 170531.03964098726 rows/sec., 11.55 MiB/sec. 2025.09.03 04:13:54.078302 [ 4 ] {55036edc-65ae-4b12-b7ac-ffa65a3334ee} TCPHandler: Processed in 0.001523711 sec. 2025.09.03 04:13:54.078361 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:13:54.078416 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.078514 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:54.078552 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:54.079104 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.079139 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.079469 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.03 04:13:54.079674 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.079779 [ 52 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.03 04:13:54.079796 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} executeQuery: Read 535 rows, 40.61 KiB in 0.0013 sec., 411538.46153846156 rows/sec., 30.50 MiB/sec. 2025.09.03 04:13:54.079817 [ 52 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.079839 [ 4 ] {b00af7b2-870b-47dc-b9bf-110b4fa6600b} TCPHandler: Processed in 0.001470341 sec. 2025.09.03 04:13:54.079842 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.079947 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.09.03 04:13:54.079958 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.080058 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:54.080066 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:54.080100 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 595 rows starting from the beginning of the part 2025.09.03 04:13:54.080122 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:54.080161 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 79 rows starting from the beginning of the part 2025.09.03 04:13:54.080210 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 92 rows starting from the beginning of the part 2025.09.03 04:13:54.080252 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 79 rows starting from the beginning of the part 2025.09.03 04:13:54.080292 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 90 rows starting from the beginning of the part 2025.09.03 04:13:54.080332 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 535 rows starting from the beginning of the part 2025.09.03 04:13:54.080668 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.080710 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.081104 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.03 04:13:54.081311 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.081398 [ 189 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482561 sec., 991527.4986998849 rows/sec., 78.37 MiB/sec. 2025.09.03 04:13:54.081416 [ 52 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.03 04:13:54.081435 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} executeQuery: Read 844 rows, 58.17 KiB in 0.001387 sec., 608507.570295602 rows/sec., 40.96 MiB/sec. 2025.09.03 04:13:54.081455 [ 52 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.081511 [ 4 ] {de6a6691-5695-4788-82b0-d83010a78ce3} TCPHandler: Processed in 0.001599352 sec. 2025.09.03 04:13:54.081512 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.081588 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.03 04:13:54.081600 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.09.03 04:13:54.081643 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.081696 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:54.081731 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 31129 rows starting from the beginning of the part 2025.09.03 04:13:54.081742 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:54.081791 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:54.081803 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} 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.09.03 04:13:54.081842 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 161 rows starting from the beginning of the part 2025.09.03 04:13:54.081868 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.081886 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:54.081928 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2025.09.03 04:13:54.081934 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_116_23} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.03 04:13:54.081968 [ 187 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 844 rows starting from the beginning of the part 2025.09.03 04:13:54.082027 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:13:54.082589 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.082630 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.083176 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.09.03 04:13:54.083405 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.083543 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} executeQuery: Read 15 rows, 27.52 KiB in 0.001819 sec., 8246.289169873557 rows/sec., 14.78 MiB/sec. 2025.09.03 04:13:54.083596 [ 4 ] {0ead13a3-97bf-47a9-a50f-085ee7493003} TCPHandler: Processed in 0.002000094 sec. 2025.09.03 04:13:54.083716 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:54.083849 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:54.083903 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:54.084267 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.084303 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.084633 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.03 04:13:54.084850 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.084962 [ 52 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.03 04:13:54.084980 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2025.09.03 04:13:54.084994 [ 52 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.085019 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.085023 [ 4 ] {5aa9f356-267f-4bf9-95ff-f63bfbbdf382} TCPHandler: Processed in 0.00136663 sec. 2025.09.03 04:13:54.085095 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.09.03 04:13:54.085198 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:54.085226 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6600 rows starting from the beginning of the part 2025.09.03 04:13:54.085274 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:54.085310 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:54.085344 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:54.085376 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:54.085411 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2025.09.03 04:13:54.087437 [ 186 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6900 rows, containing 4 columns (4 merged, 0 gathered) in 0.002374987 sec., 2905279.0604748577 rows/sec., 195.80 MiB/sec. 2025.09.03 04:13:54.087850 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.03 04:13:54.088023 [ 186 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 32614 rows, containing 5 columns (5 merged, 0 gathered) in 0.006451617 sec., 5055166.7899690885 rows/sec., 345.74 MiB/sec. 2025.09.03 04:13:54.088121 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.088192 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_116_23} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.03 04:13:54.088283 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.09.03 04:13:54.088540 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.03 04:13:54.088823 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.088903 [ 197 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_116_23} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.03 04:13:54.089004 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.09.03 04:13:54.613131 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234 2025.09.03 04:13:54.613932 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:54.614007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:54.614518 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:13:54.614764 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:54.614903 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 2025.09.03 04:13:56.611667 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.09.03 04:13:56.630172 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:56.630230 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:56.636366 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.09.03 04:13:56.637058 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:56.640319 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.09.03 04:13:59.048285 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:59.048575 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:13:59.048679 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:13:59.049571 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.049615 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.050013 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.03 04:13:59.050232 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.050376 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} executeQuery: Read 108 rows, 9.27 KiB in 0.001917 sec., 56338.028169014084 rows/sec., 4.72 MiB/sec. 2025.09.03 04:13:59.050416 [ 4 ] {2a48428b-b7ac-4000-aacd-a4275d37e7af} TCPHandler: Processed in 0.002333717 sec. 2025.09.03 04:13:59.050529 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:59.050620 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:13:59.050659 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:13:59.051116 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.051153 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.051461 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.03 04:13:59.051673 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.051804 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} executeQuery: Read 26 rows, 1.96 KiB in 0.001147 sec., 22667.829119442024 rows/sec., 1.66 MiB/sec. 2025.09.03 04:13:59.051800 [ 75 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.03 04:13:59.051844 [ 4 ] {c9df6b78-01c2-46cb-b098-f89ddb8be634} TCPHandler: Processed in 0.001316689 sec. 2025.09.03 04:13:59.051883 [ 75 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.051909 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.051991 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:59.051998 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.09.03 04:13:59.052098 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:13:59.052114 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:13:59.052125 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 57 rows starting from the beginning of the part 2025.09.03 04:13:59.052163 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:13:59.052186 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 28 rows starting from the beginning of the part 2025.09.03 04:13:59.052233 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:59.052282 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:59.052328 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 15 rows starting from the beginning of the part 2025.09.03 04:13:59.052374 [ 200 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 26 rows starting from the beginning of the part 2025.09.03 04:13:59.052703 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.052744 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.053126 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.03 04:13:59.053250 [ 186 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.001280749 sec., 130392.45004290457 rows/sec., 10.00 MiB/sec. 2025.09.03 04:13:59.053360 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.053413 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.03 04:13:59.053489 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} executeQuery: Read 90 rows, 7.20 KiB in 0.0014 sec., 64285.71428571429 rows/sec., 5.02 MiB/sec. 2025.09.03 04:13:59.053526 [ 4 ] {e6a237c9-65f1-4118-8b0f-a6d4d6c2f768} TCPHandler: Processed in 0.001593901 sec. 2025.09.03 04:13:59.053569 [ 220 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:13:59.053595 [ 220 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:13:59.053632 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:59.053696 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.053725 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:59.053764 [ 192 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_116_23} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.03 04:13:59.053768 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:13:59.053829 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.03 04:13:59.054165 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.054199 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.054523 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.03 04:13:59.054729 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.054856 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2025.09.03 04:13:59.054891 [ 4 ] {022a95c4-add3-4480-8272-6394b1472dd8} TCPHandler: Processed in 0.001306899 sec. 2025.09.03 04:13:59.054999 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:59.055104 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:13:59.055160 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} 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.09.03 04:13:59.055997 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.056036 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.056158 [ 220 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:13:59.056594 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.09.03 04:13:59.056831 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.056972 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} executeQuery: Read 26 rows, 47.71 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 24.69 MiB/sec. 2025.09.03 04:13:59.057029 [ 4 ] {e52d3cb8-0282-4736-8aba-e97e2588b00e} TCPHandler: Processed in 0.002080965 sec. 2025.09.03 04:13:59.057137 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:13:59.057232 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:13:59.057274 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:13:59.057606 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:13:59.057644 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:13:59.057957 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.03 04:13:59.058186 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:13:59.058316 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.09.03 04:13:59.058354 [ 4 ] {f0d38d8d-1054-4d39-b15d-321a2e4a5848} TCPHandler: Processed in 0.001267589 sec. 2025.09.03 04:13:59.058388 [ 224 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:13:59.058417 [ 224 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:13:59.061466 [ 224 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:00.085535 [ 225 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:00.085591 [ 225 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:00.088637 [ 225 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:00.115076 [ 219 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:00.115136 [ 219 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:00.118003 [ 219 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:01.896816 [ 82 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:14:01.896884 [ 82 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:14:02.001990 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001664502 sec. 2025.09.03 04:14:02.115156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722 2025.09.03 04:14:02.115752 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:02.115802 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:02.116353 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:14:02.116584 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:02.116718 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722 2025.09.03 04:14:02.245702 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1642 2025.09.03 04:14:02.248340 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:02.248390 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:02.249567 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.03 04:14:02.249827 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:02.250095 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1642 2025.09.03 04:14:02.730623 [ 217 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:02.730702 [ 217 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:02.734082 [ 217 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:03.000154 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 335.76 MiB, peak 357.17 MiB, free memory in arenas 0.00 B, will set to 339.74 MiB (RSS), difference: 3.99 MiB 2025.09.03 04:14:03.441829 [ 220 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:03.441889 [ 220 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:03.445017 [ 220 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:04.046861 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:04.047057 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:04.047127 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:04.047857 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.047896 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.048286 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.03 04:14:04.048509 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.048654 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} executeQuery: Read 86 rows, 7.39 KiB in 0.001652 sec., 52058.111380145274 rows/sec., 4.37 MiB/sec. 2025.09.03 04:14:04.048696 [ 4 ] {586a17e4-f9d7-4fcf-a902-c203904ffcc7} TCPHandler: Processed in 0.001973494 sec. 2025.09.03 04:14:04.048822 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:04.048938 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:04.048977 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:04.049416 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.049450 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.049734 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.03 04:14:04.049935 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.050056 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} executeQuery: Read 15 rows, 1.13 KiB in 0.001138 sec., 13181.019332161688 rows/sec., 991.15 KiB/sec. 2025.09.03 04:14:04.050100 [ 4 ] {0ee341d1-4b3a-4e03-805c-091c85394aef} TCPHandler: Processed in 0.001328889 sec. 2025.09.03 04:14:04.050217 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:04.050321 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:04.050360 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:04.050780 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.050813 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.051107 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.03 04:14:04.051319 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.051437 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} executeQuery: Read 79 rows, 6.32 KiB in 0.001135 sec., 69603.52422907489 rows/sec., 5.43 MiB/sec. 2025.09.03 04:14:04.051483 [ 4 ] {74cda49f-a27f-437c-bbf4-b898512d6360} TCPHandler: Processed in 0.001311789 sec. 2025.09.03 04:14:04.051600 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:04.051700 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:04.051742 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:04.052164 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.052199 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.052529 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.03 04:14:04.052735 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.052865 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.09.03 04:14:04.052911 [ 4 ] {4c4ffb28-78e5-4d28-a414-e3673f80f4cc} TCPHandler: Processed in 0.00135853 sec. 2025.09.03 04:14:04.053020 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:04.053121 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:04.053175 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} 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.09.03 04:14:04.053935 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.053969 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.054481 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.09.03 04:14:04.054696 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.054826 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} executeQuery: Read 15 rows, 27.52 KiB in 0.001723 sec., 8705.745792222868 rows/sec., 15.60 MiB/sec. 2025.09.03 04:14:04.054824 [ 73 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.09.03 04:14:04.054881 [ 4 ] {8d63c341-d73c-439e-ac4b-d1c82bfd9b7b} TCPHandler: Processed in 0.001909414 sec. 2025.09.03 04:14:04.054882 [ 73 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.054912 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.054991 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:04.055052 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.09.03 04:14:04.055085 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:04.055147 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:04.055348 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:04.055419 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2230 rows starting from the beginning of the part 2025.09.03 04:14:04.055489 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.055528 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:04.055572 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:04.055701 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:04.055809 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:04.055846 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.03 04:14:04.055916 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:04.056025 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:04.056074 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.056208 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2025.09.03 04:14:04.056244 [ 4 ] {a5fe49fa-abd6-41fd-b0d2-a466c163781e} TCPHandler: Processed in 0.00130181 sec. 2025.09.03 04:14:04.064591 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2327 rows, containing 19 columns (19 merged, 0 gathered) in 0.009597089 sec., 242469.35711443337 rows/sec., 434.49 MiB/sec. 2025.09.03 04:14:04.066194 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.09.03 04:14:04.066541 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.066621 [ 193 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_116_23} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.09.03 04:14:04.066740 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.52 MiB. 2025.09.03 04:14:04.140439 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.09.03 04:14:04.159119 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:04.159183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:04.165577 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.09.03 04:14:04.166299 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:04.169440 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.09.03 04:14:04.786473 [ 225 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:04.786524 [ 225 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:04.789238 [ 225 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:05.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 340.77 MiB, peak 358.70 MiB, free memory in arenas 0.00 B, will set to 342.71 MiB (RSS), difference: 1.95 MiB 2025.09.03 04:14:09.047704 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:09.047924 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:09.048001 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:09.048752 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.048805 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.049219 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.03 04:14:09.049447 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.049604 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} executeQuery: Read 108 rows, 9.27 KiB in 0.001735 sec., 62247.8386167147 rows/sec., 5.22 MiB/sec. 2025.09.03 04:14:09.049658 [ 4 ] {7c8efa60-f61c-49c7-82a9-bd20ce2e787a} TCPHandler: Processed in 0.002100665 sec. 2025.09.03 04:14:09.049786 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:09.049891 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:09.049935 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:09.050358 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.050393 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.050699 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.03 04:14:09.050916 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.051047 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} executeQuery: Read 26 rows, 1.96 KiB in 0.00118 sec., 22033.898305084746 rows/sec., 1.62 MiB/sec. 2025.09.03 04:14:09.051087 [ 4 ] {f66a794c-0a44-4319-b91e-88ed005b176c} TCPHandler: Processed in 0.001354979 sec. 2025.09.03 04:14:09.051197 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:09.051301 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:09.051342 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:09.051778 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.051813 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.052132 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.03 04:14:09.052351 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.052475 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} executeQuery: Read 90 rows, 7.20 KiB in 0.001196 sec., 75250.83612040133 rows/sec., 5.88 MiB/sec. 2025.09.03 04:14:09.052513 [ 4 ] {75ad4959-7f31-449d-8d0f-a8c273b00981} TCPHandler: Processed in 0.00136537 sec. 2025.09.03 04:14:09.052620 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:09.052712 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:09.052755 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:09.053158 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.053192 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.053514 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.03 04:14:09.053716 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.053839 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2025.09.03 04:14:09.053875 [ 4 ] {3c177caf-ba36-4355-a914-5b5a06f7a61e} TCPHandler: Processed in 0.00130268 sec. 2025.09.03 04:14:09.053983 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:09.054082 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:09.054138 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} 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.09.03 04:14:09.054988 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.055024 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.055576 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.09.03 04:14:09.055811 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.055955 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} executeQuery: Read 26 rows, 47.71 KiB in 0.001891 sec., 13749.338974087783 rows/sec., 24.64 MiB/sec. 2025.09.03 04:14:09.056012 [ 4 ] {ea882325-3dd6-4abf-9eef-aa21235b0830} TCPHandler: Processed in 0.002080585 sec. 2025.09.03 04:14:09.056124 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:09.056221 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:09.056263 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:09.056599 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.056634 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.056951 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.03 04:14:09.057176 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.057306 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.09.03 04:14:09.057343 [ 4 ] {f0d0359c-a1b6-4f30-abb0-9becc646fff6} TCPHandler: Processed in 0.00126942 sec. 2025.09.03 04:14:09.616832 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149 2025.09.03 04:14:09.617395 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.617435 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.617919 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:14:09.618162 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.618289 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 2025.09.03 04:14:09.618293 [ 157 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:14:09.618340 [ 157 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:09.618362 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.09.03 04:14:09.618494 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:14:09.618638 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:09.618679 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part 2025.09.03 04:14:09.618744 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part 2025.09.03 04:14:09.618791 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part 2025.09.03 04:14:09.618835 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part 2025.09.03 04:14:09.618874 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part 2025.09.03 04:14:09.618917 [ 190 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part 2025.09.03 04:14:09.621407 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.002971161 sec., 12503193.196195023 rows/sec., 178.86 MiB/sec. 2025.09.03 04:14:09.621666 [ 202 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:14:09.621927 [ 202 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:09.621998 [ 202 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_81_16} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:14:09.622079 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.09.03 04:14:10.066348 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:10.066403 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:10.069062 [ 225 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:11.669481 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.09.03 04:14:11.688053 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:11.688110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:11.694234 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.09.03 04:14:11.694975 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:11.695248 [ 154 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.09.03 04:14:11.695316 [ 154 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:11.695340 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:11.695465 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.09.03 04:14:11.699025 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.09.03 04:14:11.699291 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:11.700756 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2025.09.03 04:14:11.705202 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2025.09.03 04:14:11.709853 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2025.09.03 04:14:11.714374 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2025.09.03 04:14:11.719400 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2025.09.03 04:14:11.724134 [ 196 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2025.09.03 04:14:11.780974 [ 186 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.08556867 sec., 7128.777390135899 rows/sec., 36.86 MiB/sec. 2025.09.03 04:14:11.783855 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.09.03 04:14:11.785864 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:11.785951 [ 199 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_81_16} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.09.03 04:14:11.788631 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.09.03 04:14:12.000147 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 343.77 MiB, peak 361.19 MiB, free memory in arenas 0.00 B, will set to 342.71 MiB (RSS), difference: -1.06 MiB 2025.09.03 04:14:12.250285 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1666 2025.09.03 04:14:12.252494 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:12.252542 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:12.253697 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.03 04:14:12.253954 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:12.254104 [ 155 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.03 04:14:12.254147 [ 155 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:12.254171 [ 155 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:12.254210 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1666 2025.09.03 04:14:12.254276 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.03 04:14:12.254888 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:12.255050 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1538 rows starting from the beginning of the part 2025.09.03 04:14:12.255449 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part 2025.09.03 04:14:12.255771 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:12.256095 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part 2025.09.03 04:14:12.256418 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:12.256722 [ 186 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2025.09.03 04:14:12.263096 [ 188 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1666 rows, containing 72 columns (72 merged, 0 gathered) in 0.008864494 sec., 187940.7894009517 rows/sec., 141.50 MiB/sec. 2025.09.03 04:14:12.264765 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.03 04:14:12.265358 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:12.265434 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_61_12} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.03 04:14:12.265687 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.09.03 04:14:14.048215 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:14.048503 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:14.048592 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:14.049316 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:14.049366 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:14.049775 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.03 04:14:14.050006 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:14.050168 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} executeQuery: Read 86 rows, 7.39 KiB in 0.001743 sec., 49340.21801491681 rows/sec., 4.14 MiB/sec. 2025.09.03 04:14:14.050218 [ 4 ] {61a8046d-9a8a-4c08-a414-db5263967be5} TCPHandler: Processed in 0.002193056 sec. 2025.09.03 04:14:14.050381 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:14.050482 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:14.050525 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:14.050982 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:14.051019 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:14.051327 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.03 04:14:14.051534 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:14.051665 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} executeQuery: Read 15 rows, 1.13 KiB in 0.001206 sec., 12437.810945273632 rows/sec., 935.27 KiB/sec. 2025.09.03 04:14:14.051704 [ 4 ] {b0f7ae23-54b5-4fdc-b5c1-411bc0a31fd7} TCPHandler: Processed in 0.00138719 sec. 2025.09.03 04:14:14.051821 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:14.051924 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:14.051964 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:14.052413 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:14.052449 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:14.052749 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.03 04:14:14.052952 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:14.053078 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} executeQuery: Read 79 rows, 6.32 KiB in 0.001173 sec., 67348.67860187554 rows/sec., 5.26 MiB/sec. 2025.09.03 04:14:14.053115 [ 4 ] {30f1ed81-c4a4-4b3b-9278-25f32fa20bb2} TCPHandler: Processed in 0.001346409 sec. 2025.09.03 04:14:14.053231 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:14.053332 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:14.053375 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:14.053793 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:14.053834 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:14.054160 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.03 04:14:14.054370 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:14.054497 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.09.03 04:14:14.054533 [ 4 ] {68f4ea1a-2906-47d1-ba4c-80829f297120} TCPHandler: Processed in 0.001349619 sec. 2025.09.03 04:14:14.054634 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:14.054735 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:14.054788 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} 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.09.03 04:14:14.055598 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:14.055635 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:14.056150 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.09.03 04:14:14.056377 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:14.056516 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} executeQuery: Read 15 rows, 27.52 KiB in 0.001798 sec., 8342.602892102337 rows/sec., 14.95 MiB/sec. 2025.09.03 04:14:14.056584 [ 4 ] {5bf64a6a-1bb5-4ea5-8d12-72fa9e8f185f} TCPHandler: Processed in 0.001997414 sec. 2025.09.03 04:14:14.056687 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:14.056791 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:14.056832 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:14.057157 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:14.057193 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:14.057488 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.03 04:14:14.057694 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:14.057820 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.09.03 04:14:14.057856 [ 4 ] {158d287d-8996-4522-a0da-100fd9c677f6} TCPHandler: Processed in 0.001216628 sec. 2025.09.03 04:14:16.897134 [ 127 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:14:16.897205 [ 127 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:14:17.118404 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637 2025.09.03 04:14:17.118962 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:17.119014 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:17.119496 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:14:17.119720 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:17.119848 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637 2025.09.03 04:14:19.047490 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:19.047675 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:19.047742 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:19.048478 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.048530 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.048946 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.03 04:14:19.049182 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.049324 [ 150 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.03 04:14:19.049341 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} executeQuery: Read 108 rows, 9.27 KiB in 0.001716 sec., 62937.06293706293 rows/sec., 5.28 MiB/sec. 2025.09.03 04:14:19.049400 [ 150 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.049420 [ 4 ] {153f6950-b296-4c41-b662-f81ca460bc8d} TCPHandler: Processed in 0.002063375 sec. 2025.09.03 04:14:19.049429 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.049551 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.09.03 04:14:19.049556 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:19.049691 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:19.049696 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:19.049744 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1287 rows starting from the beginning of the part 2025.09.03 04:14:19.049772 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:19.049822 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 108 rows starting from the beginning of the part 2025.09.03 04:14:19.049885 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 86 rows starting from the beginning of the part 2025.09.03 04:14:19.049941 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 108 rows starting from the beginning of the part 2025.09.03 04:14:19.049986 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 86 rows starting from the beginning of the part 2025.09.03 04:14:19.050036 [ 186 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 108 rows starting from the beginning of the part 2025.09.03 04:14:19.050215 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.050260 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.050605 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.03 04:14:19.050853 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.050995 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} executeQuery: Read 26 rows, 1.96 KiB in 0.001323 sec., 19652.30536659108 rows/sec., 1.44 MiB/sec. 2025.09.03 04:14:19.051035 [ 4 ] {9b22729d-6d37-4df0-85c7-7e30f08ebe29} TCPHandler: Processed in 0.001533011 sec. 2025.09.03 04:14:19.051145 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:19.051244 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:19.051265 [ 188 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1783 rows, containing 5 columns (5 merged, 0 gathered) in 0.001764453 sec., 1010511.472960742 rows/sec., 88.04 MiB/sec. 2025.09.03 04:14:19.051286 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:19.051502 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.03 04:14:19.051735 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.051779 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.051827 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.051921 [ 191 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_121_24} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.03 04:14:19.052038 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.09.03 04:14:19.052113 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.03 04:14:19.052343 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.052469 [ 151 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.03 04:14:19.052474 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} executeQuery: Read 90 rows, 7.20 KiB in 0.00125 sec., 72000 rows/sec., 5.62 MiB/sec. 2025.09.03 04:14:19.052541 [ 151 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.052564 [ 4 ] {3389e41e-6556-4c64-a6a5-884b2f92b338} TCPHandler: Processed in 0.001470611 sec. 2025.09.03 04:14:19.052569 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.052675 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.09.03 04:14:19.052681 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:19.052783 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:19.052797 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:19.052815 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 595 rows starting from the beginning of the part 2025.09.03 04:14:19.052849 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:19.052877 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 90 rows starting from the beginning of the part 2025.09.03 04:14:19.052929 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 79 rows starting from the beginning of the part 2025.09.03 04:14:19.052973 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 90 rows starting from the beginning of the part 2025.09.03 04:14:19.053016 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 79 rows starting from the beginning of the part 2025.09.03 04:14:19.053057 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 90 rows starting from the beginning of the part 2025.09.03 04:14:19.053271 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.053314 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.053659 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.03 04:14:19.053877 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.053960 [ 187 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1023 rows, containing 5 columns (5 merged, 0 gathered) in 0.001322999 sec., 773243.214847479 rows/sec., 61.75 MiB/sec. 2025.09.03 04:14:19.053996 [ 151 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 2 parts from all_1_116_23 to all_117_117_0 2025.09.03 04:14:19.054007 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.09.03 04:14:19.054035 [ 151 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.054065 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.054071 [ 4 ] {d9f8fabd-ca7b-440c-87b8-487f88c4b9a4} TCPHandler: Processed in 0.00143929 sec. 2025.09.03 04:14:19.054118 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.03 04:14:19.054133 [ 188 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} MergeTask::PrepareStage: Merging 2 parts: from all_1_116_23 to all_117_117_0 into Compact with storage Full 2025.09.03 04:14:19.054230 [ 188 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:19.054262 [ 188 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} MergeTreeSequentialSource: Reading 5 marks from part all_1_116_23, total 32614 rows starting from the beginning of the part 2025.09.03 04:14:19.054284 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:19.054325 [ 188 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:19.054390 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.054432 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:19.054482 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_121_24} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.03 04:14:19.054521 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} 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.09.03 04:14:19.054554 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.09.03 04:14:19.055548 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.055590 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.056214 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.09.03 04:14:19.056475 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.056629 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} executeQuery: Read 26 rows, 47.71 KiB in 0.002239 sec., 11612.326931665923 rows/sec., 20.81 MiB/sec. 2025.09.03 04:14:19.056761 [ 4 ] {351dcf8a-305f-4179-b81c-35da356b6931} TCPHandler: Processed in 0.002593269 sec. 2025.09.03 04:14:19.056879 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:19.056975 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:19.057019 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:19.057372 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.057410 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.057730 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.03 04:14:19.057952 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.058067 [ 151 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.03 04:14:19.058080 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2025.09.03 04:14:19.058103 [ 151 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.058126 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.058128 [ 4 ] {08b9b0b6-5a41-48bf-98d7-c690e2580c45} TCPHandler: Processed in 0.00130173 sec. 2025.09.03 04:14:19.058205 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.09.03 04:14:19.058315 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:19.058345 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6900 rows starting from the beginning of the part 2025.09.03 04:14:19.058401 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:19.058444 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:19.058481 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:19.058518 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:19.058555 [ 187 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:19.060068 [ 189 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} MergeTask::MergeProjectionsStage: Merge sorted 32774 rows, containing 5 columns (5 merged, 0 gathered) in 0.005958134 sec., 5500715.492467944 rows/sec., 376.24 MiB/sec. 2025.09.03 04:14:19.060242 [ 200 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) 2025.09.03 04:14:19.060504 [ 200 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.060569 [ 200 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_117_24} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 2 parts: [all_1_116_23, all_117_117_0] -> all_1_117_24 2025.09.03 04:14:19.060639 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.09.03 04:14:19.060973 [ 192 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7200 rows, containing 4 columns (4 merged, 0 gathered) in 0.00280335 sec., 2568355.7172668413 rows/sec., 173.09 MiB/sec. 2025.09.03 04:14:19.061417 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.03 04:14:19.061689 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.061762 [ 189 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_121_24} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.03 04:14:19.061833 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.09.03 04:14:19.199064 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.09.03 04:14:19.217137 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:19.217188 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:19.223112 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.09.03 04:14:19.223816 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:19.227621 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.09.03 04:14:20.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 343.82 MiB, peak 361.19 MiB, free memory in arenas 0.00 B, will set to 342.71 MiB (RSS), difference: -1.11 MiB 2025.09.03 04:14:22.254352 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1690 2025.09.03 04:14:22.256508 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:22.256554 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:22.257720 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.09.03 04:14:22.258000 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:22.258253 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1690 2025.09.03 04:14:24.074715 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.074999 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:14:24.075103 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:14:24.075960 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.076004 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.076376 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:14:24.076595 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.076748 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} executeQuery: Read 14 rows, 1.14 KiB in 0.001825 sec., 7671.232876712329 rows/sec., 625.54 KiB/sec. 2025.09.03 04:14:24.076789 [ 4 ] {9cb814cd-fc60-464c-a118-5d39de90a05e} TCPHandler: Processed in 0.002206516 sec. 2025.09.03 04:14:24.076931 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.077060 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:24.077108 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:24.078087 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.078125 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.078515 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.03 04:14:24.078738 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.078864 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} executeQuery: Read 1233 rows, 104.46 KiB in 0.001828 sec., 674507.658643326 rows/sec., 55.81 MiB/sec. 2025.09.03 04:14:24.078902 [ 4 ] {cb3f02ea-adee-4eaa-8cc0-468bbc63c9a2} TCPHandler: Processed in 0.002039265 sec. 2025.09.03 04:14:24.079012 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.079115 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:24.079155 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:24.079554 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.079590 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.079879 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.03 04:14:24.080092 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.080217 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} executeQuery: Read 29 rows, 2.11 KiB in 0.00112 sec., 25892.857142857145 rows/sec., 1.84 MiB/sec. 2025.09.03 04:14:24.080234 [ 147 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.03 04:14:24.080254 [ 4 ] {ad2eb5f7-3ea6-4443-bed2-e9f5c50a1ff7} TCPHandler: Processed in 0.00129008 sec. 2025.09.03 04:14:24.080303 [ 147 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.080329 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.080393 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.080455 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.09.03 04:14:24.080507 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:14:24.080553 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:14:24.080620 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:24.080664 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 57 rows starting from the beginning of the part 2025.09.03 04:14:24.080737 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:24.080787 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:24.080832 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:24.080875 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:24.080918 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 29 rows starting from the beginning of the part 2025.09.03 04:14:24.081066 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.081123 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.081498 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.03 04:14:24.081729 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.081792 [ 189 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397119 sec., 120247.45207816943 rows/sec., 9.18 MiB/sec. 2025.09.03 04:14:24.081859 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} executeQuery: Read 228 rows, 15.81 KiB in 0.00137 sec., 166423.3576642336 rows/sec., 11.27 MiB/sec. 2025.09.03 04:14:24.081907 [ 4 ] {d202a8df-9fee-4f62-9f36-e5c9f1745d66} TCPHandler: Processed in 0.001560591 sec. 2025.09.03 04:14:24.081938 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.03 04:14:24.082023 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.082133 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:24.082176 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:24.082204 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.082286 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_121_24} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.03 04:14:24.082367 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.09.03 04:14:24.082770 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.082812 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.083147 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.03 04:14:24.083365 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.083492 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} executeQuery: Read 549 rows, 41.75 KiB in 0.001377 sec., 398692.81045751635 rows/sec., 29.61 MiB/sec. 2025.09.03 04:14:24.083534 [ 4 ] {427a725a-cf24-42e3-b692-94998bccee1d} TCPHandler: Processed in 0.001561231 sec. 2025.09.03 04:14:24.083646 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.083747 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:24.083791 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:24.084320 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.084357 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.084727 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.03 04:14:24.084936 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.085065 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} executeQuery: Read 851 rows, 58.66 KiB in 0.001336 sec., 636976.0479041917 rows/sec., 42.88 MiB/sec. 2025.09.03 04:14:24.085075 [ 147 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0 2025.09.03 04:14:24.085111 [ 4 ] {bbe34029-f60d-417b-ba87-c7f0fac92efa} TCPHandler: Processed in 0.001513791 sec. 2025.09.03 04:14:24.085121 [ 147 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.085150 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.085230 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.085249 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full 2025.09.03 04:14:24.085341 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:24.085357 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:24.085386 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 32774 rows starting from the beginning of the part 2025.09.03 04:14:24.085396 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} 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.09.03 04:14:24.085442 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:24.085487 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:24.085530 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:24.085571 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:24.085620 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 851 rows starting from the beginning of the part 2025.09.03 04:14:24.086294 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.086341 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.086936 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.09.03 04:14:24.087163 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.087306 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} executeQuery: Read 15 rows, 27.52 KiB in 0.001983 sec., 7564.296520423601 rows/sec., 13.55 MiB/sec. 2025.09.03 04:14:24.087363 [ 4 ] {f270ad2d-0eb5-4a82-8c5c-93f060f1da75} TCPHandler: Processed in 0.002181216 sec. 2025.09.03 04:14:24.087482 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:24.087586 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:24.087628 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:24.087955 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.087991 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.088298 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.03 04:14:24.088499 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.088625 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.09.03 04:14:24.088660 [ 4 ] {b78b4fa2-2ab5-4a0f-9e8b-17fd941f2f7b} TCPHandler: Processed in 0.001226678 sec. 2025.09.03 04:14:24.088745 [ 219 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:24.088794 [ 219 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:24.091780 [ 198 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergeTask::MergeProjectionsStage: Merge sorted 34265 rows, containing 5 columns (5 merged, 0 gathered) in 0.006570968 sec., 5214604.6062010955 rows/sec., 356.65 MiB/sec. 2025.09.03 04:14:24.092095 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) 2025.09.03 04:14:24.092389 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.092464 [ 190 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_122_25} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25 2025.09.03 04:14:24.092562 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.09.03 04:14:24.092626 [ 219 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:24.620066 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064 2025.09.03 04:14:24.620849 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:24.620900 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:24.621404 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:14:24.621641 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:24.621769 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 2025.09.03 04:14:25.198329 [ 221 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.198383 [ 221 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.202450 [ 221 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.523241 [ 220 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.523301 [ 220 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.526170 [ 220 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.659817 [ 225 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.659866 [ 225 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:25.662590 [ 225 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:26.727753 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.09.03 04:14:26.746220 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:26.746283 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:26.752442 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.09.03 04:14:26.753165 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:26.756697 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.09.03 04:14:29.047895 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:29.048106 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:29.048182 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:29.048947 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.048990 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.049406 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.03 04:14:29.049654 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.049817 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} executeQuery: Read 108 rows, 9.27 KiB in 0.001773 sec., 60913.705583756346 rows/sec., 5.11 MiB/sec. 2025.09.03 04:14:29.049868 [ 4 ] {e58906a8-109e-443f-a61b-eaca91c259cd} TCPHandler: Processed in 0.002113315 sec. 2025.09.03 04:14:29.049999 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:29.050102 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:29.050146 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:29.050561 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.050595 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.050902 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.03 04:14:29.051117 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.051252 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} executeQuery: Read 26 rows, 1.96 KiB in 0.001174 sec., 22146.50766609881 rows/sec., 1.63 MiB/sec. 2025.09.03 04:14:29.051291 [ 4 ] {07d7905c-a818-4106-8fd3-8da35f638f72} TCPHandler: Processed in 0.00134646 sec. 2025.09.03 04:14:29.051407 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:29.051437 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:29.051510 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:29.051517 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:29.051564 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:29.052015 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.052056 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.052411 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.03 04:14:29.052628 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.052766 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} executeQuery: Read 90 rows, 7.20 KiB in 0.001268 sec., 70977.91798107255 rows/sec., 5.54 MiB/sec. 2025.09.03 04:14:29.052817 [ 4 ] {58ba2ab8-826c-4a79-a485-6eed020d4011} TCPHandler: Processed in 0.001461211 sec. 2025.09.03 04:14:29.052939 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:29.053039 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:29.053086 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:29.053501 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.053543 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.053888 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.03 04:14:29.054130 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.054225 [ 217 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:29.054272 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} executeQuery: Read 160 rows, 11.41 KiB in 0.001252 sec., 127795.5271565495 rows/sec., 8.90 MiB/sec. 2025.09.03 04:14:29.054315 [ 4 ] {1e7204e8-a389-4b6d-bc3c-be4da05a23e6} TCPHandler: Processed in 0.001426 sec. 2025.09.03 04:14:29.054474 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:29.054572 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:29.054627 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} 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.09.03 04:14:29.055476 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.055512 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.056068 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.09.03 04:14:29.056292 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.056422 [ 140 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.09.03 04:14:29.056446 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} executeQuery: Read 26 rows, 47.71 KiB in 0.001879 sec., 13837.147418839808 rows/sec., 24.80 MiB/sec. 2025.09.03 04:14:29.056496 [ 140 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.056523 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.056527 [ 4 ] {abdf2d43-cdb0-43a4-839e-1e9a95a576fb} TCPHandler: Processed in 0.002102085 sec. 2025.09.03 04:14:29.056642 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.09.03 04:14:29.056653 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:29.056776 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:29.056819 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:29.056933 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:29.057037 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2327 rows starting from the beginning of the part 2025.09.03 04:14:29.057188 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:29.057230 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:29.057248 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:29.057433 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:29.057574 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.03 04:14:29.057598 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:29.057760 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:29.057820 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.057915 [ 189 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:29.057966 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} executeQuery: Read 60 rows, 4.14 KiB in 0.001208 sec., 49668.874172185424 rows/sec., 3.35 MiB/sec. 2025.09.03 04:14:29.058009 [ 4 ] {9eb814d6-3526-4619-860b-f200e9acf28c} TCPHandler: Processed in 0.001409071 sec. 2025.09.03 04:14:29.067673 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2435 rows, containing 19 columns (19 merged, 0 gathered) in 0.011079211 sec., 219780.9934299473 rows/sec., 393.84 MiB/sec. 2025.09.03 04:14:29.069944 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.09.03 04:14:29.070351 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:29.070440 [ 202 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_121_24} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.09.03 04:14:29.070615 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.71 MiB. 2025.09.03 04:14:30.000233 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 343.20 MiB, peak 361.86 MiB, free memory in arenas 0.00 B, will set to 347.41 MiB (RSS), difference: 4.21 MiB 2025.09.03 04:14:31.897247 [ 137 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:14:31.897316 [ 137 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:14:32.122028 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552 2025.09.03 04:14:32.122613 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:32.122658 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:32.123182 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:14:32.123406 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:32.123530 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552 2025.09.03 04:14:32.258565 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1718 2025.09.03 04:14:32.260848 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:32.260896 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:32.262081 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.09.03 04:14:32.262333 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:32.262601 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1718 2025.09.03 04:14:34.047233 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:34.047433 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:34.047510 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:34.048308 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.048354 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.048758 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.03 04:14:34.048996 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.049155 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} executeQuery: Read 86 rows, 7.39 KiB in 0.001776 sec., 48423.423423423425 rows/sec., 4.06 MiB/sec. 2025.09.03 04:14:34.049200 [ 4 ] {571d186e-3718-4953-bbf0-a311f7f5d730} TCPHandler: Processed in 0.002106386 sec. 2025.09.03 04:14:34.049332 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:34.049428 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:34.049469 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:34.049877 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.049913 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.050220 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.03 04:14:34.050448 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.050577 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} executeQuery: Read 15 rows, 1.13 KiB in 0.001168 sec., 12842.465753424658 rows/sec., 965.69 KiB/sec. 2025.09.03 04:14:34.050617 [ 4 ] {5183a62d-b814-4be8-a477-cc9308b3de98} TCPHandler: Processed in 0.00133484 sec. 2025.09.03 04:14:34.050723 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:34.050819 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:34.050860 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:34.051276 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.051313 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.051622 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.03 04:14:34.051834 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.051967 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} executeQuery: Read 79 rows, 6.32 KiB in 0.001166 sec., 67753.00171526587 rows/sec., 5.29 MiB/sec. 2025.09.03 04:14:34.052005 [ 4 ] {8a124633-2f53-45bf-9438-37b62512568e} TCPHandler: Processed in 0.00133028 sec. 2025.09.03 04:14:34.052116 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:34.052210 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:34.052254 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:34.052656 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.052692 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.053022 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.03 04:14:34.053233 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.053361 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.09.03 04:14:34.053400 [ 4 ] {f91fbd89-94bb-4fcd-b00c-d6af50e1724d} TCPHandler: Processed in 0.0013339 sec. 2025.09.03 04:14:34.053507 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:34.053601 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:34.053655 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} 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.09.03 04:14:34.054465 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.054501 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.055038 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.09.03 04:14:34.055266 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.055403 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} executeQuery: Read 15 rows, 27.52 KiB in 0.00182 sec., 8241.758241758242 rows/sec., 14.77 MiB/sec. 2025.09.03 04:14:34.055458 [ 4 ] {7b599e4b-bc11-4162-9cb6-4db3f33696fd} TCPHandler: Processed in 0.002000025 sec. 2025.09.03 04:14:34.055567 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:34.055664 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:34.055705 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:34.056035 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.056071 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.056391 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.03 04:14:34.056599 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.056723 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.09.03 04:14:34.056758 [ 4 ] {53b4e469-ef31-468f-af84-ab62cb2f8205} TCPHandler: Processed in 0.001240139 sec. 2025.09.03 04:14:34.256877 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.09.03 04:14:34.275612 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:34.275670 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:34.282155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.09.03 04:14:34.282854 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:34.286295 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.09.03 04:14:35.571699 [ 220 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:35.571791 [ 220 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:35.574426 [ 220 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.09.03 04:14:36.040933 [ 134 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.03 04:14:36.041028 [ 134 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:36.041066 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:36.041287 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.09.03 04:14:36.041510 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:36.041571 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 229 rows starting from the beginning of the part 2025.09.03 04:14:36.041681 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part 2025.09.03 04:14:36.041768 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2025.09.03 04:14:36.041845 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part 2025.09.03 04:14:36.041921 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part 2025.09.03 04:14:36.043138 [ 194 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 5 columns (5 merged, 0 gathered) in 0.001958004 sec., 582736.2967593528 rows/sec., 41.68 MiB/sec. 2025.09.03 04:14:36.043308 [ 195 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.03 04:14:36.043602 [ 195 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:36.043678 [ 195 ] {5a24811c-4c50-4e71-ada0-0ff2e9a9985f::all_1_21_5} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.03 04:14:36.043765 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.09.03 04:14:37.053452 [ 225 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.09.03 04:14:37.053521 [ 225 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.09.03 04:14:37.055564 [ 225 ] {} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.09.03 04:14:38.409108 [ 131 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.09.03 04:14:38.409171 [ 131 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:38.409194 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:38.409300 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.09.03 04:14:38.409300 [ 225 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.09.03 04:14:38.409392 [ 225 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.09.03 04:14:38.409433 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:38.409470 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 16 rows starting from the beginning of the part 2025.09.03 04:14:38.409538 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.09.03 04:14:38.409581 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.09.03 04:14:38.409622 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2025.09.03 04:14:38.409667 [ 199 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2025.09.03 04:14:38.410408 [ 195 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001152818 sec., 41637.101433183736 rows/sec., 3.47 MiB/sec. 2025.09.03 04:14:38.410583 [ 194 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.09.03 04:14:38.410879 [ 194 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:38.410953 [ 194 ] {3181abe4-006a-4055-aa01-fa56e870a534::all_1_21_5} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.09.03 04:14:38.411052 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.03 04:14:38.411862 [ 225 ] {} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.09.03 04:14:39.040482 [ 222 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:39.040531 [ 222 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:39.042245 [ 222 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:39.048436 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.048637 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.03 04:14:39.048710 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.03 04:14:39.049373 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.049421 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.049797 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:14:39.050030 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} oximeter.fields_ipaddr (3181abe4-006a-4055-aa01-fa56e870a534): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.050176 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} executeQuery: Read 2 rows, 167.00 B in 0.001594 sec., 1254.7051442910918 rows/sec., 102.31 KiB/sec. 2025.09.03 04:14:39.050218 [ 4 ] {d0bbc36d-13cb-46b9-90b2-824739d1df76} TCPHandler: Processed in 0.001927264 sec. 2025.09.03 04:14:39.050334 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.050428 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:39.050468 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:39.050888 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.050924 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.051227 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.03 04:14:39.051434 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.051557 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} executeQuery: Read 109 rows, 9.35 KiB in 0.001147 sec., 95030.51438535309 rows/sec., 7.96 MiB/sec. 2025.09.03 04:14:39.051594 [ 4 ] {4532e7b7-9cda-4a75-a616-e6ecb8ec60f0} TCPHandler: Processed in 0.00130803 sec. 2025.09.03 04:14:39.051704 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.051797 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:39.051836 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:39.052249 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.052284 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.052568 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.03 04:14:39.052772 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.052894 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} executeQuery: Read 28 rows, 2.09 KiB in 0.001115 sec., 25112.107623318385 rows/sec., 1.83 MiB/sec. 2025.09.03 04:14:39.052931 [ 4 ] {8f8feb19-2675-4e76-8cec-a930269c8dbd} TCPHandler: Processed in 0.00127455 sec. 2025.09.03 04:14:39.053040 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.053132 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:39.053171 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:39.053591 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.053625 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.053917 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.03 04:14:39.054120 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.054244 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} executeQuery: Read 92 rows, 7.36 KiB in 0.001129 sec., 81488.04251550045 rows/sec., 6.37 MiB/sec. 2025.09.03 04:14:39.054280 [ 4 ] {704d698d-a438-4b3d-9914-cef2b0592f86} TCPHandler: Processed in 0.001287409 sec. 2025.09.03 04:14:39.054396 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.054488 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:39.054531 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:39.054932 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.054967 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.055293 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.03 04:14:39.055498 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.055625 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} executeQuery: Read 161 rows, 11.48 KiB in 0.001155 sec., 139393.9393939394 rows/sec., 9.71 MiB/sec. 2025.09.03 04:14:39.055662 [ 4 ] {fa21bc11-a1ca-4e5a-be4a-f91003d6d6b6} TCPHandler: Processed in 0.001313209 sec. 2025.09.03 04:14:39.055769 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.055862 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:39.055915 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} 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.09.03 04:14:39.056685 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.056721 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.057238 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.09.03 04:14:39.057453 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.057585 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} executeQuery: Read 26 rows, 47.71 KiB in 0.001741 sec., 14933.946008041356 rows/sec., 26.76 MiB/sec. 2025.09.03 04:14:39.057639 [ 4 ] {f11865ab-14ab-4401-94c7-6be9315e4092} TCPHandler: Processed in 0.001916864 sec. 2025.09.03 04:14:39.057749 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:39.057842 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:39.057883 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:39.058202 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.058238 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.058526 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.03 04:14:39.058728 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.058851 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} executeQuery: Read 60 rows, 4.14 KiB in 0.001027 sec., 58422.59006815969 rows/sec., 3.94 MiB/sec. 2025.09.03 04:14:39.058886 [ 4 ] {92f4e7ba-3bbb-4c0b-a3cb-3130a276b373} TCPHandler: Processed in 0.001184649 sec. 2025.09.03 04:14:39.623794 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979 2025.09.03 04:14:39.624339 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:39.624382 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:39.624857 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:14:39.625095 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:39.625226 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 2025.09.03 04:14:41.550661 [ 219 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:41.550722 [ 219 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:41.552559 [ 219 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.09.03 04:14:41.786464 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.09.03 04:14:41.804274 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:41.804329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:41.810806 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.09.03 04:14:41.811566 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:41.815269 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.09.03 04:14:42.000158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 343.93 MiB, peak 361.86 MiB, free memory in arenas 0.00 B, will set to 347.41 MiB (RSS), difference: 3.48 MiB 2025.09.03 04:14:42.262908 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1744 2025.09.03 04:14:42.265219 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:42.265280 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:42.266506 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.09.03 04:14:42.266786 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:42.267156 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1744 2025.09.03 04:14:42.788087 [ 220 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:42.788143 [ 220 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:42.790682 [ 220 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.09.03 04:14:44.047875 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:44.048085 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:44.048163 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:44.048881 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.048933 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.049362 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.03 04:14:44.049599 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.049763 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} executeQuery: Read 86 rows, 7.39 KiB in 0.001734 sec., 49596.309111880044 rows/sec., 4.16 MiB/sec. 2025.09.03 04:14:44.049776 [ 126 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.03 04:14:44.049820 [ 4 ] {d2d03708-737b-4177-bd18-1a04eb27d304} TCPHandler: Processed in 0.002086705 sec. 2025.09.03 04:14:44.049855 [ 126 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.049886 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.049955 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:44.049990 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.09.03 04:14:44.050065 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:44.050090 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:44.050111 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:44.050121 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1287 rows starting from the beginning of the part 2025.09.03 04:14:44.050183 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1233 rows starting from the beginning of the part 2025.09.03 04:14:44.050236 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 108 rows starting from the beginning of the part 2025.09.03 04:14:44.050282 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 86 rows starting from the beginning of the part 2025.09.03 04:14:44.050325 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 109 rows starting from the beginning of the part 2025.09.03 04:14:44.050372 [ 196 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 86 rows starting from the beginning of the part 2025.09.03 04:14:44.050560 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.050598 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.050952 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.03 04:14:44.051268 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.051456 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} executeQuery: Read 15 rows, 1.13 KiB in 0.001414 sec., 10608.20367751061 rows/sec., 797.69 KiB/sec. 2025.09.03 04:14:44.051513 [ 4 ] {e1390f72-a685-4ac7-bd96-31892ea0f55a} TCPHandler: Processed in 0.001610132 sec. 2025.09.03 04:14:44.051644 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:44.051758 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:44.051811 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:44.052357 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.052358 [ 194 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2909 rows, containing 5 columns (5 merged, 0 gathered) in 0.002411857 sec., 1206124.5753790545 rows/sec., 104.76 MiB/sec. 2025.09.03 04:14:44.052404 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.052676 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.03 04:14:44.052781 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.03 04:14:44.053069 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.053083 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.053188 [ 195 ] {9a18b6ae-4d7f-4524-9938-645bcda4b3a9::all_1_126_25} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.03 04:14:44.053247 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} executeQuery: Read 79 rows, 6.32 KiB in 0.001518 sec., 52042.16073781291 rows/sec., 4.06 MiB/sec. 2025.09.03 04:14:44.053247 [ 126 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.03 04:14:44.053296 [ 4 ] {05003a1d-b29d-46f8-a556-7f537073eb9c} TCPHandler: Processed in 0.001713252 sec. 2025.09.03 04:14:44.053304 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.03 04:14:44.053306 [ 126 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.053351 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.053422 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:44.053441 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.09.03 04:14:44.053529 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:44.053551 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:44.053581 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:44.053586 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 595 rows starting from the beginning of the part 2025.09.03 04:14:44.053665 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 549 rows starting from the beginning of the part 2025.09.03 04:14:44.053718 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 90 rows starting from the beginning of the part 2025.09.03 04:14:44.053777 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 79 rows starting from the beginning of the part 2025.09.03 04:14:44.053824 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 92 rows starting from the beginning of the part 2025.09.03 04:14:44.053870 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 79 rows starting from the beginning of the part 2025.09.03 04:14:44.054064 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.054107 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.054790 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.03 04:14:44.055153 [ 191 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001751102 sec., 847466.3383400852 rows/sec., 67.02 MiB/sec. 2025.09.03 04:14:44.055190 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.055365 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001858 sec., 86114.10118406889 rows/sec., 6.00 MiB/sec. 2025.09.03 04:14:44.055375 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.03 04:14:44.055409 [ 4 ] {c120d4f2-d120-4575-97eb-de691c8eb9ed} TCPHandler: Processed in 0.002038504 sec. 2025.09.03 04:14:44.055522 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:44.055627 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:44.055705 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} 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.09.03 04:14:44.055721 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.055807 [ 197 ] {be1f60ca-f1f5-4f06-86a8-93259607f6b7::all_1_126_25} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.03 04:14:44.055921 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.03 04:14:44.056591 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.056647 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.057209 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.09.03 04:14:44.057443 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.057597 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} executeQuery: Read 15 rows, 27.52 KiB in 0.001991 sec., 7533.90256152687 rows/sec., 13.50 MiB/sec. 2025.09.03 04:14:44.057680 [ 4 ] {aaa289bd-b745-4c25-bf82-e4c92642416c} TCPHandler: Processed in 0.002207886 sec. 2025.09.03 04:14:44.057793 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:44.057889 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:44.057932 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:44.058286 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.058323 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.058633 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.03 04:14:44.058839 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.058963 [ 123 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.03 04:14:44.058970 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.09.03 04:14:44.059011 [ 123 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:44.059029 [ 4 ] {e7e1f5f3-05ec-4126-b8f6-54f054d02713} TCPHandler: Processed in 0.001284839 sec. 2025.09.03 04:14:44.059036 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:44.059135 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.09.03 04:14:44.059231 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:44.059259 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7200 rows starting from the beginning of the part 2025.09.03 04:14:44.059311 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:44.059358 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:44.059401 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:44.059441 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:44.059482 [ 200 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2025.09.03 04:14:44.061339 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7500 rows, containing 4 columns (4 merged, 0 gathered) in 0.002238796 sec., 3350014.918733105 rows/sec., 225.77 MiB/sec. 2025.09.03 04:14:44.061848 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.03 04:14:44.062173 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:44.062265 [ 194 ] {8ab80e55-3df0-4377-8fcf-eb19d140cefb::all_1_126_25} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.03 04:14:44.062401 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.09.03 04:14:46.897358 [ 118 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:14:46.897425 [ 118 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:14:47.125410 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467 2025.09.03 04:14:47.125937 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:47.125982 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:47.126464 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:14:47.126695 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:47.126829 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467 2025.09.03 04:14:47.126891 [ 118 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:14:47.126982 [ 118 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:47.127016 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:47.127126 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:14:47.127208 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:47.127238 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part 2025.09.03 04:14:47.127295 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part 2025.09.03 04:14:47.127339 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part 2025.09.03 04:14:47.127382 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part 2025.09.03 04:14:47.127424 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part 2025.09.03 04:14:47.127463 [ 200 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part 2025.09.03 04:14:47.130002 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.002913661 sec., 13545501.690141715 rows/sec., 193.77 MiB/sec. 2025.09.03 04:14:47.130536 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:14:47.130848 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:47.130926 [ 186 ] {d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9::all_1_86_17} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:14:47.131049 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.09.03 04:14:49.048409 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:49.048693 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:49.048800 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:49.049711 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.049759 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.050162 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.03 04:14:49.050400 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.050557 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} executeQuery: Read 108 rows, 9.27 KiB in 0.001942 sec., 55612.77033985582 rows/sec., 4.66 MiB/sec. 2025.09.03 04:14:49.050599 [ 4 ] {ea261a12-7cb4-4ffa-9ebf-591837b94bf1} TCPHandler: Processed in 0.002386777 sec. 2025.09.03 04:14:49.050689 [ 217 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.050719 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:49.050763 [ 217 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.050843 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:49.050890 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:49.051293 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.051330 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.051646 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.03 04:14:49.051912 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.052042 [ 117 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.03 04:14:49.052056 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} executeQuery: Read 26 rows, 1.96 KiB in 0.001232 sec., 21103.896103896102 rows/sec., 1.55 MiB/sec. 2025.09.03 04:14:49.052081 [ 117 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.052101 [ 4 ] {dafb9a86-3506-4027-a012-403e81f6a683} TCPHandler: Processed in 0.00143336 sec. 2025.09.03 04:14:49.052102 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.052212 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:49.052239 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.09.03 04:14:49.052312 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:49.052358 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:49.052399 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:49.052443 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 57 rows starting from the beginning of the part 2025.09.03 04:14:49.052518 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:49.052563 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:49.052608 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 28 rows starting from the beginning of the part 2025.09.03 04:14:49.052649 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:49.052697 [ 194 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:49.052780 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.052826 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.053197 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.03 04:14:49.053459 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.053538 [ 188 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.001363059 sec., 122518.54101693323 rows/sec., 9.39 MiB/sec. 2025.09.03 04:14:49.053588 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} executeQuery: Read 90 rows, 7.20 KiB in 0.001294 sec., 69551.77743431221 rows/sec., 5.43 MiB/sec. 2025.09.03 04:14:49.053628 [ 4 ] {4776545f-c6fa-4e4d-8682-da91689ebdc2} TCPHandler: Processed in 0.001466771 sec. 2025.09.03 04:14:49.053739 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:49.053742 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.03 04:14:49.053839 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:49.053864 [ 217 ] {} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.053890 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:49.054102 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.054201 [ 193 ] {68926782-dd01-43d8-be63-286ebe745892::all_1_126_25} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.03 04:14:49.054311 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.054329 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.03 04:14:49.054357 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.054714 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.03 04:14:49.054920 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.055024 [ 117 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 2 parts from all_1_122_25 to all_123_123_0 2025.09.03 04:14:49.055047 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.09.03 04:14:49.055053 [ 117 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.055077 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.055085 [ 4 ] {8e5f5676-7062-4166-a61f-161f479af544} TCPHandler: Processed in 0.001395839 sec. 2025.09.03 04:14:49.055134 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} MergeTask::PrepareStage: Merging 2 parts: from all_1_122_25 to all_123_123_0 into Compact with storage Full 2025.09.03 04:14:49.055194 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:49.055226 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:49.055255 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 34265 rows starting from the beginning of the part 2025.09.03 04:14:49.055296 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:49.055301 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:49.055360 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} 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.09.03 04:14:49.056189 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.056227 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.056790 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.09.03 04:14:49.057016 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.057180 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} executeQuery: Read 26 rows, 47.71 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 24.48 MiB/sec. 2025.09.03 04:14:49.057250 [ 4 ] {8dffb015-5620-4eb7-b87d-d811b44c4149} TCPHandler: Processed in 0.002104885 sec. 2025.09.03 04:14:49.057361 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:49.057455 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:49.057496 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:49.057841 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.057875 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.058181 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.03 04:14:49.058405 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.058534 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.09.03 04:14:49.058569 [ 4 ] {9cda25aa-7368-4951-930b-fbcd0864dbe5} TCPHandler: Processed in 0.001257979 sec. 2025.09.03 04:14:49.058625 [ 221 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.058666 [ 221 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.060994 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} MergeTask::MergeProjectionsStage: Merge sorted 34425 rows, containing 5 columns (5 merged, 0 gathered) in 0.005877802 sec., 5856781.1573101645 rows/sec., 400.61 MiB/sec. 2025.09.03 04:14:49.061300 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} MergedBlockOutputStream: filled checksums all_1_123_26 (state Temporary) 2025.09.03 04:14:49.061338 [ 221 ] {} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.061588 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_123_26 to all_1_123_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.061660 [ 192 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_123_26} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 2 parts: [all_1_122_25, all_123_123_0] -> all_1_123_26 2025.09.03 04:14:49.061728 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.09.03 04:14:49.315387 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.09.03 04:14:49.333087 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.333151 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.339362 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.09.03 04:14:49.340094 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.340408 [ 117 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.09.03 04:14:49.340463 [ 117 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:49.340486 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.09.03 04:14:49.340657 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.09.03 04:14:49.343417 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.09.03 04:14:49.344709 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:49.346058 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2025.09.03 04:14:49.350279 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2025.09.03 04:14:49.354633 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2025.09.03 04:14:49.359070 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2025.09.03 04:14:49.363792 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2025.09.03 04:14:49.368385 [ 190 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2025.09.03 04:14:49.425570 [ 188 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.084983085 sec., 7625.046796077126 rows/sec., 39.43 MiB/sec. 2025.09.03 04:14:49.427906 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.09.03 04:14:49.429690 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:49.429781 [ 202 ] {33726e3b-6b7f-4d2f-a56c-cc8faca8f966::all_1_86_17} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.09.03 04:14:49.431251 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.09.03 04:14:49.617562 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.617634 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:49.620672 [ 225 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:50.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 348.99 MiB, peak 366.41 MiB, free memory in arenas 0.00 B, will set to 347.50 MiB (RSS), difference: -1.49 MiB 2025.09.03 04:14:50.075751 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:50.075818 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:50.078127 [ 225 ] {} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:52.267387 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1768 2025.09.03 04:14:52.269605 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:52.269648 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:52.270813 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.09.03 04:14:52.271084 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:52.271359 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1768 2025.09.03 04:14:54.074412 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.074619 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:54.074693 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:54.076088 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.076144 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.076644 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.03 04:14:54.076883 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.077055 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} executeQuery: Read 1226 rows, 103.95 KiB in 0.002492 sec., 491974.31781701447 rows/sec., 40.74 MiB/sec. 2025.09.03 04:14:54.077115 [ 4 ] {0e8a48dc-0c6d-4ac3-8a70-1ff40a1c5fa4} TCPHandler: Processed in 0.002844191 sec. 2025.09.03 04:14:54.077272 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.077375 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:54.077423 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:54.077860 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.077894 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.078200 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.03 04:14:54.078416 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.078548 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} executeQuery: Read 15 rows, 1.13 KiB in 0.001198 sec., 12520.868113522536 rows/sec., 941.51 KiB/sec. 2025.09.03 04:14:54.078586 [ 4 ] {e6f170d6-1003-42c3-be3b-63d389ca6e22} TCPHandler: Processed in 0.001378159 sec. 2025.09.03 04:14:54.078650 [ 221 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:54.078704 [ 221 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:54.078705 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.078813 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.03 04:14:54.078855 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.03 04:14:54.079387 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.079427 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.079774 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.03 04:14:54.080067 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} oximeter.fields_u32 (5a24811c-4c50-4e71-ada0-0ff2e9a9985f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.080200 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} executeQuery: Read 228 rows, 15.81 KiB in 0.001408 sec., 161931.81818181818 rows/sec., 10.96 MiB/sec. 2025.09.03 04:14:54.080237 [ 4 ] {5f8418e2-98b4-48e4-9b98-d99340eb8c9c} TCPHandler: Processed in 0.001593801 sec. 2025.09.03 04:14:54.080345 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.080449 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:54.080490 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:54.081042 [ 221 ] {} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:14:54.081142 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.081183 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.081535 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.03 04:14:54.081743 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.081870 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} executeQuery: Read 535 rows, 40.61 KiB in 0.001439 sec., 371785.9624739402 rows/sec., 27.56 MiB/sec. 2025.09.03 04:14:54.081906 [ 4 ] {867195b2-8a8b-4830-895a-9588f1ec9284} TCPHandler: Processed in 0.001609091 sec. 2025.09.03 04:14:54.082012 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.082104 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:54.082147 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:54.082793 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.082827 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.083192 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.03 04:14:54.083394 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.083500 [ 113 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Selected 6 parts from all_1_123_26 to all_128_128_0 2025.09.03 04:14:54.083518 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} executeQuery: Read 844 rows, 58.17 KiB in 0.001433 sec., 588974.1800418702 rows/sec., 39.64 MiB/sec. 2025.09.03 04:14:54.083539 [ 113 ] {} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.083555 [ 4 ] {ea431902-616f-467f-96a5-5a0aa865237f} TCPHandler: Processed in 0.001590971 sec. 2025.09.03 04:14:54.083557 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.083661 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.083693 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_123_26 to all_128_128_0 into Compact with storage Full 2025.09.03 04:14:54.083753 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:54.083813 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} 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.09.03 04:14:54.083866 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:54.083911 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_26, total 34425 rows starting from the beginning of the part 2025.09.03 04:14:54.083985 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:54.084040 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 161 rows starting from the beginning of the part 2025.09.03 04:14:54.084093 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:54.084142 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2025.09.03 04:14:54.084190 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 844 rows starting from the beginning of the part 2025.09.03 04:14:54.084615 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.084653 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.085150 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.09.03 04:14:54.085454 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.085595 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} executeQuery: Read 15 rows, 27.52 KiB in 0.001859 sec., 8068.854222700376 rows/sec., 14.46 MiB/sec. 2025.09.03 04:14:54.085613 [ 112 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.09.03 04:14:54.085663 [ 4 ] {11612d89-d40c-4bb7-84dc-c0b6d3a7f06b} TCPHandler: Processed in 0.002047505 sec. 2025.09.03 04:14:54.085676 [ 112 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.085703 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.085775 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:54.085790 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.09.03 04:14:54.085871 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:54.085912 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:54.085983 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:14:54.086035 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2435 rows starting from the beginning of the part 2025.09.03 04:14:54.086153 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:54.086250 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:54.086251 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.086296 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.086352 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:54.086442 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 26 rows starting from the beginning of the part 2025.09.03 04:14:54.086532 [ 188 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 15 rows starting from the beginning of the part 2025.09.03 04:14:54.086626 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.03 04:14:54.086834 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.086965 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.09.03 04:14:54.087000 [ 4 ] {9d0a1385-5d1e-48ee-bd60-2f642ff516fb} TCPHandler: Processed in 0.001272709 sec. 2025.09.03 04:14:54.091791 [ 199 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergeTask::MergeProjectionsStage: Merge sorted 35910 rows, containing 5 columns (5 merged, 0 gathered) in 0.008164779 sec., 4398159.460286678 rows/sec., 300.82 MiB/sec. 2025.09.03 04:14:54.092109 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary) 2025.09.03 04:14:54.092391 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.092467 [ 194 ] {ccf4c662-a27a-42c5-8a02-cd4ad78e7954::all_1_128_27} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954) (MergerMutator): Merged 6 parts: [all_1_123_26, all_128_128_0] -> all_1_128_27 2025.09.03 04:14:54.092549 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.09.03 04:14:54.099989 [ 198 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2532 rows, containing 19 columns (19 merged, 0 gathered) in 0.014236613 sec., 177851.29089341685 rows/sec., 318.70 MiB/sec. 2025.09.03 04:14:54.102418 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.09.03 04:14:54.102786 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.102861 [ 199 ] {65e2a4e0-e54e-42b1-b640-6f7911dd75d3::all_1_126_25} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.09.03 04:14:54.103020 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.80 MiB. 2025.09.03 04:14:54.627013 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894 2025.09.03 04:14:54.627510 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:54.627544 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:54.628082 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:14:54.628321 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:54.628447 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 2025.09.03 04:14:55.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 348.13 MiB, peak 366.86 MiB, free memory in arenas 0.00 B, will set to 356.85 MiB (RSS), difference: 8.72 MiB 2025.09.03 04:14:56.843539 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.09.03 04:14:56.860865 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:56.860928 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:56.867009 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.09.03 04:14:56.867694 [ 244 ] {} system.metric_log (33726e3b-6b7f-4d2f-a56c-cc8faca8f966): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:56.871180 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.09.03 04:14:59.048528 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:59.048801 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.03 04:14:59.048865 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.03 04:14:59.049588 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:59.049628 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:59.050012 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.03 04:14:59.050260 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} oximeter.fields_string (9a18b6ae-4d7f-4524-9938-645bcda4b3a9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:59.050410 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} executeQuery: Read 108 rows, 9.27 KiB in 0.001684 sec., 64133.01662707839 rows/sec., 5.38 MiB/sec. 2025.09.03 04:14:59.050452 [ 4 ] {60c3c261-36dc-405d-88ac-b02b3b5bbd6b} TCPHandler: Processed in 0.002109446 sec. 2025.09.03 04:14:59.050591 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:59.050683 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.03 04:14:59.050722 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.03 04:14:59.051135 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:59.051170 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:59.051475 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.09.03 04:14:59.051679 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} oximeter.fields_u16 (68926782-dd01-43d8-be63-286ebe745892): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:59.051800 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} executeQuery: Read 26 rows, 1.96 KiB in 0.001135 sec., 22907.48898678414 rows/sec., 1.68 MiB/sec. 2025.09.03 04:14:59.051837 [ 4 ] {6af3d0e8-3022-46b5-bfdc-cb05e4000da0} TCPHandler: Processed in 0.00129723 sec. 2025.09.03 04:14:59.051944 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:59.052035 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.03 04:14:59.052074 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.03 04:14:59.052490 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:59.052524 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:59.052830 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.03 04:14:59.053035 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} oximeter.fields_uuid (be1f60ca-f1f5-4f06-86a8-93259607f6b7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:59.053159 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} executeQuery: Read 90 rows, 7.20 KiB in 0.001141 sec., 78878.17703768624 rows/sec., 6.16 MiB/sec. 2025.09.03 04:14:59.053196 [ 4 ] {8bcc4f10-9b92-44bd-acef-4936fcd46997} TCPHandler: Processed in 0.001302619 sec. 2025.09.03 04:14:59.053303 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:59.053400 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:59.053442 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.03 04:14:59.053840 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:59.053874 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:59.054195 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.03 04:14:59.054398 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} oximeter.measurements_cumulativeu64 (ccf4c662-a27a-42c5-8a02-cd4ad78e7954): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:59.054522 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. 2025.09.03 04:14:59.054558 [ 4 ] {cb5a68da-c8e5-4148-86c8-6f4cbc77fce7} TCPHandler: Processed in 0.001301429 sec. 2025.09.03 04:14:59.054661 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:59.054752 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.03 04:14:59.054805 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} 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.09.03 04:14:59.055621 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:59.055657 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:59.056185 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.09.03 04:14:59.056403 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:59.056537 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} executeQuery: Read 26 rows, 47.71 KiB in 0.001802 sec., 14428.412874583795 rows/sec., 25.86 MiB/sec. 2025.09.03 04:14:59.056590 [ 4 ] {7db5fa6d-0eea-435f-bb5d-0154bda64dfc} TCPHandler: Processed in 0.001976054 sec. 2025.09.03 04:14:59.056699 [ 4 ] {} TCP-Session: 2a19606b-05a1-4338-aafc-20180cc15fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.03 04:14:59.056791 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} executeQuery: (from [fd00:1122:3344:101::d]:57059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.03 04:14:59.056832 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.03 04:14:59.057160 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:14:59.057196 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:14:59.057490 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.09.03 04:14:59.057704 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} oximeter.measurements_u64 (8ab80e55-3df0-4377-8fcf-eb19d140cefb): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:14:59.057826 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.09.03 04:14:59.057861 [ 4 ] {b145a996-c4c9-42c7-89e8-90f7310f134a} TCPHandler: Processed in 0.001209128 sec. 2025.09.03 04:15:00.026961 [ 220 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:15:00.027006 [ 220 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:15:00.030163 [ 220 ] {} oximeter.measurements_histogramu64 (65e2a4e0-e54e-42b1-b640-6f7911dd75d3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.09.03 04:15:01.897677 [ 105 ] {} DNSResolver: Updating DNS cache 2025.09.03 04:15:01.897736 [ 105 ] {} DNSResolver: Updated DNS cache 2025.09.03 04:15:02.128628 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382 2025.09.03 04:15:02.129158 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:15:02.129203 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:15:02.129693 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.09.03 04:15:02.129936 [ 245 ] {} system.asynchronous_metric_log (d1fef685-fd73-4ba5-ab01-bddd5b1fe1c9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:15:02.130067 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382 2025.09.03 04:15:02.271604 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1794 2025.09.03 04:15:02.273941 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:15:02.273999 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:15:02.275218 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.09.03 04:15:02.275496 [ 243 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:15:02.275663 [ 104 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.09.03 04:15:02.275726 [ 104 ] {} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.03 04:15:02.275747 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.09.03 04:15:02.275846 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.09.03 04:15:02.275887 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1794 2025.09.03 04:15:02.276387 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.03 04:15:02.276535 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1666 rows starting from the beginning of the part 2025.09.03 04:15:02.276904 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part 2025.09.03 04:15:02.277270 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part 2025.09.03 04:15:02.277620 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part 2025.09.03 04:15:02.277993 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part 2025.09.03 04:15:02.278374 [ 195 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part 2025.09.03 04:15:02.284932 [ 198 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 72 columns (72 merged, 0 gathered) in 0.009129726 sec., 196500.9683751736 rows/sec., 147.31 MiB/sec. 2025.09.03 04:15:02.286876 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.09.03 04:15:02.287529 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.03 04:15:02.287619 [ 197 ] {ce0bd05c-e11e-4007-9eca-601f341ad91f::all_1_66_13} system.query_log (ce0bd05c-e11e-4007-9eca-601f341ad91f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.09.03 04:15:02.287997 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.